Changes between Version 7 and Version 8 of lonestar
- Timestamp:
- 10/27/16 09:50:13 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
lonestar
v7 v8 84 84 --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \ 85 85 --with-mpi-include="/opt/cray/mpt/default/gni/mpich-intel/14.0/include/" \ 86 --with-mpi-libflags="-L opt/cray/mpt/default/gni/mpich-intel/14.0/lib/ -lmpich" \86 --with-mpi-libflags="-L/opt/cray/mpt/default/gni/mpich-intel/14.0/lib/ -lmpich" \ 87 87 --with-mkl-libflags="-L/opt/apps/intel/16.0.1.150/compilers_and_libraries_2016.1.150/linux/mkl/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm" \ 88 88 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \ … … 109 109 == Running jobs on lonestar == 110 110 111 On lonestar, each node has 12 cores and you can use any multiple of 12for the total number of processors. The more nodes and the longer the requested time, the more you will have to wait in the queue. So choose your settings wisely:111 On lonestar, each node has 24 cores and you can use any multiple of 24 for the total number of processors. The more nodes and the longer the requested time, the more you will have to wait in the queue. So choose your settings wisely: 112 112 113 113 {{{ … … 119 119 120 120 {{{ 121 #! bash121 #!sh 122 122 alias pfetunnel='ssh -L 1099:localhost:22 ls5' 123 123 }}}