Home
last modified time | relevance | path

Searched refs:conf (Results 1 – 25 of 910) sorted by relevance

12345678910>>...37

/petsc/
H A Dmakefile22 include ././${PETSC_ARCH}/lib/petsc/conf/petscvariables
23 include ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/conf/petscrules
24 include ${PETSC_DIR}/lib/petsc/conf/rules_doc.mk
25 include ${PETSC_DIR}/lib/petsc/conf/rules_util.mk
39 …C_ARCH=${PETSC_ARCH} PETSC_DIR=${PETSC_DIR} chk_upgrade | tee ${PETSC_ARCH}/lib/petsc/conf/make.log
40 @ln -sf ${PETSC_ARCH}/lib/petsc/conf/make.log make.log
41 …ll-local; echo "$$?" > ${PETSC_ARCH}/lib/petsc/conf/error.log) 2>&1 | tee -a ${PETSC_ARCH}/lib/pet…
43 …l terminated program f951)' ${PETSC_ARCH}/lib/petsc/conf/make.log | tee ${PETSC_ARCH}/lib/petsc/co…
44 if test -s ${PETSC_ARCH}/lib/petsc/conf/memoryerror.log; then\
45 …ERROR*************************************\n" 2>&1 | tee -a ${PETSC_ARCH}/lib/petsc/conf/make.log;\
[all …]
/petsc/config/
H A Dgmakegen.py110 self.conf = dict()
118 self.conf[key] = val
119 self.conf.update(parse_makefile(self.arch_path('lib','petsc','conf', 'petscvariables')))
131 self.conf[key] = val
134 …self.conf.update(parse_makefile(self.pkg_arch_path('lib',self.pkg_name,'conf', self.pkg_name + 'va…
135 self.have_fortran = int(self.conf.get('PETSC_USE_FORTRAN_BINDINGS', '0'))
139 return self.conf.get(val)
141 return val == self.conf['PETSC_PRECISION']
143 return val == self.conf['PETSC_SCALAR']
145 return val == self.conf['PETSC_LANGUAGE']
[all …]
H A Dgmakegentest.py102 self.conf['PETSCTEST_VALGRIND']=1
376 dp = self.conf.get('DATAFILESPATH','')
380 subst['petsc_index_size']=str(self.conf['PETSC_INDEX_SIZE'])
381 subst['petsc_scalar_size']=str(self.conf['PETSC_SCALAR_SIZE'])
383 subst['petsc_test_options']=self.conf['PETSC_TEST_OPTIONS']
387 subst['mpiexec']='petsc_mpiexec_valgrind ' + self.conf['MPIEXEC']
389 subst['mpiexec']=self.conf['MPIEXEC']
390 subst['mpiexec_tail']=self.conf['MPIEXEC_TAIL']
396 subst['diff']=self.conf['DIFF']
397 subst['rm']=self.conf['RM']
[all …]
/petsc/src/binding/petsc4py/demo/legacy/poisson3d/
H A Dmakefile.petsc6 -include ${PETSC_DIR}/lib/petsc/conf/variables
24 include ${PETSC_DIR}/lib/petsc/conf/variables
25 include ${PETSC_DIR}/lib/petsc/conf/rules
/petsc/src/binding/petsc4py/demo/legacy/perftest/
H A Dmakefile.petsc6 -include ${PETSC_DIR}/lib/petsc/conf/variables
23 include ${PETSC_DIR}/lib/petsc/conf/variables
24 include ${PETSC_DIR}/lib/petsc/conf/rules
/petsc/src/binding/petsc4py/demo/legacy/wrap-f2py/
H A Dmakefile7 -include ${PETSC_DIR}/lib/petsc/conf/variables
36 include ${PETSC_DIR}/lib/petsc/conf/variables
37 include ${PETSC_DIR}/lib/petsc/conf/rules
/petsc/src/binding/petsc4py/demo/legacy/wrap-cython/
H A Dmakefile7 -include ${PETSC_DIR}/lib/petsc/conf/variables
33 include ${PETSC_DIR}/lib/petsc/conf/variables
34 include ${PETSC_DIR}/lib/petsc/conf/rules
/petsc/src/binding/petsc4py/demo/legacy/wrap-swig/
H A Dmakefile7 -include ${PETSC_DIR}/lib/petsc/conf/variables
33 include ${PETSC_DIR}/lib/petsc/conf/variables
34 include ${PETSC_DIR}/lib/petsc/conf/rules
/petsc/src/binding/petsc4py/conf/
H A Dconfpetsc.py465 conf = self.get_config_arch(arch)
466 archname = conf.PETSC_ARCH or conf['PETSC_ARCH']
467 scalar_type = conf['PETSC_SCALAR']
468 precision = conf['PETSC_PRECISION']
469 language = conf['PETSC_LANGUAGE']
470 compiler = conf['PCC']
471 linker = conf['PCC_LINKER']
520 conf = makefile(open(petscvariables, 'rt'))
521 petsc_arch = conf.get('PETSC_ARCH', '')
866 def append_dict(conf, dct): argument
[all …]
/petsc/src/dm/dt/space/impls/ptrimmed/tests/
H A Dmakefile3 include ${PETSC_DIR}/lib/petsc/conf/variables
4 include ${PETSC_DIR}/lib/petsc/conf/rules
/petsc/src/dm/impls/swarm/tutorials/
H A Dmakefile3 include ${PETSC_DIR}/lib/petsc/conf/variables
4 include ${PETSC_DIR}/lib/petsc/conf/rules
/petsc/src/dm/impls/patch/tests/
H A Dmakefile3 include ${PETSC_DIR}/lib/petsc/conf/variables
4 include ${PETSC_DIR}/lib/petsc/conf/rules
/petsc/src/dm/impls/da/tests/
H A Dmakefile3 include ${PETSC_DIR}/lib/petsc/conf/variables
4 include ${PETSC_DIR}/lib/petsc/conf/rules
/petsc/src/dm/dt/tests/
H A Dmakefile3 include ${PETSC_DIR}/lib/petsc/conf/variables
4 include ${PETSC_DIR}/lib/petsc/conf/rules
/petsc/src/dm/impls/stag/tutorials/
H A Dmakefile3 include ${PETSC_DIR}/lib/petsc/conf/variables
4 include ${PETSC_DIR}/lib/petsc/conf/rules
/petsc/src/dm/partitioner/tests/
H A Dmakefile3 include ${PETSC_DIR}/lib/petsc/conf/variables
4 include ${PETSC_DIR}/lib/petsc/conf/rules
/petsc/src/dm/impls/forest/tests/
H A Dmakefile3 include ${PETSC_DIR}/lib/petsc/conf/variables
4 include ${PETSC_DIR}/lib/petsc/conf/rules
/petsc/src/snes/tests/
H A Dmakefile3 include ${PETSC_DIR}/lib/petsc/conf/variables
4 include ${PETSC_DIR}/lib/petsc/conf/rules
/petsc/src/dm/impls/composite/tests/
H A Dmakefile3 include ${PETSC_DIR}/lib/petsc/conf/variables
4 include ${PETSC_DIR}/lib/petsc/conf/rules
/petsc/src/ts/event/tests/
H A Dmakefile3 include ${PETSC_DIR}/lib/petsc/conf/variables
4 include ${PETSC_DIR}/lib/petsc/conf/rules
/petsc/src/vec/is/tests/
H A Dmakefile3 include ${PETSC_DIR}/lib/petsc/conf/variables
4 include ${PETSC_DIR}/lib/petsc/conf/rules
/petsc/src/vec/is/sf/tutorials/
H A Dmakefile3 include ${PETSC_DIR}/lib/petsc/conf/variables
4 include ${PETSC_DIR}/lib/petsc/conf/rules
/petsc/src/ml/regressor/tests/
H A Dmakefile3 include ${PETSC_DIR}/lib/petsc/conf/variables
4 include ${PETSC_DIR}/lib/petsc/conf/rules
/petsc/src/ts/tutorials/hybrid/
H A Dmakefile3 include ${PETSC_DIR}/lib/petsc/conf/variables
4 include ${PETSC_DIR}/lib/petsc/conf/rules
/petsc/src/ts/tests/
H A Dmakefile3 include ${PETSC_DIR}/lib/petsc/conf/variables
4 include ${PETSC_DIR}/lib/petsc/conf/rules

12345678910>>...37