Skip to content

Commit cd5cb4b

Browse files
committed
capVol: add parallel test cases
- test/testing.cmake: add parallel capVol cases. Signed-off-by: Aiden Woodruff <[email protected]>
1 parent 5c64054 commit cd5cb4b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/testing.cmake

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,12 @@ if(ENABLE_CAPSTONE)
986986
mpi_test(capVol_BLCylMds3D 1
987987
./capVol -gm 4 ${MDIR}/cyl_surf_only.cre capVol_BLCylMds3D.cre
988988
)
989+
mpi_test(capVol_CubeMds3D-4 4
990+
./capVol -gm 3 ${MDIR}/cube_surf_only.cre capVol_CubeMds3D.cre
991+
)
992+
mpi_test(capVol_BLCylMds3D-4 4
993+
./capVol -gm 4 ${MDIR}/cyl_surf_only.cre capVol_BLCylMds3D.cre
994+
)
989995
if(PUMI_TEST_CAPVOL_FULLMATRIX)
990996
mpi_test(capVol_Cyl3D 1 ./capVol -g 1 ${MDIR}/cyl_surf_only.cre out.cre)
991997
mpi_test(capVol_Cube3D 1 ./capVol -g 3 ${MDIR}/cube_surf_only.cre out.cre)

0 commit comments

Comments
 (0)