Skip to content
Snippets Groups Projects
Commit 495676e9 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

athena.py: Set ROOT batch mode

Set ROOT batch mode according to `-i` command line flag.
parent 13900410
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ else: ...@@ -75,7 +75,7 @@ else:
min_cppyy_vmem_growth = None min_cppyy_vmem_growth = None
from PyUtils.Helpers import ROOT6Setup from PyUtils.Helpers import ROOT6Setup
ROOT6Setup() ROOT6Setup(batch=opts.run_batch)
if min_cppyy_vmem_growth: if min_cppyy_vmem_growth:
grow_vmem( vmem_before_cppyy + min_cppyy_vmem_growth ) grow_vmem( vmem_before_cppyy + min_cppyy_vmem_growth )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment