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
When open-mpi is compiled with script wrapper compilers option:
./configure --enable-script-wrapper-compilers ...
The final generated wrapper fails with errors:
syntax error at ./ompi_wrapper_script line 107, near "$wrapper_ldflags_static
$libs "
syntax error at ./ompi_wrapper_script line 114, near "$wrapper_cxxflags
$comp_flags_prefix "
syntax error at ./ompi_wrapper_script line 117, near "$wrapper_ldflags_static
$libs "
syntax error at ./ompi_wrapper_script line 127, near "$wrapper_fcflags
$comp_flags_prefix "
syntax error at ./ompi_wrapper_script line 130, near "$wrapper_fc_ldflags_static
$libs "
Execution of ./ompi_wrapper_script aborted due to compilation errors.
There is apparently missing semicolumns. This was introduced in commit
1f18b20
"wrappers: Improve static library handling".
This commit fixes this issue by adding those missing semicolumns.
Signed-off-by: Julien Olivain <[email protected]>
0 commit comments