214 opts, args = getopt.getopt(argv,
"dj:t:", [
"nproc=",
'uploadDir=',
'tests=',
'noRun',
'dump'])
215 except getopt.GetoptError
as e:
224 for opt, arg
in opts :
225 if opt
in (
'-j',
"--nproc" ):
227 if opt
in (
"--uploadDir", ):
229 if opt
in (
'--noRun', ):
231 if opt
in (
'-d',
'--dump', ):
233 if opt
in (
'-t',
'--tests', ):
234 testList = arg.split(
",")
236 tester = StandardTester(np)
241 tester.runTests(testList)
243 tester.upload(uploadDir)
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)