Changeset 1060


Ignore:
Timestamp:
06/23/09 09:20:42 (15 years ago)
Author:
Eric.Larour
Message:

Many changes to adapt to the ia64 platform.

Location:
issm/trunk/externalpackages
Files:
11 added
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/README

    r1 r1060  
    12123/ There is no guarantee the compilation will work on all systems. A lot of tweaking of the
    1313install.sh files will probably be involved. Especially, the configuration part of the install.
     14
     15
     16Update:
     17now install.sh can call configure.sh for the most complex libraries, ie Petsc and Dakota. For those
     18libraries, go in the configs/ directory, pick up the correct configuration file and copy it to the top
     19folder of the library compilation. Tweak if necessary.
  • issm/trunk/externalpackages/dakota/install.sh

    r1035 r1060  
    2929#Configure dakota
    3030cd src
    31 ./configure --prefix="$ISSM_DIR/externalpackages/dakota/install" --without-graphics  --with-pic --disable-mpi
     31source ./configure.sh
    3232cd ..
    3333
  • issm/trunk/externalpackages/petsc/install.sh

    r21 r1060  
    2323#Configure petsc
    2424cd install
    25 ./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
     25../configure.sh
    2626
    2727#Compile petsc
Note: See TracChangeset for help on using the changeset viewer.