Changes between Version 5 and Version 6 of andes
- Timestamp:
- 05/09/24 13:07:28 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
andes
v5 v6 6 6 7 7 You can add the following lines to `~/.ssh/config` on your local machine: 8 {{{ 8 {{{bash 9 9 #!sh 10 10 Host andes andes8.dartmouth.edu … … 16 16 and replace `USERNAME` by your Dartmouth NetID. Once this is done, you can ssh Andes by simply doing: 17 17 18 {{{ 18 {{{bash 19 19 #!sh 20 20 ssh andes … … 26 26 27 27 On your local machine, you will need to enter: 28 {{{ 28 {{{bash 29 29 kinit -f -l 7d username@KIEWIT.DARTMOUTH.EDU 30 30 }}} … … 34 34 35 35 On Andes, add the following lines to `~/.bashrc`: 36 {{{ 36 {{{bash 37 37 #!sh 38 38 export ISSM_DIR=PATHTOTRUNK … … 47 47 48 48 Use: 49 {{{ 49 {{{bash 50 50 #!sh 51 51 source ~/.bashrc … … 62 62 Use the following configuration script (adapt to your needs): 63 63 64 {{{ 64 {{{bash 65 65 #!sh 66 66 export CC=mpicc … … 84 84 85 85 To request resources for an interactive job: 86 {{{ 86 {{{bash 87 87 #!sh 88 88 srun --nodes=1 --ntasks-per-node=16 --pty /bin/bash … … 95 95 96 96 Use the following configuration script (adapt to your needs, make sure to NOT include --with-petsc-dir): 97 {{{ 97 {{{bash 98 98 #!sh 99 99 export CC=mpicc … … 127 127 You have to add a file in `$ISSM_DIR/src/m` entitled `andes_settings.m` with your personal settings on your local ism install: 128 128 129 {{{ 129 {{{matlab 130 130 #!m 131 131 cluster.login='yourNetID';