Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 623 Bytes

TESTINSTALL.md

File metadata and controls

26 lines (20 loc) · 623 Bytes

Getting Started

The default install location is /usr/lib/aomp. To run the given examples, for example in /usr/lib/aomp/examples/openmp do the following:

cd /usr/lib/aomp/examples/
cp -rp openmp /work/tmp/openmp-examples
cd /work/tmp/openmp-examples/vmulsum

Point to the installed AOMP by setting AOMP environment variable

export AOMP=/usr/lib/aomp

Make Instructions

make clean
make run

Run 'make help' for more details.

View the OpenMP Examples README for more information.