IsingWithCUDA
Implementation of a computing of an ising model for a fluid using CUDA parallel programming as an assignment for the subject Parallel and Distributed Systems
To use:
- cd to project folder
- make lib
- After you have the libraries you can use either the main (checker) or the benchmarker.