{ "Meadow" : { # configure Meadow-specific options here: "LSF" : { "SubmissionOptions" : "", # general options that different Meadows can plug into the submission command "PendingAdjust" : 1, # if set and ->can('count_pending_workers_by_rc_id'), adjusts submitted workers by those in pending state "TotalRunningWorkersMax" : 1000, # how many workers can be run on this Meadow in total "farm2" : { "SubmitWorkersMax" : 50, # if set, provides a cut-off on the number of workers being submitted each iteration }, "pcs4" : { "SubmitWorkersMax" : 30, }, "EBI" : { "SubmitWorkersMax" : 60, }, }, "LOCAL" : { "TotalRunningWorkersMax" : 2, "my-quadcore-desktop" : { "TotalRunningWorkersMax" : 4, }, "your-weak-laptop" : { "TotalRunningWorkersMax" : 1, }, }, }, "Graph" : { # configure diagram-generation options here: "Node" : { "Font" : "Times-Roman", "Colour" : "white", "READY" : { "Colour" : "yellow" }, # immediately claimable "WORKING" : { "Colour" : "yellow" }, # immediately claimable "LOADING" : { "Colour" : "orange" }, # need a sync to claim "ALL_CLAIMED" : { "Colour" : "orange" }, # need a sync to claim "SYNCHING" : { "Colour" : "orange" }, # need a sync to complete to claim "BLOCKED" : { "Colour" : "grey" }, # need a sync that may or may not unblock "DONE" : { "Colour" : "green" }, "FAILED" : { "Colour" : "red" }, "Table" : { "Colour" : "black", "Font" : "Courier" }, "Details" : { "Font" : "Helvetica" }, }, "Edge" : { "Font" : "Helvetica", "Data" : { "Colour" : "blue" }, "Control" : { "Colour" : "red" }, "Semablock" : { "Colour" : "red" }, }, "Box" : { "ColourScheme" : "blues9", # Examples: "blues9" or "bugn7" or "orrd8" or "purples7" or "ylorbr9" "ColourOffset" : 1, }, "DisplayDetails" : 1, "DisplayStretched" : 0, "DisplaySemaphoreBoxes" : 1, } }