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

Removed OSG modules dependency #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

rynge
Copy link

@rynge rynge commented Mar 1, 2024

OSG is no longer providing modules in the environment. This PR removes the modules dependency from both the job submit file, as well as the job wrapper. We are also moving to newer software environments, so these changes needs to be tested. In summary:

  • Removed modules and RHEL7 from the job requirements
  • Non-GPU jobs will run on Rocky 9 by default
  • For GPU jobs, use the newish require_gpus attribute to specify the lowest GPU capability for the jobs.
  • Move the lowest capability to 7.0, as that is probably the lowest you will see in the pool
  • Moved to tensorflow 2.15 image
  • For Python jobs, just depend on the Python environment in the Rocky 9 base image - this needs some extra testing as there might be Python modules missing.

@mkandes
Copy link
Member

mkandes commented Mar 3, 2024

@kenneth59715 - It's been awhile, but I think this needs to get deployed on nsgdev first? I don't think I can test this directly on nsgosg myself.

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