From 8bb4441ec13c65212a1630eea5e1ab1f72480f1b Mon Sep 17 00:00:00 2001 From: gbogopolsky Date: Wed, 26 Sep 2018 22:10:48 +0200 Subject: [PATCH] Adding a README.md. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..66fc585 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Simple domain decomposition using MPI + +A simple implementation of a 2-D random walker with domain decomposition in a single direction using MPI. + +Set up to compile with `mpiifort` and run with `mpirun` on 2 MPI processes for now.