Skip to content
/ pgasus Public
forked from osmhpi/pgasus

A C++ parallel programming framework for NUMA systems, based on PGAS semantics

License

Notifications You must be signed in to change notification settings

kateyy/pgasus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pgasus

A C++ parallel programming framework for NUMA systems, based on PGAS semantics

Dependencies

Following dependencies are required for building PGASUS on Ubuntu systems:

  • cmake (minimum version 3.1)
  • a C++11 conforming C++ compiler (tested with gcc/g++ and clang)
  • libnuma-dev, libhwloc-dev
  • Boost 1.60, if you want to build the tasking module (default). Current Ubuntu releases include newer, incompatible versions of Boost, so you probably have to provide your own build.

Additionally, following optional dependencies may be provided:

  • For tests/benchmarks: libtbb-dev, zlib1g-dev
  • For the source documentation: doxygen

About

A C++ parallel programming framework for NUMA systems, based on PGAS semantics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 53.2%
  • C++ 38.7%
  • CMake 8.1%