Re: [OMPI devel] Submodule change

2021-01-16 Thread Ralph Castain via devel
Hi folks Just a Heads-Up that I have switched the PMIx submodule on OMPI master back to the PMIx master branch so we could pickup a fix for PSM2 support. You will need to do the dance again: git submodule sync git submodule update --init --recursive --remote Ralph On Dec 17, 2020, at 3:21 PM,

Re: [OMPI devel] Submodule change

2020-12-17 Thread Ralph Castain via devel
Just a point of clarification since there was a comment on the PR that made this change. This is _not_ a permanent situation, nor was it done because PMIx had achieved some magic milestone. We changed the submodule to point to the new v4.0 branch so we could test that branch prior to its release

[OMPI devel] Submodule change

2020-12-17 Thread Ralph Castain via devel
Hi folks I just switched OMPI's PMIx submodule to point at the new v4.0 branch. When you want to update, you may need to do the following after a "git pull": git submodule sync git submodule update --init --recursive --remote to get yourself onto the proper branch. Ralph