Skip to content
Snippets Groups Projects
Commit 518a35d7 authored by Moe Jette's avatar Moe Jette
Browse files

Expand explanation of RMPOLLINTERVAL in Maui scheduler documentation.

parent 2cd837d2
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<meta http-equiv="keywords" content="Simple Linux Utility for Resource Management, SLURM, resource management, <meta http-equiv="keywords" content="Simple Linux Utility for Resource Management, SLURM, resource management,
Linux clusters, high-performance computing, Livermore Computing"> Linux clusters, high-performance computing, Livermore Computing">
<meta name="LLNLRandR" content="UCRL-WEB-204324"> <meta name="LLNLRandR" content="UCRL-WEB-204324">
<meta name="LLNLRandRdate" content="12 January 2004"> <meta name="LLNLRandRdate" content="8 July 2004">
<meta name="distribution" content="global"> <meta name="distribution" content="global">
<meta name="description" content="Simple Linux Utility for Resource Management"> <meta name="description" content="Simple Linux Utility for Resource Management">
<meta name="copyright" <meta name="copyright"
...@@ -89,6 +89,11 @@ also set a polling interval with ...@@ -89,6 +89,11 @@ also set a polling interval with
RMPOLLINTERVAL 00:00:20 RMPOLLINTERVAL 00:00:20
</pre> </pre>
I like Maui to poll SLURM quite often -- in this case every 20 seconds. I like Maui to poll SLURM quite often -- in this case every 20 seconds.
Note that a job submitted to an idle cluster will not be initiated until
the Maui daemon polls SLURM and decides to make it run, so the value of
RMPOLLINTERVAL should be set to a value appropriate for your site
considering both the desired system responsiveness and the overhead of
executing Maui daemons too frequently.
The sample SLURM configuration file contains a schedule section that The sample SLURM configuration file contains a schedule section that
looks like this: looks like this:
...@@ -126,7 +131,7 @@ always be a compiled-in feature. ...@@ -126,7 +131,7 @@ always be a compiled-in feature.
<td colspan="3"><hr> <p>For information about this page, contact <a href="mailto:slurm-dev@lists.llnl.gov">slurm-dev@lists.llnl.gov</a>.</p> <td colspan="3"><hr> <p>For information about this page, contact <a href="mailto:slurm-dev@lists.llnl.gov">slurm-dev@lists.llnl.gov</a>.</p>
<p><a href="http://www.llnl.gov/"><img align=middle src="lll.gif" width="32" height="32" border="0"></a></p> <p><a href="http://www.llnl.gov/"><img align=middle src="lll.gif" width="32" height="32" border="0"></a></p>
<p class="footer">UCRL-WEB-204324<br> <p class="footer">UCRL-WEB-204324<br>
Last modified March 12, 2004</p></td> Last modified July 8, 2004</p></td>
</tr> </tr>
</table> </table>
</td> </td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment