pmodels / mpich

Official MPICH Repository
http://www.mpich.org
Other
535 stars 280 forks source link

pamid: MPICOM win_acc11 win_acc14 with mpich2 failed at 32bit. #1894

Closed mpichbot closed 7 years ago

mpichbot commented 7 years ago

Originally by suhuang on 2013-07-03 08:14:15 -0500


In onesided communcation, the input arguments such as pami_put_simple_t, pami_get_simple_t and pami_rget_simple_t were not initialized before passing them to PAMI_Get() or PAMI_Put() call. The result of PAMI calls with these un-initialized params is undefined.

To fix the problem, for each PAMI_Get() or MPI_Put() call, a memset(), which zero out the params structure, is added before initializing the fields in the params. (D191388)

mpichbot commented 7 years ago

Originally by suhuang on 2013-07-03 08:15:07 -0500


commit 11cc7b9dab7c974bafef2235aba188d5a292d00c

mpichbot commented 7 years ago

Originally by suhuang on 2013-07-09 10:02:23 -0500


commit d574ddeac1ae121e49ebc3578ed5e9e60a37a4f7

mpichbot commented 7 years ago

Originally by balaji on 2013-07-16 15:13:04 -0500


The hashes provided above are not valid. Can you create a ticket branch on what we need to cherry-pick?

mpichbot commented 7 years ago

Originally by blocksom on 2013-07-16 15:19:07 -0500


I think this is in branch mpich-ibm/ticket-1894.

http://git.mpich.org/mpich-ibm.git/commit/fca8776881a02f5c049d072040033f581abdcaec

mpichbot commented 7 years ago

Originally by balaji on 2013-07-16 15:43:14 -0500


Pushed to mpich/master in [90522a13].