TESTINSTALL.md
September 4, 2019 ยท View on GitHub
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:
Copy the example openmp directory somewhere writable
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.