← Back to team overview

yade-users team mailing list archive

Re: [yade-users] command line

 

2010/2/12 Václav Šmilauer <eudoxos@xxxxxxxx>

>
> > I don't know if there is a problem or not, but it was a really easy
> > way to launch several simulations (just putting a ; between all
> > command ./yade -n file.xml) specifying the number of maximum
> > iterations as well the interval period to save snapshots. But,
> > yade-multi should be able to do the same...
>
> If you mean to run one after another, that's just shell running command
> sequentially and you can do just the same with ;. For the maximum number
> of steps, you set that in the simulation (.py) file...?
>

no, it was included in the command line

something like this to enter in the terminal shell : ./yade -n -f file.xml
-m numberOfMaxIterations) -s intervalForSavingSnapshot

as explained here: https://yade-dem.org/index.php/Usage_details section
"Command line interface"

;)

Cheers

References