Skip to content

Commit

Permalink
Last formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Oct 29, 2020
1 parent 3a54893 commit f1bcd0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/sphinx/user_guide/feature/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ about the plugin, not necessarily of the project using it.

2. **The plugin must be compiled to be a shared object with a .so extension.**
A simple example containing required flags would be: ``g++ plugin.cpp -lRAJA -fopenmp -fPIC -shared -o plugin.so``.

At the moment, RAJA will only attempt to load files with .so extensions.
It's worth noting why these flags (or their equivalents) are important.

Expand Down

0 comments on commit f1bcd0f

Please sign in to comment.