<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Jens,<br>
    <br>
    Check out <a class="moz-txt-link-freetext" href="https://slurm.schedmd.com/reservations.html">https://slurm.schedmd.com/reservations.html</a> specifically
    the "
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    Reservations Floating Through Time" section. In your case, set a
    walltime of 14 days for your partition that contains n[01-10]. Then,
    create a floating reservation on node n[06-10] for n + 1 day where
    "n" is always evaluated as now.<br>
    <br>
    If you wish to allow the user more control, then specify a "Feature"
    in slurm.conf for you nodes. Something like:<br>
    NodeName=n[01-05] Sockets=1 CoresPerSocket=48 ThreadsPerCore=2
    State=UNKNOWN Feature=long<br>
    NodeName=n[06-10] Sockets=1 CoresPerSocket=48 ThreadsPerCore=2
    State=UNKNOWN Feature=short<br>
    <br>
    The feature is an arbitrary string that the admin sets. Then a user
    could specify in their submission as something like:<br>
    sbatch --constraint="long|short" batch.slurm<br>
    <br>
    Best,<br>
    Cyrus<br>
    <br>
    <div class="moz-cite-prefix">On 08/13/2018 08:28 AM, Loris Bennett
      wrote:<br>
    </div>
    <blockquote cite="mid:87in4e9yzy.fsf@hornfels.zedat.fu-berlin.de"
      type="cite">
      <pre wrap="">Hi Jens,

Jens Dreger <a class="moz-txt-link-rfc2396E" href="mailto:jens.dreger@physik.fu-berlin.de"><jens.dreger@physik.fu-berlin.de></a> writes:

</pre>
      <blockquote type="cite">
        <pre wrap="">Hi everyone!

Is it possible to transparently assign different walltime limits
to nodes without forcing users to specify partitions when submitting
jobs?

Example: let's say I have 10 nodes. Nodes n01-n05 should be available
for jobs with a walltime up to 14 days, while n06-n10 should only
be used for jobs with a walltime limit less then 1 day. Then as long
as nodes n06-n10 have free resources, jobs with walltime <1day should
be scheduled to these nodes. If n06-n10 are full, jobs with walltime
<1day should start on n01-n05. Users should not have to specify
partitions.

Would this even be possible to do with just one partition much
like nodes with different memory size using weights to fill nodes
with less memoery first?

Background of this question is that it would be helpfull to be able
to lower the walltime for a rack of nodes, e.g. when adding this rack
to an existing cluster in order to be able to easily shut down just
this rack after one day in case of instabilities. Much like adding
N nodes to a cluster without changing anything else and have only
jobs with walltime <1day on thiese nodes in the beginning.
</pre>
      </blockquote>
      <pre wrap="">
If you just want to reduce the allowed wall-time for a given rack, can't
you just use a maintenance reservation for the appropriate set of nodes?

Cheers,

Loris

</pre>
    </blockquote>
    <br>
  </body>
</html>