Skip to content

Taller 2 para Computación Paralela y Distribuida, primer semestre 2023.

Notifications You must be signed in to change notification settings

ArelyVallejos/T2-CPyD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

T2-CPyD

Taller 2 para Computación Paralela y Distribuida, primer semestre 2023.

Integrantes

  • Luz Arelý Castro Vallejos
  • Ian Vinzenzo Battistoni Fuentes
  • Vicente Velasquez

Ejecución

El archivo sec.cpp ejecuta el código de forma secuencial y archivo par.cpp ejecuta el código de forma paralela.

Secuencial

g++ main.cpp -o main -O2 && time ./sec

OpenMP

g++ par.cpp -o par -fopenmp -O2 && time ./par

About

Taller 2 para Computación Paralela y Distribuida, primer semestre 2023.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages