Changeset 13256
- Timestamp:
- 09/04/12 17:50:54 (13 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/configs/config-linux64-ad.sh
r12478 r13256 18 18 --without-groundingline \ 19 19 --without-kriging \ 20 --with-adolc-dir=$ ADOLC_DIR20 --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install -
issm/trunk-jpl/configs/config-linux64-astrid-ad.sh
r12157 r13256 2 2 3 3 ./configure \ 4 --prefix=$ISSM_DIR \ 5 --with-serial=no\ 6 --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \ 7 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ 8 --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include \ 9 --with-mpi-lib="-L$ISSM_DIR/externalpackages/mpich2/install/lib/ -lmpich" \ 10 --with-petsc-arch=$ISSM_ARCH \ 11 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ 12 --with-plapack-lib="-L$ISSM_DIR/externalpackages/petsc/install/ -lPLAPACK" \ 13 --with-plapack-include="-I$ISSM_DIR/externalpackages/petsc/install/externalpackages/PLAPACKR32-hg/INCLUDE" \ 14 --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \ 15 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \ 16 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \ 17 --with-graphics-lib=/usr/lib64/libX11.so \ 18 --with-cxxoptflags="-march=opteron -O2" \ 19 --with-fortran-lib="-L/usr/lib/gcc/x86_64-redhat-linux/4.1.1/ -lgfortran" \ 20 --with-rose-dir=$ISSM_DIR/externalpackages/rose/install/ \ 21 --with-adic2-dir=$ISSM_DIR/externalpackages/adic/install/ \ 22 --with-numthreads=24 \ 23 --without-thermal \ 24 --without-control \ 25 --without-hydrology \ 26 --without-diagnostic \ 27 --without-balanced \ 28 --without-responses \ 29 --without-slope \ 30 --without-rifts \ 31 --without-steadystate \ 32 --without-transient \ 33 --without-3d \ 34 --without-groundingline 35 36 #--without-prognostic \ 4 --prefix=$ISSM_DIR \ 5 --without-kriging \ 6 --without-kml \ 7 --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \ 8 --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \ 9 --with-matlab-dir=$MATLAB_DIR \ 10 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ -
issm/trunk-jpl/lib
-
Property svn:ignore
set to
*.mexa64
-
Property svn:ignore
set to
-
issm/trunk-jpl/src/modules/matlab/Makefile.am
r13243 r13256 89 89 deps += 90 90 else 91 deps += ../../c/libISSMModules.a ../../c/libISSMCore.a 91 deps += ../../c/libISSMModules.a ../../c/libISSMCore.a 92 if ADOLC 93 deps += $(ADOLCLIB) 94 endif 92 95 endif 93 96
Note:
See TracChangeset
for help on using the changeset viewer.