source: issm/trunk/externalpackages/petsc/configs/3.1-p7/macosx32/configure.sh@ 6893

Last change on this file since 6893 was 6893, checked in by Mathieu Morlighem, 14 years ago

updated some configs

  • Property svn:executable set to *
File size: 620 bytes
Line 
1#!/bin/bash
2./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
Note: See TracBrowser for help on using the repository browser.