Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


...

Warning
iconfalse

  NERSC Directory Change Notice  

Due to project's name change at NERSC from 'ACME' to 'E3SM' and NERSC’s file system update, the directory  '/project/projectdirs/acme/' is now '/cfs/cdirs/e3sm'

Machine: Edison  
1. Log on Edison and clone E3SM repository
Code Block
languagebash
themeEmacs
ssh user-name@edison.nersc.gov
cd $SCRATCH 
git clone git@github.com:E3SM-Project/E3SM.git
cd E3SM
export E3SM_DIR=$PWD

...