Searched refs:subst (Results 1 – 5 of 5) sorted by relevance
| /petsc/config/ |
| H A D | gmakegentest.py | 354 subst = {key : testDict.get(key, '') for key in testparse.acceptedkeys if key != 'test'} 357 subst['env'] = '\n'.join('export '+cmd for cmd in shlex.split(subst['env'])) 358 subst['execname']=testDict['execname'] 359 subst['error']='' 362 subst['error']="Error" 363 subst['filter']=testDict['filter'].lstrip("Error:") 365 subst['filter']=testDict['filter'] 368 subst['subargs']='' # Default. For variables override 369 subst['srcdir']=os.path.join(self.srcdir, rpath) 370 subst['label_suffix']='' [all …]
|
| /petsc/config/BuildSystem/config/ |
| H A D | framework.py | 680 if name in self.subst: 681 return self.subst[name] 686 if not hasattr(child, 'subst') or not isinstance(child.subst, dict): 700 if childName in child.subst: 701 return child.subst[childName] 728 for pair in self.subst.items(): 733 if not hasattr(child, 'subst') or not isinstance(child.subst, dict): continue 735 for pair in child.subst.items(): 749 argDB.update(self.subst) 752 if not hasattr(child, 'subst') or not isinstance(child.subst, dict): continue [all …]
|
| H A D | base.py | 78 self.subst = {} 205 self.subst[name] = value
|
| /petsc/lib/petsc/conf/ |
| H A D | rules | 204 PETSC_KOKKOSCOMPILE_SINGLE = $(filter-out -fvisibility=hidden,$(subst -Xcompiler -fvisibility=hidde… 205 LINK.kokkos.cxx = $(filter-out -fvisibility=hidden,$(subst -Xcompiler -fvisibility=hidden ,,$(strip… 245 $(subst $@, $@.o, ${PETSC_COMPILE_SINGLE}) $< 258 $(subst $@, $@.o, ${PETSC_COMPILE_SINGLE}) $<
|
| /petsc/ |
| H A D | gmakefile.test | 149 PETSC_COMPILE.kokkos.cxx = $(filter-out -fvisibility=hidden,$(subst -Xcompiler -fvisibility=hidden … 150 KOKKOS_LINKER = $(filter-out -fvisibility=hidden,$(subst -Xcompiler -fvisibility=hidden ,,$(strip $…
|