Project

General

Profile

Idea #2880

Updated by Brett Smith almost 10 years ago

h3. Implement runtime constraints 

 The runtime constraints are currently specced as: 

 * @min_ram_mb_per_node@ - The amount of RAM (MiB) available on each Node. 
 * @min_scratch_mb_per_node@ - The amount of disk space (MiB) available for local caching on each Node. 

 For now, crunch-dispatch should start the biggest job that it can given the Nodes that are currently available.

Back