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
ompi/tools/wrappers/ompi_wrapper_script.in: fix variable name typo
When open-mpi is compiled with script wrapper compilers option:
./configure --enable-script-wrapper-compilers ...
The generated wrappers emit warnings:
Name "main::wrapper_cflags_prefix" used only once: possible typo at ./mpicc line 104.
Commit 1f18b20
"wrappers: Improve static library handling" introduced new global
variables prefixed with "wrapper_". The declaration of
"$wrapper_cflags_prefix" was prefixed twice.
This commit fixes this issue by correctly naming the variable.
Signed-off-by: Julien Olivain <[email protected]>
0 commit comments