{ "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: "Colours" : { "Status" : { "BLOCKED" : "grey", "LOADING" : "yellow", "SYNCHING" : "yellow", "READY" : "yellow", "WORKING" : "yellow", "ALL_CLAIMED" : "yellow", "DONE" : "green", "FAILED" : "red", "OTHER" : "white", "TABLE" : "black", }, "Flows" : { "data" : "blue", "control" : "red", "semablock" : "red", }, "SemaphoreBoxes" : { "ColourScheme" : "blues9", # Examples: "blues9" or "bugn7" or "orrd8" or "purples7" or "ylorbr9" "ColourOffset" : 1, }, }, "Fonts" : { "node" : "Helvetica", "edge" : "Helvetica", }, "DisplayDetails" : 1, "DisplayStretched" : 0, "DisplaySemaphoreBoxes" : 1, } }