Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It would be nice to have this prefix configurable #12

Open
esheldon opened this issue Feb 9, 2022 · 1 comment
Open

It would be nice to have this prefix configurable #12

esheldon opened this issue Feb 9, 2022 · 1 comment

Comments

@esheldon
Copy link

esheldon commented Feb 9, 2022

"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.

@beckermr
Copy link
Owner

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.

@beckermr beckermr reopened this Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants