summaryrefslogtreecommitdiffstats
path: root/bin/batch/ctestP.sl.in.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-02-11 18:42:19 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-02-11 18:42:46 (GMT)
commit6f71b2cdcf3326b1d7bc67cf664b56d2f4056bfd (patch)
treed378390bd4014bc8c3bc5306d07887d518a52438 /bin/batch/ctestP.sl.in.cmake
parente2b6e72e7c153bdbc9bf5f0e0c300d4ffea1cb69 (diff)
downloadhdf5-6f71b2cdcf3326b1d7bc67cf664b56d2f4056bfd.zip
hdf5-6f71b2cdcf3326b1d7bc67cf664b56d2f4056bfd.tar.gz
hdf5-6f71b2cdcf3326b1d7bc67cf664b56d2f4056bfd.tar.bz2
Refactor mpi test names
Diffstat (limited to 'bin/batch/ctestP.sl.in.cmake')
-rw-r--r--bin/batch/ctestP.sl.in.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/batch/ctestP.sl.in.cmake b/bin/batch/ctestP.sl.in.cmake
index eadf336..8d216d6 100644
--- a/bin/batch/ctestP.sl.in.cmake
+++ b/bin/batch/ctestP.sl.in.cmake
@@ -8,7 +8,7 @@
#SBATCH --job-name=h5_ctestP
cd @HDF5_BINARY_DIR@
-CMD="ctest . -R PAR_ -E t_cache_image -C Release -T test"
+CMD="ctest . -R MPI_TEST_ -E t_cache_image -C Release -T test"
echo "Run $CMD. Test output will be in build/ctestP.out"
$CMD >& ctestP.out