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

More info on command line with -help option #63

Closed pgleeson closed 9 years ago

pgleeson commented 9 years ago

Also a start on c302 integration. Not yet enabled

pgleeson commented 9 years ago

By the way @skhayrulin there is also an addition in the makefile:

-L/opt/AMDAPP/lib/x86_64/

in

g++ -L/opt/AMDAPP/lib/x86_64/  -o $(BUILDDIR)/$(TARGET) $(OBJECTS) $(LIBS) 

which is for the AMD libraries. This may help people finding them on Ubuntu...