Skip to content

Commit

Permalink
correct typo and set variables in gcc workflow (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed May 29, 2024
1 parent 8fc9770 commit 6d39a55
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
spack install -v --fail-fast --dirty
spack clean --all
gsi-monitor:
gsi-utils:
needs: setup
runs-on: ubuntu-latest

Expand All @@ -99,10 +99,11 @@ jobs:
run: |
source spack/share/spack/setup-env.sh
spack env activate gsiutils-env
export CC=mpicc
export FC=mpif90
cd gsi-utils
mkdir -p build && cd build
cmake -DCMAKE_INSTALL_PREFIX=../install -DBUILD_UTIL_ALL=ON ..
make -j2 VERBOSE=1
make install
env:
CC: mpicc
FC: mpif90

0 comments on commit 6d39a55

Please sign in to comment.