Submit a job with a job name (bsub -J)

You can associate a name with a job or job array.

About this task

Job names can contain up to 4094 characters.

You can later use the job name to identify the job. The job name need not be unique.

Procedure

Use bsub -J job_name to submit a job and assign a job name to it.

For example, to submit a job and assign the name my_job:

bsub -J my_job sleep 1000