Home
last modified time | relevance | path

Searched refs:petscarch (Results 1 – 5 of 5) sorted by relevance

/petsc/lib/petsc/bin/
H A Dpetsc_conf.py31 petscarch = os.environ['PETSC_ARCH']
32 if os.path.isfile(os.path.join(petscdir,petscarch,'lib','petsc','conf','petscrules')):
34 … petscvariables = os.path.join(petscdir,petscarch,'lib','petsc','conf','petscvariables')
35 petscconfinclude = os.path.join(petscdir,petscarch,'include','petscconf.h')
H A Dgeneratefortranbindings.py45 def generateFortranInterface(pkgname, petscarch, classes, enums, structs, senums, funname, mpi_f08,… argument
71 ofile = os.path.join(petscarch,'ftn', getAPI.mansecpath(mansec),file)
81 …with open(os.path.join(petscarch, 'include', pkgname, 'finclude', file.replace('.h90', '.h')),'a')…
185 def generateCStub(pkgname,petscarch,manualstubsfound,senums,classes,structs,funname,fun): argument
227 dir = os.path.join(petscarch,'ftn',fun.mansec.lower(),'stubs')
230 dir = os.path.join(petscarch,fun.dir.replace('src/','ftn/'))
496 def main(petscdir,slepcdir,petscarch,mpi_f08 = 'Unknown'): argument
502 …with open(os.path.join(petscdir,'' if slepcdir and petscarch.startswith('installed-') else petscar…
510 with open(os.path.join(petscdir,petscarch,'lib','petsc','conf','classes.data'),'wb') as file:
523 …with open(os.path.join(petscdir,'' if petscarch.startswith('installed-') else petscarch,'lib','pet…
[all …]
/petsc/config/
H A Dquery_tests.py277 def expand_path_like(petscdir,petscarch,pathlike): argument
288 if petscarch == '':
/petsc/doc/changes/
H A D216.md7 - Added option '-suggest' to petscarch script. It suggests some
H A D231.md10 - bin/petscarch is removed. Use can give any name to PETSC_ARCH. [if