bohrium-job

Submit, monitor, and manage compute jobs on the Bohrium platform via bohr CLI or API.

11|8|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/dptech-corp/bohrium-skills --skill bohrium-job
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bohrium-job
Source: https://github.com/dptech-corp/bohrium-skills/tree/main/zh/bohrium-job
Command: npx skills add https://github.com/dptech-corp/bohrium-skills --skill bohrium-job

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bohr, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the management of compute jobs on the Bohrium platform, allowing users to submit, monitor, and manage jobs with ease, without the complexities of manual command-line operations.

Core Features & Use Cases

  • Job Submission: Submit compute jobs using the bohr CLI or API, specifying the image, machine type, and command.
  • Job Monitoring: Track the status of jobs in real-time, including running, completed, failed, and scheduled states.
  • Job Management: Terminate, delete, or download results from jobs, and manage job groups for batch operations.
  • Use Case: Suppose you need to run a complex molecular simulation on Bohrium. Use this Skill to submit the job, monitor its progress, and download the results once completed.

Quick Start

Submit a compute job on Bohrium to run a simulation using the bohr CLI with the command: `bohr job submit -m "registry.dp.tech/dptech/deepmd-kit:3.1.1" -t "c4_m15_1 * NVIDIA T4" -c "python train.py" -p ./input_dir/ --project_id YOUR_PROJECT_ID -n "my-job-name"

Frequently Asked Questions about bohrium-job

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I submit a compute job on the Bohrium platform using the CLI?

To submit a Bohrium compute job, use the `bohr job submit` command and specify the required image, machine type, command, input directory, and project ID to initiate the execution.

Can I track the real-time status of my Bohrium simulation jobs?

Yes, you can track Bohrium simulation job status in real-time, allowing you to monitor whether your compute jobs are currently running, completed, failed, or scheduled for execution.

Do I need a Bohrium account to manage compute jobs via the API?

Yes, accessing the Bohrium API or CLI to manage compute jobs requires an active Bohrium account along with the installed `bohr` command-line interface tool.

What's the best way to run a molecular simulation on Bohrium?

The best way to run a molecular simulation is to submit the job via the `bohr` CLI, monitor its real-time progress, and download the simulation results directly once the status shows completed.

How do I manage multiple compute jobs or terminate a running job on Bohrium?

You can manage multiple Bohrium compute jobs by using the CLI to organize job groups for batch operations, or individually terminate, delete, and download results from specific running jobs.

What parameters are required to configure a compute job via the bohr CLI?

Configuring a compute job via the bohr CLI requires parameters including the machine type, execution command, Docker image, project ID, input directory path, and an optional job name.