Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elpa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pavel Kus
elpa
Commits
0b178d2d
Unverified
Commit
0b178d2d
authored
May 09, 2016
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update documentation
parent
8c8dfc61
Pipeline
#2456
failed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
INSTALL.md
INSTALL.md
+2
-2
USERS_GUIDE.md
USERS_GUIDE.md
+1
-1
No files found.
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