Changeset 7171


Ignore:
Timestamp:
01/26/11 07:12:16 (14 years ago)
Author:
Mathieu Morlighem
Message:

Better script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/petsc/configs/3.1-p7/pleiades/configure.sh

    r6894 r7171  
    44PETSC_DIR=$ISSM_TIER/externalpackages/petsc/install
    55
     6#After compiling plapack manually (See ISSM website)
    67./config/configure.py \
    78 --prefix=$PETSC_DIR \
    8  --with-batch=1 \
    9  --PETSC_ARCH=$ISSM_ARCH --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/src" \
    10  --with-debugging=no --with-shared=0 --with-blas-lapack-dir=/nasa/intel/mkl/10.0.011/ \
    11  --with-mpi-lib=/nasa/sgi/mpt/1.23.nas/lib64/libmpi.so --with-mpi-include=/nasa/sgi/mpt/1.23.nas/include \
    12  --known-mpi-shared=0 --download-mumps=yes --download-scalapack=yes --download-blacs=yes \
     9 --with-batch=1  \
     10 --PETSC_ARCH="$ISSM_ARCH" \
     11 --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/src" \
     12 --with-debugging=no \
     13 --with-shared=0 \
     14 --with-blas-lapack-dir=/nasa/intel/mkl/10.0.011/ \
     15 --with-mpi-lib=/nasa/sgi/mpt/1.23.nas/lib64/libmpi.so \
     16 --with-mpi-include=/nasa/sgi/mpt/1.23.nas/include  \
     17 --known-mpi-shared=0 \
     18 --download-mumps=yes \
     19 --download-scalapack=yes \
     20 --download-blacs=yes  \
    1321 --with-plapack-dir=$ISSM_TIER/externalpackages/petsc/src/$ISSM_ARCH \
    1422 --download-parmetis=yes \
    1523 --FFLAGS=-I/usr/include \
    16  --with-cc=icc --with-fc=ifort --COPTFLAGS=" -O3 -xS" --FOPTFLAGS=" -O3 -xS" --CXXOPTFLAGS=" -O3 -xS"
     24 --with-cc=icc \
     25 --with-fc=ifort \
     26 --COPTFLAGS=" -O3 -xS" \
     27 --FOPTFLAGS=" -O3 -xS" \
     28 --CXXOPTFLAGS=" -O3 -xS"
    1729
    1830#Before Plapack implodes
    19 #./config/configure.py  --prefix=$PETSC_DIR --with-batch=1  --PETSC_ARCH=$ISSM_ARCH --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/src" --with-debugging=no --with-shared=0 --with-blas-lapack-dir=/nasa/intel/mkl/10.0.011/ --with-mpi-lib=/nasa/sgi/mpt/1.23.nas/lib64/libmpi.so --with-mpi-include=/nasa/sgi/mpt/1.23.nas/include  --known-mpi-shared=0 --download-mumps=yes --download-scalapack=yes --download-blacs=yes  --download-plapack=yes --FFLAGS=-I/usr/include --with-cc=icc --with-fc=ifort --COPTFLAGS=" -O3 -xS" --FOPTFLAGS=" -O3 -xS" --CXXOPTFLAGS=" -O3 -xS"
     31#./config/configure.py \
     32# --prefix=$PETSC_DIR \
     33# --with-batch=1  \
     34# --PETSC_ARCH="$ISSM_ARCH" \
     35# --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/src" \
     36# --with-debugging=no \
     37# --with-shared=0 \
     38# --with-blas-lapack-dir=/nasa/intel/mkl/10.0.011/ \
     39# --with-mpi-lib=/nasa/sgi/mpt/1.23.nas/lib64/libmpi.so \
     40# --with-mpi-include=/nasa/sgi/mpt/1.23.nas/include  \
     41# --known-mpi-shared=0 \
     42# --download-mumps=yes \
     43# --download-scalapack=yes \
     44# --download-blacs=yes  \
     45# --download-plapack=yes \
     46# --FFLAGS=-I/usr/include \
     47# --with-cc=icc \
     48# --with-fc=ifort \
     49# --COPTFLAGS=" -O3 -xS" \
     50# --FOPTFLAGS=" -O3 -xS" \
     51# --CXXOPTFLAGS=" -O3 -xS"
     52
     53#then edit install/include/petscconf.h and comment all lines with PETSC_HAVE__INTEL_FAST_MEMCPY PETSC_HAVE__INTEL_FAST_MEMSET
Note: See TracChangeset for help on using the changeset viewer.