Skip to content

Commit

Permalink
fix option
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Nov 4, 2024
1 parent 2882991 commit 3867ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feelpp/benchmarking/reframe/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def buildCommand(self,executable):
f'-S machine_config_path={self.parser.args.exec_config}',
f'--system={self.machine_config.machine}',
f'--exec-policy={self.machine_config.execution_policy}',
f'--prefix={self.machine_config.reframe_base_dir}',
f'--perflogdir={self.machine_config.reframe_base_dir}',
f'--logdir={os.path.join(self.machine_config.reframe_base_dir,"logs")}',
f'--report-file={self.buildReportFilePath(executable)}',
f'{"-"+"v"*self.parser.args.verbose if self.parser.args.verbose else ""}',
Expand Down

0 comments on commit 3867ff7

Please sign in to comment.