Skip to content
#

openmpi

Here are 223 public repositories matching this topic...

devreal
devreal commented Nov 6, 2019

The documentation for the function shmem_wait seems inconsistent with the function signatures as it describes parameters target, pe, and value that are actually not part of the interface. The parameter ivar is described but at least in the C interface the variable is named var (without the prefix i).

See https://github.com/open-mpi/ompi/blob/master/oshmem/shmem/man/man3/shmem_wai

Heat Equation using different solvers (Jacobi, Red-Black, Gaussian) in C using different paradigms (sequential, OpenMP, MPI, CUDA) - Assignments for the Concurrent, Parallel and Distributed Systems course @ UPC 2013

  • Updated May 22, 2019
  • C

This was our Final Project for Distributed Computing. In this we had to create a distributed system that will use the Brute Force Algorithm to crack a password from the etc/shadows file of Ubuntu as all the passwords are stored there. We used OpenMP and MPICH for this implementation.

  • Updated Aug 14, 2021
  • C++

Improve this page

Add a description, image, and links to the openmpi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the openmpi topic, visit your repo's landing page and select "manage topics."

Learn more