[ros-bugs] [Bug 2778] New: cpucount from RosBE

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Tue Oct 30 13:50:40 CET 2007


http://www.reactos.org/bugzilla/show_bug.cgi?id=2778

           Summary: cpucount from RosBE
           Product: ReactOS
           Version: TRUNK
          Platform: x86 Hardware
        OS/Version: ReactOS
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: Patches
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: rafkup at gmail.com
         QAContact: ros-bugs at reactos.org


With MAKEOPTS you define how many parallel compilations should occur. A good
choice is the number of cores/CPUs in your system plus one.

Good choice would be changing this line:

printf( "%u\n", sysconf(_SC_NPROCESSORS_ONLN) );

to:

printf( "%u\n", sysconf(_SC_NPROCESSORS_ONLN)+1 );


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the Ros-bugs mailing list