From a24a8d013a6f2633bfec8f5862de83835d847a25 Mon Sep 17 00:00:00 2001 From: Andreas Marek Date: Thu, 19 May 2016 07:20:20 +0200 Subject: [PATCH] Update Users Guide --- USERS_GUIDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/USERS_GUIDE.md b/USERS_GUIDE.md index c9278639..4c432acc 100644 --- a/USERS_GUIDE.md +++ b/USERS_GUIDE.md @@ -47,7 +47,8 @@ To solve a Eigenvalue problem of this matrix with *ELPA*, one has 3. to call *ELPA 1stage* or *ELPA 2stage* for the matrix. Here is a very simple MPI code snippet for using *ELPA 1stage*: For the definition of all variables -please have a look at the man pages and/or the online documentation (see above) +please have a look at the man pages and/or the online documentation (see above). A full version +of a simple example program can be found in ./test_project/src. ! All ELPA routines need MPI communicators for communicating within -- GitLab