Skip to content

Commit 69ec01a

Browse files
committed
wrong mpi flag
1 parent f19a995 commit 69ec01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/examples/heatTransfer/TestBPFileMxN.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set_tests_properties(HeatTransfer.BP5.MxN.Write PROPERTIES PROCESSORS 4)
1717

1818
add_test(NAME HeatTransfer.BP5.MxN.Read
1919
COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_EXTRA_FLAGS}
20-
${MPIEXEC_NUMPROC_FLAG} 5
20+
${MPIEXEC_NUMPROC_FLAG} 4
2121
$<TARGET_FILE:adios2_simulations_heatTransferRead>
2222
${PROJECT_SOURCE_DIR}/examples/simulations/heatTransfer/heat_bp5.xml
2323
WriteBPFileMxN.bp ReadBPFileMxN.bp 1 3

0 commit comments

Comments
 (0)