Skip to content

Commit

Permalink
debug main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhamv committed Jan 4, 2024
1 parent 8a01ae1 commit 947c3d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mcdc/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ def prepare():
scramble = iqmc["scramble"]
N_dim = iqmc["N_dim"]
seed = iqmc["seed"]
N_particle = mcdc["setting"]["N_particle"]

mcdc["mpi_size"] = MPI.COMM_WORLD.Get_size()
mcdc["mpi_rank"] = MPI.COMM_WORLD.Get_rank()
Expand Down

0 comments on commit 947c3d1

Please sign in to comment.