Skip to content
Snippets Groups Projects
Commit 1532fd14 authored by Lars von Wolff's avatar Lars von Wolff
Browse files

Cleaned up makefiles, etc

parent f4f62b05
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 1145 deletions
# This file is configured by CMake automatically as DartConfiguration.tcl
# If you choose not to use CMake, this file may be hand configured, by
# filling in the required variables.
# Configuration directories and files
SourceDirectory: /home/ians1/vonwolls/ssd_local/dumux/dune-phasefield
BuildDirectory: /home/ians1/vonwolls/ssd_local/dumux/dune-phasefield
# Where to place the cost data store
CostDataFile:
# Site is something like machine.domain, i.e. pragmatic.crd
Site: am54
# Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
BuildName: Linux-g++
# Submission information
IsCDash:
CDashVersion:
QueryCDashVersion:
DropSite:
DropLocation:
DropSiteUser:
DropSitePassword:
DropSiteMode:
DropMethod: http
TriggerSite:
ScpCommand: /usr/bin/scp
# Dashboard start time
NightlyStartTime: 00:00:00 EDT
# Commands for the build/test/submit cycle
ConfigureCommand: "/usr/bin/cmake" "/home/ians1/vonwolls/ssd_local/dumux/dune-phasefield"
MakeCommand: /usr/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" -- -i
DefaultCTestConfigurationType: Release
# version control
UpdateVersionOnly:
# CVS options
# Default is "-d -P -A"
CVSCommand: /usr/bin/cvs
CVSUpdateOptions: -d -A -P
# Subversion options
SVNCommand: /usr/bin/svn
SVNOptions:
SVNUpdateOptions:
# Git options
GITCommand: /usr/bin/git
GITInitSubmodules:
GITUpdateOptions:
GITUpdateCustom:
# Perforce options
P4Command: P4COMMAND-NOTFOUND
P4Client:
P4Options:
P4UpdateOptions:
P4UpdateCustom:
# Generic update command
UpdateCommand: /usr/bin/git
UpdateOptions:
UpdateType: git
# Compiler info
Compiler: /usr/bin/g++
CompilerVersion: 6.3.0
# Dynamic analysis (MemCheck)
PurifyCommand:
ValgrindCommand:
ValgrindCommandOptions:
MemoryCheckType:
MemoryCheckSanitizerOptions:
MemoryCheckCommand: /usr/bin/valgrind
MemoryCheckCommandOptions:
MemoryCheckSuppressionFile:
# Coverage
CoverageCommand: /usr/bin/gcov
CoverageExtraFlags: -l
# Cluster commands
SlurmBatchCommand: SLURM_SBATCH_COMMAND-NOTFOUND
SlurmRunCommand: SLURM_SRUN_COMMAND-NOTFOUND
# Testing options
# TimeOut is the amount of time in seconds to wait for processes
# to complete during testing. After TimeOut seconds, the
# process will be summarily terminated.
# Currently set to 25 minutes
TimeOut: 1500
# During parallel testing CTest will not start a new test if doing
# so would cause the system load to exceed this value.
TestLoad:
UseLaunchers:
CurlOptions:
# warning, if you add new options here that have to do with submit,
# you have to update cmCTestSubmitCommand.cxx
# For CTest submissions that timeout, these options
# specify behavior for retrying the submission
CTestSubmitRetryDelay: 5
CTestSubmitRetryCount: 3
#ifndef FC_HEADER_INCLUDED
#define FC_HEADER_INCLUDED
/* Mangling for Fortran global symbols without underscores. */
#define FC_GLOBAL(name,NAME) name##_
/* Mangling for Fortran global symbols with underscores. */
#define FC_GLOBAL_(name,NAME) name##_
/* Mangling for Fortran module symbols without underscores. */
#define FC_MODULE(mod_name,name, mod_NAME,NAME) __##mod_name##_MOD_##name
/* Mangling for Fortran module symbols with underscores. */
#define FC_MODULE_(mod_name,name, mod_NAME,NAME) __##mod_name##_MOD_##name
#endif
/home/ians1/vonwolls/ssd_local/dumux/build-release/python_virtualenv/bin/activate
\ No newline at end of file
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ians1/vonwolls/ssd_local/dumux/dune-phasefield")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ians1/vonwolls/ssd_local/dumux/dune-phasefield")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
0
# CMake generated Testfile for
# Source directory: /home/ians1/vonwolls/ssd_local/dumux/dune-phasefield/cmake/modules
# Build directory: /home/ians1/vonwolls/ssd_local/dumux/dune-phasefield/cmake/modules
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/ians1/vonwolls/ssd_local/dumux/dune-phasefield
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/ians1/vonwolls/ssd_local/dumux/dune-phasefield
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
cd /home/ians1/vonwolls/ssd_local/dumux/dune-phasefield && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/ians1/vonwolls/ssd_local/dumux/dune-phasefield/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
cd /home/ians1/vonwolls/ssd_local/dumux/dune-phasefield && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
package/fast: package
.PHONY : package/fast
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
test/fast: test
.PHONY : test/fast
# The main all target
all: cmake_check_build_system
cd /home/ians1/vonwolls/ssd_local/dumux/dune-phasefield && $(CMAKE_COMMAND) -E cmake_progress_start /home/ians1/vonwolls/ssd_local/dumux/dune-phasefield/CMakeFiles /home/ians1/vonwolls/ssd_local/dumux/dune-phasefield/cmake/modules/CMakeFiles/progress.marks
cd /home/ians1/vonwolls/ssd_local/dumux/dune-phasefield && $(MAKE) -f CMakeFiles/Makefile2 cmake/modules/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/ians1/vonwolls/ssd_local/dumux/dune-phasefield/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/ians1/vonwolls/ssd_local/dumux/dune-phasefield && $(MAKE) -f CMakeFiles/Makefile2 cmake/modules/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/ians1/vonwolls/ssd_local/dumux/dune-phasefield && $(MAKE) -f CMakeFiles/Makefile2 cmake/modules/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/ians1/vonwolls/ssd_local/dumux/dune-phasefield && $(MAKE) -f CMakeFiles/Makefile2 cmake/modules/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/ians1/vonwolls/ssd_local/dumux/dune-phasefield && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... install/strip"
@echo "... install/local"
@echo "... install"
@echo "... list_install_components"
@echo "... rebuild_cache"
@echo "... package_source"
@echo "... edit_cache"
@echo "... package"
@echo "... test"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/ians1/vonwolls/ssd_local/dumux/dune-phasefield && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
# Install script for directory: /home/ians1/vonwolls/ssd_local/dumux/dune-phasefield/cmake/modules
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "1")
endif()
if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/dune/cmake/modules" TYPE FILE FILES "/home/ians1/vonwolls/ssd_local/dumux/dune-phasefield/cmake/modules/DunePhasefieldMacros.cmake")
endif()
This diff is collapsed.
/* config.h. Generated from config_collected.h.cmake by CMake.
It was generated from config_collected.h.cmake which in turn is generated automatically
from the config.h.cmake files of modules this module depends on. */
/* Define to 1 if you have module dune-phasefield available */
#define HAVE_DUNE_PHASEFIELD 1
/* Define to 1 if you have module dune-common available */
#define HAVE_DUNE_COMMON 1
/* Define to 1 if you have module dune-geometry available */
#define HAVE_DUNE_GEOMETRY 1
/* Define to 1 if you have module dune-uggrid available */
#define HAVE_DUNE_UGGRID 1
/* Define to 1 if you have module dune-typetree available */
#define HAVE_DUNE_TYPETREE 1
/* Define to 1 if you have module dune-istl available */
#define HAVE_DUNE_ISTL 1
/* Define to 1 if you have module dune-grid available */
#define HAVE_DUNE_GRID 1
/* Define to 1 if you have module dune-localfunctions available */
#define HAVE_DUNE_LOCALFUNCTIONS 1
/* Define to 1 if you have module dune-functions available */
#define HAVE_DUNE_FUNCTIONS 1
/* Define to 1 if you have module dune-python available */
#define HAVE_DUNE_PYTHON 1
/* Define to 1 if you have module dune-alugrid available */
#define HAVE_DUNE_ALUGRID 1
/* Define to 1 if you have module dune-pdelab available */
#define HAVE_DUNE_PDELAB 1
/* Define to the version of dune-common */
#define DUNE_COMMON_VERSION "2.7-git"
/* Define to the major version of dune-common */
#define DUNE_COMMON_VERSION_MAJOR 2
/* Define to the minor version of dune-common */
#define DUNE_COMMON_VERSION_MINOR 7
/* Define to the revision of dune-common */
#define DUNE_COMMON_VERSION_REVISION 0
/* Standard debug streams with a level below will collapse to doing nothing */
#define DUNE_MINIMAL_DEBUG_LEVEL 4
/* does the compiler support __attribute__((deprecated))? */
#define HAS_ATTRIBUTE_DEPRECATED 1
/* does the compiler support __attribute__((deprecated("message"))? */
#define HAS_ATTRIBUTE_DEPRECATED_MSG 1
/* does the compiler support __attribute__((unused))? */
#define HAS_ATTRIBUTE_UNUSED 1
/* does the compiler support C++17's class template argument deduction? */
/* #undef DUNE_HAVE_CXX_CLASS_TEMPLATE_ARGUMENT_DEDUCTION */
/* does the compiler support C++17's optional? */
/* #undef DUNE_HAVE_CXX_OPTIONAL */
/* does the compiler support C++17's variant? */
/* #undef DUNE_HAVE_CXX_VARIANT */
/* does the compiler support conditionally throwing exceptions in constexpr context? */
#define DUNE_SUPPORTS_CXX_THROW_IN_CONSTEXPR 1
/* does the standard library provide <experimental/type_traits> ? */
#define DUNE_HAVE_HEADER_EXPERIMENTAL_TYPE_TRAITS 1
/* does the standard library provide make_unique() ? */
#define DUNE_HAVE_CXX_MAKE_UNIQUE 1
/* does the standard library provide bool_constant ? */
#define DUNE_HAVE_CXX_BOOL_CONSTANT 1
/* does the standard library provide experimental::bool_constant ? */
/* #undef DUNE_HAVE_CXX_EXPERIMENTAL_BOOL_CONSTANT */
/* does the standard library provide apply() ? */
/* #undef DUNE_HAVE_CXX_APPLY */
/* does the standard library provide experimental::apply() ? */
#define DUNE_HAVE_CXX_EXPERIMENTAL_APPLY 1
/* does the standard library provide experimental::make_array() ? */
#define DUNE_HAVE_CXX_EXPERIMENTAL_MAKE_ARRAY 1
/* does the standard library provide experimental::is_detected ? */
#define DUNE_HAVE_CXX_EXPERIMENTAL_IS_DETECTED 1
/* Define if you have a BLAS library. */
#define HAVE_BLAS 1
/* does the compiler support abi::__cxa_demangle */
#define HAVE_CXA_DEMANGLE 1
/* Define if you have LAPACK library. */
#define HAVE_LAPACK 1
/* Define to 1 if you have the <malloc.h> header file. */
// Not used! #define HAVE_MALLOC_H 1
/* Define if you have the MPI library. */
#define HAVE_MPI ENABLE_MPI
/* Define if you have the GNU GMP library. The value should be ENABLE_GMP
to facilitate activating and deactivating GMP using compile flags. */
#define HAVE_GMP ENABLE_GMP
/* Define if you have the GCC Quad-Precision library. The value should be ENABLE_QUADMATH
to facilitate activating and deactivating QuadMath using compile flags. */
#define HAVE_QUADMATH ENABLE_QUADMATH
/* Define if you have the Vc library. The value should be ENABLE_VC
to facilitate activating and deactivating Vc using compile flags. */
/* #undef HAVE_VC */
/* Define to 1 if you have the symbol mprotect. */
#define HAVE_MPROTECT 1
/* Define to 1 if you have the <stdint.h> header file. */
/* #undef HAVE_STDINT_H */
/* Define to 1 if you have <sys/mman.h>. */
#define HAVE_SYS_MMAN_H 1
/* Define to 1 if you have the Threading Building Blocks (TBB) library */
/* #undef HAVE_TBB */
/* old feature support macros which were tested until 2.4, kept around for one more release */
/* As these are now always supported due to the new compiler requirements, they are directly */
/* defined without an explicit test. */
#define HAVE_NULLPTR 1
#define HAVE_CONSTEXPR 1
#define HAVE_RANGE_BASED_FOR 1
#define HAVE_NOEXCEPT_SPECIFIER 1
#define HAVE_STD_DECLVAL 1
#define HAVE_KEYWORD_FINAL 1
#define MPI_2 1
/* Define to 1 if the compiler properly supports testing for operator[] */
#define HAVE_IS_INDEXABLE_SUPPORT 1
/* Define to ENABLE_UMFPACK if the UMFPack library is available */
#define HAVE_UMFPACK ENABLE_SUITESPARSE
/* Define to ENABLE_SUITESPARSE if the SuiteSparse library is available */
#define HAVE_SUITESPARSE ENABLE_SUITESPARSE
/* Define to ENABLE_SUITESPARSE if the SuiteSparse's AMD library is available */
#define HAVE_SUITESPARSE_AMD ENABLE_SUITESPARSE
/* Define to ENABLE_SUITESPARSE if the SuiteSparse's BTF library is available */
/* #undef HAVE_SUITESPARSE_BTF */
/* Define to ENABLE_SUITESPARSE if the SuiteSparse's CAMD library is available */
#define HAVE_SUITESPARSE_CAMD ENABLE_SUITESPARSE
/* Define to ENABLE_SUITESPARSE if the SuiteSparse's CCOLAMD library is available */
#define HAVE_SUITESPARSE_CCOLAMD ENABLE_SUITESPARSE
/* Define to ENABLE_SUITESPARSE if the SuiteSparse's CHOLMOD library is available */
#define HAVE_SUITESPARSE_CHOLMOD ENABLE_SUITESPARSE
/* Define to ENABLE_SUITESPARSE if the SuiteSparse's COLAMD library is available */
#define HAVE_SUITESPARSE_COLAMD ENABLE_SUITESPARSE
/* Define to ENABLE_SUITESPARSE if the SuiteSparse's CXSPARSE library is available */
/* #undef HAVE_SUITESPARSE_CXSPARSE */
/* Define to ENABLE_SUITESPARSE if the SuiteSparse's KLU library is available */
/* #undef HAVE_SUITESPARSE_KLU */
/* Define to ENABLE_SUITESPARSE if the SuiteSparse's LDL library is available */
#define HAVE_SUITESPARSE_LDL ENABLE_SUITESPARSE
/* Define to ENABLE_SUITESPARSE if the SuiteSparse's RBIO library is available */
/* #undef HAVE_SUITESPARSE_RBIO */
/* Define to ENABLE_SUITESPARSE if the SuiteSparse's SPQR library is available
and if it's version is at least 4.3 */
#define HAVE_SUITESPARSE_SPQR ENABLE_SUITESPARSE
/* Define to ENABLE_SUITESPARSE if the SuiteSparse's UMFPACK library is available */
#define HAVE_SUITESPARSE_UMFPACK ENABLE_SUITESPARSE
/* Define to 1 if METIS is available */
/* #undef HAVE_METIS */
/* Define to ENABLE_PARMETIS if you have the Parmetis library.
This is only true if MPI was found
by configure _and_ if the application uses the PARMETIS_CPPFLAGS */
/* #undef HAVE_PARMETIS */
/* Define to 1 if PT-Scotch is available */
/* #undef HAVE_PTSCOTCH */
/* Include always useful headers */
#include "FC.h"
#define FC_FUNC FC_GLOBAL_
/* Define to the version of dune-geometry */
#define DUNE_GEOMETRY_VERSION "2.7-git"
/* Define to the major version of dune-geometry */
#define DUNE_GEOMETRY_VERSION_MAJOR 2
/* Define to the minor version of dune-geometry */
#define DUNE_GEOMETRY_VERSION_MINOR 7
/* Define to the revision of dune-geometry */
#define DUNE_GEOMETRY_VERSION_REVISION 0
/* Define to the version of dune-common */
#define DUNE_UGGRID_VERSION "2.7-git"
/* Define to the major version of dune-common */
#define DUNE_UGGRID_VERSION_MAJOR 2
/* Define to the minor version of dune-common */
#define DUNE_UGGRID_VERSION_MINOR 7
/* Define to the revision of dune-common */
#define DUNE_UGGRID_VERSION_REVISION 0
/* begin private section */
/* see parallel/ddd/dddi.h */
/* #undef DDD_MAX_PROCBITS_IN_GID */
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
/* #undef TIME_WITH_SYS_TIME */
/* Define to 1 if UGGrid should use the complete set of green refinement rules for tetrahedra */
/* #undef TET_RULESET */
/* Define to 1 if rpc/rpc.h is found (needed for xdr). */
#ifndef HAVE_RPC_RPC_H
#define HAVE_RPC_RPC_H 1
#endif
/* end private section */
/* Define to the version of dune-typetree */
#define DUNE_TYPETREE_VERSION "2.7-git"
/* Define to the major version of dune-typetree */
#define DUNE_TYPETREE_VERSION_MAJOR 2
/* Define to the minor version of dune-typetree */
#define DUNE_TYPETREE_VERSION_MINOR 7
/* Define to the revision of dune-typetree */
#define DUNE_TYPETREE_VERSION_REVISION 0
/* Define to ENABLE_SUPERLU if the SuperLU library is available */
#define HAVE_SUPERLU ENABLE_SUPERLU
/* Define to the integer type that SuperLU was compiled for
See e.g. what int_t is defined to in slu_sdefs.h */
#define SUPERLU_INT_TYPE int
/* Define to 1 if header slu_sdefs.h is there. */
#define HAVE_SLU_SDEFS_H 1
/* Define to 1 if header slu_ddefs.h is there. */
#define HAVE_SLU_DDEFS_H 1
/* Define to 1 if header slu_cdefs.h is there. */
#define HAVE_SLU_CDEFS_H 1
/* Define to 1 if header slu_zdefs.h is there. */
#define HAVE_SLU_ZDEFS_H 1
/* Define to ENABLE_ARPACKPP if the ARPACK++ library is available */
/* #undef HAVE_ARPACKPP */
/* Define to 0 as all versions since SuperLu 4.0 do no longer provide it that way. */
#define HAVE_MEM_USAGE_T_EXPANSIONS 1
/* define to 1 if SuperLU header slu_ddefs.h contains SLU_DOUBLE */
#define SUPERLU_MIN_VERSION_4_3 1
/* define to 1 if SuperLU dgssvx takes a GlobalLU_t parameter */
#define SUPERLU_MIN_VERSION_5 1
/* Define to the version of dune-istl */
#define DUNE_ISTL_VERSION "2.7-git"
/* Define to the major version of dune-istl */
#define DUNE_ISTL_VERSION_MAJOR 2
/* Define to the minor version of dune-istl */
#define DUNE_ISTL_VERSION_MINOR 7
/* Define to the revision of dune-istl */
#define DUNE_ISTL_VERSION_REVISION 0
/* Enable/Disable the backwards compatibility of the category enum/method in dune-istl solvers, preconditioner, etc. */
#define DUNE_ISTL_SUPPORT_OLD_CATEGORY_INTERFACE 1
/* Define to the version of dune-grid */
#define DUNE_GRID_VERSION "2.7-git"
/* Define to the major version of dune-grid */
#define DUNE_GRID_VERSION_MAJOR 2
/* Define to the minor version of dune-grid */
#define DUNE_GRID_VERSION_MINOR 7
/* Define to the revision of dune-grid */
#define DUNE_GRID_VERSION_REVISION 0
/* If this is set, public access to the implementation of facades like Entity, Geometry, etc. is granted. (deprecated) */
#define DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS 1
/* Define to 1 if psurface library is found */
/* #undef HAVE_PSURFACE */
/* Define to 1 if AmiraMesh library is found */
/* #undef HAVE_AMIRAMESH */
/* The namespace prefix of the psurface library (deprecated) */
#define PSURFACE_NAMESPACE psurface::
/* Define to 1 if you have at least psurface version 2.0 */
/* #undef HAVE_PSURFACE_2_0 */
/* Alberta version found by configure, either 0x200 for 2.0 or 0x300 for 3.0 */
/* #undef DUNE_ALBERTA_VERSION */
/* This is only true if alberta-library was found by configure _and_ if the
application uses the ALBERTA_CPPFLAGS */
/* #undef HAVE_ALBERTA */
/* This is only true if UG was found by configure _and_ if the application
uses the UG_CPPFLAGS */
#define HAVE_UG ENABLE_UG
/* Define to 1 if you have mkstemp function */
#define HAVE_MKSTEMP 1
/* Define to the version of dune-localfunctions */
#define DUNE_LOCALFUNCTIONS_VERSION "2.7-git"
/* Define to the major version of dune-localfunctions */
#define DUNE_LOCALFUNCTIONS_VERSION_MAJOR 2
/* Define to the minor version of dune-localfunctions */
#define DUNE_LOCALFUNCTIONS_VERSION_MINOR 7
/* Define to the revision of dune-localfunctions */
#define DUNE_LOCALFUNCTIONS_VERSION_REVISION 0
/* Define to the version of dune-functions */
#define DUNE_FUNCTIONS_VERSION "2.7-git"
/* Define to the major version of dune-functions */
#define DUNE_FUNCTIONS_VERSION_MAJOR 2
/* Define to the minor version of dune-functions */
#define DUNE_FUNCTIONS_VERSION_MINOR 7
/* Define to the revision of dune-functions */
#define DUNE_FUNCTIONS_VERSION_REVISION 0
/* Define to the version of dune-python */
#define DUNE_PYTHON_VERSION "2.6"
/* Define to the major version of dune-python */
#define DUNE_PYTHON_VERSION_MAJOR 2
/* Define to the minor version of dune-python */
#define DUNE_PYTHON_VERSION_MINOR 6
/* Define to the revision of dune-python */
#define DUNE_PYTHON_VERSION_REVISION 0
#define DUNE_ALUGRID_VERSION "2.7"
/* Define to the major version of dune-alugrid */
#define DUNE_ALUGRID_VERSION_MAJOR 2
/* Define to the minor version of dune-alugrid */
#define DUNE_ALUGRID_VERSION_MINOR 7
/* Define to the revision of dune-alugrid*/
#define DUNE_ALUGRID_VERSION_REVISION 0
/* Define to build more .cc into library */
/* #undef DUNE_ALUGRID_COMPILE_BINDINGS_IN_LIB */
/* Define if we have dlmalloc */
/* #undef HAVE_DLMALLOC */
/* Define if we have zoltan */
/* #undef HAVE_ZOLTAN */
/* Define if we have ZLIB */
#define HAVE_ZLIB 1
/* Include source file for dlmalloc */
/* #undef DLMALLOC_SOURCE_INCLUDE */
/* Define if we have thread local storage */
/* #undef HAVE_PTHREAD_TLS */
/* Define if we have pthreads */
#define HAVE_PTHREAD 1
/* Grid type magic for DGF parser */
/* ALUGRID_CONFORM not available, enable with cmake variable DUNE_GRID_GRIDTYPE_SELECTOR=ON */
/* ALUGRID_CUBE not available, enable with cmake variable DUNE_GRID_GRIDTYPE_SELECTOR=ON */
/* ALUGRID_SIMPLEX not available, enable with cmake variable DUNE_GRID_GRIDTYPE_SELECTOR=ON */
/* Define to the version of dune-pdelab */
#define DUNE_PDELAB_VERSION "2.7-git"
/* Define to the major version of dune-pdelab */
#define DUNE_PDELAB_VERSION_MAJOR 2
/* Define to the minor version of dune-pdelab */
#define DUNE_PDELAB_VERSION_MINOR 7
/* Define to the revision of dune-pdelab */
#define DUNE_PDELAB_VERSION_REVISION 0
/* This is only true if PETSc was found by configure _and_ if the application
uses the UG_CPPFLAGS */
#ifndef HAVE_PETSC
/* #undef HAVE_PETSC */
#endif
/* This is only true if Eigen3 was found by configure */
#ifndef HAVE_EIGEN
#define HAVE_EIGEN ENABLE_EIGEN
#endif
/* Define to 1 if sequential UG has been found */
/* #undef PDELAB_SEQUENTIAL_UG */
/* begin dune-phasefield
put the definitions for config.h specific to
your project here. Everything above will be
overwritten
*/
/* begin private */
/* Name of package */
#define PACKAGE "dune-phasefield"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "lars.von-wolff@mathematik.uni-stuttgart.de"
/* Define to the full name of this package. */
#define PACKAGE_NAME "dune-phasefield"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "dune-phasefield 0.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "dune-phasefield"
/* Define to the home page for this package. */
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.1"
/* end private */
/* Define to the version of dune-phasefield */
#define DUNE_PHASEFIELD_VERSION "0.1"
/* Define to the major version of dune-phasefield */
#define DUNE_PHASEFIELD_VERSION_MAJOR 0
/* Define to the minor version of dune-phasefield */
#define DUNE_PHASEFIELD_VERSION_MINOR 1
/* Define to the revision of dune-phasefield */
#define DUNE_PHASEFIELD_VERSION_REVISION 0
/* end dune-phasefield
Everything below here will be overwritten
*/
/* Grid type magic for DGF parser */
/* UGGRID not available, enable with cmake variable DUNE_GRID_GRIDTYPE_SELECTOR=ON */
/* ONEDGRID not available, enable with cmake variable DUNE_GRID_GRIDTYPE_SELECTOR=ON */
/* YASPGRID not available, enable with cmake variable DUNE_GRID_GRIDTYPE_SELECTOR=ON */
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
CXX=/usr/bin/g++
CC=/usr/bin/gcc
DEPENDENCIES=
Name: dune-phasefield
Version: 0.1
Description: dune-phasefield module
URL: http://dune-project.org/
Requires: dune-common dune-geometry dune-grid dune-localfunctions dune-typetree dune-istl dune-functions dune-uggrid dune-alugrid dune-pdelab
Libs: -L${libdir}
Cflags: -I${includedir}
#ifdef HAVE_CONFIG_H
#include<config.h>
#endif
#include<acfs_ibvp.hh>
#include<acfs_ibvp.hh>
int main(){return 0;}
\ No newline at end of file
#ifdef HAVE_CONFIG_H
#include<config.h>
#endif
#include<acfs_problem.hh>
#include<acfs_problem.hh>
int main(){return 0;}
\ No newline at end of file
#ifdef HAVE_CONFIG_H
#include<config.h>
#endif
#include<ff_parameters.hh>
#include<ff_parameters.hh>
int main(){return 0;}
\ No newline at end of file
#ifdef HAVE_CONFIG_H
#include<config.h>
#endif
#include<tmp___myincludes.hh>
#include<tmp___myincludes.hh>
int main(){return 0;}
\ No newline at end of file
#ifdef HAVE_CONFIG_H
#include<config.h>
#endif
#include<base_parameters.hh>
#include<base_parameters.hh>
int main(){return 0;}
\ No newline at end of file
#ifdef HAVE_CONFIG_H
#include<config.h>
#endif
#include<base_potentials.hh>
#include<base_potentials.hh>
int main(){return 0;}
\ No newline at end of file
#ifdef HAVE_CONFIG_H
#include<config.h>
#endif
#include<boundary_fn.hh>
#include<boundary_fn.hh>
int main(){return 0;}
\ No newline at end of file
#ifdef HAVE_CONFIG_H
#include<config.h>
#endif
#include<chns_base.hh>
#include<chns_base.hh>
int main(){return 0;}
\ No newline at end of file
#ifdef HAVE_CONFIG_H
#include<config.h>
#endif
#include<vector_debug.hh>
#include<vector_debug.hh>
int main(){return 0;}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment