Skip to content

Commit

Permalink
Allow specifying a walltime limit on systems without cgroups.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippWendler committed Feb 17, 2015
1 parent 95a5de9 commit 7f744c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions benchexec/runexecutor.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,6 @@ def execute_run(self, args, output_filename,
else:
if walltimelimit <= 0:
sys.exit("Invalid wall time limit {0}.".format(walltimelimit))
if not self.cgroupsParents[CPUACCT]:
sys.exit("Wall time limit is not implemented for systems without cpuacct cgroup.")

if cores is not None:
if self.cpus is None:
Expand Down

0 comments on commit 7f744c2

Please sign in to comment.