aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authoreschnett <eschnett@b3af07ca-673a-47aa-a5b3-f2a15d1427d7>2010-12-03 15:32:13 +0000
committereschnett <eschnett@b3af07ca-673a-47aa-a5b3-f2a15d1427d7>2010-12-03 15:32:13 +0000
commitf2feb453dd6ee6eab59b375e99134fff179195ab (patch)
treed52ce03e390dae9ca1ea94a23b419cb1a5c536d2 /README
parent78a10d17d611a56c802ed54739a79c77162618ce (diff)
Initial implementation
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NoMPI/trunk@2 b3af07ca-673a-47aa-a5b3-f2a15d1427d7
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..3224764
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+Cactus Code Thorn NoMPI
+Author(s) : Erik Schnetter <schnetter@cct.lsu.edu>
+Maintainer(s): Erik Schnetter <schnetter@cct.lsu.edu>
+Licence : GPL
+--------------------------------------------------------------------------
+
+1. Purpose
+
+Provide a dummy MPI implementation that works only a single process.
+This implements only a subset of the MPI standard.
+
+This thorn disables itself when an actual MPI implementation is
+present.