Skip to content

Commit

Permalink
cds for build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored Nov 6, 2023
1 parent 0af01e7 commit 83e5b8f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/parallelworks_autotools_intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:
- name: Compile
run: |
module load intel/${INTEL_VERSION} impi/${INTEL_VERSION} netcdf/${NC_VERSION} hdf5
make -j || make
cd build && make -j || make
- name: Run test suite
run: |
module load intel/${INTEL_VERSION} impi/${INTEL_VERSION} netcdf/${NC_VERSION} hdf5
${MPI_LAUNCHER} -n 25 hostname > /dev/null
make check -k
cd build && make check -k

0 comments on commit 83e5b8f

Please sign in to comment.