Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OMP は、動的配列の内容が最新であり、OMP バリアの後にすべてのスレッドに表示されることを保証しますか?
配列が #pragma omp 並列構造の外にある場合、すべてのスレッドで自動的にアクセスおよび共有されます。
しかし、彼がスレッドによって更新される方法は、正確さを確保するために使用するアルゴとシンクロメカニズムにのみ依存します。