EVOLUTION-MANAGER
Edit File: launcherPlacementConstraint.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Define a Launcher Placement Constraint</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for launcherPlacementConstraint {rstudioapi}"><tr><td>launcherPlacementConstraint {rstudioapi}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Define a Launcher Placement Constraint</h2> <h3>Description</h3> <p>Define a launcher placement constraint, suitable for use with the <code>placementConstraints</code> argument to <code><a href="launcherSubmitJob.html">launcherSubmitJob()</a></code>. </p> <h3>Usage</h3> <pre> launcherPlacementConstraint(name, value = NULL) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>name</code></td> <td> <p>The name of this placement constraint.</p> </td></tr> <tr valign="top"><td><code>value</code></td> <td> <p>The value of the constraint. A job will only be placed on a requested node if the requested placement constraint is present.</p> </td></tr> </table> <h3>See Also</h3> <p>Other job submission: <code><a href="launcherConfig.html">launcherConfig</a>()</code>, <code><a href="launcherContainer.html">launcherContainer</a>()</code>, <code><a href="launcherHostMount.html">launcherHostMount</a>()</code>, <code><a href="launcherNfsMount.html">launcherNfsMount</a>()</code>, <code><a href="launcherResourceLimit.html">launcherResourceLimit</a>()</code>, <code><a href="launcherSubmitJob.html">launcherSubmitJob</a>()</code>, <code><a href="launcherSubmitR.html">launcherSubmitR</a>()</code> </p> <hr /><div style="text-align: center;">[Package <em>rstudioapi</em> version 0.11 <a href="00Index.html">Index</a>]</div> </body></html>