phoenix
phoenix copied to clipboard
linear_regression example: max_procs undefined if not _SOLARIS_
In linear_regression example: max_procs
defined in line 427 (MapReduceScheduler.c) in #ifdef _SOLARIS_
not defined for later usage in line 473 if not _SOLARIS_
@smoes want to submit a PR on this? Thanks
What's the fix for this? Is this Solaris-only and should be ifdef'd out or should max_procs be defined in the Linux def via another means?