| /petsc/config/PETSc/options/ |
| H A D | petscdir.py | 69 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 D | arch.py | 113 for root, dirs, files in os.walk('config'): 115 dirs.remove('examples')
|
| /petsc/doc/ |
| H A D | build_c2html.py | 36 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 D | build_man_index.py | 207 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 D | fix_man_page_edit_links.py | 37 for root, dirs, filenames in os.walk(base):
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _pool.py | 153 _, 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 D | gmakegen.py | 164 …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 D | gmakegentest.py | 887 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 D | query_tests.py | 219 for root, dirs, files in os.walk(top, topdown=False):
|
| H A D | install.py | 200 for root, dirs, files in os.walk(src, topdown=False):
|
| /petsc/config/BuildSystem/config/ |
| H A D | base.py | 281 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 D | framework.py | 127 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 D | PetscStaticFunctionCandidates.py | 15 for root, dirs, files in os.walk(path)
|
| H A D | check_header_guard.py | 431 for dirname, dirs, files in os.walk(path): 432 dirs[:] = [d for d in dirs if d not in exclude_dirs]
|
| H A D | testharness_util.py | 40 for root, dirs, files in os.walk(top, topdown=False):
|
| /petsc/systems/Apple/iOS/bin/ |
| H A D | iosbuilder.py | 269 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 D | 310.md | 21 --package-dirs -> --with-packages-search-path 22 --search-dirs -> --with-executables-search-path
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 4341 (vof/beach/n-dirs 3)
|