| /petsc/config/BuildSystem/config/ |
| H A D | programs.py | 25 self.getExecutable('mkdir', getFullPath = 1, setMakeMacro = 0) 48 …if self.getExecutable(self.argDB['with-autoreconf-exec'], getFullPath = 1,resultName = 'autoreconf… 69 …ot self.getExecutable(self.argDB['with-libtoolize-exec'], getFullPath = 1,resultName = 'libtoolize… 71 self.getExecutable('glibtoolize', getFullPath = 1,resultName = 'libtoolize',setMakeMacro = 0) 77 if self.getExecutable(shell, getFullPath = 1, resultName = 'SHELL'): break 79 self.getExecutable('sed', getFullPath = 1) 99 self.getExecutable('mv', getFullPath = 1) 101 self.getExecutable('cp', getFullPath = 1) 103 self.getExecutable('grep', getFullPath = 1) 105 self.getExecutable('rm -f',getFullPath = 1, resultName = 'RM') [all …]
|
| H A D | sourceControl.py | 26 self.getExecutable(self.argDB['with-git'], resultName = 'git', setMakeMacro = 0) 37 self.getExecutable(self.argDB['with-hg'], resultName = 'hg', setMakeMacro = 0)
|
| H A D | setCompilers.py | 1384 if self.getExecutable(compiler, resultName = 'CC'): 1428 if self.getExecutable(compiler, resultName = 'CPP'): 1464 if self.getExecutable(compiler, resultName = 'CUDAC'): 1492 if self.getExecutable(compiler, resultName = 'CUDAPP'): 1525 if self.getExecutable(compiler, resultName = 'HIPC'): 1553 if self.getExecutable(compiler, resultName = 'HIPPP'): 1583 if self.getExecutable(compiler, resultName = 'SYCLC'): 1610 if self.getExecutable(compiler, resultName = 'SYCLPP'): 1709 if self.getExecutable(compiler, resultName = 'CXX'): 1744 if self.getExecutable(compiler, resultName = 'CXXPP'): [all …]
|
| H A D | base.py | 229 …def getExecutable(self, names, path = [], getFullPath = 0, useDefaultPath = 0, resultName = '', se… member in Configure 318 …if self.getExecutable(name, path = path, getFullPath = getFullPath, useDefaultPath = useDefaultPat…
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | sowing.py | 61 self.getExecutable('doctext', path=installDir, getFullPath = 1) 62 self.getExecutable('mapnames', path=installDir, getFullPath = 1) 63 self.getExecutable('bib2html', path=installDir, getFullPath = 1) 76 self.getExecutable('doctext', path=installDir, getFullPath = 1) 77 self.getExecutable('mapnames', path=installDir, getFullPath = 1) 78 self.getExecutable('bib2html', path=installDir, getFullPath = 1)
|
| H A D | CMake.py | 57 …self.getExecutable(self.argDB['with-cmake-exec'], getFullPath=1, resultName='cmake', setMakeMacro=… 60 self.getExecutable('cmake', getFullPath=1, resultName='cmake') 63 …self.getExecutable(self.argDB['with-ctest-exec'], getFullPath=1, resultName='ctest', setMakeMacro=… 66 self.getExecutable('ctest', getFullPath=1, resultName='ctest', setMakeMacro=0) 78 …self.getExecutable('cmake', path=os.path.join(self.installDir,'bin'), getFullPath = 1, setMakeM… 79 …self.getExecutable('ctest', path=os.path.join(self.installDir,'bin'), getFullPath = 1, setMakeM…
|
| H A D | c2html.py | 37 self.getExecutable(self.argDB['with-c2html-exec'], getFullPath=1, resultName='c2html') 40 self.getExecutable('c2html', getFullPath=1, resultName='c2html') 54 …self.getExecutable('c2html', path=os.path.join(self.installDir,'bin'), getFullPath = 1, resultN…
|
| H A D | Bison.py | 35 …self.getExecutable(self.argDB['with-bison-exec'], getFullPath=1, resultName='bison', setMakeMacro … 38 self.getExecutable('bison', getFullPath=1, setMakeMacro = 0) 54 …self.getExecutable('bison', path = os.path.join(self.installDir,'bin'), getFullPath = 1, setMakeMa…
|
| H A D | HIP.py | 121 self.getExecutable(HIPC,getFullPath=1,resultName='fullPathHIPC') 136 self.getExecutable('hipconfig',getFullPath=1,resultName='hip_config') 159 self.getExecutable(petscNvcc,getFullPath=1,resultName='systemNvcc') 181 self.getExecutable('rocminfo',getFullPath=1)
|
| H A D | Python.py | 27 …self.getExecutable(os.path.basename(self.argDB['with-python-exec-from-env']), getFullPath=0, resul… 31 …self.getExecutable(self.argDB['with-python-exec'], getFullPath=1, resultName='pyexe', setMakeMacro…
|
| H A D | MPI.py | 195 …if not self.getExecutable(self.argDB['with-mpiexec-tail'], getFullPath=1, resultName = 'mpiexec_ta… 213 if not self.getExecutable(self.argDB['with-mpiexec'], resultName = 'mpiexec'): 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… 260 self.getExecutable(self.mpiexec, getFullPath=1, resultName='mpiexecExecutable',setMakeMacro=0) 263 … self.getExecutable('venumainfo', getFullPath=1, path = os.path.dirname(self.mpiexecExecutable)) 317 self.getExecutable('socketfilterfw', path = ['/usr/libexec/ApplicationFirewall']) 325 self.getExecutable('hostname') 336 self.getExecutable('ping', path = ['/sbin'], useDefaultPath = 1, setMakeMacro = 0) 338 self.getExecutable('fping', resultName = 'ping', setMakeMacro = 0) [all …]
|
| H A D | gmsh.py | 27 if self.getExecutable(gmsh, getFullPath=1, resultName='gmsh', setMakeMacro = 0):
|
| H A D | make.py | 107 self.getExecutable(gmake,getFullPath = 1,resultName = 'make') 112 found = self.getExecutable('make',getFullPath = 0,resultName = 'make_user') 114 self.getExecutable(self.make,getFullPath = 0,resultName = 'make_user')
|
| H A D | hwloc.py | 50 self.getExecutable('lstopo', path=os.path.join(self.directory,'bin'), getFullPath = 1)
|
| H A D | ucx.py | 61 self.getExecutable('ucx_info', path = os.path.join(self.directory, 'bin'))
|
| H A D | h2opus.py | 69 self.getExecutable(nvcc,getFullPath=1,resultName='systemNvcc',setMakeMacro=0) 111 self.getExecutable('dsymutil', getFullPath=1, resultName='dsymutil', setMakeMacro = 0)
|
| H A D | kokkos.py | 176 self.getExecutable(petscHipc,getFullPath=1,resultName='systemHipc') 193 self.getExecutable(petscSyclc,getFullPath=1,resultName='systemSyclc')
|
| H A D | OpenMPI.py | 74 if not self.getExecutable('perl'):
|
| H A D | SYCL.py | 41 self.getExecutable(petscSycl,getFullPath=1,resultName='systemSyclc')
|
| H A D | MAGMA.py | 96 self.getExecutable(nvcc,getFullPath=1,resultName='systemNvcc') 109 self.getExecutable(hipcc,getFullPath=1,resultName='systemHipc')
|
| H A D | KBLAS.py | 49 self.getExecutable(nvcc,getFullPath=1,resultName='systemNvcc',setMakeMacro=0)
|
| H A D | Matlab.py | 34 if self.getExecutable('matlab', getFullPath = 1):
|
| H A D | Chombo.py | 30 self.getExecutable('csh',path='/bin')
|
| H A D | CUDA.py | 320 self.getExecutable(petscNvcc,getFullPath=1,resultName='systemNvcc') 358 self.getExecutable('deviceQuery',path = dq)
|
| /petsc/config/BuildSystem/config/utilities/ |
| H A D | debuggers.py | 25 found = self.getExecutable(self.argDB['with-debugger'], getFullPath = 1) 31 self.getExecutable('lldb', getFullPath = 1) 35 self.getExecutable('gdb', getFullPath = 1) 39 self.getExecutable('dbx', getFullPath = 1) 44 self.getExecutable('dsymutil', getFullPath = 1)
|