Skip to content

Commit

Permalink
take out srun arg
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 committed Nov 21, 2023
1 parent 90f4b7a commit 53d69a1
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 @@ -11,7 +11,7 @@ jobs:
NC_VERSION: 4.7.0
INTEL_VERSION: 2022.1.2
TEST_VERBOSE: 1
MPI_LAUNCHER: "srun --mpi=pmi2 --partition n384"
MPI_LAUNCHER: "srun --partition n384"
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 53d69a1

Please sign in to comment.