Skip to content

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

Notifications You must be signed in to change notification settings

annajiat/SimPar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%