Changes between Version 14 and Version 15 of discover
- Timestamp:
- 07/01/25 13:25:50 (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
discover
v14 v15 14 14 - JPL IT Security officer: Tomas Soderstrom Tomas.J.Soderstrom@jpl.nasa.gov 15 15 16 == Set up NCCS Direct Mode (must run in Direct Mode to transfer files) == 17 18 See 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 {{{ 20 host adapt.nccs.nasa.gov discover.nccs.nasa.gov discover-nastran.nccs.nasa.gov dirac.nccs.nasa.gov dataportal.nccs.nasa.gov 21 User userid 22 LogLevel Quiet 23 ProxyCommand ssh -l userid login.nccs.nasa.gov direct %h 24 Protocol 2 25 }}} 26 Then: 27 {{{ 28 chmod 0700 $HOME/.ssh 29 }}} 30 16 31 == Environment == 17 32 … … 19 34 {{{ 20 35 #ISSM 21 export ISSM_DIR="/ YOURPATH/ISSM/"36 export ISSM_DIR="/discover/nobackup/userid/ISSM" 22 37 source $ISSM_DIR/etc/environment.sh 23 38 … … 29 44 }}} 30 45 31 And replace `ISSM_DIR` with your actual trunk . ''Log out and log back in'' to apply this change.46 And 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. 32 47 33 48 == Installing ISSM on Discover == … … 99 114 #!m 100 115 cluster.login='mmorligh'; 116 cluster.name='discover.nccs.nasa.gov'; 101 117 cluster.queue='nccs'; 118 modules={'comp/intel/2021.4.0' 'mpi/impi/2021.4.0' 'cmake/3.28.2'}; %should match your bashrc on discovery 102 119 cluster.codepath='/discover/nobackup/mmorligh/ISSM/bin'; 103 120 cluster.executionpath='/discover/nobackup/mmorligh/execution/'; … … 116 133 == Running jobs on Discover == 117 134 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 :135 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. see info about available queues here: [https://www.nccs.nasa.gov/nccs-users/instructional/using-slurm/qos] 119 136 120 137 {{{