Searched refs:preprocessor (Results 1 – 11 of 11) sorted by relevance
| /petsc/lib/petsc/conf/ |
| H A D | variables | 51 # 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 D | base.py | 350 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 D | script.py | 417 def setPreprocessorObject(self, language, preprocessor): argument 418 self.preprocessorObject[language] = preprocessor
|
| /petsc/doc/developers/ |
| H A D | style.md | 347 // 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 D | buildsystem.md | 375 Fortran whose preprocessor can sometimes fail at these statements.
|
| /petsc/doc/changes/ |
| H A D | 320.md | 15 …ds in PETSc header-files to `#pragma once`. Users relying on specific preprocessor definitions to …
|
| H A D | 319.md | 17 - Remove unused preprocessor variables `PETSC_HAVE_VPRINTF_CHAR`, `PETSC_HAVE_VFPRINTF_CHAR`, `PETS…
|
| H A D | 318.md | 125 - Remove unused preprocessor variables `PETSC_Alignx`, `PETSC_const`, and `PETSC_HAVE_GETARG`
|
| H A D | 317.md | 51 - Add `petscmacros.h` header to house common PETSc preprocessor macros
|
| /petsc/doc/manual/ |
| H A D | fortran.md | 13 …andle `MPIU_Status` declarations and access to entries using the Fortran preprocessor. For example,
|
| /petsc/doc/faq/ |
| H A D | index.md | 522 Place this file in the project and compile with this preprocessor definitions:
|