We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae9912 commit 8f13bb3Copy full SHA for 8f13bb3
easybuild/toolchains/mpi/intelmpi.py
@@ -97,6 +97,6 @@ def set_variables(self):
97
super(IntelMPI, self).set_variables()
98
# add -mt_mpi flag to ensure linking against thread-safe MPI library when OpenMP is enabled
99
if self.options.get('openmp', None) and self.options.get('usempi', None):
100
- mt_mpi_option = ['mt_mpi']
+ mt_mpi_option = ['-mt_mpi']
101
for flags_var, _ in COMPILER_FLAGS:
102
self.variables.nappend(flags_var, mt_mpi_option)
0 commit comments