openworm / sibernetic

This is a C++/OpenCL implementation of the PCISPH algorithm supplemented with a set of biomechanics related features applied to C. elegans locomotion
Other
361 stars 105 forks source link

Enable command line parameter that exits Sibernetic after a defined number of iterations #98

Closed slarson closed 8 years ago

slarson commented 8 years ago

To implement #90 , it would be very helpful if Sibernetic itself would end after a determined number of iterations that could be specified on the command line. This would enable a script to kick off a data transfer process upon completion.

slarson commented 8 years ago

It already exists!

timelimit=<value> Run simulation until <value> will be reached in seconds.