job_name (str): The name of the job. It will be updated when yaml file is provided. The yaml file might be set when initialize BohriumToolkit. (default: :obj:bohr-job)
machine_type (str): The type of machine to use. It will be updated when yaml file is provided. The yaml file might be set when initialize BohriumToolkit. (default: :obj:c2_m4_cpu)
cmd (str): The command to run. It will be updated when yaml file is provided. The yaml file might be set when initialize (default: :obj:mpirun -n 2 lmp_mpi -i in.shear)
image_address (str): The address of the image to use. It will be updated when yaml file is provided. The yaml file might be set when initialize BohriumToolkit. (default: :obj:registry.dp.tech/dptech/lammps:29Sep2021)
Returns:Dict[str, Any]: The result of the job submission.