Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
houjun authored Aug 30, 2023
1 parent 06c622d commit c852632
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
date
make clean
make
make check
# make check
date
vol-async-hdf5-develop-Makefile:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
date
make clean
make
make check
# make check
date
vol-async-hdf5-1_14_2-cmake:
Expand Down Expand Up @@ -264,15 +264,15 @@ jobs:
# Run serial and parallel tests
date
ctest
ctest -V
date
# Test with async VOL write memcopy (double buffering)
cmake -DCMAKE_INSTALL_PREFIX=$VOL_DIR -DCMAKE_C_COMPILER=mpicc -DENABLE_WRITE_MEMCPY=ON ..
make clean
make && make install
date
ctest
# ctest -V
date
vol-async-hdf5-develop-cmake:
Expand Down Expand Up @@ -345,15 +345,15 @@ jobs:
# Run serial and parallel tests
date
ctest
ctest -V
date
# Test with async VOL write memcopy (double buffering)
cmake -DCMAKE_INSTALL_PREFIX=$VOL_DIR -DCMAKE_C_COMPILER=mpicc -DENABLE_WRITE_MEMCPY=ON ..
make clean
make && make install
date
ctest
# ctest -V
date
- name: Setup tmate session
Expand Down

0 comments on commit c852632

Please sign in to comment.