Need GCC 4.2 or better.
% gcc -g -fopenmp -o x x.c
% setenv OMP_NUM_THREADS number_of_threads_desired % x command_line_args
See the GNU GOMP project Web page.