Home
last modified time | relevance | path

Searched refs:tmpDir (Results 1 – 15 of 15) sorted by relevance

/petsc/config/BuildSystem/config/
H A Dbase.py70 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 Dprograms.py50 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 DcompilersFortran.py293 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 Dframework.py59 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 Dlibraries.py432 lib1Name = os.path.join(self.tmpDir, 'lib1.'+self.setCompilers.sharedLibraryExt)
459 lib2Name = os.path.join(self.tmpDir, 'lib2.'+self.setCompilers.sharedLibraryExt)
H A DsetCompilers.py2183 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 Dcompilers.py138 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 Dconfigure.py305 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 DC.py56 …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 DCxx.py49 …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 DHIP.py63 …g.libraries.Configure(config.framework.Framework(clArgs = '', argDB = argDB, tmpDir = os.getcwd()))
H A DCUDA.py50 …g.libraries.Configure(config.framework.Framework(clArgs = '', argDB = argDB, tmpDir = os.getcwd()))
H A DHC.py50 …g.libraries.Configure(config.framework.Framework(clArgs = '', argDB = argDB, tmpDir = os.getcwd()))
H A DSYCL.py63 …g.libraries.Configure(config.framework.Framework(clArgs = '', argDB = argDB, tmpDir = os.getcwd()))
H A DFC.py38 …g.libraries.Configure(config.framework.Framework(clArgs = '', argDB = argDB, tmpDir = os.getcwd()))