Changeset 15905


Ignore:
Timestamp:
08/23/13 15:43:00 (12 years ago)
Author:
Mathieu Morlighem
Message:

NEW: added IssmConfig that will replace ismpi and other functions

Location:
issm/trunk-jpl/src/wrappers
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/wrappers/matlab/Makefile.am

    r15851 r15905  
    6060                                                 InterpFromMeshToGrid.la\
    6161                                                 InterpFromMesh2d.la\
     62                                                 IssmConfig.la\
    6263                                                 Ll2xy.la\
    6364                                                 NodeConnectivity.la\
     
    196197InterpFromMesh2d_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(MULTITHREADINGLIB) $(GSLLIB)
    197198
     199IssmConfig_la_SOURCES = ../IssmConfig/IssmConfig.cpp\
     200                                                                                ../IssmConfig/IssmConfig.h
     201IssmConfig_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB)
     202
    198203KMLFileRead_la_SOURCES = ../KMLFileRead/KMLFileRead.cpp\
    199204                                                                 ../KMLFileRead/KMLFileRead.h
  • issm/trunk-jpl/src/wrappers/python/Makefile.am

    r15851 r15905  
    5151                                                InterpFromMeshToMesh2d.la\
    5252                                                InterpFromGridToMesh.la\
     53                                                IssmConfig.la\
    5354                                                MeshProfileIntersection.la\
    5455                                                NodeConnectivity.la\
     
    143144InterpFromGridToMesh_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(MULTITHREADINGLIB) $(GSLLIB)
    144145
     146IssmConfig_la_SOURCES = ../IssmConfig/IssmConfig.cpp\
     147                                                                                         ../IssmConfig/IssmConfig.h
     148IssmConfig_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB)
     149
    145150MeshProfileIntersection_la_SOURCES = ../MeshProfileIntersection/MeshProfileIntersection.cpp\
    146151                                                                                ../MeshProfileIntersection/MeshProfileIntersection.h
Note: See TracChangeset for help on using the changeset viewer.