Home
last modified time | relevance | path

Searched refs:abspath (Results 1 – 25 of 133) sorted by relevance

123456

/petsc/config/BuildSystem/config/packages/
H A DAMReX.py68 args.append('-DPETSC_DIR='+os.path.abspath(os.path.expanduser(self.argDB['prefix'])))
70 args.append('-DHYPRE_ROOT='+os.path.abspath(os.path.expanduser(self.argDB['prefix'])))
76 args.append('-DHYPRE_ROOT='+os.path.abspath(os.path.expanduser(self.argDB['prefix'])))
111 self.directory = os.path.abspath(os.path.expanduser(self.argDB['prefix']))
112 …self.include_a = '-I'+os.path.join(os.path.abspath(os.path.expanduser(self.argDB['prefix'])),'incl…
113 …self.lib_a = [os.path.join(os.path.abspath(os.path.expanduser(self.argDB['prefix'])),'lib',self.li…
124 … carg = 'PETSC_DIR='+os.path.abspath(os.path.expanduser(self.argDB['prefix']))+' PETSC_ARCH="" '
125 prefix = os.path.abspath(os.path.expanduser(self.argDB['prefix']))
H A DSLEPc.py54 …carg = 'SLEPC_DIR='+self.packageDir+' PETSC_DIR='+os.path.abspath(os.path.expanduser(self.argDB['p…
55 …barg = 'SLEPC_DIR='+self.packageDir+' PETSC_DIR='+os.path.abspath(os.path.expanduser(self.argDB['p…
56 …checkarg = 'SLEPC_DIR='+os.path.abspath(os.path.expanduser(self.argDB['prefix']))+' PETSC_DIR='+os…
57 prefix = os.path.abspath(os.path.expanduser(self.argDB['prefix']))
H A DFEniCS-DOLFINx.py92 self.directory = os.path.abspath(os.path.expanduser(self.argDB['prefix']))
93 …self.include_a = '-I'+os.path.join(os.path.abspath(os.path.expanduser(self.argDB['prefix'])),'incl…
94 …self.lib_a = [os.path.join(os.path.abspath(os.path.expanduser(self.argDB['prefix'])),'lib',self.li…
105 …carg = 'PETSC_DIR='+os.path.abspath(os.path.expanduser(self.argDB['prefix']))+' PETSC_ARCH="" SLEP…
106 prefix = os.path.abspath(os.path.expanduser(self.argDB['prefix']))
H A DBAMG.py36 …carg = 'BAMG_DIR='+self.packageDir+' PETSC_DIR='+os.path.abspath(os.path.expanduser(self.argDB['pr…
37 …barg = 'BAMG_DIR='+self.packageDir+' PETSC_DIR='+os.path.abspath(os.path.expanduser(self.argDB['pr…
38 prefix = os.path.abspath(os.path.expanduser(self.argDB['prefix']))
H A DlibMesh.py34 newdir = 'PETSC_DIR='+os.path.abspath(os.path.expanduser(self.argDB['prefix']))+' '
35 prefix = os.path.abspath(os.path.expanduser(self.argDB['prefix']))
/petsc/config/PETSc/options/
H A DinstallDir.py36 self.dir = os.path.abspath(os.path.expanduser(self.framework.argDB['prefix']))
46 self.dir = os.path.abspath(os.path.join(self.petscdir.dir, self.arch.arch))
50 self.confDir = os.path.abspath(os.path.join(self.petscdir.dir, self.arch.arch))
54 dir = os.path.abspath(os.path.join(self.petscdir.dir, self.arch.arch))
64 self.framework.argDB.saveFilename = os.path.abspath(os.path.join(confdir, 'RDict.db'))
/petsc/
H A Dgmakefile31 absbasename_all = $(basename $(basename $(basename $(basename $(abspath $(1))))))# arch/lib/libpets…
199 $(PETSC_COMPILE.sycl.cxx) $(abspath $<) -o $@
202 $(PETSC_COMPILE.c) $(abspath $<) -o $@
205 $(PETSC_COMPILE.c) $(abspath $<) -o $@
208 $(PETSC_COMPILE.kokkos.cxx) $(abspath $<) -o $@
211 $(PETSC_COMPILE.cxx) $(abspath $<) -o $@
214 $(PETSC_COMPILE.cxx) $(abspath $<) -o $@
217 $(PETSC_COMPILE.hip.cxx) $(abspath $<) -o $@
220 …$(PETSC_COMPILE.cu) $(abspath $<) -o $@ # Compile first so that if there is an error, it comes fro…
221 @$(PETSC_GENDEPS.cu) $(abspath $<) -o $(@:%.o=%.d) # Generate the dependencies for later
[all …]
H A Dpetscdir.mk4 PETSC_DIR_TMP := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
/petsc/doc/
H A Dconf.py16 sys.path.append(os.path.abspath('./ext'))
189 app.petsc_dir = os.path.abspath(os.environ['PETSC_DIR'])
191 … app.petsc_dir = os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__)), ".."))
192 app.build_dir = os.path.abspath(os.getcwd())
/petsc/src/binding/petsc4py/conf/
H A Dcythonize.py7 appdir = os.path.dirname(os.path.abspath(__file__))
19 argv = [os.path.abspath(__file__)] + list(args)
/petsc/config/BuildSystem/config/
H A DcompilersFortran.py250 …for f in [os.path.abspath('base_module.mod'), os.path.abspath('BASE_MODULE.mod'), os.path.join(os.…
299 self.logPrint('Cannot locate object file: '+os.path.abspath(self.compilerObj), 3, 'compilers')
368 self.logPrint('Cannot locate object file: '+os.path.abspath(self.compilerObj), 3, 'compilers')
375 …for f in [os.path.abspath('configtest.mod'), os.path.abspath('CONFIGTEST.mod'), os.path.join(os.pa…
381 d = os.path.dirname(os.path.abspath('configtest.mod'))
383 …s not created during the compile. %s/CONFIGTEST.mod not found' % os.path.abspath('configtest.mod'))
/petsc/src/binding/petsc4py/docs/source/
H A Dconf.py27 sys.path.insert(0, os.path.abspath('.'))
38 docdir = os.path.abspath(os.path.dirname(__file__))
39 topdir = os.path.abspath(os.path.join(docdir, *[os.path.pardir] * 2))
51 rootdir = os.path.abspath(os.path.join(topdir, *[os.path.pardir] * 3))
382 here = os.path.abspath(os.path.dirname(__file__))
/petsc/config/
H A Dconfigure.py308 if os.statvfs(os.path.abspath('.')).f_flag & os.ST_NOEXEC: # novermin
310 …print('* TMPDIR '+tmpDir+' has noexec attribute. Same with '+os.path.abspath('.')+' where PETSc is…
316 newTmp = os.path.abspath('tmp-petsc')
320 if not os.path.isdir(newTmp): os.mkdir(os.path.abspath(newTmp))
405 configDir = os.path.abspath('config')
408 raise RuntimeError('Run configure from $PETSC_DIR, not '+os.path.abspath('.'))
448 … sys.argv[l] = '--with-fc='+os.path.join(os.path.abspath('.'),'lib','petsc','bin','petscnagfor')
/petsc/config/examples/
H A Darch-fenics-dolfinx.py31 sys.path.insert(0,os.path.abspath('config'))
H A Darch-mswin-icx.py5 sys.path.insert(0, os.path.abspath('config'))
H A Darch-firedrake.py31 sys.path.insert(0,os.path.abspath('config'))
H A Darch-mswin-icx-ifort.py5 sys.path.insert(0, os.path.abspath('config'))
H A Darch-llnl-lassen-essl-opt.py12 sys.path.insert(0, os.path.abspath('config'))
H A Darch-alcf-polaris.py27 sys.path.insert(0, os.path.abspath('config'))
H A Darch-ci-linux-viennacl.py5 sys.path.insert(0, os.path.abspath('config'))
H A Darch-nvhpc.py5 sys.path.insert(0, os.path.abspath('config'))
H A Darch-nersc-perlmutter-opt.py23 sys.path.insert(0, os.path.abspath('config'))
H A Darch-ci-mswin-gnu.py19 sys.path.insert(0,os.path.abspath('config'))
/petsc/systems/Apple/OSX/bin/
H A Darch-osx-release.py5 sys.path.insert(0, os.path.abspath('config'))
H A Darch-osx-debug.py5 sys.path.insert(0, os.path.abspath('config'))

123456