openMP:将特定线程分配给特定核心
是否可以将特定线程分配给 opeMP 中的特定核心。如果是这样,谁能告诉我该怎么做。
我正在使用 fortran 语言的 openMp
Is it possible to assign a specific thread to a specific core in opeMP. If so, can anyone tell me how to do that.
I am using openMp in fortran language
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于英特尔 Fortran,最新版本的编译器应该支持这一点 - 详细信息 此处。
For Intel Fortran, recent version(s) of the compiler are supposed to support this - details here.