Hello OpenMP Support Team!
I was going through the OpenMP example Configuration file posted here (LINK), and I read the OpenMP Wiki page (link).
My question is: does SYS/BIOS OpenMP "play nice" with the other 'standard' SYS/BIOS Modules? For example, SysMin, Task, Semaphore, Timestamp, Error, Diags, etc?
Earlier today I was trying to combine the Hello World OpenMP example and place it in a SYS/BIOS thread, to run that thread across 4 cores. I ran into various roadblocks along the way, and as I think about how OpenMP works, it seems like the OpenMP SYS/BIOS Module is independent from the SYS/BIOS implementation found in, say, a CCS SYS/BIOS "typical" example project.
I'm hoping to learn here, I greatly appreciate any help!
P.s. I'm posting in the Compiler forum - not the RTOS forum - based on the suggestions of the OpenMP with C6000 Wiki.