Home
last modified time | relevance | path

Searched refs:checkPreprocess (Results 1 – 7 of 7) sorted by relevance

/petsc/config/BuildSystem/config/
H A Dheaders.py84 if self.checkPreprocess('#include <'+header+'>\n'):
110 found = self.checkPreprocess(body, timeout = timeout)
H A Dpython.py29 found = self.checkPreprocess('#include <Python.h>\n')
H A DsetCompilers.py1429 if not self.checkPreprocess('#include <stdlib.h>\n'):
1493 … if not self.checkPreprocess('#include <stdlib.h>\n__global__ void testFunction() {return;};'):
1554 … if not self.checkPreprocess('#include <stdlib.h>\n__global__ void testFunction() {return;};'):
1611 … if not self.checkPreprocess('#include <sycl/sycl.hpp>\n void testFunction() {return;};'):
1745 if not self.checkPreprocess('#include <cstdlib>\n'):
1874 if not self.checkPreprocess('#define foo 10\n'):
H A Dbase.py497 def checkPreprocess(self, codeStr, timeout = 600.0): member in Configure
/petsc/config/BuildSystem/config/packages/
H A Dkokkos.py248 if self.checkPreprocess(cuda_lambda_test):
/petsc/config/PETSc/
H A Dpetsc.py254 found = self.checkPreprocess('#include <petscsys.h>\n')
/petsc/doc/developers/
H A Dbuildsystem.md345 outputPreprocess(), checkPreprocess(), preprocess()