beckermr/mattspy

It would be nice to have this prefix configurable

Opened this issue · 1 comments

"job-%s-%s" % (exec.execid, subid),

So job names would be something like

{myjobname}-{worker_number}

where myjobname can be user specified and worker_number goes from 1 to n workers

currently they show up as job-a7c1c31696ae46f28893a455285a1a7b-92c0d72bc5534284997044dc0ad99c5a which is inscrutable.

The worker number would go past n_workers since this is not a pilot job model. The random hashes in the name actually correspond to the paths where the job data is located in the lsf-exec directory. This is a debugging feature.