Home
last modified time | relevance | path

Searched refs:inDict (Results 1 – 1 of 1) sorted by relevance

/petsc/config/
H A Dgmakegentest.py213 def _getLoopVars(self,inDict,testname, isSubtest=False): argument
228 for key in inDict:
232 if akey not in inDict: inDict[akey]=''
233 if akey == 'nsize' and not inDict['nsize'].startswith('{{'):
235 inDict['nsize'] = '{{' + inDict['nsize'] + '}}'
236 keystr = str(inDict[key])
249 inDict[akey] += ' -'+keyvar+' ${i' + keyvar + '}'
259 inDict['subargs'] += " "+" ".join(newargs)
260 inDict['args']=''
261 if 'label_suffix' in inDict:
[all …]