Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • SHARK SHARK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • SharkShark
  • SHARKSHARK
  • Wiki
  • EnvironmentModules

EnvironmentModules · Changes

Page history
Original Shark Trac Wiki, converted to gitlab markdown authored Nov 06, 2015 by Villerius's avatar Villerius
Hide whitespace changes
Inline Side-by-side
EnvironmentModules.md 0 → 100644
View page @ 20a398d4
## Environment Modules
* All environmens on the new Shark are controlled with environment modules.
* The default modules that are loaded are OpenGridScheduler and History.
* Modules can be loaded, unloaded and switched.
* 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 -------------------------------------------------------------------------------------
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:
#!sh
$ module load R/3.1.1
To switch a module from R3.1.1 to R3.0.2 use:
#!sh
$ module switch R/3.1.1 R/3.0.2
To unload a module:
#!sh
$ module unload R/3.0.2
Clone repository
  • AccessingGridStorage
  • ChangePasswd
  • CheckpointingQueue
  • Configuration
  • Contact_info_shark
  • DescriptionExenode
  • EnvironmentModules
  • Errorqueue
  • Examples
  • Examples_slurm
  • FAQ
  • FineTune__SLASH__Solutions
  • GetConnected
  • Graphical
  • Graphicalview
View All Pages