You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: