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.
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