Loading modules in jakar

When using mathematical libraries in jakar.utep.edu use the spyder module system to list and load modules

Once logged into jakar type the following command:

$ module spider
and you will see the installed library modules for openblas and scalapack.
(see image)
You can load these module with:
$ module load openblas scalapack

When you submit the job put it in the submit script.