Changeset 11735


Ignore:
Timestamp:
03/19/12 20:12:04 (13 years ago)
Author:
Eric.Larour
Message:

Adding gsl support, issm toolkit.

File:
1 edited

Legend:

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

    r11695 r11735  
    1 INCLUDES = @DAKOTAINCL@ @SHAPELIBINCL@ @PETSCINCL@ @SLEPCINCL@ @MPIINCL@ @MATLABINCL@  @METISINCL@  @CHACOINCL@ @SCOTCHINCL@ @PLAPACKINCL@  @BLASLAPACKINCL@ @MKLINCL@ @MUMPSINCL@  @TRIANGLEINCL@ @HYPREINCL@ @MLINCL@ @TAOINCL@ @ADIC2INCL@ @ADOLCINCL@
     1INCLUDES = @DAKOTAINCL@ @SHAPELIBINCL@ @PETSCINCL@ @SLEPCINCL@ @MPIINCL@ @MATLABINCL@  @METISINCL@  @CHACOINCL@ @SCOTCHINCL@ @PLAPACKINCL@  @BLASLAPACKINCL@ @MKLINCL@ @MUMPSINCL@  @TRIANGLEINCL@ @HYPREINCL@ @MLINCL@ @TAOINCL@ @ADIC2INCL@ @ADOLCINCL@ @GSLINCL@
    22EXEEXT=$(ISSMEXT)
    33
     
    214214                                        ./toolkits/mpi/patches/MPI_Boundariesfromrange.cpp\
    215215                                        ./toolkits/metis/metisincludes.h\
     216                                        ./toolkits/issm/issmtoolkit.h\
     217                                        ./toolkits/issm/SeqVec.h\
     218                                        ./toolkits/issm/SeqVec.cpp\
     219                                        ./toolkits/issm/SeqMat.h\
     220                                        ./toolkits/issm/SeqMat.cpp\
    216221                                        ./toolkits/metis/patches/metispatches.h\
    217222                                        ./toolkits/metis/patches/METIS_PartMeshNodalPatch.cpp\
     
    237242                                        ./modules/ModelProcessorx/CreateNumberNodeToElementConnectivity.cpp\
    238243                                        ./modules/ModelProcessorx/CreateElementsVerticesAndMaterials.cpp\
     244                                        ./modules/ParsePetscOptionsx/ParsePetscOptionsx.h\
     245                                        ./modules/ParsePetscOptionsx/ParsePetscOptionsx.cpp\
    239246                                        ./modules/NodesDofx/NodesDofx.h\
    240247                                        ./modules/NodesDofx/NodesDofx.cpp\
     
    694701                                    ./toolkits/matlab/matlabincludes.h\
    695702                                    ./toolkits/matlab/MatlabNArrayToNArray.cpp\
    696                                     ./toolkits/matlab/MatlabMatrixToMatrix.cpp\
    697                                     ./toolkits/matlab/MatlabVectorToVector.cpp\
    698703                                    ./toolkits/double/MatlabVectorToDoubleVector.cpp\
    699704                                    ./toolkits/double/double.h\
     
    736741                                        ./toolkits/petsc/petscincludes.h\
    737742                                        ./shared/Numerics/PetscOptionsFromAnalysis.cpp\
    738                                         ./modules/ParsePetscOptionsx/ParsePetscOptionsx.h\
    739                                         ./modules/ParsePetscOptionsx/ParsePetscOptionsx.cpp\
    740743                                        ./modules/Solverx/SolverxPetsc.cpp\
    741744                                        ./modules/Solverx/DofTypesToIndexSet.cpp
     745
     746#}}}
     747#Gsl sources  {{{1
     748gsl_sources= ./modules/Solverx/SolverxGsl.cpp
    742749
    743750#}}}
     
    846853endif
    847854
     855if GSL
     856issm_sources  +=  $(gsl_sources)
     857issm_psources +=  $(gsl_psources)
     858endif
     859
     860
    848861if TRANSIENT
    849862issm_sources  +=  $(transient_sources)
     
    947960
    948961#External packages
    949 LDADD += $(PETSCLIB) $(TAOLIB) $(FLIBS) $(PLAPACKLIB)  $(MUMPSLIB) $(SCALAPACKLIB)  $(BLACSLIB) $(HYPRELIB) $(MLLIB) $(DAKOTALIB) $(METISLIB) $(CHACOLIB) $(SCOTCHLIB) $(BLASLAPACKLIB)  $(MKLLIB) $(MPILIB) $(MATHLIB) $(FORTRANLIB) $(GRAPHICSLIB) $(MULTITHREADINGLIB) $(OSLIBS)
     962LDADD += $(PETSCLIB) $(TAOLIB) $(FLIBS) $(PLAPACKLIB)  $(MUMPSLIB) $(SCALAPACKLIB)  $(BLACSLIB) $(HYPRELIB) $(MLLIB) $(DAKOTALIB) $(METISLIB) $(CHACOLIB) $(SCOTCHLIB) $(BLASLAPACKLIB)  $(MKLLIB) $(MPILIB) $(MATHLIB) $(FORTRANLIB) $(GRAPHICSLIB) $(MULTITHREADINGLIB) $(OSLIBS) $(GSLLIB)
    950963
    951964issm_SOURCES = solutions/issm.cpp
Note: See TracChangeset for help on using the changeset viewer.