Changes between Version 13 and Version 14 of discover


Ignore:
Timestamp:
06/08/25 07:48:19 (3 weeks ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • discover

    v13 v14  
    99Then, a NCCS account has to be created by the new user:
    1010 - go to [https://www.nccs.nasa.gov/nccs-users/instructional/account-set-up] and fill out a NAMS request
    11  - provide the information requested using either GID = s5692 for Eric's group or GID = s1507 for Mathieu's group
    1211 - the PI will receive an email to approve the request
    1312 - All users must complete NASA-mandatory Basic IT Security Training (This year's training is called "FY21 CYBERSECURITY AND SENSITIVE UNCLASSIFIED INFORMATION AWARENESS COURSE").
     
    3635'''Do NOT install mpich'''. We have to use the one provided by NCCS. You can check out ISSM and install the following packages:
    3736 - m1qn3
    38  - PETSc (use `install-3.14-discover.sh`)
     37 - PETSc (use `install-3.22-discover.sh`)
    3938
    4039You will need to run the following command before configuring ISSM:
     
    101100cluster.login='mmorligh';
    102101cluster.queue='nccs';
    103 cluster.codepath='/home/mmorligh/issm/trunk/bin';
     102cluster.codepath='/discover/nobackup/mmorligh/ISSM/bin';
    104103cluster.executionpath='/discover/nobackup/mmorligh/execution/';
    105104cluster.grouplist='s5692';
     
    113112}}}
    114113
    115 Make sure your module list includes comp/intel/20.0.0.166, mpi/sgi-mpt/2.17, and cmake/3.17.0
     114Make sure your module list includes comp/intel/2021.4.0 mpi/impi/2021.4.0 and cmake/3.28.2.
    116115
    117116== Running jobs on Discover ==