OpenMP in jetson nano

I’m looking to implement OpenMP on Jetson Nano for parallelization. Any tips or examples to get started?

Hi,

You can install it with the below command:

$ sudo apt install libiomp-dev

Usage is expected to be similar to the desktop.
You can check below for some tutorials:

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.