-
Notifications
You must be signed in to change notification settings - Fork 2.4k
spack load error: unable to find modulefile #12915
Copy link
Copy link
Closed
Labels
Description
I have successfully installed several spack packages on my Linux Redhat HPC, and I can find the the installations using spack find, however the module system does not appear to be working. For example,
Steps to reproduce the issue
[sjenness@n2232 ~]$ spack find
==> 36 installed packages
-- linux-centos7-haswell / [email protected] ----------------------------
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
[email protected] [email protected] [email protected] lua-luafilesystem@1_7_0_2 [email protected] [email protected]
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
[sjenness@n2232 ~]$ spack find -p gcc
==> 1 installed package
-- linux-centos7-haswell / [email protected] ----------------------------
[email protected] /gscratch/csde/spack/spack/opt/spack/linux-centos7-haswell/gcc-4.8.5/gcc-9.2.0-2ljfzije77bz7bz3b6zwwzhdyulfhvqoError Message
But if I try to load any of the packages with spack load, I get the following error:
[sjenness@n2232 ~]$ spack load gcc
ERROR: Unable to locate a modulefile for 'gcc-9.2.0-gcc-4.8.5-2ljfzij'Following some old issues here, I have tried spack module tcl refresh, but that does not seem to build the module file correctly either. I have not updated any yaml files from their defaults. Thank you!
Reactions are currently unavailable