Lines Matching refs:conf
102 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']
398 subst['grep']=self.conf['GREP']
399 subst['petsc_lib_dir']=self.conf['PETSC_LIB_DIR']
400 subst['wpetsc_dir']=self.conf['wPETSC_DIR']
674 if lang=="cu" and 'PETSC_HAVE_CUDA' not in self.conf:
676 if lang=="hip" and 'PETSC_HAVE_HIP' not in self.conf:
678 if lang=="sycl" and 'PETSC_HAVE_SYCL' not in self.conf:
680 if lang=="kokkos_cxx" and 'PETSC_HAVE_KOKKOS' not in self.conf:
682 if lang=="raja_cxx" and 'PETSC_HAVE_RAJA' not in self.conf:
684 if lang=="cxx" and 'PETSC_HAVE_CXX' not in self.conf:
686 if lang=="cpp" and 'PETSC_HAVE_CXX' not in self.conf:
710 if 'MPI_IS_MPIUNI' in self.conf:
735 if self.conf['PETSC_SIZEOF_VOID_P']==8:
745 if self.conf['PETSC_PRECISION']==requirement:
756 if self.conf['PETSC_SIZEOF_INT']==4:
765 if self.conf['PETSC_SIZEOF_INT']==8:
775 longsize = int(self.conf['PETSC_SIZEOF_LONG'].strip())
791 if reqdef in self.conf:
807 petsccv = self.conf.get(petscconfvar)
808 pkgcv = self.conf.get(pkgconfvar)