Skip to content
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

Cherry pick ob1 fixes to release branches #6633

Closed
jsquyres opened this issue May 3, 2019 · 11 comments
Closed

Cherry pick ob1 fixes to release branches #6633

jsquyres opened this issue May 3, 2019 · 11 comments

Comments

@jsquyres
Copy link
Member

jsquyres commented May 3, 2019

Need to cherry-pick the commits from the PRs listed below to v2.x, v3.0.x, v3.1.x, and v4.0.x:

Note that a16cf0e contains use of OPAL_THREAD_SUB_FETCH_SIZE_T and OPAL_THREAD_ADD_FETCH_SIZE_T, neither of which exist before v4.0.x. Porting to the older branches is therefore a bit complex -- I took a whack at it and was not confident enough in what I finally managed to get to compile.

@jsquyres
Copy link
Member Author

jsquyres commented May 3, 2019

FYI: @EmmanuelBRELLE

@bosilca
Copy link
Member

bosilca commented May 3, 2019

I'm working on a fix for the PUT issue. If there is no rush to push this in, let's wait for few days until I'm done.

@jsquyres
Copy link
Member Author

@bosilca Any updates? We're looking at the possibility of 4.0.2 in the "near" future.

@bosilca
Copy link
Member

bosilca commented May 14, 2019

Not enough hours in a day. I'm on the datatype issue right now, so I put this one aside. I might get to it before the end of the week.

@gpaulsen
Copy link
Member

gpaulsen commented Jun 3, 2019

@bosilca Any updates? We're looking at the possibility of 4.0.2 in the "near" future.

@angelhd1999
Copy link

angelhd1999 commented Jun 6, 2019

Same problem here, the only "solution" I have found is to do:

export OMPI_MCA_btl_vader_backing_directory=/tmp

before the mpirun execution.

Can I do something if I do not want to type that export at every run?

Thank you!

@jsquyres
Copy link
Member Author

jsquyres commented Jun 6, 2019

mpirun --mca btl_vader_backing_directory /tmp ... should be equivalent. You can also set MCA params in a file -- see https://www.open-mpi.org/faq/?category=tuning#setting-mca-params.

@gpaulsen
Copy link
Member

PR #6634 cherry-picks these two fixes to v4.0.x branch.
Removing the Target: v4.0.x label to reflect that.

@gpaulsen
Copy link
Member

gpaulsen commented Feb 3, 2020

@jsquyres Have these fixes been backported to v3.1.x and v3.0.x? Can we close this Issue?

@awlauria
Copy link
Contributor

I think this can be closed?

@awlauria
Copy link
Contributor

Closing - this went into the 4.0 series and is in master. 3.0 is closed as far as I know. If someone disagrees, please reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants