OpenMP is a portable programming interface for shared memory parallel computers that was adopted as an informal standard in 1997 by computer scientists who wanted a unified model on which to base programs for shared memory systems. Currently OpenMP is used by many software developers who prize it for the significant advantages over both hand-threading and MPI that it offers.
2 comments:
OpenMP is a portable programming interface for shared memory parallel computers that was adopted as an informal standard in 1997 by computer scientists who wanted a unified model on which to base programs for shared memory systems. Currently OpenMP is used by many software developers who prize it for the significant advantages over both hand-threading and MPI that it offers.
Thanks herbs for your comment!
Post a Comment