Changeset 1061
- Timestamp:
- 06/23/09 09:28:55 (16 years ago)
- Location:
- issm/trunk/src/c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/Makefile.am
r1037 r1061 1 INCLUDES = @DAKOTAINCL@ @PETSCINCL@ @SLEPCINCL@ @MPIINCL@ @MATLABINCL@ @METISINCL@ @PLAPACKINCL@ @BLASLAPACKINCL@ @M UMPSINCL@ @TRIANGLEINCL@1 INCLUDES = @DAKOTAINCL@ @PETSCINCL@ @SLEPCINCL@ @MPIINCL@ @MATLABINCL@ @METISINCL@ @PLAPACKINCL@ @BLASLAPACKINCL@ @MKLINCL@ @MUMPSINCL@ @TRIANGLEINCL@ 2 2 3 3 #Compile serial library, and then try and compile parallel library … … 578 578 endif 579 579 580 LDADD = ./libpISSM.a $( TRIANGLELIB) $(METISLIB) $(PETSCLIB) $(DAKOTALIB) $(SLEPCLIB) $(MUMPSLIB) $(PLAPACKLIB) $(MPILIB) $(X_LIBS) -lX11 $(BLASLAPACKLIB) $(SCALAPACKLIB) $(BLACSLIB) $(FLIBS)580 LDADD = ./libpISSM.a $(METISLIB) $(PETSCLIB) $(DAKOTALIB) $(SLEPCLIB) $(MUMPSLIB) $(PLAPACKLIB) $(MPILIB) $(X_LIBS) -lX11 $(BLASLAPACKLIB) $(MKLLIB) $(SCALAPACKLIB) $(BLACSLIB) $(FLIBS) 581 581 582 582 diagnostic_exe_SOURCES = parallel/diagnostic.cpp -
issm/trunk/src/c/shared/TriMesh/trimesh.h
r1 r1061 10 10 #include <math.h> 11 11 12 #define REAL double 12 //#define REAL double //took it out because it may conflict with stdlib.h defines. put back if necessary 13 13 14 14 int AssociateSegmentToElement(double** psegments,int nseg, double* index,int nel); -
issm/trunk/src/c/toolkits/petsc/patches/SerialToVec.cpp
r586 r1061 15 15 16 16 /*Matlab includes: */ 17 #ifdef _SERIAL_ 17 18 #include "mex.h" 19 #endif 18 20 19 21 #include "../../../shared/shared.h"
Note:
See TracChangeset
for help on using the changeset viewer.