Skip to content

Commit

Permalink
Disable spack view. ufs-community#859
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Oct 26, 2023
1 parent 51cc763 commit ebdad6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu_gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
run: |
source spack/share/spack/setup-env.sh
spack env activate ufs_utils-env
spack load ip sp w3emc netcdf-c netcdf-fortran bacio g2 nemsio sfcio sigio nccmp parallelio esmf
export CC=mpicc
export FC=mpif90
cd ufs_utils
Expand All @@ -93,6 +94,7 @@ jobs:
run: |
source spack/share/spack/setup-env.sh
spack env activate ufs_utils-env
spack load ip sp w3emc netcdf-c netcdf-fortran bacio g2 nemsio sfcio sigio nccmp parallelio esmf
cd ufs_utils
cd build
ctest --verbose --rerun-failed --output-on-failure
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu_intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
run: |
source spack/share/spack/setup-env.sh
spack env activate ufs_utils-env
spack load ip sp w3emc netcdf-c netcdf-fortran bacio g2 nemsio sfcio sigio nccmp parallelio esmf
export CC=mpiicc
export FC=mpiifort
cd ufs_utils
Expand All @@ -111,6 +112,7 @@ jobs:
run: |
source spack/share/spack/setup-env.sh
spack env activate ufs_utils-env
spack load ip sp w3emc netcdf-c netcdf-fortran bacio g2 nemsio sfcio sigio nccmp parallelio esmf
cd ufs_utils
cd build
ctest --verbose --rerun-failed --output-on-failure
2 changes: 1 addition & 1 deletion ci/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ spack:
- [email protected]
- [email protected]+fortran~pnetcdf
- [email protected]~debug~xerces+external-parallelio
view: true
view: false
concretizer:
unify: true

0 comments on commit ebdad6f

Please sign in to comment.