[ET Trac] [Einstein Toolkit] #536: Don't overload machines while building

Einstein Toolkit trac-noreply at einsteintoolkit.org
Fri Aug 26 12:41:51 CDT 2011


#536: Don't overload machines while building
--------------------------+-------------------------------------------------
  Reporter:  eschnett     |       Owner:  eschnett
      Type:  enhancement  |      Status:  new     
  Priority:  optional     |   Milestone:          
 Component:  SimFactory   |     Version:          
Resolution:               |    Keywords:          
--------------------------+-------------------------------------------------

Comment (by hinder):

 GNU make has a -l option to specify a load threshold above which further
 tasks will not be spawned.  In principle this would solve the problem.  In
 practice I have observed it to severely underutilise the machine, with the
 load on the machine never approaching what I set it to.

   From man make:

          -l [load], --load-average[=load]
             Specifies  that  no new jobs (commands) should be started if
 there are others jobs running and the load average is at
             least load (a floating-point number).  With no argument,
 removes a previous load limit.

-- 
Ticket URL: <https://trac.einsteintoolkit.org/ticket/536#comment:1>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit


More information about the Trac mailing list