Searched refs:testdir (Results 1 – 5 of 5) sorted by relevance
| /petsc/config/BuildSystem/config/ |
| H A D | compilersFortran.py | 354 testdir = os.path.join(self.tmpDir, 'confdir') 371 if not os.path.isdir(testdir): 372 os.mkdir(testdir) 384 shutil.move(modname, os.path.join(testdir, os.path.basename(modname))) 393 self.setCompilers.FFLAGS = flag+testdir+' '+self.setCompilers.FFLAGS 407 os.remove(os.path.join(testdir, os.path.basename(modname))) 408 os.rmdir(testdir) 420 testdir = os.path.join(self.tmpDir, 'confdir') 429 if not os.path.isdir(testdir): 430 os.mkdir(testdir) [all …]
|
| H A D | programs.py | 50 testdir = os.path.join(self.tmpDir, 'autoconfdir') 51 acfile = os.path.join(testdir,'configure.ac') 52 if not os.path.isdir(testdir): 53 os.mkdir(testdir) 62 …rr,ret = config.base.Configure.executeShellCommand([self.autoreconf], log = self.log, cwd=testdir) 67 shutil.rmtree(testdir)
|
| /petsc/config/ |
| H A D | query_tests.py | 193 def get_gmakegentest_data(srcdir,testdir,petsc_dir,petsc_arch): argument 198 pkl_file=os.path.join(testdir,'datatest.pkl') 203 …args='--petsc-dir='+petsc_dir+' --petsc-arch='+petsc_arch+' --testdir='+testdir+' --srcdir='+srcdir 239 def do_query(use_source, startdir, srcdir, testdir, petsc_dir, petsc_arch, argument 251 dataDict=get_gmakegentest_data(srcdir,testdir, petsc_dir, petsc_arch) 386 if opts.testdir == 'tests': 389 petsc_full_test = opts.testdir
|
| H A D | gmakegentest.py | 90 …sc_arch=None, pkg_dir=None, pkg_arch=None, pkg_name=None, pkg_pkgs=None, testdir='tests', verbose=… argument 120 self.testroot_dir=os.path.abspath(testdir) 1020 testdir="${TESTDIR}/"+basedir+"/" 1022 rundir=os.path.join(testdir,test) 1029 execname=os.path.join(testdir,localexec) 1030 fullscript=os.path.join(testdir,script) 1031 tmpfile=os.path.join(testdir,test,test+".tmp") 1050 def write_db(self, dataDict, testdir): argument 1054 with open(os.path.join(testdir,'datatest.pkl'), 'wb') as fd: 1060 srcdir=None, testdir=None, check=False): argument [all …]
|
| /petsc/ |
| H A D | gmakefile.test | 105 …R)/gmakegentest.py --petsc-dir=$(PETSC_DIR) --petsc-arch=$(PETSC_ARCH) --testdir=$(TESTDIR) --srcd… 396 …TESTTARGETS := $(shell $(PYTHON) $(CONFIGDIR)/query_tests.py --testdir=$(TESTDIR) --petsc-dir=$(PE… 398 …TESTTARGETS := $(shell $(PYTHON) $(CONFIGDIR)/query_tests.py --testdir=$(TESTDIR) --petsc-dir=$(PE… 402 …TESTTARGETS := $(shell $(PYTHON) $(CONFIGDIR)/query_tests.py --testdir=$(TESTDIR) --petsc-dir=$(PE… 404 …TESTTARGETS := $(shell $(PYTHON) $(CONFIGDIR)/query_tests.py --testdir=$(TESTDIR) --petsc-dir=$(PE… 434 …R)/gmakegentest.py --petsc-dir=$(PETSC_DIR) --petsc-arch=$(PETSC_ARCH) --testdir=$(TESTDIR) --srcd…
|