mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
updated -E option
This commit is contained in:
parent
b4b83f6733
commit
6546c764d3
@ -14,6 +14,6 @@
|
|||||||
|
|
||||||
cd @HDF5_BINARY_DIR@
|
cd @HDF5_BINARY_DIR@
|
||||||
echo "Run parallel test command. Test output will be in build/ctestP.out"
|
echo "Run parallel test command. Test output will be in build/ctestP.out"
|
||||||
ctest . -R 'TEST_PAR|PH5DIFF|PERFORM' -C Release -T test >& ctestP.out
|
ctest . -R MPI_TEST_ -C Release -T test >& ctestP.out
|
||||||
|
|
||||||
echo "Done running ctest parallel command."
|
echo "Done running ctest parallel command."
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
cd @HDF5_BINARY_DIR@
|
cd @HDF5_BINARY_DIR@
|
||||||
echo "Run command. Test output will be in build/ctestS.out"
|
echo "Run command. Test output will be in build/ctestS.out"
|
||||||
ctest . -E 'TEST_PAR|PH5DIFF|PERFORM' -C Release -j 32 -T test >& ctestS.out
|
ctest . -E MPI_TEST_ -C Release -j 32 -T test >& ctestS.out
|
||||||
|
|
||||||
##$CMD >& ctestS.out
|
##$CMD >& ctestS.out
|
||||||
echo "Done running command."
|
echo "Done running command."
|
||||||
|
Loading…
Reference in New Issue
Block a user