1fd5b0402a
* Fix linux paffinity component to make a "best" guess when PLPA can't find topology information in the Linux kernel. That is, if PLPA can't tell us the max_processor_id, just assume that it's the same as the number of processors. If you have a more complex system than that (e.g., you have holes in your available processor IDs), you'll likely be running a Linux kernel that supports the topology information, and this problem won't happen. * Make sure to conver the return codes from PLPA to OPAL_ERR* codes. This commit was SVN r19001. The following Trac tickets were found above: Ticket 1250 --> https://svn.open-mpi.org/trac/ompi/ticket/1250