Skip to content

Commit

Permalink
Add comment to mpi_relaunch.py re use of btl_tcp_if_include MCA optio…
Browse files Browse the repository at this point in the history
…n to prevent virtual interfaces from clobbering OpenMPI.
  • Loading branch information
lebedov committed Nov 11, 2015
1 parent e3a3f05 commit 2a78512
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions neurokernel/mpi_relaunch.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
# MPIEXEC_EXTRA_OPTS = ['--mca', 'mpi_common_cuda_verbose', '200',
# '--mca', 'mpool_rgpusm_verbose', '100',
# '--mca', 'mpi_common_cuda_gpu_mem_check_workaround', '0']
# To prevent OpenMPI from being confused by virtual interfaces, one can
# explicitly specify which interfaces to use (e.g., eth0) using
# MPIEXEC_EXTRA_OPTS = ['--mca', 'btl_tcp_if_include', 'eth0']
MPIEXEC_EXTRA_OPTS = []

# Get name of the file in which this module is imported:
Expand Down

0 comments on commit 2a78512

Please sign in to comment.