Requirements:

Need GCC 4.2 or better.

Compiling OpenMP applications:

% gcc -g -fopenmp -o x x.c

Running OpenMP applications:

% setenv OMP_NUM_THREADS number_of_threads_desired
% x command_line_args

Documentation:

See the GNU GOMP project Web page.