ACCESS-NRI / spack-config

Shared spack configuration
Apache License 2.0
1 stars 0 forks source link

common/gadi/linux/compilers.yaml: add all the intel-compilers on Gadi #28

Closed harshula closed 5 months ago

harshula commented 5 months ago

1) for i in $(module avail -t intel-compiler/ intel-compiler-llvm/ | grep ^intel-compiler | tr '\n' ' '); do echo "= $i ="; module load $i; spack compiler find; module unload $i ; done 2>&1 | tee ~/spack.yaml.log

2) Copy the module name into the yaml file's modules list variable.

harshula commented 5 months ago

A Spack build with %intel@2021.6.0 is working on Gadi using the new compilers.yaml.