oar-team / batsim

Batsim: Infrastructure simulator for job and I/O scheduling
GNU Lesser General Public License v3.0
30 stars 15 forks source link

Killing jobs when they reach their walltimes #4

Closed mpoquet closed 7 years ago

mpoquet commented 7 years ago

The old SimGrid version does NOT work with Boost 1.61+... :( Furthermore, on more recent SimGrid versions, the method used by Batsim to kill the jobs that reached timeout no longer works.

As a consequence, this functionality has been temporarily disabled: Jobs are run until termination, even if they are longer than their walltime.

mpoquet commented 7 years ago

Fixed by 77ecc099d5.