Ticket 381 - Possible header file mismatch
Summary: Possible header file mismatch
Status: RESOLVED FIXED
Alias: None
Product: Slurm
Classification: Unclassified
Component: Other (show other tickets)
Version: 2.5.x
Hardware: Linux Linux
: 3 - Medium Impact
Assignee: David Bigagli
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2013-07-24 10:36 MDT by David Parks
Modified: 2013-07-24 10:55 MDT (History)
1 user (show)

See Also:
Site: -Other-
Slinky Site: ---
Alineos Sites: ---
Atos/Eviden Sites: ---
Confidential Site: ---
Coreweave sites: ---
Cray Sites: ---
DS9 clusters: ---
Google sites: ---
HPCnow Sites: ---
HPE Sites: ---
IBM Sites: ---
NOAA SIte: ---
NoveTech Sites: ---
Nvidia HWinf-CS Sites: ---
OCF Sites: ---
Recursion Pharma Sites: ---
SFW Sites: ---
SNIC sites: ---
Tzag Elita Sites: ---
Linux Distro: ---
Machine Name:
CLE Version:
Version Fixed:
Target Release: ---
DevPrio: ---
Emory-Cloud Sites: ---


Attachments

Note You need to log in before you can comment on or make changes to this ticket.
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