1
1
openmpi/opal/mca/pmix/s1
Ralph Castain cd52ccdb68 Move past the '.' when getting jobstepid
The strtoul function returns the pointer to the first non-digit character, which is a '.' in this case. Calling strtoul at that point will always yield a zero - you have to move past it to get the remaining number

Thanks to Greg Lee for the detailed analysis of the problem.

Signed-off-by: Ralph Castain <rhc@open-mpi.org>
2018-04-04 11:22:38 -07:00
..
configure.m4 Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
Makefile.am mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
owner.txt add owner files to opa/ompi/orte mca directories 2015-02-22 15:10:23 -07:00
pmix_s1_component.c pmix/s1: fix indentation (only) 2016-08-06 16:30:45 +06:00
pmix_s1.c Move past the '.' when getting jobstepid 2018-04-04 11:22:38 -07:00
pmix_s1.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00