source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13937   13 years jschierm NEW: Python functions to save and load variables (including models) to …
(edit) @13936   13 years Eric.Larour CHG: new Makefiles to reach the ISSM app in src/android
(edit) @13935   13 years Eric.Larour CHG: new options for ISSM JNI and EXE
(edit) @13934   13 years Eric.Larour CHG: get adolc python benchmarks to be possible
(edit) @13933   13 years Eric.Larour CHG: replaced by IssmJni
(edit) @13932   13 years Eric.Larour CHG: get svn to ignore some files.
(edit) @13931   13 years Eric.Larour CHG: modified process to create ISSM app, using the autotools
(edit) @13930   13 years Eric.Larour CHG: getting svn to ignore some files
(edit) @13929   13 years Eric.Larour CHG: getting svn to ignore some files
(edit) @13928   13 years Eric.Larour CHG: not needed anymore
(edit) @13927   13 years Eric.Larour CHG: not needed here anymore
(edit) @13926   13 years Mathieu Morlighem CHG: updated archive
(edit) @13925   13 years Mathieu Morlighem NEW: Finished stiffness allocation matrix (still turned off), also, as …
(edit) @13924   13 years jschierm FIX: In python tests 3015 and 3020, indices get converted to base 0 later.
(edit) @13923   13 years cborstad CHG: added python support for InterpFromGridtoMesh in wrappers
(edit) @13922   13 years Mathieu Morlighem CHG: relaxed tolerances
(edit) @13921   13 years schlegel BUG: wrong directory for module
(edit) @13920   13 years schlegel CHG: need new compiler for compatibility with GEOS-5 modules
(edit) @13919   13 years schlegel CHG: add flag needed to avoid error during compile
(edit) @13918   13 years Mathieu Morlighem NEW: final touches to matrix preallocation
(edit) @13917   13 years cborstad BUG: update counter with += not =+
(edit) @13916   13 years Mathieu Morlighem NEW: added memory allocation methods for loads
(edit) @13915   13 years Mathieu Morlighem NEW: added memory allocation methods for loads
(edit) @13914   13 years Mathieu Morlighem NEW: printsparsity now prints number of non zero per row
(edit) @13913   13 years schlegel NEW: add install script to match petsc3.3
(edit) @13912   13 years schlegel NEW: add install script to match petsc3.3
(edit) @13911   13 years schlegel CHG: working config file for petsc 3.3
(edit) @13910   13 years cborstad BUG: reshape arrays for call to ContourToNodes and pass only filename …
(edit) @13909   13 years Mathieu Morlighem CHG: debugged matrix allocation for BedSlopes: confused between …
(edit) @13908   13 years cborstad CHG: plapack not needed
(edit) @13907   13 years Mathieu Morlighem CHG: testing whether a couple of lines of code is necessary (if …
(edit) @13906   13 years Eric.Larour CHG: missing WRAPPERS symbol for compilation of python modules.
(edit) @13905   13 years Eric.Larour CHG: ad todo
(edit) @13904   13 years Mathieu Morlighem CHG: removed some useless code
(edit) @13903   13 years Mathieu Morlighem NEW: added SetwiseNodeConnectivity for Penta
(edit) @13902   13 years Mathieu Morlighem BUG: fixed issue in matrix preallocation, number of non zeros must be …
(edit) @13901   13 years Mathieu Morlighem NEW: added printsparsity, very useful to debug memory allocation module
(edit) @13900   13 years jschierm NEW: Working (up to ADOLC) test3???.py (plus cosmetic Matlab changes).
(edit) @13899   13 years jschierm FIX: Try again to allow WriteData.py for lists and tuples.
(edit) @13898   13 years bduong New triangle added
(edit) @13897   13 years Mathieu Morlighem CHG: the otehr way around for petsc dev
(edit) @13896   13 years Eric.Larour Added libISSMCore.a
(edit) @13895   13 years Mathieu Morlighem CHG: testing change for petsc-dev (const MatType)
(edit) @13894   13 years Mathieu Morlighem CHG: still working on matric preallocation, nothing new at this point. …
(edit) @13893   13 years Mathieu Morlighem NEW: added MAT_NEW_NONZERO_ALLOCATION_ERR as an option for …
(edit) @13892   13 years Mathieu Morlighem NEW: added GetNodesSidList
(edit) @13891   13 years Eric.Larour CHG: get svn to ignore some files
(edit) @13890   13 years Eric.Larour NEW: ISSM project that links against libISSMCore.a library
(edit) @13889   13 years Mathieu Morlighem CHG: improved some aspects of stiffness matrix allocation (get number …
(edit) @13888   13 years Eric.Larour CHG: protect with HAVE_MPI
(edit) @13887   13 years Mathieu Morlighem NEW: added GetMaxNodes
(edit) @13886   13 years Mathieu Morlighem NEW: added GetMaxNodes
(edit) @13885   13 years Eric.Larour CHG: different location for arm toolsuite
(edit) @13884   13 years Eric.Larour CHG: different location for arm toolsuite
(edit) @13883   13 years Eric.Larour CHG: new location for arm toolchain
(edit) @13882   13 years Eric.Larour CHG: updated input files
(edit) @13881   13 years Mathieu Morlighem NEW: finishing up stiffness matrix allocation algorithm
(edit) @13880   13 years Mathieu Morlighem NEW: added new constructors for matrix and vector, with local and …
(edit) @13879   13 years Mathieu Morlighem CHG: relaxed some tolerances, updated test237 archive and removed all …
(edit) @13878   13 years Mathieu Morlighem NEW: added allocation module, to be continued
(edit) @13877   13 years Mathieu Morlighem CHG: moved SystemMatrices to FemModel.cpp (for solver_nonlinear, …
(edit) @13876   13 years Mathieu Morlighem DEL: not needed (not even implemented)
(edit) @13875   13 years Mathieu Morlighem CHG: moved some modules to FemModel.cpp
(edit) @13874   13 years Mathieu Morlighem CHG: moved some modules to FemModel.cpp
(edit) @13873   13 years Eric.Larour CHG: if MPI is not there, environment.sh was not catching it. Fixed it.
(edit) @13872   13 years Eric.Larour CHG: fixing some bugs.
(edit) @13871   13 years Eric.Larour CHG: getting svn to ignore some files.
(edit) @13870   13 years Eric.Larour CHG: slight mods to these two routines
(edit) @13869   13 years Mathieu Morlighem NEW: added AllocationInfo method for matrices
(edit) @13868   13 years Mathieu Morlighem CHG: no need to use MatCompress (never implemented: …
(edit) @13867   13 years jschierm CHG: Changed checks in WriteData.py to allow lists and tuples.
(edit) @13866   13 years jschierm NEW: Updated python verbose to [13435].
(edit) @13865   13 years jschierm CHG: Enabling MeshProfileIntersection and more small changes.
(edit) @13864   13 years jschierm CHG: Removed mexCallMATLAB and associated Matlab dependencies from …
(edit) @13863   13 years jschierm FIX: Various small things.
(edit) @13862   13 years jschierm NEW: Updated python autodiff to matlab version and added python …
(edit) @13861   13 years Mathieu Morlighem DEL: documentation is now downloaded at installation
(edit) @13860   13 years Mathieu Morlighem NEW: added SetwiseConnectivity for stiffness matrix preallocation
(edit) @13859   13 years jschierm CHG: Didn't know about scripts directory.
(edit) @13858   13 years jschierm NEW: Working python test511 and test613.
(edit) @13857   13 years jschierm NEW: Added python model.extract and contourenvelope (plus matlab …
(edit) @13856   13 years jschierm CHG: Change Python control_parameter marshaling from column vector to …
(edit) @13855   13 years Mathieu Morlighem CHG: renamed PureCorePointer->CorePointer and …
(edit) @13854   13 years schlegel CHG: need cmake to prepend PATH
(edit) @13853   13 years Mathieu Morlighem CHG: python-version not needed anymore
(edit) @13852   13 years Mathieu Morlighem BUG: fixed tao, now optimazing actual core
(edit) @13851   13 years Mathieu Morlighem CHG: renamed installation scripts
(edit) @13850   13 years schlegel CHG: name patch file with astrid
(edit) @13849   13 years schlegel NEW: add specific scripts for astrid
(edit) @13848   13 years schlegel NEW:GDAL for Mac
(edit) @13847   13 years schlegel BUG:Fix prepath and GDAL include
(edit) @13846   13 years Eric.Larour CHG: not needed anymore
(edit) @13845   13 years Eric.Larour CHG: getting svn to ignore some files
(edit) @13844   13 years Eric.Larour CHG: not needed anymore
(edit) @13843   13 years Eric.Larour NEW: ec2ami amazon tool suite
(edit) @13842   13 years Eric.Larour NEW: ec2api package for handling amazon clusters
(edit) @13841   13 years bduong Fixed problem from the AndroidManifest.xml file
(edit) @13840   13 years schlegel CHG: need to ignore seek for compile
(edit) @13839   13 years bduong CHG: new ISSM app
(edit) @13838   13 years bduong CHG: deleting ISSM app
Note: See TracRevisionLog for help on using the revision log.