Home
last modified time | relevance | path

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

/petsc/lib/petsc/conf/
H A Dvariables51 # PETSC_[C,F]CPPFLAGS - preprocessor flags for *.c, *.F preprocessing
67 # [C,F]CPPFLAGS - preprocessor flags for *.c, *.F preprocessing
81 # Similar for other compiler/preprocessor flags.
/petsc/config/BuildSystem/config/
H A Dbase.py350 preprocessor = self.framework.getPreprocessorObject(self.language[-1])
351 preprocessor.checkSetup()
352 return preprocessor.getProcessor()
401 preprocessor = self.framework.getPreprocessorObject(self.language[-1])
402 preprocessor.checkSetup()
403 preprocessor.includeDirectories.add(self.tmpDir)
404 return preprocessor.getCommand(self.compilerSource)
/petsc/config/BuildSystem/
H A Dscript.py417 def setPreprocessorObject(self, language, preprocessor): argument
418 self.preprocessorObject[language] = preprocessor
/petsc/doc/developers/
H A Dstyle.md347 // OK, other preprocessor symbols defined after the guard
366 // ERROR, defined other preprocessor symbols before the guard
391 01. Lengthy conditional preprocessor blocks should mark any `#else` or `#endif`
436 05. When possible, use `PetscDefined()` instead of preprocessor conditionals.
623 02. If documenting a function implemented with a preprocessor macro
H A Dbuildsystem.md375 Fortran whose preprocessor can sometimes fail at these statements.
/petsc/doc/changes/
H A D320.md15 …ds in PETSc header-files to `#pragma once`. Users relying on specific preprocessor definitions to …
H A D319.md17 - Remove unused preprocessor variables `PETSC_HAVE_VPRINTF_CHAR`, `PETSC_HAVE_VFPRINTF_CHAR`, `PETS…
H A D318.md125 - Remove unused preprocessor variables `PETSC_Alignx`, `PETSC_const`, and `PETSC_HAVE_GETARG`
H A D317.md51 - Add `petscmacros.h` header to house common PETSc preprocessor macros
/petsc/doc/manual/
H A Dfortran.md13 …andle `MPIU_Status` declarations and access to entries using the Fortran preprocessor. For example,
/petsc/doc/faq/
H A Dindex.md522 Place this file in the project and compile with this preprocessor definitions: