source: issm/trunk-jpl/configs/config-macosx64-larour-ad.sh@ 12988

Last change on this file since 12988 was 12988, checked in by Eric.Larour, 13 years ago

NEW: created wrapper to SolverxSeq solver, so that when running with Adolc support,
we can go from solving for a IssmDouble* vector solution to solving a double* vector
solution, and come back to an IssmDouble* vector.

In addition, added tape start phase and tape statistics at the beginning and end of issm.cpp
respectively.

Also fixed a bug (reCast type) in PddSurfaceMassBalance.

Fixed a bug in solve.m, where cluster.np was set to 1 too late for Adolc
runs.

config-macosx64-larour-ad.sh now defaults to using adolc.

  • Property svn:executable set to *
File size: 468 bytes
Line 
1#!/bin/sh
2
3./configure \
4 --prefix=$ISSM_DIR \
5 --without-modules\
6 --without-thermal \
7 --without-control \
8 --without-hydrology \
9 --without-diagnostic \
10 --without-balanced \
11 --without-responses \
12 --without-slope \
13 --without-rifts \
14 --without-steadystate \
15 --without-transient \
16 --without-3d \
17 --without-groundingline \
18 --without-kriging \
19 --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \
20 --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install
Note: See TracBrowser for help on using the repository browser.