- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -

CRAY XC40 Environment: Difference between revisions

From HLRS Platforms
Jump to navigationJump to search
(Created page with "HWW systems uses environment modules, a package for managing user environments. Software such as compilers, libraries, tools and some widely used application codes are availab...")
 
(update from docs.cray to pubs.cray)
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
* If you want to swap one currently loaded module for another that is not, <pre>module swap PrgEnv-pgi PrgEnv-gnu</pre> for example swaps the currently loaded CRAY PGI Programming version '''PrgEnv-pgi''' for CRAY own programming version '''PrgEnv-cray'''. This will switch several other modules to the corresponding choice.
* If you want to swap one currently loaded module for another that is not, <pre>module swap PrgEnv-pgi PrgEnv-gnu</pre> for example swaps the currently loaded CRAY PGI Programming version '''PrgEnv-pgi''' for CRAY own programming version '''PrgEnv-cray'''. This will switch several other modules to the corresponding choice.


For more details on using modules see [http://docs.cray.com/cgi-bin/craydoc.cgi?mode=Show;q=2529;f=/books/S-2529-103/html-S-2529-103//chapter-n4qtphjb-brbethke.html CRAY: Using Modules] or [[Module_command | Module commands]].
For more details on using modules see [https://pubs.cray.com/content/S-2529/17.05/xctm-series-programming-environment-user-guide-1705-s-2529/using-modules CRAY: Using Modules] or [[Module_command | Module commands]].

Latest revision as of 14:13, 12 September 2018

HWW systems uses environment modules, a package for managing user environments. Software such as compilers, libraries, tools and some widely used application codes are available to users via modules. Thus, in order to use a particular version of a particular piece of software you must first load its module. On log-in to the system a default collection of modules are available.

  • You can inspect which modules you have loaded currently by the command:
    module list
  • In order to inspect which modules are available to use, you can issue the command
    module avail
  • If you want to swap one currently loaded module for another that is not,
    module swap PrgEnv-pgi PrgEnv-gnu
    for example swaps the currently loaded CRAY PGI Programming version PrgEnv-pgi for CRAY own programming version PrgEnv-cray. This will switch several other modules to the corresponding choice.

For more details on using modules see CRAY: Using Modules or Module commands.