-
Notifications
You must be signed in to change notification settings - Fork 900
accelerators: make components DSOs by default #12036
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
Labels
Comments
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Nov 8, 2023
related to open-mpi#12036 Signed-off-by: Howard Pritchard <[email protected]>
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Nov 16, 2023
related to open-mpi#12036 Signed-off-by: Howard Pritchard <[email protected]>
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Nov 21, 2023
also need to switch rcache/gpsum and rcache/rgpusum to DSO by default. Fix a problem in opal_mca.m4 where the enable-mca-dso list wasn't being processed correctly starting with 5.0.0. related to open-mpi#12036 Signed-off-by: Howard Pritchard <[email protected]>
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Nov 21, 2023
also need to switch rcache/gpsum and rcache/rgpusum to DSO by default. Fix a problem in opal_mca.m4 where the enable-mca-dso list wasn't being processed correctly starting with 5.0.0. related to open-mpi#12036 Signed-off-by: Howard Pritchard <[email protected]>
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Nov 28, 2023
also need to switch rcache/gpsum and rcache/rgpusum to DSO by default. Fix a problem in opal_mca.m4 where the enable-mca-dso list wasn't being processed correctly starting with 5.0.0. related to open-mpi#12036 Signed-off-by: Howard Pritchard <[email protected]>
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Nov 30, 2023
also need to switch rcache/gpsum and rcache/rgpusum to DSO by default. Fix a problem in opal_mca.m4 where the enable-mca-dso list wasn't being processed correctly starting with 5.0.0. related to open-mpi#12036 Signed-off-by: Howard Pritchard <[email protected]>
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Dec 20, 2023
also need to switch rcache/gpsum and rcache/rgpusum to DSO by default. Fix a problem in opal_mca.m4 where the enable-mca-dso list wasn't being processed correctly starting with 5.0.0. related to open-mpi#12036 Signed-off-by: Howard Pritchard <[email protected]> (cherry picked from commit 8601eb5) (cherry picked from commit 9580fd5)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per discussions at 10/31/23 devel call it was decided to build the accelerator (and accelerator-related) components as DSOs by default, per original accelerator framework plan.
The text was updated successfully, but these errors were encountered: