Changeset 2214
- Timestamp:
- 09/11/09 13:40:19 (15 years ago)
- Location:
- issm/trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/configs/altix64/altix64.sh
r1527 r2214 1 1 #!/bin/csh 2 2 3 ./configure --prefix=$ISSM_DIR --with-serial=no --with-metis-dir=$ISSM_DIR/externalpackages/metis/install --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install --with-mpi-include=/usr/include --with-mpi-lib="-L/usr/lib -lmpi" --with-petsc-arch=$ISSM_ARCH --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install _nomatlab --with-mkl-dir=/opt/intel/mkl/9.1.023/lib/64 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install --with-plapack-dir=$ISSM_DIR/externalpackages/petsc/install/externalpackages/PLAPACKR32/$ISSM_ARCH --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/externalpackages/MUMPS_4.6.3/$ISSM_ARCH/ --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/externalpackages/SCALAPACK/$ISSM_ARCH/ --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/externalpackages/blacs-dev/$ISSM_ARCH3 ./configure --prefix=$ISSM_DIR --with-serial=no --with-metis-dir=$ISSM_DIR/externalpackages/metis/install --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install --with-mpi-include=/usr/include --with-mpi-lib="-L/usr/lib -lmpi" --with-petsc-arch=$ISSM_ARCH --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install --with-mkl-dir=/opt/intel/mkl/9.1.023/lib/64 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install --with-plapack-dir=$ISSM_DIR/externalpackages/petsc/install/externalpackages/PLAPACKR32-hg/$ISSM_ARCH --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/externalpackages/MUMPS_4.6.3/$ISSM_ARCH/ --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/externalpackages/SCALAPACK/$ISSM_ARCH/ --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/externalpackages/blacs-dev/$ISSM_ARCH --with-graphics-lib=/usr/X11R6/lib/libX11.so -
issm/trunk/etc/environment.csh
r2011 r2214 1 1 #ISSM_DIR and ISSM_ARCH should have been defined already in your shell settings file (.bashrc, .cshrc, etc ...) 2 3 2 source $ISSM_DIR/etc/environment_variables.csh 4 3 5 4 #Do we have any command line arguments? (such as MATLAB_DIR=otherdirthandefault), source them before exporting the variables 6 5 #to environment. 7 foreach i ($@) 8 eval $i 9 end 6 7 #foreach i ($@) 8 #eval $i 9 #end 10 10 11 11 #CRON utilities -
issm/trunk/externalpackages/petsc/configs/altix64/configure.sh
r2126 r2214 4 4 PETSC_DIR=$ISSM_DIR/externalpackages/petsc/install 5 5 6 #./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/$ISSM_ARCH --FFLAGS=-I/usr/include --with-cc=icc --with-fc=ifort6 ./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 7 7 8 8 #Before Plapack implodes 9 ./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 --download-plapack=yes --FFLAGS=-I/usr/include --with-cc=icc --with-fc=ifort9 #./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 --download-plapack=yes --FFLAGS=-I/usr/include --with-cc=icc --with-fc=ifort -
issm/trunk/externalpackages/valgrind/configs/altix64/configure.sh
r1894 r2214 1 1 #!/bin/bash 2 ./config /configure.py--prefix="$ISSM_DIR/externalpackages/valgrind/install"2 ./configure --prefix="$ISSM_DIR/externalpackages/valgrind/install" -
issm/trunk/src/c/Makefile.am
r2110 r2214 619 619 endif 620 620 621 LDADD = ./libpISSM.a $(PETSCLIB) $(FLIBS) $(PLAPACKLIB) $(MUMPSLIB) $(SCALAPACKLIB) $(BLACSLIB) $(DAKOTALIB) $(METISLIB) $(BLASLAPACKLIB) $(M PILIB) $(MATHLIB) $(FORTRANLIB) $(GRAPHICSLIB)621 LDADD = ./libpISSM.a $(PETSCLIB) $(FLIBS) $(PLAPACKLIB) $(MUMPSLIB) $(SCALAPACKLIB) $(BLACSLIB) $(DAKOTALIB) $(METISLIB) $(BLASLAPACKLIB) $(MKLLIB) $(MPILIB) $(MATHLIB) $(FORTRANLIB) $(GRAPHICSLIB) 622 622 623 623 diagnostic_exe_SOURCES = parallel/diagnostic.cpp -
issm/trunk/src/c/toolkits/triangle/triangleincludes.h
r1 r2214 6 6 #define _TRIANGLE_INCLUDES_H_ 7 7 8 #ifdef _SERIAL_ 9 8 10 #ifdef _C_ //only valid for iso C, not C++ 9 10 11 /*Triangle includes: */ 11 12 #include "triangle.h" 13 #endif //#ifdef _C_ 12 14 13 #endif 15 #endif //ifdef _SERIAL_ 14 16 15 17
Note:
See TracChangeset
for help on using the changeset viewer.