source: issm/trunk/externalpackages/petsc/configs/mac/configure.sh@ 1354

Last change on this file since 1354 was 1354, checked in by seroussi, 16 years ago

new config

  • Property svn:executable set to *
File size: 395 bytes
Line 
1#!/bin/bash
2echo $ISSM_DIR
3./config/configure.py --with-parallel-no --prefix="$ISSM_DIR/externalpackages/petsc/install" --PETSC_ARCH=macosx-gnu --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 --download-plapack=yes
4
Note: See TracBrowser for help on using the repository browser.