PGAS_SL is the library that helps to implement parallel algorithms using Partitioned Global Address Space (PGAS) paradigm.
- CMake >= 3.0
- MPI - MPICH, OpenMPI or Intel MPI. MSMPI may be unstable
- C++
- perl
- python 3+
- mkdir build
- cd build
- cmake ..
- cmake --build . [--config Debug/Release] [-j number_of_threads]
- mpiexec -n <number_of_processes> <path_to_sample>/<sample_name> <arguments>
Many thanks to @Left841 for logo!