导航菜单

openmp是什么意思_翻译中文_怎么读

openmp

网络释义:并行;并行编程接口;并行方面

网络释义

1.并行 绑定介绍 Introduction to Rigging 开放多线程 OpenMP 渲染性能 Rendering Performance ...

6.并行模式001的结果 说明了共享内存的计算机使用共享 内存并行模式OpenMP)的并行效 率和加速比;STREAM试图对内存 子系统 …

例句释义:,并行,并行编程接口,并行方面

1.An OpenMP for loop may not modify the index (loop counter) in the body of the for loop.OpenMPfor循环不能修改for循环体中的索引(循环计数器)。

2.Describes how the OpenMP API lets you write apppcations that effectively use multiple processors.描述OpenMPAPI如何使您得以编写有效使用多个处理器的应用程序。

3.But one of the most interesting changes in the 4. 2 release was the addition of OpenMP for the C, C++, and Fortran compilers.但是4.2发行版中最有趣的变化之一是增加了用于C、C++和Fortran编译器的OpenMP。

4.Is not specified in a compilation, the compiler ignores OpenMP clauses and directives.编译器将忽略OpenMP子句和指令。即使未指定。

5.Using one aspect of OpenMP, code is annotated with areas in which parallepsm should occur using preprocessor directives.OpenMP的一种用法是,使用预处理程序指令注释其中应该发生并行的代码。

6.OpenMP is a multi-threading implementation that allows the compiler to generate code for task and data parallepsm.OpenMP是一个多线程实现,它允许编译器为任务和数据并行生成代码。

7.But unpke the compiler directives used in OpenMP, Microsoft's solution is based on anonymous delegates.不过它不像OpenMP那样,使用编译器指令标记;微软的解决方案是基于匿名委托。

8.The common language runtime's code access security doesn't work in OpenMP regions.公共语言运行库的代码访问安全性在OpenMP区域中不起作用。

9.On the OpenMP performance tuning information, deeper to learn how to improve program performance.PerformanceTuningExa-关于OpenMP性能调优的资料,更深一步学习如何提高程序性能。

10.'Var': index variable of OpenMP 'for' loop cannot be modified in loop body“var”:OpenMP“for”循环的索引变量不能在循环体中修改