| /petsc/config/BuildSystem/config/packages/ |
| H A D | AMReX.py | 68 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 D | SLEPc.py | 54 …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 D | FEniCS-DOLFINx.py | 92 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 D | BAMG.py | 36 …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 D | libMesh.py | 34 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 D | installDir.py | 36 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 D | gmakefile | 31 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 D | petscdir.mk | 4 PETSC_DIR_TMP := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
|
| /petsc/doc/ |
| H A D | conf.py | 16 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 D | cythonize.py | 7 appdir = os.path.dirname(os.path.abspath(__file__)) 19 argv = [os.path.abspath(__file__)] + list(args)
|
| /petsc/config/BuildSystem/config/ |
| H A D | compilersFortran.py | 250 …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 D | conf.py | 27 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 D | configure.py | 308 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 D | arch-fenics-dolfinx.py | 31 sys.path.insert(0,os.path.abspath('config'))
|
| H A D | arch-mswin-icx.py | 5 sys.path.insert(0, os.path.abspath('config'))
|
| H A D | arch-firedrake.py | 31 sys.path.insert(0,os.path.abspath('config'))
|
| H A D | arch-mswin-icx-ifort.py | 5 sys.path.insert(0, os.path.abspath('config'))
|
| H A D | arch-llnl-lassen-essl-opt.py | 12 sys.path.insert(0, os.path.abspath('config'))
|
| H A D | arch-alcf-polaris.py | 27 sys.path.insert(0, os.path.abspath('config'))
|
| H A D | arch-ci-linux-viennacl.py | 5 sys.path.insert(0, os.path.abspath('config'))
|
| H A D | arch-nvhpc.py | 5 sys.path.insert(0, os.path.abspath('config'))
|
| H A D | arch-nersc-perlmutter-opt.py | 23 sys.path.insert(0, os.path.abspath('config'))
|
| H A D | arch-ci-mswin-gnu.py | 19 sys.path.insert(0,os.path.abspath('config'))
|
| /petsc/systems/Apple/OSX/bin/ |
| H A D | arch-osx-release.py | 5 sys.path.insert(0, os.path.abspath('config'))
|
| H A D | arch-osx-debug.py | 5 sys.path.insert(0, os.path.abspath('config'))
|