openmp_2008_vt
openmp_2008_vt,
"Shared Memory Programming with OpenMP",
a presentation for The High Performance Parallel Computation Bootcamp
(HPPC-2008), sponsored by the University of Virginia and Virginia Tech,
and held from 28 July to 02 August 2008.
The following files were used
-
dot_product.c,
a C program to compute the dot product of two vectors.
-
dot_product_openmp.c,
a C program to compute the dot product of two vectors, with OpenMP.
-
integral_rectangles.png,
a PNG image of
the approximation of an integral using rectangles.
-
prime_sum.cpp,
a C++ program to count the number of primes between 2 and N.
-
prime_sum_openmp.cpp,
a C++ program to count the number of primes between 2 and N
with OpenMP.
-
quad_core.png,
a PNG image of
the Intel quad core processor chip.
-
saxpy.c,
a C program to add a multiple of one vector to another.
-
saxpy_openmp.c,
a C program to add a multiple of one vector to another,
using OpenMP.
-
saxpy_openmp.f,
a FORTRAN program to add a multiple of one vector to another,
with OpenMP.
-
vector_sum.cpp,
a C++ program to sum the entries of a vector.
Last revised on 02 February 2024.