Changes between Version 5 and Version 6 of Public/User_Guide/Information_on_software


Ignore:
Timestamp:
Mar 13, 2019, 1:50:22 PM (5 years ago)
Author:
Jacopo de Amicis
Comment:

Added info on how to use the new stack from batch scripts (provisional solution).

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/Information_on_software

    v5 v6  
    163163
    164164
     165== How to use the new stack in job scripts (provisional solution) ==
     166
     167Currently it is not possible to use the `enable_new_stack` alias from within a batch script.
     168In order to use the new stack from within a batch script, it is necessary to add the following lines to your script:
     169
     170{{{
     171ml purge; unset MODULEPATH;
     172ml use /usr/local/software/haswell/Stages/2018a/UI/Compilers:/usr/local/software/haswell/Stages/2018a/UI/Tools:/usr/local/software/extoll;
     173ml GCCcore/.5.5.0 binutils/.2.30; export USING_NEW_STACK=1
     174}}}
     175
     176The lines above are relevant for the sdv nodes only (where currently the new stack is available).
     177
     178The solution described above will become unnecessary once the new stack is enable by default on the system.
     179
    165180== List of available modules (new stack only!) ==
    166181