We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae86a2 commit 77c2f95Copy full SHA for 77c2f95
libexec/scaling
@@ -11,9 +11,9 @@ def cli():
11
cli.add_argument('datafile', help='input EVIO/HIPO data file')
12
cfg = cli.parse_args()
13
cfg.threads = cfg.threads.split(',')
14
- cfg.run_clara = find_run_clara(cfg.clara)
15
if not cfg.clara:
16
cli.error('cannot find CLARA installation via -c or $CLARA_HOME')
+ cfg.run_clara = find_run_clara(cfg.clara)
17
if not cfg.run_clara:
18
cli.error('cannot find run-clara in $PATH or CLARA installation')
19
if cfg.numa is not None:
0 commit comments