#
openmpi
Here are 223 public repositories matching this topic...
Public version of PolyChord: See polychord.co.uk for PolyChordPro
statistics
astronomy
mpi
gfortran
cosmology
bayesian-inference
particle-physics
openmpi
nested-sampling
posterior
log-likelihood
sampling-methods
polychord
-
Updated
Mar 13, 2022 - Fortran
Repository for an in-progress 3D, block structured, explicit/implicit, Navier-Stokes solver.
c-plus-plus
cmake
cross-platform
chemistry
modern-cpp
mpi
parallel-computing
cfd
navier-stokes
weno-schemes
openmpi
computational-fluid-dynamics
diffusion
turbulence-models
multispecies
inviscid-fluxes
viscous-fluxes
reacting-flow
finite-rate-chemistry
-
Updated
Jul 15, 2019 - C++
Create Horovod cluster easily using Ansible
-
Updated
Jul 8, 2019 - HCL
A platform for distributed optimization expriments using OpenMPI
-
Updated
Oct 11, 2017 - C++
Examples for MPI Spawning and Splitting, and the differences between two implementations
-
Updated
Mar 21, 2021 - Python
Receiver function inversion by reversible-jump Markov-chain Monte Carlo
seismology
openmpi
fortran90
reversible-jump-mcmc
parallel-tempering
receiver-function-inversion
ocean-bottom-seismometer
-
Updated
Jul 3, 2020 - Fortran
Experiments for ICML paper DICOD: Distributed Convolutional Coordinate Descent for Convolutional Sparse Coding, ICML 2018, T. Moreau, L. Oudre, N. Vayatis.
-
Updated
Jan 24, 2019 - Python
Parallel Lammps Python interface
-
Updated
Mar 9, 2022 - Python
Raspberry Pi cluster with OpenMPI
-
Updated
May 13, 2017 - Jupyter Notebook
An example implementation of a parallel bitonic sort algorithm using an OpenMPI CPU cluster.
-
Updated
Dec 8, 2012 - C++
Parallel implementations of the PageRank algorithm
-
Updated
Mar 7, 2019 - C++
base package for docker cluster with openmpi
-
Updated
Jun 30, 2017 - Shell
FEMTIC is a 3-D magnetotelluric inversion code. FEMTIC is made by object-oriented programming with C++. FEMTIC is applicable to land magnetotelluric survey data as well as ocean bottom magnetotelluric survey data.
mpi
parallel-computing
magnetotellurics
openmpi
object-oriented-programming
topography
finite-element-methods
geophysical-inversions
tetrahedral-meshing
non-conformal-mesh
-
Updated
Mar 23, 2022 - C++
billsioros
commented
Nov 21, 2019
MPIs does not have a nice ring to the ear :/
A C++ implementation of a periodic-pattern matching parallel algorithm using MPICH 3.2 implementation of the MPI distributed-computing standard
c
distributed-systems
hpc
pattern-matching
parallel
mpi
distributed-computing
cpp11
mpi-applications
openmpi
mpich
hpc-applications
parallel-programming
-
Updated
May 10, 2019 - C
An implementation of the IsoRank algorithm
-
Updated
Sep 1, 2019 - C++
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
performance
openmp
mpi
cuda
openmp-support
gaussian
heat-equation
mpi-applications
upc
jacobi
openmpi
solvers
openmp-applications
paradigms
cuda-support
gauss-seidel
openmp-parallelization
red-black
cpds-heat
cpds
-
Updated
May 22, 2019 - C
In this task, we had to write a multi-threaded OpenMP program, that will solve the consensus problem. If all the slave (child) processes agree on a single decision, then the processes will terminate displaying consensus reached.
-
Updated
Aug 10, 2021 - 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.
distributed-systems
cpp
code
openmp
mpi
parallel-computing
distributed-computing
password
brute-force
crack
openmpi
mpi-library
password-cracker
bruteforce-password-cracker
password-cracking
openmp-parallelization
-
Updated
Aug 14, 2021 - C++
HPC Password Cracker
-
Updated
Dec 16, 2020 - C
High Performance Computing using OpenMP, OpenMPI and CUDA
-
Updated
Dec 3, 2018 - Terra
Improve this page
Add a description, image, and links to the openmpi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the openmpi topic, visit your repo's landing page and select "manage topics."
The documentation for the function
shmem_wait
seems inconsistent with the function signatures as it describes parameterstarget
,pe
, andvalue
that are actually not part of the interface. The parameterivar
is described but at least in the C interface the variable is namedvar
(without the prefixi
).See https://github.com/open-mpi/ompi/blob/master/oshmem/shmem/man/man3/shmem_wai