next up previous contents
Next: Hello world Up: Shared Memory II; Threads, Previous: Shared Memory II; Threads,   Contents

OpenMP

Two example programs are given; http://siber.cankaya.edu.tr/ParallelComputing/cfiles/code25.c hello, http://siber.cankaya.edu.tr/ParallelComputing/cfiles/code26.c workshare. Follow the steps below before executing OpenMP codes;
export PGI=/usr/local/pgi
export PATH=$PGI/linux86/6.2/bin:$PATH
export MANPATH=$MANPATH:$PGI/linux86/6.2/man
export LD_LIBRARY_PATH=/usr/local/pgi/linux86/6.2/liblf:
/usr/local/pgi/linux86/6.2/lib:$LD_LIBRARY_PATH



Subsections

Cem Ozdogan 2009-01-05