Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 779 Bytes

File metadata and controls

26 lines (20 loc) · 779 Bytes

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!