Changes between Version 5 and Version 6 of andes


Ignore:
Timestamp:
05/09/24 13:07:28 (12 months ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • andes

    v5 v6  
    66
    77You can add the following lines to `~/.ssh/config` on your local machine:
    8 {{{
     8{{{bash
    99#!sh
    1010Host andes andes8.dartmouth.edu
     
    1616and replace `USERNAME` by your Dartmouth NetID. Once this is done, you can ssh Andes by simply doing:
    1717
    18 {{{
     18{{{bash
    1919#!sh
    2020ssh andes
     
    2626
    2727On your local machine, you will need to enter:
    28 {{{
     28{{{bash
    2929kinit -f -l 7d username@KIEWIT.DARTMOUTH.EDU
    3030}}}
     
    3434
    3535On Andes, add the following lines to `~/.bashrc`:
    36 {{{
     36{{{bash
    3737#!sh
    3838export ISSM_DIR=PATHTOTRUNK
     
    4747
    4848Use:
    49 {{{
     49{{{bash
    5050#!sh
    5151source ~/.bashrc
     
    6262Use the following configuration script (adapt to your needs):
    6363
    64 {{{
     64{{{bash
    6565#!sh
    6666export CC=mpicc
     
    8484
    8585To request resources for an interactive job:
    86 {{{
     86{{{bash
    8787#!sh
    8888srun --nodes=1 --ntasks-per-node=16 --pty /bin/bash
     
    9595
    9696Use the following configuration script (adapt to your needs, make sure to NOT include --with-petsc-dir):
    97 {{{
     97{{{bash
    9898#!sh
    9999export CC=mpicc
     
    127127You have to add a file in `$ISSM_DIR/src/m` entitled `andes_settings.m` with your personal settings on your local ism install:
    128128
    129 {{{
     129{{{matlab
    130130#!m
    131131cluster.login='yourNetID';