Home
last modified time | relevance | path

Searched refs:CPPFLAGS (Results 1 – 25 of 30) sorted by relevance

12

/petsc/config/BuildSystem/config/packages/
H A Dmkl_sparse_optimize.py27 temp2 = self.compilers.CPPFLAGS
28 self.compilers.CPPFLAGS += ' '+self.headers.toString(self.dinclude)
30 self.compilers.CPPFLAGS = temp2
39 temp2 = self.compilers.CPPFLAGS
40 self.compilers.CPPFLAGS += ' '+self.headers.toString(self.dinclude)
45 self.compilers.CPPFLAGS = temp2
H A DMPI.py397 oldFlags = self.compilers.CPPFLAGS
399 self.compilers.CPPFLAGS += ' '+self.headers.toString(self.include)
449 self.compilers.CPPFLAGS = oldFlags
456 oldFlags = self.compilers.CPPFLAGS
458 self.compilers.CPPFLAGS += ' '+self.headers.toString(self.include)
508 self.compilers.CPPFLAGS = oldFlags
515 oldFlags = self.compilers.CPPFLAGS
517 self.compilers.CPPFLAGS += ' '+self.headers.toString(self.include)
553 self.compilers.CPPFLAGS = oldFlags
562 oldFlags = self.compilers.CPPFLAGS
[all …]
H A Dcgns.py36 oldFlags = self.compilers.CPPFLAGS
37 self.compilers.CPPFLAGS += ' '+self.headers.toString(self.include)
40 self.compilers.CPPFLAGS = oldFlags
H A Dconcurrencykit.py34 oldFlags = self.compilers.CPPFLAGS
36 self.compilers.CPPFLAGS += ' '+self.headers.toString(self.include)
42 self.compilers.CPPFLAGS = oldFlags
H A DHDF5.py95 oldFlags = self.compilers.CPPFLAGS
96 self.compilers.CPPFLAGS += ' '+self.headers.toString(self.include)
101 self.compilers.CPPFLAGS = oldFlags
103 self.compilers.CPPFLAGS = oldFlags
H A DMETIS.py52 oldFlags = self.compilers.CPPFLAGS
53 self.compilers.CPPFLAGS += ' '+self.headers.toString(self.include)
61 self.compilers.CPPFLAGS = oldFlags
H A DSuperLU_DIST.py101 oldFlags = self.compilers.CPPFLAGS # Disgusting save and restore
102 self.compilers.CPPFLAGS += ' '+self.headers.toString(self.dinclude)
114 self.compilers.CPPFLAGS = oldFlags
H A DBAMG.py44 oldFlags = self.compilers.CPPFLAGS
/petsc/config/BuildSystem/config/
H A Dpython.py27 oldFlags = self.compilers.CPPFLAGS
28 …self.compilers.CPPFLAGS += ' '+' '.join([self.headers.getIncludeArgument(inc) for inc in includeDi…
30 self.compilers.CPPFLAGS = oldFlags
36 oldFlags = self.compilers.CPPFLAGS
38 …self.compilers.CPPFLAGS += ' '+' '.join([self.headers.getIncludeArgument(inc) for inc in self.incl…
42 self.compilers.CPPFLAGS = oldFlags
/petsc/share/petsc/
H A DMakefile.user49 CPPFLAGS := $(shell pkg-config --cflags-only-I $(PACKAGES))
69 @echo CPPFLAGS=$(CPPFLAGS)
89 $(CUDAC) -c $(CPPFLAGS) $(CUDAC_FLAGS) $(CUDA_INCLUDE) -o $@ $<
H A DMakefile.basic.user18 CPPFLAGS = # Used by compile target for C sources
51 # CPPFLAGS = -Iinclude
/petsc/lib/petsc/conf/
H A Dvariables9 ifeq ($(origin CPPFLAGS),environment)
10 CPPFLAGS =
51 # PETSC_[C,F]CPPFLAGS - preprocessor flags for *.c, *.F preprocessing
67 # [C,F]CPPFLAGS - preprocessor flags for *.c, *.F preprocessing
87 PETSC_CCOMPILE_SINGLE = ${CC} -o $@ -c ${CC_FLAGS} ${CFLAGS} ${CPPFLAGS}
/petsc/config/PETSc/
H A Dpetsc.py249 oldFlags = self.compilers.CPPFLAGS
250 … self.compilers.CPPFLAGS += ' '.join([self.headers.getIncludeArgument(inc) for inc in includeDir])
252 self.compilers.CPPFLAGS += ' '+self.otherIncludes
256 self.compilers.CPPFLAGS = oldFlags
262 oldFlags = self.compilers.CPPFLAGS
263 …self.compilers.CPPFLAGS += ' '.join([self.headers.getIncludeArgument(inc) for inc in self.getInclu…
265 self.compilers.CPPFLAGS += ' '+self.otherIncludes
270 self.compilers.CPPFLAGS = oldFlags
/petsc/src/ksp/pc/impls/spai/
H A Dmakefile4 CPPFLAGS = ${SPAI_INCLUDE} macro
/petsc/src/dm/partitioner/impls/parmetis/
H A Dmakefile3 CPPFLAGS = ${PARMETIS_INCLUDE} macro
/petsc/src/mat/graphops/partition/impls/chaco/
H A Dmakefile4 CPPFLAGS = ${CHACO_INCLUDE} macro
/petsc/src/dm/partitioner/impls/chaco/
H A Dmakefile3 CPPFLAGS = ${CHACO_INCLUDE} macro
/petsc/src/dm/partitioner/impls/ptscotch/
H A Dmakefile3 CPPFLAGS = ${PTSCOTCH_INCLUDE} macro
/petsc/src/mat/graphops/partition/impls/party/
H A Dmakefile4 CPPFLAGS = ${PARTY_INCLUDE} macro
/petsc/src/mat/graphops/partition/impls/pmetis/
H A Dmakefile4 CPPFLAGS = ${PARMETIS_INCLUDE} macro
/petsc/src/sys/classes/draw/impls/x/
H A Dmakefile4 CPPFLAGS = ${X_INCLUDE} macro
/petsc/src/mat/graphops/partition/impls/scotch/
H A Dmakefile4 CPPFLAGS = ${SCOTCH_INCLUDE} macro
/petsc/src/dm/impls/plex/
H A Dmakefile3 CPPFLAGS = ${NETCDF_INCLUDE} ${PNETCDF_INCLUDE} ${EXODUSII_INCLUDE} macro
/petsc/src/dm/impls/plex/hdf5/
H A Dmakefile4 CPPFLAGS = ${NETCDF_INCLUDE} ${PNETCDF_INCLUDE} ${EXODUSII_INCLUDE} macro
/petsc/src/binding/petsc4py/
H A Dtox.ini26 CPPFLAGS

12