Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions feectools/ddm/mpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ def COMM_WORLD(self):
from mpi4py import MPI

_comm = MPI.COMM_WORLD
rank = _comm.Get_rank()
size = _comm.Get_size()
# rank = _comm.Get_rank()
# size = _comm.Get_size()
mpi_enabled = True
except ImportError:
# mpi4py not installed
Expand Down
Loading