diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2019-05-10 19:34:56 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2019-05-10 19:34:56 (GMT) |
commit | 19d2cea9aec648eb3c609dee4d2dc9baa101c967 (patch) | |
tree | 41a1640a5c4e2bf8535eddf23618528d4188dcb4 /bin/batch/ray_ctestP.lsf.in.cmake | |
parent | c23118aff11105d3aee2e738dd1bb2f1f77a26a7 (diff) | |
download | hdf5-19d2cea9aec648eb3c609dee4d2dc9baa101c967.zip hdf5-19d2cea9aec648eb3c609dee4d2dc9baa101c967.tar.gz hdf5-19d2cea9aec648eb3c609dee4d2dc9baa101c967.tar.bz2 |
added -M HPC to ctest command
Diffstat (limited to 'bin/batch/ray_ctestP.lsf.in.cmake')
-rw-r--r-- | bin/batch/ray_ctestP.lsf.in.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/batch/ray_ctestP.lsf.in.cmake b/bin/batch/ray_ctestP.lsf.in.cmake index 082276a..80b4409 100644 --- a/bin/batch/ray_ctestP.lsf.in.cmake +++ b/bin/batch/ray_ctestP.lsf.in.cmake @@ -15,6 +15,6 @@ cd @HDF5_BINARY_DIR@ echo "Run parallel test command. Test output will be in build/ctestP.out" -ctest . -R 'MPI_TEST_' -E t_cache_image -C Release -T test >& ctestP.out +ctest . -M HPC -R 'MPI_TEST_' -C Release -T test >& ctestP.out echo "Done running ctest parallel command." |