| /petsc/config/BuildSystem/config/ |
| H A D | programs.py | 25 self.getExecutable('mkdir', getFullPath = 1, setMakeMacro = 0) 48 …econf-exec'], getFullPath = 1,resultName = 'autoreconf',setMakeMacro = 0) or self.getExecutable(se… 69 …ize-exec'], getFullPath = 1,resultName = 'libtoolize',setMakeMacro = 0) and not self.getExecutable… 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 | base.py | 229 …def getExecutable(self, names, path = [], getFullPath = 0, useDefaultPath = 0, resultName = '', se… argument 267 getFullPath = 1 288 getFullPath = 1 294 if getFullPath: 313 def getExecutables(self, names, path = '', getFullPath = 0, useDefaultPath = 0, resultName = ''): argument 318 …if self.getExecutable(name, path = path, getFullPath = getFullPath, useDefaultPath = useDefaultPat…
|
| H A D | package.py | 1995 … self.getExecutable(self.framework.getCompiler(), getFullPath=1, resultName='mpi_C',setMakeMacro=0) 2009 …self.getExecutable(self.framework.getCompiler(), getFullPath=1, resultName='mpi_CC',setMakeMacro=0) 2033 …self.getExecutable(self.framework.getCompiler(), getFullPath=1, resultName='mpi_FC',setMakeMacro=0)
|
| H A D | setCompilers.py | 2214 if self.getExecutable(archiver, getFullPath = 1, resultName = 'AR'): 2215 if self.getExecutable(ranlib, getFullPath = 1, resultName = 'RANLIB'):
|
| /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 | 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 | 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 | 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 | MPI.py | 195 …if not self.getExecutable(self.argDB['with-mpiexec-tail'], getFullPath=1, resultName = 'mpiexec_ta… 260 self.getExecutable(self.mpiexec, getFullPath=1, resultName='mpiexecExecutable',setMakeMacro=0) 263 … self.getExecutable('venumainfo', getFullPath=1, path = os.path.dirname(self.mpiexecExecutable))
|
| H A D | CUDA.py | 320 self.getExecutable(petscNvcc,getFullPath=1,resultName='systemNvcc')
|
| /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)
|
| /petsc/config/PETSc/ |
| H A D | Configure.py | 1255 … path=search_path, getFullPath=True, useDefaultPath=use_default_path, resultName=make_macro_name
|