Searched refs:arch_path (Results 1 – 2 of 2) sorted by relevance
| /petsc/config/ |
| H A D | gmakegen.py | 103 def arch_path(self, *args): member in Petsc 111 with open(self.arch_path('include', 'petscconf.h')) as petscconf_h: 119 self.conf.update(parse_makefile(self.arch_path('lib','petsc','conf', 'petscvariables'))) 236 parse_makefile(petsc.arch_path('lib','petsc','conf', 'petscvariables'), conf) 237 build_ninja = petsc.arch_path('build.ninja') 282 … petsc.arch_path('lib','petsc','conf', 'petscvariables'),
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | confpetsc.py | 533 arch_path = os.path.join(petsc_dir, arch) 534 if os.path.isdir(arch_path):
|