Skip to content

Commit

Permalink
Fix gcc test. ufs-community#859
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Oct 27, 2023
1 parent 9d94c16 commit cfb428c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu_gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
source spack/share/spack/setup-env.sh
spack env activate ufs_utils-env
spack load gcc mpich ip sp w3emc netcdf-c netcdf-fortran bacio g2 nemsio sfcio sigio nccmp parallelio esmf
spack load mpich ip sp w3emc netcdf-c netcdf-fortran bacio g2 nemsio sfcio sigio nccmp parallelio esmf
spack list
export CC=mpicc
export FC=mpif90
Expand All @@ -95,7 +95,7 @@ jobs:
run: |
source spack/share/spack/setup-env.sh
spack env activate ufs_utils-env
spack load gcc mpich ip sp w3emc netcdf-c netcdf-fortran bacio g2 nemsio sfcio sigio nccmp parallelio esmf
spack load mpich ip sp w3emc netcdf-c netcdf-fortran bacio g2 nemsio sfcio sigio nccmp parallelio esmf
spack list
cd ufs_utils
cd build
Expand Down

0 comments on commit cfb428c

Please sign in to comment.