Changeset 6739


Ignore:
Timestamp:
12/16/10 17:16:53 (14 years ago)
Author:
Eric.Larour
Message:

reverting

Location:
issm/trunk/externalpackages/petsc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/petsc/configs/2.3.2-p3/linux64/configure.sh

    r6737 r6739  
    11#!/bin/bash
    2 ./config/configure.py  --prefix="$ISSM_TIER/externalpackages/petsc/install" --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install --PETSC_ARCH=linux-gnu-amd64 --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --with-fc=gfortran --with-debugging=1 --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 --COPTFLAGS="-march=opteron -O2" --FOPTFLAGS="-march=opteron -O2" --CXXOPTFLAGS="-march=opteron -O2"
     2./config/configure.py  --prefix="$ISSM_TIER/externalpackages/petsc/install" --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install --PETSC_ARCH=linux-gnu-amd64 --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --with-fc=gfortran --with-debugging=1 --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 --download-plapack=yes --COPTFLAGS="-march=opteron -O2" --FOPTFLAGS="-march=opteron -O2" --CXXOPTFLAGS="-march=opteron -O2"
  • issm/trunk/externalpackages/petsc/configs/3.0.0-p11/linux64/configure.sh

    r6737 r6739  
    11#!/bin/bash
    2 ./config/configure.py  --prefix="$ISSM_TIER/externalpackages/petsc/installdir" --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install --PETSC_ARCH=linux-gnu-amd64 --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --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 --download-plapack=yes --COPTFLAGS="-march=opteron -O2" --FOPTFLAGS="-march=opteron -O2" --CXXOPTFLAGS="-march=opteron -O2" --download-parmetis=yes
     2./config/configure.py  --prefix="$ISSM_TIER/externalpackages/petsc/install" --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install --PETSC_ARCH=linux-gnu-amd64 --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --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 --download-plapack=yes --COPTFLAGS="-march=opteron -O2" --FOPTFLAGS="-march=opteron -O2" --CXXOPTFLAGS="-march=opteron -O2" --download-parmetis=yes
  • issm/trunk/externalpackages/petsc/install.sh

    r6737 r6739  
    77#2.3.2-p3
    88#3.0.0-p11
    9 #3.1-p6
    109
    1110#version of petsc?
    12 version='3.1-p6';
    13 #version='2.3.2-p3'; #default for now! (nightly runs)
     11#version='3.0.0-p11'
     12version='2.3.2-p3'; #default for now! (nightly runs)
    1413
    1514#Some cleanup
Note: See TracChangeset for help on using the changeset viewer.