Changeset 5004


Ignore:
Timestamp:
08/06/10 07:12:59 (15 years ago)
Author:
Mathieu Morlighem
Message:

Added GetPId module to get process ID (very useful for nightlyruns to generate different names to avoid conflicts between 2 cpus

Location:
issm/trunk/src/mex
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/mex/Makefile.am

    r4969 r5004  
    2323                                InputControlUpdate \
    2424                                InputConvergence\
     25                                GetPId\
    2526                                GetSolutionFromInputs\
    2627                                GetVectorFromInputs\
     
    151152                          ElementConnectivity/ElementConnectivity.h
    152153
     154GetPId_SOURCES = GetPId/GetPId.cpp\
     155                                          GetPId/GetPId.h
     156
    153157GetSolutionFromInputs_SOURCES = GetSolutionFromInputs/GetSolutionFromInputs.cpp\
    154158                          GetSolutionFromInputs/GetSolutionFromInputs.h
Note: See TracChangeset for help on using the changeset viewer.