Skip to content

Commit

Permalink
Update parallelworks_autotools_intel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored Dec 13, 2023
1 parent 30b0eb9 commit b84cbd3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/parallelworks_autotools_intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
NC_VERSION: 4.7.0
INTEL_VERSION: 2022.1.2
TEST_VERBOSE: 1
MPI_LAUNCHER: "srun --mpi=pmi2"
MPI_LAUNCHER: "srun -J $GITHUB_SHA --mpi=pmi2"
I_MPI_FABRICS: "shm:ofi"
I_MPI_OFI_PROVIDER: "tcp"
steps:
Expand All @@ -30,6 +30,9 @@ jobs:
# env:
# CC: mpifc -fc=${{ matrix.compilers == 'intel-classic' && 'icc' || 'icx'}}
# FC: mpifc -fc=${{ matrix.compilers != 'intel-oneapi' && 'ifort' || 'ifx'}}
# TODO does this need sleep and the &? will hang until allocation is done if those are provided
- name: Spin up nodes
run: salloc -n 25 -p n384 -t 60 -J $GITHUB_SHA sleep 20m &
- name: Configure
run: |
module load intel/${INTEL_VERSION} impi/${INTEL_VERSION} netcdf/${NC_VERSION} hdf5
Expand All @@ -40,7 +43,6 @@ jobs:
cd build && make -j || make
- name: Run test suite
run: |
salloc -n 25 -p n384 -t 60
module load intel/${INTEL_VERSION} impi/${INTEL_VERSION} netcdf/${NC_VERSION} hdf5
cd build
make check -k | tee test.out
Expand Down

0 comments on commit b84cbd3

Please sign in to comment.