We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd11e64 commit 3694877Copy full SHA for 3694877
plasma/global_vars.py
@@ -13,7 +13,7 @@
13
14
def init_MPI():
15
from mpi4py import MPI
16
- global comm, task_index, num_workers
+ global comm, task_index, num_workers#
17
comm = MPI.COMM_WORLD
18
task_index = comm.Get_rank()
19
num_workers = comm.Get_size()
0 commit comments