Skip to content

liuvince/polytech-hpc-project

Repository files navigation

High Performance Computing Projet

Ray tracing with Hybrid MPI and OpenMP

  • pathtracer_MPI_OMP.c
mpicc pathtracer_MPI_OMP.c -o pathtracer -lm

Ray tracing with MPI

  • pathtracer_MPIlignes.c
  • pathtracer_MPIpixels.c
mpicc pathtracer_MPIlignes.c -o pathtracer -lm
mpicc pathtracer_MPIpixels.c -o pathtracer -lm

Vincent

Releases

No releases published

Packages

No packages published

Languages