Collection of test programs for various parallelization paradigms
-
Updated
Mar 7, 2016 - Fortran
Collection of test programs for various parallelization paradigms
Parallel Code Using MPI for 1D Heat Equation
Some Fortran codes to practice programming in Fortran.
A library that allows the calculation of photoelectron spectra for various grid-based solutions of the TDSE (and TDDFT as well)
StochOptim provides user friendly functions to solve optimization problems using stochastic algorithms
cheap parallel prime number tester.
Calculates π using Monte Carlo technique with a variety of parallelization protocols
jacobi - a benchmark by solving 2D laplace equation with jacobi iterative method. GPU or Xeon Phi can be used.
Mandelbrot set by MPI/OpenMP/OpenACC.
Mirror repo of https://github.com/lgcrego/Dynemol to make performance improvements using OpenMP and Intel's MPI
A fortran 90 implementation of a parallel eigensolver for symmetric tridiagonal matrices
Quadratic Programming with Complementarity Constraints
can - a simple dense matrix-matrix multiplication benchmark with MPI/OpenMP/OpenACC. MPI version is based on Cannon's algorithm.
diffuse - 3D diffusion equation solver by using finite difference method + CG method(diagonal precondition) + Crank-Nicolson method with MPI.
A library for accessing chunks of shared memory across process running on a Unix host in Fortran
Add a description, image, and links to the mpi topic page so that developers can more easily learn about it.
To associate your repository with the mpi topic, visit your repo's landing page and select "manage topics."