Skip to content

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

Merged
harshula merged 1 commit intomainfrom
development
Apr 22, 2024
Merged

common/gadi/linux/compilers.yaml: add all the intel-compilers on Gadi#28
harshula merged 1 commit intomainfrom
development

Conversation

@harshula
Copy link
Copy Markdown
Collaborator

  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.

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 harshula self-assigned this Apr 22, 2024
@harshula
Copy link
Copy Markdown
Collaborator Author

A Spack build with %[email protected] is working on Gadi using the new compilers.yaml.

Copy link
Copy Markdown
Member

@CodeGat CodeGat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like it will allow [email protected] to run as expected on Gadi. Approved!

Copy link
Copy Markdown
Member

@aidanheerdegen aidanheerdegen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

3 participants