Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
third-party
moab
Commits
87a95bf4
Commit
87a95bf4
authored
Oct 20, 2016
by
Iulian Grindeanu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
titan does not like tags too big
replace 0xDEADF00 with 0xD0E
parent
4b21dabb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/parallel/WriteHDF5Parallel.cpp
src/parallel/WriteHDF5Parallel.cpp
+1
-1
No files found.
src/parallel/WriteHDF5Parallel.cpp
View file @
87a95bf4
...
...
@@ -1418,7 +1418,7 @@ ErrorCode WriteHDF5Parallel::communicate_shared_set_ids(const Range& owned,
{
ErrorCode
rval
;
int
mperr
;
const
int
TAG
=
0xD
EADF0
0
;
const
int
TAG
=
0xD0
E
;
//const unsigned rank = myPcomm->proc_config().proc_rank();
const
MPI_Comm
comm
=
myPcomm
->
proc_config
().
proc_comm
();
...
...
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