Changeset 1060
- Timestamp:
- 06/23/09 09:20:42 (15 years ago)
- Location:
- issm/trunk/externalpackages
- Files:
-
- 11 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/README
r1 r1060 12 12 3/ There is no guarantee the compilation will work on all systems. A lot of tweaking of the 13 13 install.sh files will probably be involved. Especially, the configuration part of the install. 14 15 16 Update: 17 now install.sh can call configure.sh for the most complex libraries, ie Petsc and Dakota. For those 18 libraries, go in the configs/ directory, pick up the correct configuration file and copy it to the top 19 folder of the library compilation. Tweak if necessary. -
issm/trunk/externalpackages/dakota/install.sh
r1035 r1060 29 29 #Configure dakota 30 30 cd src 31 ./configure --prefix="$ISSM_DIR/externalpackages/dakota/install" --without-graphics --with-pic --disable-mpi 31 source ./configure.sh 32 32 cd .. 33 33 -
issm/trunk/externalpackages/petsc/install.sh
r21 r1060 23 23 #Configure petsc 24 24 cd 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=yes25 ../configure.sh 26 26 27 27 #Compile petsc
Note:
See TracChangeset
for help on using the changeset viewer.