source: issm/trunk/configs/config-linux64-skylla.sh@ 17806

Last change on this file since 17806 was 17806, checked in by Mathieu Morlighem, 11 years ago

merged trunk-jpl and trunk for revision 17804

  • Property svn:executable set to *
File size: 973 bytes
Line 
1#!/bin/sh
2
3#External packages versions:
4#petsc 3.4
5#mpich 3.0
6
7./configure \
8 --prefix=$ISSM_DIR \
9 --with-matlab-dir=$ISSM_DIR/externalpackages/matlab/install \
10 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
11 --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \
12 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
13 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \
14 --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib/ -lmpich -lmpl " \
15 --with-petsc-arch=$ISSM_ARCH \
16 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
17 --with-tao-dir=$ISSM_DIR/externalpackages/tao/install/ \
18 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
19 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
20 --with-fortran-lib="-L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/ -lgfortran" \
21 --with-graphics-lib="/usr/lib64/libX11.so.6" \
22 --with-cxxoptflags="-g -O2" \
23 --with-numthreads=8
Note: See TracBrowser for help on using the repository browser.