Skip to content

Library written in MPI to support partitioned global address space (PGAS)

Notifications You must be signed in to change notification settings

skonnov/PGAS_support_library

Repository files navigation

CI status

PGAS Support Library (PGAS_SL)

PGAS_SL is the library that helps to implement parallel algorithms using Partitioned Global Address Space (PGAS) paradigm.

Requirements:

  • CMake >= 3.0
  • MPI - MPICH, OpenMPI or Intel MPI. MSMPI may be unstable
  • C++

To run scripts:

  • perl
  • python 3+

How to build:

  • mkdir build
  • cd build
  • cmake ..
  • cmake --build . [--config Debug/Release] [-j number_of_threads]

How to run samples:

  • mpiexec -n <number_of_processes> <path_to_sample>/<sample_name> <arguments>

logo Many thanks to @Left841 for logo!

About

Library written in MPI to support partitioned global address space (PGAS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors