Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
db081c81
Commit
db081c81
authored
Jul 25, 2012
by
Thomas Jahns
🤸
Browse files
Adjust maximum RDMA window size.
parent
4cd3f512
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pio_rpc.h
View file @
db081c81
...
...
@@ -37,10 +37,11 @@ enum
winBufferOverhead
=
1
,
winBufferOverheadChunk
=
5
,
winBufferOverheadFuncCall
=
3
,
MAXWINBUFFERSIZE
=
128
*
1024
*
1024
,
timestepSize
=
3
};
#define MAXWINBUFFERSIZE ((size_t)512 * 1024 * 1024)
enum
{
nFuncs
=
3
,
STREAMOPEN
=
0
,
STREAMDEFVLIST
=
1
,
STREAMCLOSE
=
2
};
enum
{
MAXDATAFILENAME
=
256
,
MINFUNCID
=
STREAMOPEN
,
MAXFUNCID
=
STREAMCLOSE
};
extern
char
*
funcMap
[
nFuncs
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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