Skip to content

Commit

Permalink
more github workflow adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jan 24, 2025
1 parent 046258d commit 621a72c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-latest

env:
CC: mpicx
FC: mpiifx
CC: mpicc
FC: mpifort
# Versions should match the github tag names
PNETCDF_VERSION: checkpoint.1.14.0
NETCDF_C_VERSION: v4.9.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/withspack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v4
uses: mxschmitt/action-tmate@v3
6 changes: 3 additions & 3 deletions src/flib/pio_nf.F90
Original file line number Diff line number Diff line change
Expand Up @@ -400,19 +400,19 @@ module pio_nf
#ifdef NC_HAS_QUANTIZE
interface pio_def_var_quantize
module procedure &
def_var_quantize_desc , &
def_var_quantize_desc, &
def_var_quantize_id
end interface pio_def_var_quantize
interface pio_inq_var_quantize
module procedure &
inq_var_quantize_desc , &
inq_var_quantize_desc, &
inq_var_quantize_id
end interface pio_inq_var_quantize
#endif
#ifdef PIO_HAS_PAR_FILTERS
interface pio_inq_var_filter_ids
module procedure &
inq_var_filter_ids_desc , &
inq_var_filter_ids_desc , &
inq_var_filter_ids_id
end interface pio_inq_var_filter_ids
interface pio_inq_var_filter_info
Expand Down

0 comments on commit 621a72c

Please sign in to comment.