Changeset 6082


Ignore:
Timestamp:
09/29/10 18:00:40 (14 years ago)
Author:
Eric.Larour
Message:

New ISSM_TIER points to current tier being used, could be a branch, or the trunk

Location:
issm/trunk/externalpackages
Files:
31 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/dakota/configs/altix64/configure.sh

    r1060 r6082  
    1 ./configure --prefix="$ISSM_DIR/externalpackages/dakota/install" --without-graphics  --with-pic --with-blas=/opt/intel/mkl/9.1.023/lib/64/libmkl.so --with-lapack=/opt/intel/mkl/9.1.023/lib/64/libmkl_lapack.so --disable-mpi
     1./configure --prefix="$ISSM_TIER/externalpackages/dakota/install" --without-graphics  --with-pic --with-blas=/opt/intel/mkl/9.1.023/lib/64/libmkl.so --with-lapack=/opt/intel/mkl/9.1.023/lib/64/libmkl_lapack.so --disable-mpi
  • issm/trunk/externalpackages/dakota/configs/linux64/configure.sh

    r4491 r6082  
    11#!/bin/bash
    2 ./configure --prefix="$ISSM_DIR/externalpackages/dakota/install" --without-graphics  --with-pic --disable-mpi --with-blas=/usr/lib64/libblas.so.3.0.3 --with-lapack=/usr/lib64/liblapack.so.3.0.3
     2./configure --prefix="$ISSM_TIER/externalpackages/dakota/install" --without-graphics  --with-pic --disable-mpi --with-blas=/usr/lib64/libblas.so.3.0.3 --with-lapack=/usr/lib64/liblapack.so.3.0.3
  • issm/trunk/externalpackages/dakota/configs/macosx32/configure.sh

    r1355 r6082  
    11#!/bin/bash
    2 ./configure --prefix="$ISSM_DIR/externalpackages/dakota/install" --without-graphics  --with-pic --disable-mpi
     2./configure --prefix="$ISSM_TIER/externalpackages/dakota/install" --without-graphics  --with-pic --disable-mpi
  • issm/trunk/externalpackages/dakota/configs/macosx64/configure.sh

    r3988 r6082  
    11#!/bin/bash
    2 ./configure --prefix="$ISSM_DIR/externalpackages/dakota/install" --without-graphics  --with-pic --disable-mpi
     2./configure --prefix="$ISSM_TIER/externalpackages/dakota/install" --without-graphics  --with-pic --disable-mpi
  • issm/trunk/externalpackages/dakota/configs/pleiades/configure.sh

    r3125 r6082  
    1 ./configure --prefix="$ISSM_DIR/externalpackages/dakota/install" --without-graphics  --with-pic --with-blas="-L/nasa/intel/mkl/10.0.011/lib/64/ -lmkl -lmkl_lapack -liomp5 -lpthread" --with-lapack="-L/nasa/intel/mkl/10.0.011/lib/64/ -lmkl -lmkl_lapack -liomp5 -lpthread" --disable-mpi
     1./configure --prefix="$ISSM_TIER/externalpackages/dakota/install" --without-graphics  --with-pic --with-blas="-L/nasa/intel/mkl/10.0.011/lib/64/ -lmkl -lmkl_lapack -liomp5 -lpthread" --with-lapack="-L/nasa/intel/mkl/10.0.011/lib/64/ -lmkl -lmkl_lapack -liomp5 -lpthread" --disable-mpi
    22
  • issm/trunk/externalpackages/graphviz/configs/altix64/configure.sh

    r2072 r6082  
    1 ./configure --prefix="$ISSM_DIR/externalpackages/graphviz/install"
     1./configure --prefix="$ISSM_TIER/externalpackages/graphviz/install"
  • issm/trunk/externalpackages/graphviz/configs/linux64/configure.sh

    r2072 r6082  
    11#!/bin/bash
    2 ./configure --prefix="$ISSM_DIR/externalpackages/graphviz/install"
     2./configure --prefix="$ISSM_TIER/externalpackages/graphviz/install"
  • issm/trunk/externalpackages/graphviz/configs/macosx32/configure.sh

    r2072 r6082  
    11#!/bin/bash
    2 ./configure --prefix="$ISSM_DIR/externalpackages/graphviz/install"
     2./configure --prefix="$ISSM_TIER/externalpackages/graphviz/install"
  • issm/trunk/externalpackages/mpich2/configs/altix64/configure.sh

    r1372 r6082  
    11#!/bin/bash
    2 ./configure --prefix="$ISSM_DIR/externalpackages/mpich2/install" --enable-sharedlibs=gcc --enable-f91=gfortran
     2./configure --prefix="$ISSM_TIER/externalpackages/mpich2/install" --enable-sharedlibs=gcc --enable-f91=gfortran
  • issm/trunk/externalpackages/mpich2/configs/linux64/configure.sh

    r4345 r6082  
    22export CFLAGS="$CFLAGS -fPIC"
    33export FFLAGS="$FFLAGS -fPIC"
    4 ./configure --prefix="$ISSM_DIR/externalpackages/mpich2/install" --enable-sharedlibs=gcc --enable-f91=gfortran
     4./configure --prefix="$ISSM_TIER/externalpackages/mpich2/install" --enable-sharedlibs=gcc --enable-f91=gfortran
  • issm/trunk/externalpackages/mpich2/configs/macosx32/configure.sh

    r1372 r6082  
    11#!/bin/bash
    22export CFLAGS=" -m32"
    3 ./configure --prefix="$ISSM_DIR/externalpackages/mpich2/install" --enable-f91=gfortran --enable-sharedlibs=osx-gcc
     3./configure --prefix="$ISSM_TIER/externalpackages/mpich2/install" --enable-f91=gfortran --enable-sharedlibs=osx-gcc
  • issm/trunk/externalpackages/mpich2/configs/macosx64/configure.sh

    r5666 r6082  
    22export CFLAGS=" -arch i386"
    33export FFLAGS=" -arch i386"
    4 ./configure --prefix="$ISSM_DIR/externalpackages/mpich2/install" --enable-f91=gfortran --enable-sharedlibs=osx-gcc
     4./configure --prefix="$ISSM_TIER/externalpackages/mpich2/install" --enable-f91=gfortran --enable-sharedlibs=osx-gcc
  • issm/trunk/externalpackages/mpich2/configs/winxp32/configure.sh

    r1423 r6082  
    11#!/bin/bash
    2 ./configure --prefix="$ISSM_DIR/externalpackages/mpich2/install"
     2./configure --prefix="$ISSM_TIER/externalpackages/mpich2/install"
  • issm/trunk/externalpackages/petsc/configs/2.3.2-p3/altix64/configure.sh

    r3215 r6082  
    22
    33#set PETSC_DIR variable, in case.
    4 PETSC_DIR=$ISSM_DIR/externalpackages/petsc/install
     4PETSC_DIR=$ISSM_TIER/externalpackages/petsc/install
    55
    66./config/configure.py  --prefix=$PETSC_DIR --with-batch=1  --ISSM_ARCH=$ISSM_ARCH --PETSC_DIR=$PETSC_DIR   --with-debugging=no --with-shared=0 COPTFLAGS=-O3 FOPTFLAGS=-O3 --with-blas-lapack-dir=/opt/intel/mkl/9.1.023 --with-mpi-lib=/usr/lib/libmpi.so --with-mpi-include=/usr/include  --with-mpi-shared=0 --download-mumps=yes --download-scalapack=yes --download-blacs=yes  --with-plapack-dir=$PETSC_DIR/externalpackages/PLAPACKR32-hg/$ISSM_ARCH --FFLAGS=-I/usr/include --with-cc=icc --with-fc=ifort
  • issm/trunk/externalpackages/petsc/configs/2.3.2-p3/linux32-cosmos/configure.sh

    r3265 r6082  
    1 PETSC_DIR=$ISSM_DIR/externalpackages/petsc/install
     1PETSC_DIR=$ISSM_TIER/externalpackages/petsc/install
    22
    33./config/configure.py  --prefix=$PETSC_DIR --with-batch=1  --ISSM_ARCH=$ISSM_ARCH --PETSC_DIR=$PETSC_DIR   --with-debugging=no COPTFLAGS=-O3 FOPTFLAGS=-O3 --with-blas-lapack-dir=/opt/intel/mkl/10.0.5.025/ --with-mpi-dir=/opt/mpich/gm/intel10.1/  --download-mumps=yes --download-scalapack=yes --download-blacs=yes  --download-plapack=yes --FFLAGS=-I/usr/include  --with-mpi-shared=0
  • issm/trunk/externalpackages/petsc/configs/2.3.2-p3/linux64/configure.sh

    r3265 r6082  
    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=1 --with-shared=0 --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"
     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/2.3.2-p3/macosx32/configure.sh

    r3215 r6082  
    11#!/bin/bash
    2 ./config/configure.py  --prefix="$ISSM_DIR/externalpackages/petsc/install" --with-mpi-dir=$ISSM_DIR/externalpackages/mpich2/install --PETSC_ARCH=macosx-gnu --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/install" --with-fc=/usr/local/bin/gfortran --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_DIR/externalpackages/mpich2/install/include -L$ISSM_DIR/externalpackages/mpich2/install/lib -L/usr/local/bin -lmpich -lpmpich -lgfortran" --download-plapack=yes
     2./config/configure.py  --prefix="$ISSM_TIER/externalpackages/petsc/install" --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install --PETSC_ARCH=macosx-gnu --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --with-fc=/usr/local/bin/gfortran --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 -L$ISSM_TIER/externalpackages/mpich2/install/lib -L/usr/local/bin -lmpich -lpmpich -lgfortran" --download-plapack=yes
  • issm/trunk/externalpackages/petsc/configs/2.3.2-p3/macosx64/configure.sh

    r5667 r6082  
    11#!/bin/bash
    22#Before MUMPS crashe with -DWport complaints
    3 #./config/configure.py  --prefix="$ISSM_DIR/externalpackages/petsc/install" --with-mpi-dir=$ISSM_DIR/externalpackages/mpich2/install --PETSC_ARCH=macosx-gnu --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/install" --with-fc=/usr/local/bin/gfortran --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_DIR/externalpackages/mpich2/install/include -L$ISSM_DIR/externalpackages/mpich2/install/lib -L/usr/local/bin -lmpich -lpmpich -lgfortran  -fPIC -arch i386" --download-plapack=yes --CXXFLAGS=" -fPIC -arch i386" --CFLAGS=" -fPIC -arch i386" --with-pic --with-fc="gfortran -arch i386 " --LDFLAGS="-arch i386"
     3#./config/configure.py  --prefix="$ISSM_TIER/externalpackages/petsc/install" --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install --PETSC_ARCH=macosx-gnu --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --with-fc=/usr/local/bin/gfortran --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 -L$ISSM_TIER/externalpackages/mpich2/install/lib -L/usr/local/bin -lmpich -lpmpich -lgfortran  -fPIC -arch i386" --download-plapack=yes --CXXFLAGS=" -fPIC -arch i386" --CFLAGS=" -fPIC -arch i386" --with-pic --with-fc="gfortran -arch i386 " --LDFLAGS="-arch i386"
    44
    55#After you have compiled mumps (see faq on howto)
    6 ./config/configure.py  --prefix="$ISSM_DIR/externalpackages/petsc/install" --with-mpi-dir=$ISSM_DIR/externalpackages/mpich2/install --PETSC_ARCH=macosx-gnu --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/install" --with-fc=/usr/local/bin/gfortran --with-debugging=0 --with-shared=0 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/externalpackages/MUMPS_4.6.3  --download-scalapack=yes --download-blacs=yes --download-blas=yes --download-f-blas-lapack=yes --FFLAGS="-I$ISSM_DIR/externalpackages/mpich2/install/include -L$ISSM_DIR/externalpackages/mpich2/install/lib -L/usr/local/bin -lmpich -lpmpich -lgfortran  -fPIC -arch i386" --download-plapack=yes --CXXFLAGS=" -fPIC -arch i386" --CFLAGS=" -fPIC -arch i386" --with-pic --with-fc="gfortran -arch i386 " --LDFLAGS="-arch i386"
     6./config/configure.py  --prefix="$ISSM_TIER/externalpackages/petsc/install" --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install --PETSC_ARCH=macosx-gnu --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --with-fc=/usr/local/bin/gfortran --with-debugging=0 --with-shared=0 --with-mumps-dir=$ISSM_TIER/externalpackages/petsc/install/externalpackages/MUMPS_4.6.3  --download-scalapack=yes --download-blacs=yes --download-blas=yes --download-f-blas-lapack=yes --FFLAGS="-I$ISSM_TIER/externalpackages/mpich2/install/include -L$ISSM_TIER/externalpackages/mpich2/install/lib -L/usr/local/bin -lmpich -lpmpich -lgfortran  -fPIC -arch i386" --download-plapack=yes --CXXFLAGS=" -fPIC -arch i386" --CFLAGS=" -fPIC -arch i386" --with-pic --with-fc="gfortran -arch i386 " --LDFLAGS="-arch i386"
  • issm/trunk/externalpackages/petsc/configs/2.3.2-p3/pleiades/configure.sh

    r3215 r6082  
    22
    33#set PETSC_DIR variable, in case.
    4 PETSC_DIR=$ISSM_DIR/externalpackages/petsc/install
     4PETSC_DIR=$ISSM_TIER/externalpackages/petsc/install
    55
    66./config/configure.py  --prefix=$PETSC_DIR --with-batch=1  --PETSC_ARCH=$ISSM_ARCH --PETSC_DIR=$PETSC_DIR   --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  --with-mpi-shared=0 --download-mumps=yes --download-scalapack=yes --download-blacs=yes  --with-plapack-dir=$PETSC_DIR/externalpackages/PLAPACKR32-hg/$ISSM_ARCH --FFLAGS=-I/usr/include --with-cc=icc --with-fc=ifort --COPTFLAGS=" -O3 -xS" --FOPTFLAGS=" -O3 -xS" --CXXOPTFLAGS=" -O3 -xS"
  • issm/trunk/externalpackages/petsc/configs/2.3.2-p3/winxp32/configure.sh

    r3215 r6082  
    11#!/bin/bash
    2 ./config/configure.py  --with-parallel-no --prefix="$ISSM_DIR/externalpackages/petsc/install" --PETSC_ARCH=cygwin-intel --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/install" --with-debugging=0 --with-mpi=0 --download-c-blas-lapack=1
     2./config/configure.py  --with-parallel-no --prefix="$ISSM_TIER/externalpackages/petsc/install" --PETSC_ARCH=cygwin-intel --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --with-debugging=0 --with-mpi=0 --download-c-blas-lapack=1
  • issm/trunk/externalpackages/petsc/configs/3.0.0-p11/altix64/configure.sh

    r3215 r6082  
    22
    33#set PETSC_DIR variable, in case.
    4 PETSC_DIR=$ISSM_DIR/externalpackages/petsc/install
     4PETSC_DIR=$ISSM_TIER/externalpackages/petsc/install
    55
    66./config/configure.py  --prefix=$PETSC_DIR --with-batch=1  --ISSM_ARCH=$ISSM_ARCH --PETSC_DIR=$PETSC_DIR   --with-debugging=no --with-shared=0 COPTFLAGS=-O3 FOPTFLAGS=-O3 --with-blas-lapack-dir=/opt/intel/mkl/9.1.023 --with-mpi-lib=/usr/lib/libmpi.so --with-mpi-include=/usr/include  --with-mpi-shared=0 --download-mumps=yes --download-scalapack=yes --download-blacs=yes  --with-plapack-dir=$PETSC_DIR/externalpackages/PLAPACKR32-hg/$ISSM_ARCH --FFLAGS=-I/usr/include --with-cc=icc --with-fc=ifort
  • issm/trunk/externalpackages/petsc/configs/3.0.0-p11/linux32-cosmos/configure.sh

    r3265 r6082  
    1 PETSC_DIR=$ISSM_DIR/externalpackages/petsc/install
     1PETSC_DIR=$ISSM_TIER/externalpackages/petsc/install
    22
    33./config/configure.py  --prefix=$PETSC_DIR --with-batch=1  --ISSM_ARCH=$ISSM_ARCH --PETSC_DIR=$PETSC_DIR   --with-debugging=no COPTFLAGS=-O3 FOPTFLAGS=-O3 --with-blas-lapack-dir=/opt/intel/mkl/10.0.5.025/ --with-mpi-dir=/opt/mpich/gm/intel10.1/  --download-mumps=yes --download-scalapack=yes --download-blacs=yes  --download-plapack=yes --FFLAGS=-I/usr/include  --with-mpi-shared=0
  • issm/trunk/externalpackages/petsc/configs/3.0.0-p11/linux64/configure.sh

    r3265 r6082  
    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=0 --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_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/configs/3.0.0-p11/macosx32/configure.sh

    r3215 r6082  
    11#!/bin/bash
    2 ./config/configure.py  --prefix="$ISSM_DIR/externalpackages/petsc/install" --with-mpi-dir=$ISSM_DIR/externalpackages/mpich2/install --PETSC_ARCH=macosx-gnu --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/install" --with-fc=/usr/local/bin/gfortran --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_DIR/externalpackages/mpich2/install/include -L$ISSM_DIR/externalpackages/mpich2/install/lib -L/usr/local/bin -lmpich -lpmpich -lgfortran" --download-plapack=yes
     2./config/configure.py  --prefix="$ISSM_TIER/externalpackages/petsc/install" --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install --PETSC_ARCH=macosx-gnu --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --with-fc=/usr/local/bin/gfortran --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 -L$ISSM_TIER/externalpackages/mpich2/install/lib -L/usr/local/bin -lmpich -lpmpich -lgfortran" --download-plapack=yes
  • issm/trunk/externalpackages/petsc/configs/3.0.0-p11/macosx64/configure.sh

    r3317 r6082  
    11#!/bin/bash
    2 ./config/configure.py  --prefix="$ISSM_DIR/externalpackages/petsc/install" --with-mpi-dir=$ISSM_DIR/externalpackages/mpich2/install --PETSC_ARCH=macosx-gnu --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/install" --with-debugging=0 --with-fc=/usr/local/bin/gfortran  --with-shared=0 --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 -m64" --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=macosx-gnu --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --with-debugging=0 --with-fc=/usr/local/bin/gfortran  --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 -m64" --download-plapack=yes --COPTFLAGS="-march=opteron -O2" --FOPTFLAGS="-march=opteron -O2" --CXXOPTFLAGS="-march=opteron -O2" --download-parmetis=yes
  • issm/trunk/externalpackages/petsc/configs/3.0.0-p11/pleiades/configure.sh

    r3215 r6082  
    22
    33#set PETSC_DIR variable, in case.
    4 PETSC_DIR=$ISSM_DIR/externalpackages/petsc/install
     4PETSC_DIR=$ISSM_TIER/externalpackages/petsc/install
    55
    66./config/configure.py  --prefix=$PETSC_DIR --with-batch=1  --PETSC_ARCH=$ISSM_ARCH --PETSC_DIR=$PETSC_DIR   --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  --with-mpi-shared=0 --download-mumps=yes --download-scalapack=yes --download-blacs=yes  --with-plapack-dir=$PETSC_DIR/externalpackages/PLAPACKR32-hg/$ISSM_ARCH --FFLAGS=-I/usr/include --with-cc=icc --with-fc=ifort --COPTFLAGS=" -O3 -xS" --FOPTFLAGS=" -O3 -xS" --CXXOPTFLAGS=" -O3 -xS"
  • issm/trunk/externalpackages/petsc/configs/3.0.0-p11/winxp32/configure.sh

    r3215 r6082  
    11#!/bin/bash
    2 ./config/configure.py  --with-parallel-no --prefix="$ISSM_DIR/externalpackages/petsc/install" --PETSC_ARCH=cygwin-intel --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/install" --with-debugging=0 --with-mpi=0 --download-c-blas-lapack=1
     2./config/configure.py  --with-parallel-no --prefix="$ISSM_TIER/externalpackages/petsc/install" --PETSC_ARCH=cygwin-intel --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --with-debugging=0 --with-mpi=0 --download-c-blas-lapack=1
  • issm/trunk/externalpackages/valgrind/configs/altix64/configure.sh

    r2214 r6082  
    11#!/bin/bash
    2 ./configure   --prefix="$ISSM_DIR/externalpackages/valgrind/install"
     2./configure   --prefix="$ISSM_TIER/externalpackages/valgrind/install"
  • issm/trunk/externalpackages/valgrind/configs/linux64/configure.sh

    r1894 r6082  
    11#!/bin/bash
    2 ./configure   --prefix="$ISSM_DIR/externalpackages/valgrind/install"
     2./configure   --prefix="$ISSM_TIER/externalpackages/valgrind/install"
  • issm/trunk/externalpackages/valgrind/configs/macosx32/configure.sh

    r1894 r6082  
    11#!/bin/bash
    2 ./config/configure.py  --prefix="$ISSM_DIR/externalpackages/valgrind/install"
     2./config/configure.py  --prefix="$ISSM_TIER/externalpackages/valgrind/install"
  • issm/trunk/externalpackages/valgrind/configs/winxp32/configure.sh

    r1894 r6082  
    11#!/bin/bash
    2 ./config/configure.py  --prefix="$ISSM_DIR/externalpackages/valgrind/install"
     2./config/configure.py  --prefix="$ISSM_TIER/externalpackages/valgrind/install"
Note: See TracChangeset for help on using the changeset viewer.