phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

linear_regression example: max_procs undefined if not _SOLARIS_

Open smoes opened this issue 9 years ago • 2 comments

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 avatar Apr 27 '15 11:04 smoes

@smoes want to submit a PR on this? Thanks

kozyraki avatar Apr 27 '15 16:04 kozyraki

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?

dovedevic avatar Jul 07 '21 20:07 dovedevic