Skip to content

Conversation

@jsquyres
Copy link
Member

@jsquyres jsquyres commented Jul 2, 2015

When you "autogen.pl --no-ompi", the AC_SIZEOF(bool) test is not run. But we do run AC_SIZEOF(_Bool), which is the equivalent. So switch the uses of SIZEOF_BOOL in the code base to be SIZEOF__BOOL, and it's all good.

@rhc54 Did the bool improvements come over to v2.x yet? If not, this patch will need to be included in the PR to v2.x.

When you "autogen.pl --no-ompi", the AC_SIZEOF(bool) test is not run.
But we *do* run AC_SIZEOF(_Bool), which is the equivalent.  So switch
the uses of SIZEOF_BOOL in the code base to be SIZEOF__BOOL, and it's
all good.
@jsquyres jsquyres added the bug label Jul 2, 2015
@rhc54
Copy link
Contributor

rhc54 commented Jul 2, 2015

@jsquyres good catch - this builds on my prior PR, yes? I honestly don't recall if the other bool changes came across yet.

@jsquyres
Copy link
Member Author

jsquyres commented Jul 2, 2015

Yes, this builds on the prior bool cleanup stuff we did last week at the dev meeting. I noticed it this morning when an "autogen.pl --no-ompi" build failed to compile.

@jsquyres
Copy link
Member Author

jsquyres commented Jul 2, 2015

@miked-mellanox Is Mellanox's Jenkins not working today?

jsquyres added a commit that referenced this pull request Jul 2, 2015
@jsquyres jsquyres merged commit 4e7d979 into open-mpi:master Jul 2, 2015
@jsquyres jsquyres deleted the pr/autogen-no-ompi-bool-fixes branch July 2, 2015 16:19
@mike-dubman
Copy link
Member

it does, but fails to update status on github.
http://bgate.mellanox.com/jenkins/job/gh-ompi-release-v1.8-pr/

we are checking how to fix it.

jsquyres added a commit to jsquyres/ompi that referenced this pull request Nov 10, 2015
…l_base_alltoall_intra_basic_inplace

coll/base: fix memory allocation in mca_coll_base_alltoall_intra_basi…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants