--fixedSeed |
To set seed. Default = Done with random number generator. |
--out outputname |
To write output files with given tag/prefix, followed by the program generated suffix and file format. |
--logFile logfile_name.txt |
Name of log file. Default is task-name.log or outputname.log if --out is defined. Is printed to stdout as well. |
--noLogFile |
Do not write a logfile. |
--silent |
To reduce the amount of information printed to stdout.(By default, ATLAS writes out verbose information to stdout.) |
--digitSeparator char |
Use this character to separate thousands, i.e. ’_’: 1000 -> 1_000 |