Skip to content

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

@chryswoods

Description

@chryswoods

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions