Changes between Version 13 and Version 14 of discover
- Timestamp:
- 06/08/25 07:48:19 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
discover
v13 v14 9 9 Then, a NCCS account has to be created by the new user: 10 10 - 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 group12 11 - the PI will receive an email to approve the request 13 12 - All users must complete NASA-mandatory Basic IT Security Training (This year's training is called "FY21 CYBERSECURITY AND SENSITIVE UNCLASSIFIED INFORMATION AWARENESS COURSE"). … … 36 35 '''Do NOT install mpich'''. We have to use the one provided by NCCS. You can check out ISSM and install the following packages: 37 36 - m1qn3 38 - PETSc (use `install-3. 14-discover.sh`)37 - PETSc (use `install-3.22-discover.sh`) 39 38 40 39 You will need to run the following command before configuring ISSM: … … 101 100 cluster.login='mmorligh'; 102 101 cluster.queue='nccs'; 103 cluster.codepath='/ home/mmorligh/issm/trunk/bin';102 cluster.codepath='/discover/nobackup/mmorligh/ISSM/bin'; 104 103 cluster.executionpath='/discover/nobackup/mmorligh/execution/'; 105 104 cluster.grouplist='s5692'; … … 113 112 }}} 114 113 115 Make sure your module list includes comp/intel/20 .0.0.166, mpi/sgi-mpt/2.17, and cmake/3.17.0114 Make sure your module list includes comp/intel/2021.4.0 mpi/impi/2021.4.0 and cmake/3.28.2. 116 115 117 116 == Running jobs on Discover ==