Changes between Version 1 and Version 2 of lonestar


Ignore:
Timestamp:
09/17/15 16:13:00 (9 years ago)
Author:
seroussi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • lonestar

    v1 v2  
    6565''Log out and log back in'' to apply this change.
    6666
    67 == STOP HERE ==
    68 
    6967== Installing ISSM on lonestar ==
    7068
     
    7977#!sh
    8078./configure \
    81  --prefix=$ISSM_DIR \
    82  --with-wrappers=no \
    83  --with-kml=no \
    84  --with-bamg=no \
    85  --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
    86  --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
    87  --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \
    88  --with-mpi-include="/data/apps/mpi/openmpi-1.8.3/gcc/4.8.3/include" \
    89  --with-mpi-libflags="-L/data/apps/mpi/openmpi-1.8.3/gcc/4.8.3/lib -lmpi_cxx -lmpi" \
    90  --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    91  --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    92  --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    93  --with-numthreads=16 \
    94  --with-fortran-lib="-L/data/apps/gcc/4.7.3/lib64 -lgfortran" \
    95  --enable-debugging \
    96  --enable-development
     79   --prefix=$ISSM_DIR \
     80   --with-wrappers=no \
     81   --with-kml=no \
     82   --with-bamg=no \
     83   --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
     84   --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
     85   --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \
     86   --with-mpi-include="/opt/apps/intel11_1/mvapich2/1.6/include/" \
     87   --with-mpi-libflags="-L/opt/apps/intel11_1/mvapich2/1.6/lib/ -lmpich" \
     88   --with-mkl-dir="$TACC_MKL_LIB" \
     89   --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
     90   --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
     91   --with-vendor="intel-lonestar"\
     92   --with-numthreads=2 \
     93   --enable-debugging \
     94   --enable-development
    9795}}}
     96
     97
     98== STOP HERE ==
     99
    98100== lonestar_settings.m ==
    99101