Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
14760d49
Commit
14760d49
authored
Oct 28, 2010
by
Guillaume Mercier
Browse files
[svn-r7393] Removed call to Abort
parent
5508558a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpid/ch3/channels/nemesis/nemesis/netmod/newmad/newmad_init.c
View file @
14760d49
...
...
@@ -142,7 +142,7 @@ MPID_nem_newmad_init (MPIDI_PG_t *pg_p, int pg_rank,
fprintf
(
stdout
,
"=== Req netmod area is %4i | Nmad struct size is %4i ===
\n
"
,
MPID_NEM_REQ_NETMOD_AREA_LEN
,
sizeof
(
MPID_nem_newmad_req_area
));
fprintf
(
stdout
,
"===========================================================
\n
"
);
MPIU_Abort
();
/*
MPIU_Abort();
*/
}
mpid_nem_newmad_myrank
=
pg_rank
;
...
...
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