Skip to content

Commit 2c06a42

Browse files
committed
Fixes #265 OpenMPI test launching bug
Thanks to @amckinstry for pointing this out `--oversubscribed` ==> `oversubscribe`
1 parent 4d6a0d7 commit 2c06a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ function(add_mpi_test name num_mpi_proc path)
342342
if ( openmpi )
343343
if ( N LESS 2 )
344344
set( num_mpi_proc 2 )
345-
set (test_parameters --oversubscribed)
345+
set (test_parameters --oversubscribe)
346346
else()
347347
set ( num_mpi_proc ${N} )
348348
endif()

0 commit comments

Comments
 (0)