Openmpi update multithread (#7893)
--enable-mpi-thread-multiple option not viable in Open MPI 3.0+ Signed-off-by: Dan Topa <dantopa@lanl.gov>
This commit is contained in:
parent
5f04b0c538
commit
82ac1571c2
@ -382,7 +382,7 @@ def configure_args(self):
|
||||
config_args.append('--enable-contrib-no-build=vt')
|
||||
|
||||
# Multithreading support
|
||||
if spec.satisfies('@1.5.4:'):
|
||||
if spec.satisfies('@1.5.4:2.999'):
|
||||
if '+thread_multiple' in spec:
|
||||
config_args.append('--enable-mpi-thread-multiple')
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user