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

[Feature Request]: need a documentation for fireworks.core.launchpad.LaunchPad.update_spec() #537

Open
jinlhr542 opened this issue Sep 21, 2024 · 0 comments

Comments

@jinlhr542
Copy link

Problem

Dear developers,

I am new in FIREWORKS and I recently need to code a project using queue adapters to submit jobs through different computing resources (with different number of cores, tasks etc.). I am trying to use fireworks.core.launchpad.LaunchPad.update_spec() to achieve flexibility in queue submission. However, I have reviewed the document but have not found a detailed tutorial or reference for how to setting queue adapter parameters. It would be greatly appreciated if a parameter reference can be provided here. For instance I tried to use lpad.update_spec(fw_ids, {'$set' : 'ntasks_per_node' : 26}) to specify the number of tasks per node, but it turns out that this modification did not work and the queue adapter still used the default settings by the config file my_qadapter.yaml.

Proposed Solution

Provide a detailed documentation or parameter reference on how to modify queue adapter parameters using lpad.update_spec()

Alternatives

No response

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

1 participant