Changes between Version 8 and Version 9 of pleiadescsh


Ignore:
Timestamp:
01/12/22 13:31:35 (3 years ago)
Author:
schlegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pleiadescsh

    v8 v9  
    7373
    7474{{{
     75#Set compilers
    7576setenv CC mpicc
    7677setenv CXX mpicxx
     
    8687}}}
    8788
    88 Then log out and back in, and reinstall the following packages:
     89Then ''Log out and log back in'', and reinstall the following packages:
    8990 - PETSc (use the pleiades script install-3.14-pleiades.sh)
    9091 - m1qn3
     
    122123Note, if you would like the capabilities of pkgsrc/2020Q4, including updated svn, make sure that you build dakota without that package loaded.  Once you have ISSM compiled and installed with dakota, feel free to add back in to your `~/.cshrc`:
    123124
    124 {{
     125{{{
     126#Packages
    125127module load pkgsrc/2020Q4
    126 }}
     128}}}
    127129
    128130== pfe_settings.m ==
     
    144146With dakota, make sure your module list includes scicon/app-tools, comp-intel/2018.3.222, and mpi-intel/2018.3.222. You can specify your own list of modules by adding to `pfe_settings.m`, for example,:
    145147
    146 {{
     148{{{
    147149cluster.modules = {'comp-intel/2018.3.222' 'mpi-intel/2018.3.222' 'scicon/app-tools'};
    148 }}
     150}}}
    149151
    150152
     
    153155On Pleiades, the more nodes and the longer the requested time, the more you will have to wait in the queue. So choose your settings wisely:
    154156
    155  {{{
     157{{{
    156158#!m
    157159md.cluster=pfe('numnodes',8,'time',30,'processor','bro','queue','devel');
     
    163165Now if you want to check the status of your job and the queue you are using, use this command:
    164166
    165  {{{
     167{{{
    166168#!sh
    167169qstat -u USERNAME