Difference between revisions of "Modules"

From Earlham CS Department
Jump to navigation Jump to search
(Installing modules from source)
Line 1: Line 1:
 
= Environment Modules =
 
= Environment Modules =
 +
 +
The page you're looking for is likely this one: [[Sysadmin:Environment_Modules]]
  
 
Unless Tcl is your middle name, you might be wondering where exactly <code>module load</code> comes from. To help get you started, [http://modules.sourceforge.net/ this is the project homepage] and here is the [https://github.com/cea-hpc/modules official github repository] if sourceforge isn't your thing.
 
Unless Tcl is your middle name, you might be wondering where exactly <code>module load</code> comes from. To help get you started, [http://modules.sourceforge.net/ this is the project homepage] and here is the [https://github.com/cea-hpc/modules official github repository] if sourceforge isn't your thing.
 
== Installing modules from source ==
 
1. Download the latest C version, ex: 3.2.10.
 
3. <pre>mkdir -p /mounts/<machine>/software/Modules</pre>
 
4. set prefix, version, and module paths: <pre>./configure --with-module-path=/mounts/<machine>/software/Modules/modulefiles --prefix=/mounts/<machine>/software/ --with-version-path=/mounts/<machine>/software/Modules/versions</pre>
 

Revision as of 21:03, 13 October 2017

Environment Modules

The page you're looking for is likely this one: Sysadmin:Environment_Modules

Unless Tcl is your middle name, you might be wondering where exactly module load comes from. To help get you started, this is the project homepage and here is the official github repository if sourceforge isn't your thing.