libclsph / libclsph

OpenCL based GPU accelerated SPH fluid simulation library
MIT License
52 stars 9 forks source link

Thread file IO operations #10

Open OlivierLi opened 10 years ago

OlivierLi commented 10 years ago

The result of the simulation should be written to file while the GPU simulates the next frame.

This could improve run times.

Since we only need to support c++11, std::thread can be used.