Home
last modified time | relevance | path

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

/petsc/src/benchmarks/ !
H A DbenchmarkBatch.py2 def generateBatchScript(num, procs, time, *args): function
44 generateBatchScript(num, procs, time, *sys.argv[4:])
H A DbenchmarkExample.py109 from benchmarkBatch import generateBatchScript
110 …filename = generateBatchScript(self.num, numProcs, 120, ' '+self.optionsToString(**self.opts)+' '+…