1. Log into casper:   ssh -Y casper.ucar.edu
  2. Load intel compiler module - enter the following commands:
    1. module purge
    2. module load intel
  3. Get the code: git clone --recursive https://github.com/ESCOMP/CARMA.git
  4. If you get an error indicating that you don't have the correct access rights, first make sure that the repository exists. If the repository does exist you can either
  5. Type "cd CARMA" if not already in that directory
  6. Build the regression test executables:  type "./make-carma.csh" (or maybe "make-carma.csh", depending on the shell you use.)
  7. Run the regression tests: type "./run-regress.csh" ("run-regress.csh")
  • No labels