index - main help

The arguments you can BIG start with.

Index

Description
Valid arguments
Examples

Description:

There are several Arguments you can the program start with. No one is nessessary but some are very usefull.
Of course there can be more then one argument and the order doesn't play any role. Only if you write "-host=remus -host=ganymed" then the last one is used.
If you start the program directly with a java call, PROTOTYPE is set as host when there is no -host tag. When you run the BenchIt shell script, the actually hostname of the maschine is used.
If you want to run the program with a debug level, you can simply say "-debug", but then there all classes are running with a debug level, so there is a very large output. It's better to say e.g. "-debugBIGGUI" then only the class BIGGUI is running with a debug level. Also you can say "-debug -debugBIGDefFileParser=0" then everything but BIGDefFileParser is running with a debug level.

top

Valid arguments:

top

Examples:

-config=config.xml
-host=remus
-debugBIGDefFileParser=1
-debugBIGXMLParser=on
-debug
-debug=5
-admin

top