Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 496 Bytes

File metadata and controls

13 lines (7 loc) · 496 Bytes

SimPar : A macro language for introducing parallel concepts to CS1 students

Simpar works very much like OpenMP except that it simplifies some of the more complex directives. It is not meant to be a practical API for parallel programming. It's main goal is to create working examples of parallel code for CS1 students with no background in parallel programming.

SimPar is essentially a source-to-source transformer. It takes as input an annotated C/C++ source and converts it to OpenMP.