Skip to content

Commit df38474

Browse files
committed
Comment out fallback lines
1 parent f5be0c4 commit df38474

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

examples/libE_submission_scripts/submit_distrib_mpi4py.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ export NUM_WORKERS=4
2020
export MANAGER_NODE=false # true = Manager has a dedicated node (assign one extra)
2121
export USE_NODE_LIST=true # If false, allow libE to determine node_list from environment.
2222

23+
# Sometimes may be necessary
2324
# As libE shares nodes with user applications allow fallback if contexts overrun.
24-
unset I_MPI_FABRICS
25-
export I_MPI_FABRICS_LIST=tmi,tcp
26-
export I_MPI_FALLBACK=1
25+
# unset I_MPI_FABRICS
26+
# export I_MPI_FABRICS_LIST=tmi,tcp
27+
# export I_MPI_FALLBACK=1
2728

2829
# If using in calling script (After N mins manager kills workers and exits cleanly)
2930
export LIBE_WALLCLOCK=55

0 commit comments

Comments
 (0)