Changeset 4574
- Timestamp:
- 07/13/10 19:07:29 (15 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/configs/linux64_larour
r4571 r4574 44 44 45 45 #List of external pakages to be installed 46 EXTERNALPACKAGES="matlab mpich2 petsc metis triangle "46 EXTERNALPACKAGES="matlab mpich2 petsc metis triangle dakota" 47 47 48 48 #3: ISSM Compilation -
issm/trunk/src/c/Makefile.am
r4554 r4574 1150 1150 LDADD = ./libpISSM.a $(PETSCLIB) $(FLIBS) $(PLAPACKLIB) $(MUMPSLIB) $(SCALAPACKLIB) $(BLACSLIB) $(DAKOTALIB) $(METISLIB) $(BLASLAPACKLIB) $(MKLLIB) $(MPILIB) $(MATHLIB) $(FORTRANLIB) $(GRAPHICSLIB) libOverload.a $(MULTITHREADINGLIB) 1151 1151 1152 issm_exe_SOURCES = issm.cpp1152 issm_exe_SOURCES = solutions/issm.cpp 1153 1153 issm_exe_CXXFLAGS= -fPIC -D_PARALLEL_
Note:
See TracChangeset
for help on using the changeset viewer.