We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c99137a commit 2bd62faCopy full SHA for 2bd62fa
configs/sites/tier1/atlantis/packages.yaml
@@ -1,5 +1,8 @@
1
packages:
2
# Modification of common packages
3
+ ewok-env:
4
+ require:
5
+ - '~ecflow'
6
zlib-api:
7
buildable: False
8
util/nrl/batch_install.sh
@@ -423,11 +423,6 @@ for compiler in "${SPACK_STACK_BATCH_COMPILERS[@]}"; do
423
nautilus)
424
umask 0022
425
module purge
426
- case ${compiler} in
427
- gcc@=13.4.0)
428
- module use /p/app/projects/NEPTUNE/spack-stack/gcc-13.4.0/modulefiles
429
- ;;
430
- esac
431
;;
432
tusk)
433
0 commit comments