openmp_2009_ajou
openmp_2009_ajou,
"Shared Memory Programming with OpenMP",
a lecture on OpenMP programming, given
at Ajou University, Suwon, Korea, on 13 May 2009.
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.
-
fsu_logo.pdf,
a logo.
-
md_extract_openmp.f90,
extract from a FORTRAN90 program for molecular modeling, with OpenMP.
-
numa.png,
an illustration of the Nonuniform Memory Access (NUMA) architecture.
-
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 diagram of the arrangement of cores and memory in a quad core
processor.
-
saxpy_openmp.c,
a C program to add a multiple of one vector to another, with OpenMP.
Last revised on 11 October 2024.