Ticket 12798

Summary: missing symbol
Product: Slurm Reporter: mike coyne <mcoyne>
Component: PMIxAssignee: Tim Wickberg <tim>
Status: RESOLVED DUPLICATE QA Contact:
Severity: C - Contributions    
Priority: --- CC: bsantos, ndobson
Version: 21.08.2   
Hardware: Linux   
OS: Linux   
Site: LANL Alineos Sites: ---
Atos/Eviden Sites: --- Confidential Site: ---
Coreweave sites: --- Cray Sites: ---
DS9 clusters: --- HPCnow Sites: ---
HPE Sites: --- IBM Sites: ---
NOAA SIte: --- OCF Sites: ---
Recursion Pharma Sites: --- SFW Sites: ---
SNIC sites: --- Linux Distro: RHEL
Machine Name: kit test clluster CLE Version:
Version Fixed: Target Release: ---
DevPrio: --- Emory-Cloud Sites: ---
Attachments: pmix_v4 plugin type proposed definition patch

Description mike coyne 2021-11-01 13:33:41 MDT
Created attachment 22061 [details]
pmix_v4 plugin type proposed definition patch

srun: error: plugin_load_from_file: dlopen(/usr/lib64/slurm/mpi_pmix_v4.so): /usr/lib64/slurm/mpi_pmix_v4.so: undefined symbol: plugin_type
srun: error: Couldn't load specified plugin name for mpi/pmix_v4: Dlopen of plugin file failed
srun: error: cannot create mpi context for mpi/pmix_v4
srun: error: invalid MPI type 'pmix_v4', --mpi=list for acceptable types
...
the symbol plugin type seems to be defined in
src/plugins/mpi/pmix/mpi_pmix.c

the attached patch seems to have corrected this issue.
i will report back any additional issue i find.
Comment 1 Jason Booth 2021-11-01 13:57:10 MDT
Hi Mike I am marking this as a duplicate of 12396 where we have a discussion going on currently about this topic.

Both of these issues are directly related to this, where 12396 is honestly a duplicate of 7263, but the conversation is more active on 12396.


bug#7263
bug#12396

*** This ticket has been marked as a duplicate of ticket 12396 ***