Stapl

STAPL (Standard Template Adaptive Parallel Library) is a library for C++, similar and compatible to STL. It provides parallelism support for writing applications for systems with shared or distributed memory.

STAPL
Developer(s)Texas A&M University Parasol Lab
Repositorygitlab.com/parasol-lab/stapl
Written inC++
Typelibrary or framework
Websiteparasol.tamu.edu/stapl/

It was developed by Lawrence Rauchwerger, Nancy M. Amato, Bjarne Stroustrup and several grad students at Texas A&M University.

Components

  • Components for Program Development
    • pContainers - generic, distributed data structures with parallel methods.
    • Views - equivalent of STL iterators, extended to allow efficient parallelism.
    • pRange - a parallel task dependence graph recursively defined as a tree of subranges.
    • pAlgorithms - parallel equivalents of STL algorithms.
  • Run-time System(RTS) providing the following facilities:
    • Adaptive Remote Method Invocation (ARMI)
    • Framework for Algorithm Selection and Tuning(FAST)
gollark: You do seem to be substantially better at competitive-programming-y topics than me.
gollark: Did you see length terminated strings?
gollark: I have large quantities of examples of bad code written really fast.
gollark: I tend to do this stuff by just throwing together a prototype and then "improving" it, because my skills lie more in the area of "writing somewhat bad code really fast" than "documentation and thinking about stuff in advance".
gollark: I also mean "implement" by "make".

See also

References

L. Rauchwerger, F. Arzu, Koji Ouchi. "Standard Templates Adaptive Parallel Library"

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.