VT FDI 2009
Exercise Files


The hands-on sessions for MATLAB, OpenMP and MPI require access to a number of files. These files should be available in a special directory on each machine. However, in case you cannot find them there, or you want to access the files outside of the lab, they are all listed here.


FFT is a sequential program for the Fast Fourier Transform, which can be converted to an OpenMP program. We will not use this program in this workshop.

HEAT is the sequential version of the heat program. We won't be working directly with this sequential version.

HEAT_MPI is an MPI parallel version of the HEAT program.

HELLO is a sequential program which says "Hello, world!". We won't be working directly with this program.

HELLO_MPI is a parallel MPI version of the "Hello, world!" program.

HELLO_OPEN_MP is a parallel OpenMP version of the "Hello, world!" program.

MD is the sequential version of the molecular dynamics program. We won't be working directly with this sequential version.

MD_MATLAB_PARALLEL runs a parallel MATLAB version of the MD program.

MD_OPEN_MP is a parallel OpenMP version of the MD program.

PRIME1_MPI is an MPI parallel version of PRIME_NUMBER which breaks the work into consecutive chunks.

PRIME2_MPI is an MPI parallel version of PRIME_NUMBER which breaks the work into "shuffled" chunks.

PRIME_MATLAB_PARALLEL is a parallel MATLAB version of PRIME_NUMBER.

PRIME_NUMBER is the sequential version of the prime number program. We won't be working directly with this sequential version.

PRIME_NUMBER_OPEN_MP is the OpenMP parallel version of PRIME_NUMBER.

QUAD is the sequential version of the quadrature (approximate integration) program. We won't be working directly with this sequential version.

QUAD_OPEN_MP is a parallel OpenMP version of the QUAD program.

QUAD_TEST is a sequential version of the quadrature program which has been marked up to indicate where changes should be made to convert it to an OpenMP version. You are encouraged to try to make this conversion! You can compare your results with the QUAD_OPEN_MP files.


You can go back to the FDI 2009 page.


Last revised on 25 May 2009.