omp.h unable to access all processors.
Hi!
I'm running a pod with 8 vCPUs, but it seems like omp.h can only access 1 of them while thread can access all of them.
For example,
will print out
1
9
8 Replies
Unknown User•10mo ago
Message Not Public
Sign In & Join Server To View
also returns 1 for me
i was just wondering if the restriction on nproc could be somehow affecting omp
Unknown User•10mo ago
Message Not Public
Sign In & Join Server To View
ok thanks!
looks like cpu pod limitations
is there a way to multithread with omp on a cpu pod then?
I cant seem to utilize more than one core at a time
I suspect might be not. I was able to get it work on gpu though
ah thats unfortunate
thanks tho