Environment Modules: Difference between revisions
Jump to navigation
Jump to search
(Created page with " == See also == * B4F Cluster == External links == http://modules.sourceforge.net http://www.admin-magazine.com/HPC/Articles/Environment-Modules") |
No edit summary |
||
Line 1: | Line 1: | ||
== 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: | |||
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 == | == See also == | ||
* [[B4F_cluster | B4F Cluster]] | * [[B4F_cluster | B4F Cluster]] |
Revision as of 21:46, 29 November 2013
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:
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
http://modules.sourceforge.net http://www.admin-magazine.com/HPC/Articles/Environment-Modules