Home
last modified time | relevance | path

Searched refs:SCOTCH_VERSION (Results 1 – 11 of 11) sorted by relevance

/dports/science/libgeodecomp/libgeodecomp-0.4.0/CMakeModules/
H A DFindSCOTCH.cmake7 # SCOTCH_VERSION - version for SCOTCH
162 std::cout << SCOTCH_VERSION << \".\"
183 set(SCOTCH_VERSION ${OUTPUT} CACHE TYPE STRING) variable
184 message(STATUS "Found SCOTCH (version ${SCOTCH_VERSION})")
188 if (NOT ${SCOTCH_VERSION} VERSION_LESS "6")
196 if (NOT ${SCOTCH_VERSION} VERSION_LESS "5.0")
/dports/math/mumps/mumps-5.1.2/waftools/
H A Dscotch.py61 if self.env.SCOTCH_VERSION and self.env.SCOTCH_VERSION[0] < 5:
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/cmake/TPLs/
H A DFindTPLScotch.cmake85 #if SCOTCH_VERSION > 6
87 #elif SCOTCH_VERSION == 6 && SCOTCH_RELEASE > 0
89 #elif SCOTCH_VERSION == 6 && SCOTCH_RELEASE == 0 && SCOTCH_PATCHLEVEL >= 3
/dports/cad/scotch/scotch-6.0.4/src/libscotch/
H A Dlibrary_version.c79 *versptr = SCOTCH_VERSION; in SCOTCH_version()
H A Ddummysizes.c212 substab[6][1] = EXPAND (SCOTCH_VERSION); in main()
H A Dlibrary.h70 #define SCOTCH_VERSION DUMMYVERSION macro
H A Dmodule.h64 #define SCOTCH_VERSION_STRING SCOTCH_VERSION_STRING2(SCOTCH_VERSION) "." SCOTCH_VERSION_STRIN…
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/cmake/modules/
H A DFindPTScotch.cmake109 string(REGEX REPLACE ".*#define SCOTCH_VERSION[ ]+([0-9]+).*" "\\1"
/dports/science/code_saturne/code_saturne-7.1.0/src/mesh/
H A Dcs_partition.c2852 #if defined(SCOTCH_VERSION) && defined(SCOTCH_RELEASE) in cs_partition_external_library_info()
2855 SCOTCH_VERSION, SCOTCH_RELEASE, SCOTCH_PATCHLEVEL); in cs_partition_external_library_info()
2861 #if defined(SCOTCH_VERSION) && defined(SCOTCH_RELEASE) in cs_partition_external_library_info()
2864 SCOTCH_VERSION, SCOTCH_RELEASE, SCOTCH_PATCHLEVEL); in cs_partition_external_library_info()
/dports/science/code_saturne/code_saturne-7.1.0/m4/
H A Dcs_scotch.m4144 [[#if SCOTCH_VERSION < 6
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_renumber.c4020 #if SCOTCH_VERSION >= 6 in _part_scotch()
4060 #if SCOTCH_VERSION >= 6 in _part_scotch()