perlomp

perlomp is a Perl-manual-style introduction to using OpenMP from Perl.

After installing it from CPAN:

cpanm perlomp
perldoc perlomp

The manual explains how these pieces fit together:

To install the full OpenMP stack rather than only this manual:

cpanm OpenMP

Development

This distribution uses Dist::Zilla.

dzil test
dzil build

The indexed lib/perlomp.pm file exists only to give PAUSE/CPAN a package and version to index. The actual manual is lib/perlomp.pod, following the same basic pattern used by documentation distributions such as perlfaq.

License

Same terms as Perl itself.