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

Possibility to provide user-defined ERF file for JSRUN_ERF LM #3207

Open
mtitov opened this issue Jul 3, 2024 · 0 comments
Open

Possibility to provide user-defined ERF file for JSRUN_ERF LM #3207

mtitov opened this issue Jul 3, 2024 · 0 comments

Comments

@mtitov
Copy link
Contributor

mtitov commented Jul 3, 2024

User has an extended version of the ERF file (compare to a basic one generated by RP LM JSRUN_ERF)

  • Could this information be provided within td.metadata? e.g., {'lm': {'erf': '<file_path>'}} and user is responsible to set input_staging if file_path is not an absolute path.

Example for the user defined ERF

app 0: <user_defined_application>  # probably this could be skipped
cpu_index_using: logical
overlapping_rs: allow
oversubscribe_cpu: warn
oversubscribe_gpu: allow
oversubscribe_mem: allow
launch_distribution: packed
rank: <rank_id>: { host: <host_id>; cpu: {<cpu_range>} ; gpu: {<gpu_id/gpu_range>} ; mem: {<mem_range>} } : app 0
rank: ...

p.s., this task is part of the UQ and Workflow Management Software working group, and specifically for the Lattice QCD community


p.p.s., additionally, review available metadata keys: as part of this effort - make an "inventory" of other keys used within metadata attribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants