Home
last modified time | relevance | path

Searched refs:getExecutable (Results 1 – 25 of 27) sorted by relevance

12

/petsc/config/BuildSystem/config/
H A Dprograms.py25 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 DsourceControl.py26 self.getExecutable(self.argDB['with-git'], resultName = 'git', setMakeMacro = 0)
37 self.getExecutable(self.argDB['with-hg'], resultName = 'hg', setMakeMacro = 0)
H A DsetCompilers.py1384 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 Dbase.py229 …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 Dsowing.py61 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 DCMake.py57 …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 Dc2html.py37 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 DBison.py35 …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 DHIP.py121 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 DPython.py27 …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 DMPI.py195 …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 Dgmsh.py27 if self.getExecutable(gmsh, getFullPath=1, resultName='gmsh', setMakeMacro = 0):
H A Dmake.py107 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 Dhwloc.py50 self.getExecutable('lstopo', path=os.path.join(self.directory,'bin'), getFullPath = 1)
H A Ducx.py61 self.getExecutable('ucx_info', path = os.path.join(self.directory, 'bin'))
H A Dh2opus.py69 self.getExecutable(nvcc,getFullPath=1,resultName='systemNvcc',setMakeMacro=0)
111 self.getExecutable('dsymutil', getFullPath=1, resultName='dsymutil', setMakeMacro = 0)
H A Dkokkos.py176 self.getExecutable(petscHipc,getFullPath=1,resultName='systemHipc')
193 self.getExecutable(petscSyclc,getFullPath=1,resultName='systemSyclc')
H A DOpenMPI.py74 if not self.getExecutable('perl'):
H A DSYCL.py41 self.getExecutable(petscSycl,getFullPath=1,resultName='systemSyclc')
H A DMAGMA.py96 self.getExecutable(nvcc,getFullPath=1,resultName='systemNvcc')
109 self.getExecutable(hipcc,getFullPath=1,resultName='systemHipc')
H A DKBLAS.py49 self.getExecutable(nvcc,getFullPath=1,resultName='systemNvcc',setMakeMacro=0)
H A DMatlab.py34 if self.getExecutable('matlab', getFullPath = 1):
H A DChombo.py30 self.getExecutable('csh',path='/bin')
H A DCUDA.py320 self.getExecutable(petscNvcc,getFullPath=1,resultName='systemNvcc')
358 self.getExecutable('deviceQuery',path = dq)
/petsc/config/BuildSystem/config/utilities/
H A Ddebuggers.py25 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)

12