View source: R/launcher-functions.R
launcherPlacementConstraint | R Documentation |
Define a launcher placement constraint, suitable for use with the
placementConstraints
argument to
launcherSubmitJob()
.
launcherPlacementConstraint(name, value = NULL)
name |
The name of this placement constraint. |
value |
The value of the constraint. A job will only be placed on a requested node if the requested placement constraint is present. |
Other job-launcher functionality:
launcherAvailable()
,
launcherConfig()
,
launcherContainer()
,
launcherControlJob()
,
launcherGetInfo()
,
launcherGetJob()
,
launcherGetJobs()
,
launcherHostMount()
,
launcherNfsMount()
,
launcherResourceLimit()
,
launcherSubmitJob()
,
launcherSubmitR()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.