L1_NORM
A program for the l1 norm of a vector


L1_NORM is a warmup exercise for our lab session on Monday.

I asked you to write a program, using OpenMP, that sets up a vector of dimension 1000 filled with random values, and computes the l1 norm sequentially and with OpenMP.

Source Code:


You can go up one level to the FSU OpenMP 2008 page.

Last revised on 11 September 2008.