6.5. Llebeig cluster installation

The OmpSs@FPGA releases are automatically installed in the Llebeig cluster. They are available through a module file for each target architecture. This document describes how to load and use the modules to compile an example application. Once the modules are loaded, the workflow in the Llebeig cluster should be the same as in the Docker images.

6.5.1. General remarks

  • All software is installed in a version folder under the /opt/bsc directory.

  • During the updates, the installation will not be available for the users’ usage.

  • Usually, the installation just takes 20 minutes.

  • After the installation, an informative email will be sent.

6.5.2. Module structure

The ompss modules are:

  • ompss/x86_fpga/[release version]

It requires having some vivado loaded:

module load vivado ompss/x86_fpga/git

To list all available modules in the system run:

module avail

6.5.3. Build applications

To generate an application binary and bitstream, you could refer to Compile OmpSs@FPGA programs as the steps are general enough.

Note that the appropriate modules need to be loaded. See Module structure.