xref: /phasta/phSolver/incompressible/test/testing.cmake (revision 9c38c5eb06000d63ce0f3d588bcc96f278633842)
141f58292SCameron Smithset(CDIR ${CASES}/crossflow)
241f58292SCameron Smithadd_test(copyInpCfg
3*9c38c5ebSCameron Smith  cp ${PHASTA_SOURCE_DIR}/phSolver/common/input.config ${CDIR})
441f58292SCameron Smithadd_test(resetNumStart
541f58292SCameron Smith  cp ${CDIR}/numstart.dat ${CDIR}/4-procs_case/numstart.dat)
641f58292SCameron Smithadd_test(
741f58292SCameron Smith  NAME crossflow
8*9c38c5ebSCameron Smith  COMMAND ${MPIRUN} ${MPIRUN_PROCFLAG} 4 ${PHASTA_BINARY_DIR}/bin/phastaIC.exe
941f58292SCameron Smith  WORKING_DIRECTORY ${CASES}/crossflow
1041f58292SCameron Smith)
1141f58292SCameron Smithadd_test(compareCrossflow
1241f58292SCameron Smith  diff ${CDIR}/restart-dat.4.1.ref ${CDIR}/4-procs_case/restart-dat.4.1)
13