Home
last modified time | relevance | path

Searched refs:incl (Results 1 – 5 of 5) sorted by relevance

/petsc/config/BuildSystem/config/
H A Dheaders.py89 def checkInclude(self, incl, hfiles, otherIncludes = [], macro = None, timeout = 600.0): argument
93 if not isinstance(incl, list):
94 incl = [incl]
98 self.log.write('Checking for ' + strmac + 'header files ' +str(hfiles)+ ' in '+str(incl)+'\n')
102 … self.logPrint('Checking include with compiler flags var '+flagsArg+' '+str(incl+otherIncludes))
106 …lf.compilers, flagsArg)+' '+' '.join([self.getIncludeArgument(inc) for inc in incl+otherIncludes]))
118 self.log.write('Found ' + strmac + 'header files ' +str(hfiles)+ ' in '+str(incl)+'\n')
H A Dpackage.py955 def checkInclude(self, incl, hfiles, otherIncludes = [], timeout = 600.0): argument
958 …ret = self.executeTest(self.headers.checkInclude, [incl, hfiles], {'otherIncludes' : otherIncludes…
1084 for location, directory, lib, incl in self.generateGuesses():
1096 if incl == '': incl = []
1097 elif not isinstance(incl, list): incl = [incl]
1098 testedincl = list(incl)
1101 if not loc in incl:
1102 incl.append(loc)
1125 self.logPrint('Checking for headers '+str(self.includes)+' in '+location+': '+str(incl))
1126 … if (not self.includes) or self.checkInclude(incl, self.includes, self.dinclude, timeout = 60.0):
[all …]
/petsc/config/BuildSystem/config/packages/
H A DBlasLapack.py691 incl = self.argDB['with-blaslapack-include']
692 if not isinstance(incl, list): incl = [incl]
693 self.include = incl
742 incl = self.argDB['with-blaslapack-include']
743 if not isinstance(incl, list): incl = [incl]
745 incl = [os.path.join(self.argDB['with-blaslapack-dir'],'include')]
748 linc = self.include + incl
/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c2107 for (PetscInt incl = 0; incl < Nincl * 2; incl += 2) { in CheckFaultEdge_Private() local
2110 …l(PetscPrintf(PETSC_COMM_SELF, " Point %" PetscInt_FMT " is being unsplit\n", inclosure[incl])); in CheckFaultEdge_Private()
2111 PetscCall(DMPlexGetPointDepth(dm, inclosure[incl], &indep)); in CheckFaultEdge_Private()
2112 PetscCall(DMLabelClearValue(label, inclosure[incl], inval)); in CheckFaultEdge_Private()
2113 PetscCall(DMLabelSetValue(label, inclosure[incl], shift2 + indep)); in CheckFaultEdge_Private()
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas5950 (spectral/plfd/incl-extra? #f)
5964 (spectral/bxfd/incl-extra? #f)
5977 (spectral/gpfd/incl-extra? #f)