Skip to content

Parallel implementation of Jacobi method using the higher-order functions Map and Reduce

Notifications You must be signed in to change notification settings

leonid-sokolinsky/BSF-Jacobi

Repository files navigation

BSF-Jacobi-Map&Reduce

Parallel implementation of Jacobi method using the higher-order functions Map and Reduce

This repository contains source codes of a parallel implementation of the iterative Jacobi method for solving systems of linear algebraic equations on computing clusters. The solution is built using the BSF-skeleton in C++. The source codes of the BSF-skeleton with a user manual are available at https://github.com/leonid-sokolinsky/BSF-skeleton.

A description of this parallel implementation is available in the paper https://arxiv.org/abs/2008.03485.