Ticket 381

Summary: Possible header file mismatch
Product: Slurm Reporter: David Parks <dparks>
Component: OtherAssignee: David Bigagli <david>
Status: RESOLVED FIXED QA Contact:
Severity: 3 - Medium Impact    
Priority: --- CC: da
Version: 2.5.x   
Hardware: Linux   
OS: Linux   
Site: -Other- 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: ---
Machine Name: CLE Version:
Version Fixed: Target Release: ---
DevPrio: --- Emory-Cloud Sites: ---

Description David Parks 2013-07-24 10:36:26 MDT
Hi,

It appears that there is a mismatch between the definition of the PMI2 maximum sizes of the VAL field in header files ./src/plugins/mpi/pmi2/pmi.h and ./src/api/slurm_pmi.h.

pmi.h has MAXVALLEN defined to be 1024, but slurm_pmi.h has PMI_MAX_VAL_LEN defined to be 256.

Recompiling SLURM with PMI_MAX_VAL_LEN defined as 1024 allows our test program to initialize and run to completion.

Best regards,

Dave
David Parks
Performance
dparks@cray.com
Comment 1 David Bigagli 2013-07-24 10:55:42 MDT
Fixed in master branch.

Thanks, David