Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osmhpi/pgasus
A C++ parallel programming framework for NUMA systems, based on PGAS semantics
https://github.com/osmhpi/pgasus
Last synced: 2 months ago
JSON representation
A C++ parallel programming framework for NUMA systems, based on PGAS semantics
- Host: GitHub
- URL: https://github.com/osmhpi/pgasus
- Owner: osmhpi
- License: gpl-3.0
- Created: 2016-04-28T18:06:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T06:56:32.000Z (over 3 years ago)
- Last Synced: 2024-08-03T19:09:33.868Z (6 months ago)
- Language: C
- Size: 372 KB
- Stars: 21
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-numa - pgasus - A C++ parallel programming framework for NUMA systems, based on PGAS semantics (NUMA-aware memory placement and scheduling)
README
# pgasus
[![Build Status](https://travis-ci.org/osmhpi/pgasus.svg?branch=master)](https://travis-ci.org/osmhpi/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