Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 22798  / 3 Years ago, fri, june 25, 2021, 5:03:00

What exactly module load does? Is it basically that instead of going through the directory her



I have seen people do module load gcc/versionNumber etc.


More From » 13.04

 Answers
2

I am assuming you are logging into some university computing clusters. At my university, we have a system that uses the module command to load different programs as you are describing.


Basically, the module command modifies your environment so that the path and other variables are set so that you can use a program such as gcc, matlab, or mathematica. To see some of the changes, run env to see your environment variables, then run module load matlab or some other available package, and then run env again to see the updated variables.


I'm not sure of the details, but you can try


module help

or visit http://www.tacc.utexas.edu/tacc-projects/lmod for more information


[#29040] Sunday, June 27, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
sigtestim

Total Points: 298
Total Questions: 108
Total Answers: 106

Location: Bermuda
Member since Thu, Apr 20, 2023
1 Year ago
;