You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
mattspy/mattspy/condor_exec.py
Line 153 in 497ec00
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 text was updated successfully, but these errors were encountered: