SimCenter Training > Programming Bootcamp

Openmp on multiple cores/nodes

(1/1)

youcan:
Just out of curiosity, if I assign multiple cores/nodes to a slurm job which will use openmp, can openmp evenly distribute the threads among those cores/nodes for me? Thanks.

fmk:
while MPI jobs can run on multiple nodes and single nodes avail to rn on either shared memory or distributed memory machines), openmp jobs are limited to running on a single node. they are shared memory applications.

youcan:
Thanks!

Navigation

[0] Message Index

Go to full version