clustersim
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Clustersim] Command line


From: John Schneiderman
Subject: [Clustersim] Command line
Date: Thu, 28 Jul 2005 20:47:07 -0500
User-agent: KMail/1.7.2

I have implanted the command line arguments, and the input run files. To use 
the non-interactive version you create a file that has the same syntax as the 
configuration files. I'll post below a sample run file.  The writting below 
will run four simulations in series, based of the previous run. A thing to 
note about the run files, the header namings need to be numerically 
increasing, as they are sorted alphabetically when stored in our programme.  
Also the default configuration file can now be saved from the menu, though 
after saving it strips away the comments. How did the poster session go? 
Sorry, I couldn't make it, I wasn't able to get a car.

John

[run1]
previousName run000
currentName run001
steps 10
changeBetweenSteps 0.25
printInterval 1

[run2]
previousName run001
currentName run002
steps 5
changeBetweenSteps 0.25
printInterval 1

[run3]
previousName run002
currentName run003
steps 25
changeBetweenSteps 0.25
printInterval 1

[run4]
previousName run003
currentName run004
steps 1000
changeBetweenSteps 0.25
printInterval 1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]