- Prerequisites
Install modules on your system.
Set AOCL environment using module file:
After installing aocl-linux-<compiler>-5.2.0.tar.gz file on your system, set AOCL environment using module file generated on the installed path using the following commands.
$ module load ./aocl-linux-aocc-5.2_module $ module load ./aocl-linux-gcc-5.2_module
To unset AOCL environment using module file:
$ module unload ./aocl-linux-aocc-5.2_module $ module unload ./aocl-linux-gcc-5.2_module