Lines Matching refs:join

71       install_files(os.path.join(source, name), os.path.join(destdir, os.path.basename(source)))
73 shutil.copyfile(source, os.path.join(destdir, os.path.basename(source)))
108 installdir=os.path.sep.join(dirlist[0:len(dirlist)-4])
111 self.srcdir=os.path.join(os.path.dirname(thisscriptdir),'src')
116 self.arch_dir=os.path.join(self.petsc_dir,self.petsc_arch)
118 self.srcdir=os.path.join(self.petsc_dir,'src')
170 lastfour=os.path.sep.join(dirlist[len(dirlist)-4:])
171 if lastfour==os.path.join('share','petsc','examples','config'):
207 srcaf=os.path.join(srcdir,af)
208 fullaf=os.path.join(self.petsc_dir,srcaf)
259 inDict['subargs'] += " "+" ".join(newargs)
267 inDict['args'] = ' '.join(newargs)
301 relpfile=os.path.join(rpath,exfile)
311 self.sources[pkg][lang][relpfile].append(os.path.join(rpath,depObj))
325 nmtest=os.path.join(rpath,test)
330 self.tests[pkg][lang][nmtest]['exfile']=os.path.join(rpath,exfile)
357 subst['env'] = '\n'.join('export '+cmd for cmd in shlex.split(subst['env']))
369 subst['srcdir']=os.path.join(self.srcdir, rpath)
371 subst['comments']="\n#".join(subst['comments'].split("\n"))
395 subst['PETSC_BINDIR']=os.path.join(self.petsc_dir,'lib','petsc','bin')
410 subst['output_file']=os.path.join(subst['srcdir'],subst['output_file'])
458 if not os.path.isfile(os.path.join(self.petsc_dir,subst['output_file'])):
493 tsStr=re.sub("@"+TORS+"COMMENT@",', '.join(reasons),template)
556 runscript_dir=os.path.join(self.testroot_dir,rpath)
558 with open(os.path.join(runscript_dir,testname+".sh"),"w",opener=opener) as fh:
569 install_files(os.path.join(root, lfile),
570 os.path.join(runscript_dir, os.path.dirname(lfile)))
574 install_files(os.path.join(root, lfile),
575 os.path.join(runscript_dir, os.path.dirname(lfile)))
845 fullout=os.path.join(root,output_file)
858 fhname=os.path.join(self.testroot_dir,'GenPetscTests_summarize.txt')
869 rfile=os.path.join(relroot,exfile)
907 fullex=os.path.join(root,exfile)
957 …g)s := %(srcs)s\n' % dict(stem=stem, lang=lang.replace('_','.'), srcs=' '.join(srcs[lang]['srcs'])…
967 deps = [os.path.join('$(TESTDIR)', dep) for dep in srcs[lang][exfile]]
970 fd.write(ex +": " + " ".join(deps) +'\n')
975 fd.write(exfo +": " + " ".join(deps) +'\n')
1013 fd.write("test-"+pkg+"."+lang.replace('_','.')+" := "+' '.join(testdeps)+"\n")
1022 rundir=os.path.join(testdir,test)
1027 fullex=os.path.join(self.srcdir,exfile)
1029 execname=os.path.join(testdir,localexec)
1030 fullscript=os.path.join(testdir,script)
1031 tmpfile=os.path.join(testdir,test,test+".tmp")
1036 % (os.path.join('$(TESTDIR)/counts', nmtest),
1042 fd.write(' %s' % os.path.join('$(TESTDIR)',dep))
1054 with open(os.path.join(testdir,'datatest.pkl'), 'wb') as fd:
1067 output = os.path.join(testdir, 'testfiles')
1073 dataDict=pEx.walktree(os.path.join(pEx.srcdir))
1097 sys.stderr.write('Unknown arguments: %s\n' % ' '.join(extra_args))
1100 opts.testdir = os.path.join(opts.petsc_arch, 'tests')