<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    I would like to configure SLURM with two partitions:<br>
    <ul>
      <li>one called "batch.q" only for batchs jobs</li>
      <li>one called "interactive.q" only for batch jobs</li>
    </ul>
    What I want to get is a batch partition that doesn't allow "srun"
    commands from the command line and a interactive partition only for
    "srun" commands.<br>
    <br>
    Is it possible in SLURM?<br>
    <br>
    Thanks.
  </body>
</html>