Changes
Page history
fixed md format
authored
Aug 10, 2016
by
Villerius
Hide whitespace changes
Inline
Side-by-side
EnvironmentModules.md
View page @
ad98cb44
...
...
@@ -6,28 +6,27 @@
*
Multiple modules can be loaded, Your $PATH will be adjusted and the latest module will have it's path as first path in your PATH environment!
To view the loaded modules use;
```
#!sh
$
module list
Currently Loaded Modulefiles:
1
)
OpenGridScheduler 2
)
History
To view the modules available:
#!sh
$
module avail
------------------------------------------------------------------------------------ /usr/local/Modules/versions -------------------------------------------------------------------------------------
------------------------------------------------------------------------------------
/usr/local/Modules/versions
-------------------------------------------------------------------------------------
3.2.10
-------------------------------------------------------------------------------
/usr/local/Modules/3.2.10/modulefiles
--------------------------------------------------------------------------------
dot java/Oracle-JRE-1.7 module-info OpenGridScheduler python/3.4.1 R/3.0.2
History java/Oracle-JRE-1.8 modules PacificBiosciences/rDnaTools qiime R/3.1.1
java/openjdk-7 module-git null PacificBiosciences/smrtanalysis R/2.15.3 use.own
}}}
```
To load a module:
...
...
...
...