Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compute node image missing the "environment-modules" package, so "module ..." fails when used in job scripts #28

Open
chryswoods opened this issue Dec 11, 2020 · 0 comments
Labels
invalid This doesn't seem right

Comments

@chryswoods
Copy link
Member

The default compute node image seems to be missing the "environment-modules" package. This means that there is no /usr/share/Modules directory on the compute nodes, so the "module" command fails. This is needed if using the installed openmpi module. This could be installed via compute_image_extra.sh, but I think it would be better if modules was installed by default across all nodes.

If adding via compute_image_extra.sh, use

sudo yum install -y environment-modules
@chryswoods chryswoods added the invalid This doesn't seem right label Dec 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant