Changes between Version 56 and Version 57 of pleiadesbash
- Timestamp:
- 11/12/24 10:39:13 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pleiadesbash
v56 v57 53 53 '''Do NOT install mpich'''. We have to use the one provided by NAS. Pleiades will ''only'' be used to run the code, you will use your local machine for pre- and post- processing, you will never use Pleiades' copy of MATLAB. You can check out ISSM and install the following packages: 54 54 - m1qn3 (`./install-linux.sh`) 55 - autotools 55 56 - that's it because we now use Pleiades' PETSc! 56 57 … … 68 69 {{{ 69 70 #!sh 70 export CXXFLAGS="-g -Ofast "71 export CXXFLAGS="-g -Ofast -axCORE-AVX2,AVX -xSSE4.2" 71 72 export CFLAGS="-g -Ofast" 72 73 … … 83 84 --with-m1qn3-dir="${ISSM_DIR}/externalpackages/m1qn3/install" \ 84 85 --with-fortran-lib="-L${MKLROOT}/../compiler/lib/intel64_lin -lifcore -lifport -lgfortran" \ 85 --with-cxxoptflags="-g -Ofast -axCORE-AVX2,AVX -xSSE4.2" \86 86 --enable-development 87 87 }}} … … 204 204 {{{ 205 205 #!sh 206 export CXXFLAGS="-g -Ofast "206 export CXXFLAGS="-g -Ofast -wd2196" 207 207 export CFLAGS="-g -Ofast" 208 208 … … 224 224 --enable-tape-alloc \ 225 225 --with-fortran-lib="-L${MKLROOT}/../compiler/lib/intel64_lin -lifcore -lifport -lgfortran" \ 226 --with-cxxoptflags="-g -Ofast -wd2196" \227 226 --enable-development 228 227 }}} … … 264 263 {{{ 265 264 #!m 266 md.cluster=pfe('numnodes', 8,'time',30,'processor','bro','queue','devel');265 md.cluster=pfe('numnodes',1,'time',28,'processor','bro','queue','devel'); 267 266 md.cluster.time=10; 268 267 }}} 269 268 270 to have a maximum job time of 10 minutes and 8 broadwell nodes. If the run lasts longer than 10 minutes, it will be killed and you will not be able to retrieve your results.269 to have a maximum job time of 10 minutes and 1 broadwell node. If the run lasts longer than 10 minutes, it will be killed and you will not be able to retrieve your results. For more information about the processors, see [https://www.nas.nasa.gov/hecc/support/kb/pleiades-configuration-details_77.html]. 271 270 272 271 Now if you want to check the status of your job and the queue you are using, use this command: