> 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...? _______________________________________________ Mailing list: https://launchpad.net/~yade-users Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-users More help : https://help.launchpad.net/ListHelp

