MKL error during analysis task on Jet #194
mrinalbiswas
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I encountered MKL errors when running the analysis task with feature/hafsv1_merge branch on Jet. The error message is copied below.
I am opening a Discussion thread because few people have encountered this as of now. Biju provided a fix which worked for me. Just wanted to discuss whether this should be included in the repository.
ERROR:
++ 4 + /apps/lmod/8.5.2/libexec/lmod bash load gsi_jet
Lmod has detected the following error: The following module(s) are unknown:
"mkl"
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 "mkl"
Also make sure that all modulefiles written in TCL start with the string
#%Module
FIX:
module load gsi_${machine}
fi
module list
Beta Was this translation helpful? Give feedback.
All reactions