Changeset 2069
- Timestamp:
- 09/01/09 14:26:16 (16 years ago)
- Location:
- issm/trunk/externalpackages/petsc
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/petsc/configs/linux64/configure.sh
r2041 r2069 1 1 #!/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 3 3 #Get number of cpus on current platform 4 4 NUMCPUS=$1; 5 NUMCPUS=1;6 5 7 6 #version of petsc … … 26 25 ../configure.sh 27 26 28 #symlink some missing stuff.29 cd conf30 ln -s ../$ISSM_ARCH/conf/petscrules petscrules31 ln -s ../$ISSM_ARCH/conf/petscvariables petscvariables32 cd ../33 cd include34 ln -s ../$ISSM_ARCH/include/petscconf.h petscconf.h35 cd ../36 37 27 #Compile petsc and install it 38 28 if [ -z $NUMCPUS ];
Note:
See TracChangeset
for help on using the changeset viewer.