Changes between Version 8 and Version 9 of pleiadescsh
- Timestamp:
- 01/12/22 13:31:35 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pleiadescsh
v8 v9 73 73 74 74 {{{ 75 #Set compilers 75 76 setenv CC mpicc 76 77 setenv CXX mpicxx … … 86 87 }}} 87 88 88 Then log out and back in, and reinstall the following packages:89 Then ''Log out and log back in'', and reinstall the following packages: 89 90 - PETSc (use the pleiades script install-3.14-pleiades.sh) 90 91 - m1qn3 … … 122 123 Note, 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`: 123 124 124 {{ 125 {{{ 126 #Packages 125 127 module load pkgsrc/2020Q4 126 }} 128 }}} 127 129 128 130 == pfe_settings.m == … … 144 146 With 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,: 145 147 146 {{ 148 {{{ 147 149 cluster.modules = {'comp-intel/2018.3.222' 'mpi-intel/2018.3.222' 'scicon/app-tools'}; 148 }} 150 }}} 149 151 150 152 … … 153 155 On 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: 154 156 155 157 {{{ 156 158 #!m 157 159 md.cluster=pfe('numnodes',8,'time',30,'processor','bro','queue','devel'); … … 163 165 Now if you want to check the status of your job and the queue you are using, use this command: 164 166 165 167 {{{ 166 168 #!sh 167 169 qstat -u USERNAME