Searched refs:incl (Results 1 – 5 of 5) sorted by relevance
| /petsc/config/BuildSystem/config/ |
| H A D | headers.py | 89 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 D | package.py | 955 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 D | BlasLapack.py | 691 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 D | plexsubmesh.c | 2107 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 D | testcase3D.cas | 5950 (spectral/plfd/incl-extra? #f) 5964 (spectral/bxfd/incl-extra? #f) 5977 (spectral/gpfd/incl-extra? #f)
|