Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
margo
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
15
Issues
15
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
sds
margo
Commits
9e12272a
Commit
9e12272a
authored
Nov 07, 2018
by
Matthieu Dorier
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of xgitlab.cels.anl.gov:sds/margo
parents
5b444d4f
89bb314e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
README.md
README.md
+2
-5
No files found.
README.md
View file @
9e12272a
...
...
@@ -26,15 +26,12 @@ Note that Margo should be compatible with any Mercury transport (NA plugin). Th
## Dependencies
*
mercury (git clone --recurse-submodules https://github.com/mercury-hpc/mercury.git)
*
argobots
fork with scheduler wait support (git -b dev-fifo-wait clone https://github.com/carn
s/argobots.git)
*
argobots
(git clone https://github.com/pmodel
s/argobots.git)
### Recommended Mercury build options
*
Mercury must be compiled with -DMERCURY_USE_BOOST_PP:BOOL=ON to enable the
Boost preprocessor macros for encoding.
*
-DMERCURY_USE_CHECKSUMS:BOOL=OFF disables automatic checksumming of all
Mercury RPC messages. This reduces latency by removing a layer of
integrity checking on communication.
*
Mercury should be compiled with -DMERCURY_USE_SELF_FORWARD:BOOL=ON in order to enable
fast execution path for cases in which a Mercury service is linked into the same
executable as the client
...
...
@@ -44,7 +41,7 @@ Example Mercury compilation:
```
mkdir build
cd build
cmake -DMERCURY_USE_SELF_FORWARD:BOOL=ON
-DMERCURY_USE_CHECKSUMS:BOOL=OFF
\
cmake -DMERCURY_USE_SELF_FORWARD:BOOL=ON \
-DBUILD_TESTING:BOOL=ON -DMERCURY_USE_BOOST_PP:BOOL=ON \
-DCMAKE_INSTALL_PREFIX=/home/pcarns/working/install \
-DBUILD_SHARED_LIBS:BOOL=ON -DCMAKE_BUILD_TYPE:STRING=Debug ../
...
...
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