You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds a new configure option: --with-wrapper-cc. This
option can be used to set which C compiler is invoked by mpicc. This
feature may necessary when building for compiler suites that do not
support C11 (Ex: icc) if Open MPI chooses to require a C11 compiler. A
version of Open MPI that is set up for these compilers can be built
with:
./configure --with-wrapper-cc=icc CC=gcc FC=ifort CXX=icpc
Signed-off-by: Nathan Hjelm <[email protected]>
0 commit comments