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 19, 2023
1 parent b84cbd3 commit 2e09bbf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/parallelworks_autotools_intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
NC_VERSION: 4.7.0
INTEL_VERSION: 2022.1.2
TEST_VERBOSE: 1
MPI_LAUNCHER: "srun -J $GITHUB_SHA --mpi=pmi2"
I_MPI_FABRICS: "shm:ofi"
I_MPI_OFI_PROVIDER: "tcp"
steps:
Expand All @@ -30,13 +29,12 @@ 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
autoreconf -if ./configure.ac && mkdir build && cd build && ../configure
autoreconf -if ./configure.ac && mkdir build && cd build && ../configure MPI_LAUNCHER="srun -J ${GITHUB_SHA} --mpi=pmi2"
- name: Compile
run: |
module load intel/${INTEL_VERSION} impi/${INTEL_VERSION} netcdf/${NC_VERSION} hdf5
Expand Down

0 comments on commit 2e09bbf

Please sign in to comment.