Skip to content

A header file for processing predicates in parallel using MPI

License

Notifications You must be signed in to change notification settings

aashish-jain/Predicates-in-MPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Predicates-in-MPI

A header file for processing predicates in parallel using MPI

This project implements efficient parallel C++/OpenMPI function mpi_extract_if. The function works as follows: given a sequence X of some objects of type T, and a predicate that returns true or false, if an object satisfies some condition, the function creates sequence Y with a copy of only these objects in X for which the predicate is true in all the processes running and then evenly distributes the number of elements with a possible difference of at max p-1 elements.

About

A header file for processing predicates in parallel using MPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published