Changeset 2041


Ignore:
Timestamp:
08/27/09 18:56:45 (15 years ago)
Author:
Eric.Larour
Message:

New petsc version

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

Legend:

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

    r1060 r2041  
    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-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 
     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
  • issm/trunk/externalpackages/petsc/install.sh

    r2018 r2041  
    33#Get number of cpus on current platform
    44NUMCPUS=$1;
     5NUMCPUS=1;
    56
    67#version of petsc
Note: See TracChangeset for help on using the changeset viewer.