Changeset 2069


Ignore:
Timestamp:
09/01/09 14:26:16 (16 years ago)
Author:
Eric.Larour
Message:

reverting to petsc 2

Location:
issm/trunk/externalpackages/petsc
Files:
1 deleted
2 edited

Legend:

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

    r2041 r2069  
    11#!/bin/bash
    2 ./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-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 --COPTFLAGS="-march=opteron -O2" --FOPTFLAGS="-march=opteron -O2" --CXXOPTFLAGS="-march=opteron -O2" --download-parmetis=yes
     2./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
     3
  • issm/trunk/externalpackages/petsc/install.sh

    r2045 r2069  
    33#Get number of cpus on current platform
    44NUMCPUS=$1;
    5 NUMCPUS=1;
    65
    76#version of petsc
     
    2625../configure.sh
    2726
    28 #symlink some missing stuff.
    29 cd conf
    30 ln -s ../$ISSM_ARCH/conf/petscrules petscrules
    31 ln -s ../$ISSM_ARCH/conf/petscvariables petscvariables
    32 cd ../
    33 cd include
    34 ln -s ../$ISSM_ARCH/include/petscconf.h petscconf.h
    35 cd ../
    36 
    3727#Compile petsc and install it
    3828if [ -z $NUMCPUS ];
Note: See TracChangeset for help on using the changeset viewer.