Running Onload

Onload User Guide (UG1586)

Document ID
UG1586
Release Date
2023-07-31
Revision
1.2 English

Once Onload has been installed there are different ways to accelerate applications.

  • Prefixing the application command line with the Onload command will accelerate the application.
    # onload <app_name> [app_options]
  • Exporting LD_PRELOAD to the environment will mean that all applications started in the same environment will be accelerated.
    # export LD_PRELOAD=libonload.so