onlyexec and onlyprint parameters added on openmp script

This commit is contained in:
Caner Candan 2010-11-27 23:26:16 +01:00
commit bb2934fd09

View file

@ -1,6 +1,5 @@
#!/usr/bin/env python
import pylab
import optparse, logging, sys, os
from datetime import datetime
@ -53,6 +52,9 @@ def logger(level_name, filename=LOG_DEFAULT_FILENAME):
options = parser()
if not options.onlyexecute:
import pylab
def get_boxplot_data( filename ):
try:
f = open( filename )