Changeset 21


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

packages to externalpackages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/petsc/install.sh

    r1 r21  
    2323#Configure petsc
    2424cd install
    25 ./config/configure.py  --prefix="$ISSM_DIR/packages/petsc/install" --with-mpi-dir=$ISSM_DIR/packages/mpich2/install --PETSC_ARCH=linux-gnu-amd64 --PETSC_DIR="$ISSM_DIR/packages/petsc/install" --with-fc=gfortran --with-debugging=0 --with-shared=1 --download-mumps=yes --download-scalapack=yes --download-blacs=yes --download-blas=yes --download-f-blas-lapack=yes --FFLAGS=-I$ISSM_DIR/packages/mpich2/install/include --download-plapack=yes
     25./config/configure.py  --prefix="$ISSM_DIR/externalpackages/petsc/install" --with-mpi-dir=$ISSM_DIR/externalpackages/mpich2/install --PETSC_ARCH=linux-gnu-amd64 --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/install" --with-fc=gfortran --with-debugging=0 --with-shared=1 --download-mumps=yes --download-scalapack=yes --download-blacs=yes --download-blas=yes --download-f-blas-lapack=yes --FFLAGS=-I$ISSM_DIR/externalpackages/mpich2/install/include --download-plapack=yes
    2626
    2727#Compile petsc
Note: See TracChangeset for help on using the changeset viewer.