Skip to content

Commit 2523653

Browse files
authored
Merge pull request #270 from sourceryinstitute/bugfix-#265
Fixes #265 OpenMPI test launching bug Thanks to @amckinstry for reporting this bug
2 parents 781a084 + 5c54981 commit 2523653

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)