Skip to content

benjamenm03/testing_2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •