Skip to content

Commit

Permalink
ch3: Fix tag upper limit initialization
Browse files Browse the repository at this point in the history
The value of tag_ub is initialized in MPIR_Init_thread, but was
incorrectly reset in ch3 device initialization. This patch fixes it.

Signed-off-by: Ken Raffenetti <raffenet@mcs.anl.gov>
  • Loading branch information
minsii authored and raffenet committed Apr 18, 2018
1 parent b5330e5 commit c597c8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mpid/ch3/src/mpid_init.c
Expand Up @@ -157,7 +157,6 @@ int MPID_Init(int *argc, char ***argv, int requested, int *provided,
* Set global process attributes. These can be overridden by the channel
* if necessary.
*/
MPIR_Process.attrs.tag_ub = INT_MAX;
MPIR_Process.attrs.io = MPI_ANY_SOURCE;

/*
Expand Down

0 comments on commit c597c8d

Please sign in to comment.