source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13596   13 years Eric.Larour CHG: fixed segfault in NewMat call
(edit) @13595   13 years Eric.Larour CHG: more changes to switch from my_rank and num_procs to …
(edit) @13594   13 years Eric.Larour CHG: more changes to switch from my_rank and num_procs to …
(edit) @13593   13 years Eric.Larour CHG: more changes to switch from my_rank and num_procs to …
(edit) @13592   13 years Eric.Larour CHG: starting transition from extern int my_rank to my_rank2 where …
(edit) @13591   13 years Eric.Larour CHG: more changes from MPI_COMM_WORLD to IssmComm::GetComm()
(edit) @13590   13 years Eric.Larour CHG: replaced instances of MPI_COMM_WORLD in modules with …
(edit) @13589   13 years Eric.Larour CHG: starting transition to model runs where the MPI_Comm is …
(edit) @13588   13 years Mathieu Morlighem CHG: creating x layer (local for now)
(edit) @13587   13 years bduong Android SDK using OpenGL to draw a triangle
(edit) @13586   13 years Mathieu Morlighem CHG: rewriting TriMeshProcessRifts so that it looks more like a module
(edit) @13585   13 years Eric.Larour CHG: fixed bug in comment
(edit) @13584   13 years habbalf BUG: Changed isscalar to isnumeric
(edit) @13583   13 years Mathieu Morlighem CHG: removing trunk-jpl-damage branch, already merged back to trunk
(edit) @13582   13 years jschierm NEW: Working test230.py through test233.py (along with cosmetic matlab …
(edit) @13581   13 years jschierm CHG: Functions should have argument lists (and other cosmetics).
(edit) @13580   13 years jschierm NEW: Working test221.py through test229.py (along with cosmetic matlab …
(edit) @13579   13 years Eric.Larour CHG: had to template the binary_search for doubles, as AD mode compile …
(edit) @13578   13 years Mathieu Morlighem CHG: tolerances
(edit) @13577   13 years Mathieu Morlighem CHG: even simpler binary_search for doubles: return segment number
(edit) @13576   13 years Mathieu Morlighem CHG: vector_type is always broadcasted so it needs to be defined …
(edit) @13575   13 years Mathieu Morlighem BUG: rewrote binary_search for double, there was a segfault in the …
(edit) @13574   13 years Mathieu Morlighem BUG: rewrote binary_search for double, there was a segfault in the …
(edit) @13573   13 years Mathieu Morlighem CHG: fixed destructor for memory leaks
(edit) @13572   13 years Mathieu Morlighem BUG: changed offset==-1 to offset=-1 + some cosmetics
(edit) @13571   13 years habbalf BUG: PETSc options ending in 'n' were cut off and not recognized
(edit) @13570   13 years Mathieu Morlighem CHG: do not download latest numpy by 1.7 only for now
(edit) @13569   13 years Eric.Larour NEW: implemented binary_search for double sorted array, to speed up …
(edit) @13568   13 years jschierm NEW: Working test220.py.
(edit) @13567   13 years jschierm NEW: Working test219.py.
(edit) @13566   13 years jschierm FIX: Fixed setflowequation for test219.py.
(edit) @13565   13 years Mathieu Morlighem CHG: added default xlim and ylim so that lat long do not go beyond the …
(edit) @13564   13 years Mathieu Morlighem CHG: cbYTickLabel option should display exactly what is requested
(edit) @13563   13 years Mathieu Morlighem CHG: number of ticks in log colorbars should not be imposed
(edit) @13562   13 years Mathieu Morlighem BUG: fixed image name
(edit) @13561   13 years ltnguyen Testing on how to connect c++ librabries with java using jni. UI …
(edit) @13560   13 years bduong new test app
(edit) @13559   13 years cborstad CHG: fixed argument list to DetermineLocalSize
(edit) @13558   13 years Mathieu Morlighem CHG: reverted back to previous revision
(edit) @13557   13 years Eric.Larour CHG: ISFree not needed anymore
(edit) @13556   13 years Eric.Larour CHG: MatPartition not needed anymore
(edit) @13555   13 years Eric.Larour CHG: MPI_Upperrow, MPI_Boundariesfromrange and MPI_Upperrow not needed …
(edit) @13554   13 years Eric.Larour CHG: - profiling is now done entirely inside the FemModel methods - …
(edit) @13553   13 years Eric.Larour CHG: issm.cpp now runs the following methods: Constructor, Solve, and …
(edit) @13552   13 years Eric.Larour CHG: tighter tolerances, and update on larsen
(edit) @13551   13 years Eric.Larour CHG: adapt to changes in git repo
(edit) @13550   13 years Eric.Larour CHG: fixed bug. Solver pointers need to be allocated even when …
(edit) @13549   13 years Eric.Larour CHG: FemModel constructors and destructors now take care of writing …
(edit) @13548   13 years Mathieu Morlighem CHG: adding folds
(edit) @13547   13 years Eric.Larour CHG: Dakotax.h does not exist anymore. Updated DakotaPlugin and …
(edit) @13546   13 years Eric.Larour CHG: shielding CreateParametersAutodiff with HAVE_ADOLC macro. Some …
(edit) @13545   13 years Mathieu Morlighem CHG: cosmetics
(edit) @13544   13 years Mathieu Morlighem BUG: revert back to original
(edit) @13543   13 years Eric.Larour CHG: moved tape statistics printing for AD mode to ad_core from issm.cpp
(edit) @13542   13 years Eric.Larour CHG: transferred AD statements to CreateParametersAutodiff, namely …
(edit) @13541   13 years Eric.Larour CHG: not needed anymore, moved to solutions
(edit) @13540   13 years Eric.Larour CHG: cleanup issm.cpp. Worked on homogeneizing solutioncore returned …
(edit) @13539   13 years Eric.Larour CHG: simplified profiler further. moved Dakotax to …
(edit) @13538   13 years Eric.Larour CHG: Sys directory not needed anymore
(edit) @13537   13 years Eric.Larour CHG: Sys directory not needed anymore
(edit) @13536   13 years Eric.Larour CHG: Not needed anymore
(edit) @13535   13 years Eric.Larour NEW: test maximum allocation in fov_forward
(edit) @13534   13 years Eric.Larour NEW and CHG: added new enums in src/m/enum. Please run source …
(edit) @13533   13 years Mathieu Morlighem BUG: fixed petsc initialization (needed to include config.h)
(edit) @13532   13 years Eric.Larour CHG: missing Config.h, which created a problem during issm initialization
(edit) @13531   13 years Eric.Larour CHG: the IssmBoot and IssmEnd have nothing to do with ISSM booting and …
(edit) @13530   13 years Eric.Larour CHG and NEW: macros.h: changed name of ISSMBOOT and ISSMEND macros to …
(edit) @13529   13 years helsen modified Nightlyruntest for SMB gradients
(edit) @13528   13 years Mathieu Morlighem BUG: reverted back to original regularization
(edit) @13527   13 years ltnguyen This is a simple HelloWorld that using JNI Header, this is working …
(edit) @13526   13 years bduong Process to release an android app on Google Play Store
(edit) @13525   13 years jschierm NEW: Working test217.py.
(edit) @13524   13 years jschierm NEW: Preliminary python versions of some rift functions (not useful …
(edit) @13523   13 years Mathieu Morlighem BUG: fixing number of Enum
(edit) @13522   13 years Eric.Larour NEW: helloworld prototype directory
(edit) @13521   13 years helsen update of the SMB gradients code
(edit) @13520   13 years jschierm FIX: Fix handling of variable arguments (and more).
(edit) @13519   13 years jschierm NEW: Working python tests 213-215.
(edit) @13518   13 years jschierm NEW: Working test212.py.
(edit) @13517   13 years jschierm FIX: Fixed InversionControlParameters for test212.py.
(edit) @13516   13 years Eric.Larour CHG: modified the way we set keep for trace initialization in AD mode. …
(edit) @13515   13 years utke CHG consistent naming
(edit) @13514   13 years utke CHG indentation only - abide by the ISSM code style
(edit) @13513   13 years utke NEW fov_reverse driver
(edit) @13512   13 years utke NEW fov_reverse solver wrapper
(edit) @13511   13 years Eric.Larour CHG: get svn to ignore some svn files
(edit) @13510   13 years Eric.Larour CHG: get svn to ignore some svn files
(edit) @13509   13 years Eric.Larour NEW: new fos_reverse driver capability.
(edit) @13508   13 years Eric.Larour NEW: test to check forward vectorial vs reverse scalar
(edit) @13507   13 years utke CHG factored out EDF allocations, changed driver names, added …
(edit) @13506   13 years Eric.Larour CHG: new AutodiffFosReverseIndexEnum for reverse mode. Also changed …
(edit) @13505   13 years Eric.Larour CHG: new AutodiffFosReverseIndexEnum for reverse mode. Also changed …
(edit) @13504   13 years jschierm NEW: Working test205.py.
(edit) @13503   13 years jschierm FIX: Fixes required for test205.py.
(edit) @13502   13 years utke CHG space savers for EDF
(edit) @13501   13 years Eric.Larour CHG: active keep on in trace for reverse drivers
(edit) @13500   13 years Eric.Larour CHG: checkconsistency now accepts reverse drivers
(edit) @13499   13 years Eric.Larour CHG: problem with driver name
(edit) @13498   13 years utke CHG implement fos_reverse for the solver and use a view to the …
(edit) @13497   13 years helsen CHG: enable shared libraries
Note: See TracRevisionLog for help on using the revision log.