Environment Modules: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
Line 1: Line 1:


== Loading modules ==
== Loading modules ==
In order for this script to run, the first thing that is needed is that Python3, which is not the default Python version on the cluster, is load into your environment. Availability of (different versions of) software can be checked by the following command:
Availability of (different versions of) software can be checked by the following command:
   module avail
   module avail


In the list you should note that python3 is indeed available to be loaded, which then can be loaded with the following command:
In the list you should note that python3 is indeed available to be loaded, which then can be loaded with the following command:
   module load python/3.3.3
   module load python/3.3.3
== See also ==
== See also ==
* [[B4F_cluster | B4F Cluster]]
* [[B4F_cluster | B4F Cluster]]

Revision as of 21:47, 29 November 2013

Loading modules

Availability of (different versions of) software can be checked by the following command:

 module avail

In the list you should note that python3 is indeed available to be loaded, which then can be loaded with the following command:

 module load python/3.3.3

See also

External links