[13394] | 1 | Index: /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/modules/matlab/Makefile.am
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/modules/matlab/Makefile.am (revision 13255)
|
---|
| 4 | +++ /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/modules/matlab/Makefile.am (revision 13256)
|
---|
| 5 | @@ -88,8 +88,11 @@
|
---|
| 6 | if SHAREDLIBS
|
---|
| 7 | deps +=
|
---|
| 8 | else
|
---|
| 9 | -deps += ../../c/libISSMModules.a ../../c/libISSMCore.a
|
---|
| 10 | +deps += ../../c/libISSMModules.a ../../c/libISSMCore.a
|
---|
| 11 | +if ADOLC
|
---|
| 12 | +deps += $(ADOLCLIB)
|
---|
| 13 | endif
|
---|
| 14 | +endif
|
---|
| 15 |
|
---|
| 16 | #Optimization flags:
|
---|
| 17 | AM_CXXFLAGS += $(CXXOPTFLAGS)
|
---|
| 18 | Index: /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/configs/config-linux64-ad.sh
|
---|
| 19 | ===================================================================
|
---|
| 20 | --- /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/configs/config-linux64-ad.sh (revision 13255)
|
---|
| 21 | +++ /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/configs/config-linux64-ad.sh (revision 13256)
|
---|
| 22 | @@ -17,4 +17,4 @@
|
---|
| 23 | --without-3d \
|
---|
| 24 | --without-groundingline \
|
---|
| 25 | --without-kriging \
|
---|
| 26 | - --with-adolc-dir=$ADOLC_DIR
|
---|
| 27 | + --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install
|
---|
| 28 | Index: /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/configs/config-linux64-astrid-ad.sh
|
---|
| 29 | ===================================================================
|
---|
| 30 | --- /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/configs/config-linux64-astrid-ad.sh (revision 13255)
|
---|
| 31 | +++ /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/configs/config-linux64-astrid-ad.sh (revision 13256)
|
---|
| 32 | @@ -1,36 +1,10 @@
|
---|
| 33 | #!/bin/sh
|
---|
| 34 |
|
---|
| 35 | ./configure \
|
---|
| 36 | - --prefix=$ISSM_DIR \
|
---|
| 37 | - --with-serial=no\
|
---|
| 38 | - --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
|
---|
| 39 | - --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
| 40 | - --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include \
|
---|
| 41 | - --with-mpi-lib="-L$ISSM_DIR/externalpackages/mpich2/install/lib/ -lmpich" \
|
---|
| 42 | - --with-petsc-arch=$ISSM_ARCH \
|
---|
| 43 | - --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
| 44 | - --with-plapack-lib="-L$ISSM_DIR/externalpackages/petsc/install/ -lPLAPACK" \
|
---|
| 45 | - --with-plapack-include="-I$ISSM_DIR/externalpackages/petsc/install/externalpackages/PLAPACKR32-hg/INCLUDE" \
|
---|
| 46 | - --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
|
---|
| 47 | - --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
|
---|
| 48 | - --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
|
---|
| 49 | - --with-graphics-lib=/usr/lib64/libX11.so \
|
---|
| 50 | - --with-cxxoptflags="-march=opteron -O2" \
|
---|
| 51 | - --with-fortran-lib="-L/usr/lib/gcc/x86_64-redhat-linux/4.1.1/ -lgfortran" \
|
---|
| 52 | - --with-rose-dir=$ISSM_DIR/externalpackages/rose/install/ \
|
---|
| 53 | - --with-adic2-dir=$ISSM_DIR/externalpackages/adic/install/ \
|
---|
| 54 | - --with-numthreads=24 \
|
---|
| 55 | - --without-thermal \
|
---|
| 56 | - --without-control \
|
---|
| 57 | - --without-hydrology \
|
---|
| 58 | - --without-diagnostic \
|
---|
| 59 | - --without-balanced \
|
---|
| 60 | - --without-responses \
|
---|
| 61 | - --without-slope \
|
---|
| 62 | - --without-rifts \
|
---|
| 63 | - --without-steadystate \
|
---|
| 64 | - --without-transient \
|
---|
| 65 | - --without-3d \
|
---|
| 66 | - --without-groundingline
|
---|
| 67 | -
|
---|
| 68 | -#--without-prognostic \
|
---|
| 69 | + --prefix=$ISSM_DIR \
|
---|
| 70 | + --without-kriging \
|
---|
| 71 | + --without-kml \
|
---|
| 72 | + --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \
|
---|
| 73 | + --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \
|
---|
| 74 | + --with-matlab-dir=$MATLAB_DIR \
|
---|
| 75 | + --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
|
---|
| 76 | Index: /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/lib
|
---|
| 77 | ===================================================================
|
---|
| 78 | --- /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/lib (revision 13255)
|
---|
| 79 | +++ /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/lib (revision 13256)
|
---|
| 80 |
|
---|
| 81 | Property changes on: /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/lib
|
---|
| 82 | ___________________________________________________________________
|
---|
| 83 | Added: svn:ignore
|
---|
| 84 | ## -0,0 +1 ##
|
---|
| 85 | +*.mexa64
|
---|