Skip to content
Snippets Groups Projects
  • Mark Grondona's avatar
    5d133241
    o Remove all instances of constant poll() timeouts (only timeout if needed) · 5d133241
    Mark Grondona authored
     o Move checks for launch or exit timeouts from IO thread into msg.c
     o Added new "undocumented" options --max-launch-time and --max-exit-timeout
       for use in testing.
     o Do not wantonly terminate IO thread when job moves into state
       TERMINATED, only exit on FORCETERM. (this allows collection of error
       messages from slurmds)
     o Small amount of code cleanup in io.c, signals.c
    5d133241
    History
    o Remove all instances of constant poll() timeouts (only timeout if needed)
    Mark Grondona authored
     o Move checks for launch or exit timeouts from IO thread into msg.c
     o Added new "undocumented" options --max-launch-time and --max-exit-timeout
       for use in testing.
     o Do not wantonly terminate IO thread when job moves into state
       TERMINATED, only exit on FORCETERM. (this allows collection of error
       messages from slurmds)
     o Small amount of code cleanup in io.c, signals.c