diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-02-11 18:42:19 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-02-11 18:42:46 (GMT) |
commit | 6f71b2cdcf3326b1d7bc67cf664b56d2f4056bfd (patch) | |
tree | d378390bd4014bc8c3bc5306d07887d518a52438 /bin/batch/ray_ctestP.lsf.in.cmake | |
parent | e2b6e72e7c153bdbc9bf5f0e0c300d4ffea1cb69 (diff) | |
download | hdf5-6f71b2cdcf3326b1d7bc67cf664b56d2f4056bfd.zip hdf5-6f71b2cdcf3326b1d7bc67cf664b56d2f4056bfd.tar.gz hdf5-6f71b2cdcf3326b1d7bc67cf664b56d2f4056bfd.tar.bz2 |
Refactor mpi test names
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 8ffaf8c..082276a 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 'PAR_' -E t_cache_image -C Release -T test >& ctestP.out +ctest . -R 'MPI_TEST_' -E t_cache_image -C Release -T test >& ctestP.out echo "Done running ctest parallel command." |