Home
last modified time | relevance | path

Searched refs:dirs (Results 1 – 18 of 18) sorted by relevance

/petsc/config/PETSc/options/
H A Dpetscdir.py69 dirs = self.argDB['with-executables-search-path']
70 if not isinstance(dirs, list): dirs = dirs.split(os.path.pathsep)
71 dirs.append(os.path.join(self.dir, 'lib','petsc','bin', 'win32fe'))
72 self.framework.argDB['with-executables-search-path'] = dirs
H A Darch.py113 for root, dirs, files in os.walk('config'):
115 dirs.remove('examples')
/petsc/doc/
H A Dbuild_c2html.py36 for root, dirs, files in chain.from_iterable(os.walk(path) for path in [petsc_dir]):
37 dirs[:] = [d for d in dirs if not any([s for s in SKIPDIRS if d.startswith(s)])]
84 if dirs:
86 for d in dirs:
H A Dbuild_man_index.py207 def getallmandirs(dirs): argument
211 for filename in dirs:
222 dirs = glob.glob(os.path.join(build_dir,'manualpages','*'))
223 mandirs = getallmandirs(dirs)
H A Dfix_man_page_edit_links.py37 for root, dirs, filenames in os.walk(base):
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_pool.py153 _, dirs, _ = next(os.walk(src_path))
154 dir_gen = (d for d in dirs if d not in exclude_dirs)
156 for root, dirs, files in os.walk(src_path):
158 dirs[:] = [d for d in dirs if d not in exclude_dirs]
159 dirs[:] = [d for d in dirs if not d.endswith(exclude_dir_suff)]
/petsc/config/
H A Dgmakegen.py164 …for root, dirs, files in chain.from_iterable(os.walk(path) for path in [os.path.join(self.pkg_dir,…
167 dirs.sort()
168 dirs[:] = list(set(dirs).difference(SKIPDIRS))
184 dirs[:] = []
H A Dgmakegentest.py887 def genPetscTests(self,root,dirs,files,dataDict): argument
929 for root, dirs, files in os.walk(top, topdown=True):
930 dirs.sort()
937 self.genPetscTests(root,dirs,files,dataDict)
H A Dquery_tests.py219 for root, dirs, files in os.walk(top, topdown=False):
H A Dinstall.py200 for root, dirs, files in os.walk(src, topdown=False):
/petsc/config/BuildSystem/config/
H A Dbase.py281 dirs = self.argDB['with-executables-search-path']
282 if not isinstance(dirs, list): dirs = dirs.split(os.path.pathsep)
283 for d in dirs:
698 dirs = []
703 dirs.append(arg[2:])
712 for dir in dirs:
H A Dframework.py127 dirs = []
140 dirs.extend(self.listDirs(os.path.join(base, dir),rest ))
141 return dirs
229 dirs = self.argDB['with-executables-search-path']
230 if not isinstance(dirs, list): dirs = dirs.split(os.path.pathsep)
231 if dirs:
233 logPrintFilesInPath(dirs)
/petsc/lib/petsc/bin/maint/
H A DPetscStaticFunctionCandidates.py15 for root, dirs, files in os.walk(path)
H A Dcheck_header_guard.py431 for dirname, dirs, files in os.walk(path):
432 dirs[:] = [d for d in dirs if d not in exclude_dirs]
H A Dtestharness_util.py40 for root, dirs, files in os.walk(top, topdown=False):
/petsc/systems/Apple/iOS/bin/
H A Diosbuilder.py269 for root, dirs, files in os.walk(rootDir):
271 for badDir in [d for d in dirs if not self.checkDir(os.path.join(root, d))]:
272 dirs.remove(badDir)
/petsc/doc/changes/
H A D310.md21 --package-dirs -> --with-packages-search-path
22 --search-dirs -> --with-executables-search-path
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas4341 (vof/beach/n-dirs 3)