Changeset 663


Ignore:
Timestamp:
06/01/09 10:04:31 (16 years ago)
Author:
Eric.Larour
Message:

platform dependent configurations

Location:
issm/trunk/config
Files:
1 added
1 copied

Legend:

Unmodified
Added
Removed
  • issm/trunk/config/linux64.sh

    r386 r663  
    11#!/bin/sh
    22
    3 ./configure --prefix=$ISSM_DIR --with-matlab-dir=$MATLAB_DIR --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install --with-metis-dir=$ISSM_DIR/externalpackages/metis/install --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include  --with-mpi-lib="-L$ISSM_DIR/externalpackages/mpich2/install/lib/ -lmpich" --with-petsc-arch=$PETSC_ARCH
     3./configure --prefix=$ISSM_DIR --with-matlab-dir=$MATLAB_DIR --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install --with-metis-dir=$ISSM_DIR/externalpackages/metis/install --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include  --with-mpi-lib="-L$ISSM_DIR/externalpackages/mpich2/install/lib/ -lmpich" --with-petsc-arch=$PETSC_ARCH --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install_nomatlab --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install/externalpackages/fblaslapack/$PETSC_ARCH
Note: See TracChangeset for help on using the changeset viewer.