Changeset 8258 for issm/trunk


Ignore:
Timestamp:
05/11/11 10:26:37 (14 years ago)
Author:
Mathieu Morlighem
Message:

Added compilation files for ogive

Location:
issm/trunk/externalpackages
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/petsc/configs/3.1-p7/ogive/configure.sh

    r6893 r8258  
    11#!/bin/bash
    22./config/configure.py \
    3   --prefix="$ISSM_TIER/externalpackages/petsc/install" --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/src" \
    4   --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install --PETSC_ARCH=macosx-gnu --with-fc=/usr/local/bin/gfortran --with-debugging=0 --with-shared=0 --download-mumps=yes --download-scalapack=yes --download-blacs=yes --download-blas=yes --download-f-blas-lapack=yes --FFLAGS="-I$ISSM_TIER/externalpackages/mpich2/install/include -L$ISSM_TIER/externalpackages/mpich2/install/lib -L/usr/local/bin -lmpich -lpmpich -lgfortran" --download-plapack=yes  --download-parmetis=yes
     3  --prefix="$ISSM_TIER/externalpackages/petsc/install" \
     4  --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/src" \
     5  --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install \
     6  --PETSC_ARCH=macosx-gnu \
     7  --with-fc=/usr/local/bin/gfortran \
     8  --with-debugging=0 \
     9  --with-shared=0 \
     10  --download-mumps=yes \
     11  --download-scalapack=yes \
     12  --download-blacs=yes \
     13  --download-blas=yes \
     14  --download-plapack=yes  \
     15  --download-parmetis=yes \
     16  --download-f-blas-lapack=yes \
     17  --FFLAGS="-I$ISSM_TIER/externalpackages/mpich2/install/include -L$ISSM_TIER/externalpackages/mpich2/install/lib -L/usr/local/bin -lmpich -lpmpich -lgfortran"
Note: See TracChangeset for help on using the changeset viewer.