Difference between revisions of "Modules"

From Earlham CS Department
Jump to navigation Jump to search
(Created page with "= 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.sou...")
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= Environment Modules =
+
The modules landing page, in roughly descending order of usefulness.
  
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.
+
* [[Sysadmin:Environment_Modules]]
 
+
* [[Sysadmin:Software Modules | Software Modules]]
== Installing modules from source ==
+
* [[Newmodules]]
1. Download the latest C version, ex: 3.2.10.
+
* [[Cluster:Modules]]
3. <pre>mkdir -p /mounts/<machine>/software/Modules</pre>
 
4. <pre>./configure --with-module-path=/mounts/<machine>/software/Modules/modulefiles --prefix=/mounts/<machine>/software/ --with-version-path=/mounts/<machine>/software/Modules/versions</pre>
 

Latest revision as of 14:21, 17 March 2022

The modules landing page, in roughly descending order of usefulness.