Skip to content

Pr/sharedfp sm logic3 #745

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jul 27, 2015

Conversation

edgargabriel
Copy link
Member

@jsquyres , I redid the entire branch and pull request and I think I incoroporated all your comments/requests except for the two mutex. TO be more detailed:

  • a separate commit for the free() statement
  • a separate commit for fixing the bug that I found on Wednesday in the unnamed semaphore path
  • renamed the data structure to obey to the Open MPI naming convention
  • redid the configure script to just use one variable.

If you have chance, please have a look at it.

… tried to unify the named and unnamed semaphore logic.
Change the code to rely on HAVE_SEM_OPEN etc. instead of my internal macro.
@jsquyres
Copy link
Member

@edgargabriel Thanks -- the separate commits made this much easier to review.

FWIW, you could have used the same/existing PR -- just force-push your new/replacement commits to the old PR. Github will do the Right Thing -- it'll update your PR with the new commits (because the PR is based on the branch, so Github will notice when the branch changes). Note that this is just about the only acceptable case for using a force push. :-)

jsquyres added 2 commits July 25, 2015 05:42
Even if the mutex is actually located in
sm_data->sm_offset_ptr->mutex, have sm_data->mutex point to it.  This
avoids a few #if blocks that are otherwise identical.
No code changes.

Replace tabs with spaces and do other whitespace cleanup (via emacs).
@edgargabriel
Copy link
Member Author

I pulled in two commits from Jeff, and tested and can confirm that they work correctly. Will merge the pr now.

edgargabriel added a commit that referenced this pull request Jul 27, 2015
@edgargabriel edgargabriel merged commit 5e166c8 into open-mpi:master Jul 27, 2015
jsquyres pushed a commit to jsquyres/ompi that referenced this pull request Nov 10, 2015
jsquyres added a commit to jsquyres/ompi that referenced this pull request Nov 10, 2015
…gure-logic

Merge pull request open-mpi#745 from edgargabriel/pr/sharedfp-sm-logic3
jsquyres pushed a commit to jsquyres/ompi that referenced this pull request Aug 23, 2016
@edgargabriel edgargabriel deleted the pr/sharedfp-sm-logic3 branch July 17, 2017 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants