Skip to content

Commit 027d37c

Browse files
committed
Allow mpirun to oversubscribe
1 parent 622b6d3 commit 027d37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_regression.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ case "$("${MMSEQS}" version)" in
112112
run_test MPI_QUERY_SPLIT_NP1 "run_split.sh" 1
113113
run_test MPI_SLICE_TECH_NP1 "run_slicetechnical.sh"
114114

115-
export RUNNER="mpirun -np 3"
115+
export RUNNER="mpirun -np 3 --oversubscribe"
116116
run_test MPI_TARGET_SPLIT_NP3 "run_split.sh" 0
117117
run_test MPI_QUERY_SPLIT_NP3 "run_split.sh" 1
118118
run_test MPI_SLICE_TECH_NP3 "run_slicetechnical.sh"

0 commit comments

Comments
 (0)