1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
===========================
step 1
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --version
===========================
Modules based on Lua: Version 8.6.9 2022-02-02 11:25 -04:00
by Robert McLay mclay@tacc.utexas.edu
===========================
step 2
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load petsc slepc
===========================
Lmod has detected the following error: The following module(s) are unknown: "petsc"
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 "petsc"
Also make sure that all modulefiles written in TCL start with the string #%Module
While processing the following module(s):
Module fullname Module Filename
slepc/1.0 ProjectDIR/rt/slepc/mf/Core/slepc/1.0.lua
|