Hi HPC Forum,
I am trying to run my code which needs several modules. They seem to be unavailable. Do you know how to fix it?
I am getting this error.
Lmod has detected the following error: The following module(s) are unknown:
“GCC/5.4.0-2.26”
Please check the spelling or version number. Also try “module spider …”
It is also possible your cache file is out-of-date; it may help to try:
$ module --ignore-cache load “GCC/5.4.0-2.26”
Also make sure that all modulefiles written in TCL start with the string
#%Module
Lmod has detected the following error: The following module(s) are unknown:
“Python/3.5.2”
Please check the spelling or version number. Also try “module spider …”
It is also possible your cache file is out-of-date; it may help to try:
$ module --ignore-cache load “Python/3.5.2”
Also make sure that all modulefiles written in TCL start with the string
#%Module
Lmod has detected the following error: The following module(s) are unknown:
“Gurobi”
Please check the spelling or version number. Also try “module spider …”
It is also possible your cache file is out-of-date; it may help to try:
$ module --ignore-cache load “Gurobi”
Also make sure that all module files written in TCL start with the string
#%Module
Running 100 Full-year MGA scenarios on node node094.cluster
/home/sasse/baobab_python_NEW/bin/python: error while loading shared libraries: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory
Best, Jan