admin管理员组文章数量:1391993
I am running a Fortran code on HPC machines with a lot of cores (say 36). Using parallel MKL, I set the number of cores to be used with the environment variable MKL_NUM_THREADS
, while the OMP_NUM_THREADS
variable is set to 1. Despite that, my code sometimes runs only with 1 core. Do the MKL adjust the number of cores themselves based on free memory left? Also is their memory scaling with the number of cores kinda linear or not? Do you think that the problem is something else?
本文标签: intel mklParallel MKL can decide to use less core then demandedStack Overflow
版权声明:本文标题:intel mkl - Parallel MKL can decide to use less core then demanded? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744758025a2623579.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论