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 input for several parameters #88

Closed slarson closed 8 years ago

slarson commented 8 years ago
skhayrulin commented 8 years ago

@slarson in this [commit])(https://github.com/openworm/sibernetic/commit/de37b75b565cc2d50c56cb51a9171940b383c132) I've added option for indication of location OpenCL program file. When @a-palyanov model will be ready we generate several ocl files for each one.

slarson commented 8 years ago

Sounds like we've added the option, now we just need to add the documentation (#95) and then we can close this.

slarson commented 8 years ago

For now, these are just going to be built into the .cl files; so we'll just use a switch to point at different .cl files as needed.