Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored Nov 21, 2023
1 parent 9802a8e commit 65012fd
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 @@ -38,7 +38,7 @@ jobs:
cd build && make -j || make
- name: Run test suite
run: |
salloc -n 24 -p 384 -t 60
salloc -n 24 -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 65012fd

Please sign in to comment.