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

Change HTCondor implementation/API/tests/examples #220

Closed
7 of 8 tasks
henricasanova opened this issue Feb 11, 2021 · 0 comments
Closed
7 of 8 tasks

Change HTCondor implementation/API/tests/examples #220

henricasanova opened this issue Feb 11, 2021 · 0 comments
Assignees
Labels
Milestone

Comments

@henricasanova
Copy link
Contributor

henricasanova commented Feb 11, 2021

Here are changes that need to be done:

  • HTCondorService takes a single list of compute services, which all must be BareMetal of Batch
  • Grid universe jobs must have a service-specific argument that specifies which batch service to use, based on Service::getName()
  • Grid universe jobs must have their other service-specific arguments passed in by the user
  • There should be a property to have a Grid universe job overhead (which does a sleep)
  • Non-grid universe jobs should be executed greedily on BareMetal services, without oversubscribing the resources
  • Tests need to be rewritten
  • Example needs to be rewritten
  • Documentation
@henricasanova henricasanova added this to the v1.9 milestone Feb 11, 2021
@henricasanova henricasanova changed the title Add a HTCondor GridUniverse Example Change HTCondor implementation/API/tests/examples Aug 12, 2021
henricasanova added a commit that referenced this issue Aug 12, 2021
… of services, only allowing BareMetal or Batch. Some code cleanup.
henricasanova added a commit that referenced this issue Aug 14, 2021
henricasanova added a commit that referenced this issue Aug 14, 2021
henricasanova added a commit that referenced this issue Aug 14, 2021
henricasanova added a commit that referenced this issue Aug 16, 2021
henricasanova added a commit that referenced this issue Aug 16, 2021
henricasanova added a commit that referenced this issue Aug 16, 2021
henricasanova added a commit that referenced this issue Aug 16, 2021
henricasanova added a commit that referenced this issue Aug 16, 2021
henricasanova added a commit that referenced this issue Aug 16, 2021
Implemented pre- and post-overhead for StandardJobs at the WorkUnit level
Minor fixes/cleanup
HTCondor Example finalization
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants