Changes between Version 14 and Version 15 of discover


Ignore:
Timestamp:
07/01/25 13:25:50 (11 days ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • discover

    v14 v15  
    1414 - JPL IT Security officer: Tomas Soderstrom Tomas.J.Soderstrom@jpl.nasa.gov
    1515
     16== Set up NCCS Direct Mode (must run in Direct Mode to transfer files) ==
     17
     18See instructions here: [https://www.nccs.nasa.gov/nccs-users/instructional/logging-in/bastion-host#direct-mode]. On personal computer, open `$HOME/.ssh/config`, and copy and paste using your userid:
     19{{{
     20host adapt.nccs.nasa.gov discover.nccs.nasa.gov discover-nastran.nccs.nasa.gov dirac.nccs.nasa.gov dataportal.nccs.nasa.gov
     21User userid
     22LogLevel Quiet
     23ProxyCommand ssh -l userid login.nccs.nasa.gov direct %h
     24Protocol 2
     25}}}
     26Then:
     27{{{
     28chmod 0700 $HOME/.ssh
     29}}}
     30
    1631== Environment ==
    1732
     
    1934{{{
    2035#ISSM
    21 export ISSM_DIR="/YOURPATH/ISSM/"
     36export ISSM_DIR="/discover/nobackup/userid/ISSM"
    2237source $ISSM_DIR/etc/environment.sh
    2338
     
    2944}}}
    3045
    31 And replace `ISSM_DIR` with your actual trunk. ''Log out and log back in'' to apply this change.
     46And replace `ISSM_DIR` with your actual trunk (make sure to have it in the `nobackup` folder. ''Log out and log back in'' to apply this change.
    3247
    3348== Installing ISSM on Discover ==
     
    99114#!m
    100115cluster.login='mmorligh';
     116cluster.name='discover.nccs.nasa.gov';
    101117cluster.queue='nccs';
     118modules={'comp/intel/2021.4.0' 'mpi/impi/2021.4.0' 'cmake/3.28.2'}; %should match your bashrc on discovery
    102119cluster.codepath='/discover/nobackup/mmorligh/ISSM/bin';
    103120cluster.executionpath='/discover/nobackup/mmorligh/execution/';
     
    116133== Running jobs on Discover ==
    117134
    118 On Discover, the more nodes and the longer the requested time, the more you will have to wait in the queue. So choose your settings wisely:
     135On Discover, the more nodes and the longer the requested time, the more you will have to wait in the queue. So choose your settings wisely. see info about available queues here: [https://www.nccs.nasa.gov/nccs-users/instructional/using-slurm/qos]
    119136
    120137 {{{