[Commits] [Einstein Toolkit] #3: Positional arguments not supported

Einstein Toolkit trac at einsteintoolkit.org
Thu Oct 7 16:44:30 CDT 2010


#3: Positional arguments not supported
------------------------+---------------------------------------------------
 Reporter:  hinder      |       Owner:  mrthomas
     Type:  defect      |      Status:  new     
 Priority:  major       |   Milestone:          
Component:  SimFactory  |     Version:          
 Keywords:              |  
------------------------+---------------------------------------------------
 In SimFactory 1, it was possible to use positional arguments for essential
 items when creating and submitting a simulation.  This saved quite a bit
 of typing.  For example,

         sim create-submit test.par 4 12:00:00

 The simulation name would be taken from the parameter file name (i.e.
 "test" here).  This feature is missing in SimFactory 2.  The equivalent
 command required now is

         sim create-submit test --parfile test.par --procs 4 --walltime
 12:00:00

-- 
Ticket URL: </trac/ticket/3>
Einstein Toolkit <http://www.einsteintoolkit.org>
The Einstein Toolkit


More information about the Commits mailing list