Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
0b178d2d
Unverified
Commit
0b178d2d
authored
May 09, 2016
by
Andreas Marek
Browse files
update documentation
parent
8c8dfc61
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
INSTALL.md
View file @
0b178d2d
...
...
@@ -103,11 +103,11 @@ It this is not desired, it is possible to build *ELPA* with only one (not necess
real and complex valued case, respectively. This can be done with the "--with-real-..-kernel-only" and
"--with-complex-..-kernel-only" configure options. For details please do a "configure --help"
### No
n
MPI one node shared-memory version of ELPA ###
### No MPI
,
one node shared-memory version of ELPA ###
Since release 2016.05.001 it is possible to build
*ELPA*
without any MPI support. This version can be used
by applications, which do not have any MPI parallelisation. To set this version, use the
"--
enable-shared-memory-only
" configure flag. It is strongly recommmended to also set the "--enable-openmp"
"--
with-mpi=0
" configure flag. It is strongly recommmended to also set the "--enable-openmp"
option, otherwise no parallelisation whatsoever will be present.
### Doxygen documentation ###
...
...
USERS_GUIDE.md
View file @
0b178d2d
...
...
@@ -85,7 +85,7 @@ please have a look at the man pages and/or the online documentation (see above)
#### Shared-memory version of *ELPA* ####
If the
*ELPA*
library has been compiled with the configure option "--
enable-shared-memory-only
",
If the
*ELPA*
library has been compiled with the configure option "--
with-mpi=0
",
no MPI will be used.
Still the
**same**
call sequence as in the MPI case can be used (see above).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment