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.
私はopenMPを使用しようとしていますが、同時に2回実行できないこの1つの機能があります。別の世界では、これは問題になりません。
int foo(void){ mutex->lock(); .... mutex->release(); }
OpenMP で同じことを達成するにはどうすればよいですか?