Skip to content

Commit 689bc3a

Browse files
committed
remove barriers
1 parent 9614eff commit 689bc3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/run_vega_mpi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ def log_lik(theta):
104104
# sampler.pocomc_sampler.run(sampler.n_total, sampler.n_evidence, save_every=sampler.save_every)
105105

106106
# sampler.run(vega.log_lik)
107-
mpi_comm.barrier()
107+
# mpi_comm.barrier()
108108

109109
if cpu_rank == 0:
110110
sampler.write_chain()
111-
mpi_comm.barrier()
111+
# mpi_comm.barrier()
112112

113113
print_func('Finished running sampler')

0 commit comments

Comments
 (0)