Skip to content

chernandez7/cuda-boids

Repository files navigation

CUDA-Boids

Senior year Independent Study (COMP 398) reworking original Bird-oids project.

Goals

  • 3D implementation.
  • CUDA for computing in parallel.
  • OpenGL for rendering.
  • Better efficiency.

To Run

  • Compile -make
  • Run -./CUDA-Boids

VNC

  • vncpasswd
  • sbatch /share/doc/slurm/job.vnc -t hh:mm:ss -N nodes -geometry resXres
  • ssh -f -N -L xxxx:stampede.tacc.utexas.edu:yyyy [email protected]

License

  • MIT License