We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5be0c4 commit df38474Copy full SHA for df38474
1 file changed
examples/libE_submission_scripts/submit_distrib_mpi4py.sh
@@ -20,10 +20,11 @@ export NUM_WORKERS=4
20
export MANAGER_NODE=false # true = Manager has a dedicated node (assign one extra)
21
export USE_NODE_LIST=true # If false, allow libE to determine node_list from environment.
22
23
+# Sometimes may be necessary
24
# As libE shares nodes with user applications allow fallback if contexts overrun.
-unset I_MPI_FABRICS
25
-export I_MPI_FABRICS_LIST=tmi,tcp
26
-export I_MPI_FALLBACK=1
+# unset I_MPI_FABRICS
+# export I_MPI_FABRICS_LIST=tmi,tcp
27
+# export I_MPI_FALLBACK=1
28
29
# If using in calling script (After N mins manager kills workers and exits cleanly)
30
export LIBE_WALLCLOCK=55
0 commit comments