3 "${MPI_RUN} ${MPI_FLAGS} -np ${MPI_NP}
4 ${PROG} -my_file ${FILE} -base ${BASE} -space ${SPACE} -log_no_color")
7 ${MPI_RUN} ${MPI_FLAGS} -np ${MPI_NP}
8 ${PROG} -my_file ${FILE} -base ${BASE} -space ${SPACE} -log_no_color
9 WORKING_DIRECTORY ${BINARY_DIR}
10 RESULT_VARIABLE CMD_RESULT)
13 "${MPI_RUN} ${MPI_FLAGS} -np ${MPI_NP}
14 ${PROG} -my_file ${FILE} -base ${BASE} -log_no_color")
17 ${MPI_RUN} ${MPI_FLAGS} -np ${MPI_NP}
18 ${PROG} -my_file ${FILE} -base ${BASE} -log_no_color
19 WORKING_DIRECTORY ${BINARY_DIR}
20 RESULT_VARIABLE CMD_RESULT)
23 "${MPI_RUN} ${MPI_FLAGS} -np ${MPI_NP}
24 ${PROG} -my_file ${FILE} -space ${SPACE} -log_no_color")
27 ${MPI_RUN} ${MPI_FLAGS} -np ${MPI_NP}
28 ${PROG} -my_file ${FILE} -space ${SPACE} -log_no_color
29 WORKING_DIRECTORY ${BINARY_DIR}
30 RESULT_VARIABLE CMD_RESULT)
33 "${MPI_RUN} ${MPI_FLAGS} -np ${MPI_NP}
34 ${PROG} -my_file ${FILE} -log_no_color")
37 ${MPI_RUN} ${MPI_FLAGS} -np ${MPI_NP}
38 ${PROG} -my_file ${FILE} -log_no_color
39 WORKING_DIRECTORY ${BINARY_DIR}
40 RESULT_VARIABLE CMD_RESULT)
44 message(FATAL_ERROR "Error running ${PROG} for file ${FILE}")
48 COMMAND ${CMAKE_COMMAND} -E compare_files
51 WORKING_DIRECTORY ${BINARY_DIR}
52 RESULT_VARIABLE CMD_RESULT)
56 "Difftent files computed/blessed
57 ${SOURCE_DIR}/${LOG1} ${BINARY_DIR}/${LOG2}")