Home
last modified time | relevance | path

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

/petsc/src/benchmarks/streams/ !
H A Dprocess.py11 def process(streamstype,fileoutput): argument
42 if fileoutput: matplotlib.use('Agg')
81 if fileoutput: plt.savefig(streamstype+'scaling.png')
82 if fileoutput: print("See graph in the file src/benchmarks/streams/"+streamstype+"scaling.png")
84 if fileoutput: print("Unable to plot speedup to a file")
H A Dmakefile52 -@${PYTHON} process.py MPI fileoutput
67 -@${PYTHON} process.py CUDA fileoutput
77 -@${PYTHON} process.py OpenMP fileoutput
86 -@${PYTHON} process.py OpenMPLikeMPI fileoutput