Changes between Version 7 and Version 8 of lonestar


Ignore:
Timestamp:
10/27/16 09:50:13 (8 years ago)
Author:
dfelikson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • lonestar

    v7 v8  
    8484   --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \
    8585   --with-mpi-include="/opt/cray/mpt/default/gni/mpich-intel/14.0/include/" \
    86    --with-mpi-libflags="-Lopt/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" \
    8787   --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" \
    8888   --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
     
    109109== Running jobs on lonestar  ==
    110110
    111 On lonestar, each node has 12 cores and you can use any multiple of 12 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:
     111On 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:
    112112
    113113 {{{
     
    119119
    120120{{{
    121 #!bash
     121#!sh
    122122alias pfetunnel='ssh -L 1099:localhost:22 ls5'
    123123}}}