Skip to content

Commit

Permalink
Change definitions of CC and FC.
Browse files Browse the repository at this point in the history
Fixes #879.
  • Loading branch information
GeorgeGayno-NOAA committed Aug 28, 2024
1 parent 56bf5e1 commit 98f840a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu_intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
run: |
source spack/share/spack/setup-env.sh
spack env activate ufs_utils-env
export CC
export FC
export CC=mpiicx
export FC=mpiifx
cd ufs_utils
mkdir -p build && cd build
cmake -DCMAKE_INSTALL_PREFIX=../install ..
Expand Down

0 comments on commit 98f840a

Please sign in to comment.