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 2e09bbf commit a8deeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parallelworks_autotools_intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# CC: mpifc -fc=${{ matrix.compilers == 'intel-classic' && 'icc' || 'icx'}}
# FC: mpifc -fc=${{ matrix.compilers != 'intel-oneapi' && 'ifort' || 'ifx'}}
- name: Spin up nodes
run: salloc -n 25 -p n384 -t 60 -J $GITHUB_SHA sleep 20m &
run: salloc -n 25 -p n384 -t 60 -J $GITHUB_SHA sleep 40m &
- name: Configure
run: |
module load intel/${INTEL_VERSION} impi/${INTEL_VERSION} netcdf/${NC_VERSION} hdf5
Expand Down

0 comments on commit a8deeea

Please sign in to comment.