Skip to content
Snippets Groups Projects
Commit f5d12657 authored by Ali Omar Abdelazim Mohammed's avatar Ali Omar Abdelazim Mohammed
Browse files

add clarifications on FI_OFI_RXM_USE_SRX and FI_VERBS_PREFER_XRC for MPI apps with >=64 ranks

parent 8a394978
Branches
No related tags found
No related merge requests found
...@@ -610,6 +610,7 @@ mstro_core_init(const char *workflow_name, ...@@ -610,6 +610,7 @@ mstro_core_init(const char *workflow_name,
ERR("If your job terminates after this error please check\n" ERR("If your job terminates after this error please check\n"
" ... that firewalling is not prohibiting libfabric communication\n" " ... that firewalling is not prohibiting libfabric communication\n"
" ... that ulimit -n is high enough to keep a couple of FDs per network endpoints open (ulimit -n 1024 is a good start)\n" " ... that ulimit -n is high enough to keep a couple of FDs per network endpoints open (ulimit -n 1024 is a good start)\n"
" ... that FI_OFI_RXM_USE_SRX=1 and FI_VERBS_PREFER_XRC=0 with large MPI applications (>=64 ranks) when using verbs provider, especially with Cray MPICH\n"
" ... that your workflow-name/component-name/component-index triple is correct\n"); " ... that your workflow-name/component-name/component-index triple is correct\n");
goto BAILOUT; goto BAILOUT;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment