| /petsc/config/BuildSystem/config/ |
| H A D | base.py | 70 def __init__(self, framework, tmpDir = None): argument 81 if not tmpDir is None: 82 self.tmpDir = tmpDir 100 self._tmpDir = os.path.join(self.framework.tmpDir, self.__module__) 113 tmpDir = property(getTmpDir, setTmpDir, doc = 'Temporary directory for test byproducts') variable in Configure 344 self.compilerDefines = os.path.join(self.tmpDir, 'confdefs.h') 345 self.compilerFixes = os.path.join(self.tmpDir, 'conffix.h') 359 self.compilerSource = os.path.join(self.tmpDir, 'conftest'+compiler.sourceExtension) 360 self.compilerObj = os.path.join(self.tmpDir, compiler.getTarget(self.compilerSource)) 370 self.linkerSource = os.path.join(self.tmpDir, 'conftest'+linker.sourceExtension) [all …]
|
| H A D | programs.py | 50 testdir = os.path.join(self.tmpDir, 'autoconfdir') 82 sed1 = os.path.join(self.tmpDir,'sed1') 111 fname = os.path.join(self.tmpDir,base)
|
| H A D | compilersFortran.py | 293 cobj = os.path.join(self.tmpDir, 'fooobj.o') 354 testdir = os.path.join(self.tmpDir, 'confdir') 355 modobj = os.path.join(self.tmpDir, 'configtest.o') 420 testdir = os.path.join(self.tmpDir, 'confdir') 421 modobj = os.path.join(self.tmpDir, 'configtest.o')
|
| H A D | framework.py | 59 def __init__(self, clArgs = None, argDB = None, loadArgDB = 1, tmpDir = None): argument 68 self.tmpDir = tmpDir 159 tmpDir = property(getTmpDir, setTmpDir, doc = 'Temporary directory for test byproducts') variable in Framework 283 self.tmpDir = None 1188 shutil.copyfile(os.path.join(self.tmpDir,'conftest'),confname) 1189 shutil.copymode(os.path.join(self.tmpDir,'conftest'),confname)
|
| H A D | libraries.py | 432 lib1Name = os.path.join(self.tmpDir, 'lib1.'+self.setCompilers.sharedLibraryExt) 459 lib2Name = os.path.join(self.tmpDir, 'lib2.'+self.setCompilers.sharedLibraryExt)
|
| H A D | setCompilers.py | 2183 objName = os.path.join(self.tmpDir, 'conf1.o') 2184 arcUnix = os.path.join(self.tmpDir, 'libconf1.a') 2185 arcWindows = os.path.join(self.tmpDir, 'libconf1.lib') 2223 self.LIBS = '-L'+self.tmpDir+' -lconf1 ' + oldLibs 2263 os.chdir(self.tmpDir) 2368 self.LIBS += ' -L'+self.tmpDir+' -lconftest' 2738 optfile = os.path.join(self.tmpDir,'optfile')
|
| H A D | compilers.py | 138 obj1 = os.path.join(self.tmpDir, 'confc.o') 755 cobj = os.path.join(self.tmpDir, 'confc.o') 1322 cxxobj = os.path.join(self.tmpDir, 'cxxobj.o')
|
| /petsc/config/ |
| H A D | configure.py | 305 if 'TMPDIR' in os.environ: tmpDir = os.environ['TMPDIR'] 306 else: tmpDir = '/tmp' 307 if os.statvfs(tmpDir).f_flag & os.ST_NOEXEC: # novermin 310 …print('* TMPDIR '+tmpDir+' has noexec attribute. Same with '+os.path.abspath('.')+' where PETSc is… 318 print('* TMPDIR '+tmpDir+' has noexec attribute. Using '+newTmp+' instead.')
|
| /petsc/config/BuildSystem/config/compile/ |
| H A D | C.py | 56 …g.libraries.Configure(config.framework.Framework(clArgs = '', argDB = argDB, tmpDir = os.getcwd())) 109 …g.libraries.Configure(config.framework.Framework(clArgs = '', argDB = argDB, tmpDir = os.getcwd())) 207 …g.libraries.Configure(config.framework.Framework(clArgs = '', argDB = argDB, tmpDir = os.getcwd()))
|
| H A D | Cxx.py | 49 …g.libraries.Configure(config.framework.Framework(clArgs = '', argDB = argDB, tmpDir = os.getcwd())) 103 …g.libraries.Configure(config.framework.Framework(clArgs = '', argDB = argDB, tmpDir = os.getcwd()))
|
| H A D | HIP.py | 63 …g.libraries.Configure(config.framework.Framework(clArgs = '', argDB = argDB, tmpDir = os.getcwd()))
|
| H A D | CUDA.py | 50 …g.libraries.Configure(config.framework.Framework(clArgs = '', argDB = argDB, tmpDir = os.getcwd()))
|
| H A D | HC.py | 50 …g.libraries.Configure(config.framework.Framework(clArgs = '', argDB = argDB, tmpDir = os.getcwd()))
|
| H A D | SYCL.py | 63 …g.libraries.Configure(config.framework.Framework(clArgs = '', argDB = argDB, tmpDir = os.getcwd()))
|
| H A D | FC.py | 38 …g.libraries.Configure(config.framework.Framework(clArgs = '', argDB = argDB, tmpDir = os.getcwd()))
|