Ignore:
Timestamp:
10/04/12 12:22:14 (12 years ago)
Author:
Eric.Larour
Message:

NEW and CHG:
added new enums in src/m/enum. Please run source Synchronize.sh when adding new enums in EnumDefinitions.h
new Profiler object that stores unlimited number of tags. easier to handle time profiling anywhere in the
code.
debugged EnvironmentInit, which was duplicating external symbols.
new EnvironmentFinalize, to simplify finalization of environment variables like Petsc and MPI.
simplified issm.cpp accordingly with new Profiler capabilitlie.s

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/enum/EnumDefinitions.py

    r13523 r13534  
    30393039        return StringToEnum('PentaP1Input')[0]
    30403040
     3041def ProfilerEnum():
     3042        """
     3043        PROFILERENUM - Enum of Profiler
     3044
     3045           Usage:
     3046              macro=ProfilerEnum()
     3047        """
     3048
     3049        return StringToEnum('Profiler')[0]
     3050
    30413051def MatrixParamEnum():
    30423052        """
     
    49674977        """
    49684978
    4969         return 495
    4970 
     4979        return 496
     4980
Note: See TracChangeset for help on using the changeset viewer.