Searched refs:useDefaultPath (Results 1 – 3 of 3) sorted by relevance
| /petsc/config/BuildSystem/config/ |
| H A D | base.py | 229 …def getExecutable(self, names, path = [], getFullPath = 0, useDefaultPath = 0, resultName = '', se… argument 244 useDefaultPath = 1 271 if useDefaultPath and not found: 313 def getExecutables(self, names, path = '', getFullPath = 0, useDefaultPath = 0, resultName = ''): argument 318 ….getExecutable(name, path = path, getFullPath = getFullPath, useDefaultPath = useDefaultPath, resu…
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | MPI.py | 225 useDefaultPath = 0 245 useDefaultPath = 1 246 …if not self.getExecutable(mpiexecs, path = path, useDefaultPath = useDefaultPath, resultName = 'mp… 247 …if not self.getExecutable('/bin/false', path = [], useDefaultPath = 0, resultName = 'mpiexec',setM… 336 self.getExecutable('ping', path = ['/sbin'], useDefaultPath = 1, setMakeMacro = 0) 363 self.getExecutable('traceroute', path = ['/usr/sbin'], useDefaultPath = 1)
|
| /petsc/config/PETSc/ |
| H A D | Configure.py | 1255 … path=search_path, getFullPath=True, useDefaultPath=use_default_path, resultName=make_macro_name
|