Skip to content

Latest commit

 

History

68 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testing_2D

Simple experiments for converting a 1D parallel messaging interface to work in two dimensions using MPI.

Building

Compile with an MPI aware C++ compiler:

mpic++ -std=c++17 main.cpp -o main

Running

Run the resulting binary with mpirun, using a square number of processes (for example four processes):

mpirun -np 4 ./main

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages