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

Manage dataset configuration #53

Merged
merged 31 commits into from
Jul 26, 2023

Conversation

rsreds
Copy link
Collaborator

@rsreds rsreds commented Feb 7, 2023

Prototype implementation of a system to manage datasets.
Uses json file to define datasets to be used for data creation in Storage Services, then accessed by jobs.

#17

@rsreds rsreds changed the title Manage dataset configuration Draft: Manage dataset configuration Feb 7, 2023
@rsreds
Copy link
Collaborator Author

rsreds commented Mar 1, 2023

  • Manage workload with no infile
  • Put assignfiles as a method of workload
  • Handle multiple dataset for workload (concatenate files vector)

@rsreds rsreds marked this pull request as ready for review April 11, 2023 14:56
@rsreds
Copy link
Collaborator Author

rsreds commented Apr 14, 2023

  • Remove CLI options
  • Merge workload constructors
  • Remove files epr job argument
  • Fix .sh script and add config files for those

@rsreds rsreds marked this pull request as draft April 14, 2023 09:12
@rsreds rsreds marked this pull request as ready for review April 17, 2023 09:39
Copy link
Collaborator

@HerrHorizontal HerrHorizontal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just have some minor comments and requests (see comments).

src/Dataset.cpp Show resolved Hide resolved
src/Workload.cpp Show resolved Hide resolved
src/Workload.cpp Show resolved Hide resolved
src/SimpleSimulator.cpp Show resolved Hide resolved
src/SimpleSimulator.cpp Show resolved Hide resolved
src/SimpleSimulator.cpp Show resolved Hide resolved
@HerrHorizontal HerrHorizontal changed the title Draft: Manage dataset configuration Manage dataset configuration Apr 19, 2023
rsreds added 16 commits July 26, 2023 11:01
Add dataset_configuration option for main
Create Dataset class for dataset specs

Doesn't do anything for now
Not working.
Missing a way to specify the files from the workload.
Add dataset_configuration option for main
Create Dataset class for dataset specs

Doesn't do anything for now
Not working.
Missing a way to specify the files from the workload.
For handling strings or array of strings for datasets and workload
configuration
rsreds added a commit to rsreds/DCSim that referenced this pull request Jul 26, 2023
@rsreds
Copy link
Collaborator Author

rsreds commented Jul 26, 2023

Should merge after #61

Copy link
Collaborator

@HerrHorizontal HerrHorizontal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Finally, it is done! Congratulations to us all!

@HerrHorizontal HerrHorizontal merged commit 04f2035 into HEPCompSim:main Jul 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

Successfully merging this pull request may close these issues.

2 participants