Get job results
This article introduces how to obtain job results after the job is completed. Bohrium currently provides three ways to get results.
Get job results from the Bohrium web interface
After the job is completed, you can download the results or save them to /data
from the Jobs.
Get job results from command-line interface
You can use the Bohrium CLI tool to download the results of jobs:
bohr job download -j <JOB ID>
bohr job_group download -j <JOB GROUP ID>
Please replace the Job_ID
in the example with the job ID you want to download.
Automatic download of results
If you submit jobs on the Bohrium management node, you can add the -r
parameter to enable the automatic download of results. In the example, the results will be automatically downloaded to the /personal/result
.
bohr job submit -i job.json -p ./ -r /personal/result