Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
0d4fc04f
Commit
0d4fc04f
authored
Oct 25, 2014
by
Xin Zhao
Browse files
Revert "MPICH-specific initialization of mxm."
This reverts commit
4ce4103a
.
parent
3b330831
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_init.c
View file @
0d4fc04f
...
...
@@ -107,7 +107,6 @@ static int _mxm_conf(void);
#define FCNAME MPIDI_QUOTE(FUNCNAME)
int
MPID_nem_mxm_init
(
MPIDI_PG_t
*
pg_p
,
int
pg_rank
,
char
**
bc_val_p
,
int
*
val_max_sz_p
)
{
int
r
;
int
mpi_errno
=
MPI_SUCCESS
;
MPIDI_STATE_DECL
(
MPID_STATE_MXM_INIT
);
...
...
@@ -117,15 +116,6 @@ int MPID_nem_mxm_init(MPIDI_PG_t * pg_p, int pg_rank, char **bc_val_p, int *val_
MPIU_Assert
(
sizeof
(
MPID_nem_mxm_vc_area
)
<=
MPID_NEM_VC_NETMOD_AREA_LEN
);
MPIU_Assert
(
sizeof
(
MPID_nem_mxm_req_area
)
<=
MPID_NEM_REQ_NETMOD_AREA_LEN
);
/* mpich-specific initialization of mxm */
/* check if the user is not trying to override the tls setting
* before resetting it */
if
(
getenv
(
"MXM_TLS"
)
==
NULL
)
{
r
=
MPL_putenv
(
"MXM_TLS=rc,dc,ud"
);
MPIU_ERR_CHKANDJUMP
(
r
,
mpi_errno
,
MPI_ERR_OTHER
,
"**putenv"
);
}
mpi_errno
=
_mxm_init
(
pg_rank
,
pg_p
->
size
);
if
(
mpi_errno
)
MPIU_ERR_POP
(
mpi_errno
);
...
...
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