initialization of hpc module fails
in the hpc_init_sse.sh file
I had to do change from:
module --initial_load -q --no_redirect load hpc did not worktomodule --initial_load -q --no_redirect load hpc/.1.10.0.lua`
because it did not find the module. The MODULEPATH seems to be set correctly, and giving the full module works.
This was created as a symbolic link ln -s sse_init_files/sse_init.sh /software/sse2/init/hpc_init_sse.sh
from the Bootstrapping the SSE environment/SSE initialization scripts section of the docs