Skip to content

Commit

Permalink
add partition to run cmd override
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored Dec 19, 2023
1 parent a8deeea commit 68da2a2
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 @@ -34,7 +34,7 @@ jobs:
- name: Configure
run: |
module load intel/${INTEL_VERSION} impi/${INTEL_VERSION} netcdf/${NC_VERSION} hdf5
autoreconf -if ./configure.ac && mkdir build && cd build && ../configure MPI_LAUNCHER="srun -J ${GITHUB_SHA} --mpi=pmi2"
autoreconf -if ./configure.ac && mkdir build && cd build && ../configure MPI_LAUNCHER="srun -J ${GITHUB_SHA} -p n384 --mpi=pmi2"
- name: Compile
run: |
module load intel/${INTEL_VERSION} impi/${INTEL_VERSION} netcdf/${NC_VERSION} hdf5
Expand Down

0 comments on commit 68da2a2

Please sign in to comment.