CHTC / templates-GPUs

Template job submissions using GPUs in CHTC
MIT License
39 stars 11 forks source link

requirement_updates #23

Closed PatStiles closed 1 year ago

ChristinaLK commented 2 years ago

We may want to merge as a non-master branch so it's easier to clone and test them before switching over.

agitter commented 2 years ago

We may want to merge as a non-master branch so it's easier to clone and test them before switching over.

Good point. I'll attempt to follow https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request

Edit: it worked, now using requirement_updates

PatStiles commented 2 years ago

sounds good guys! Christina just to check my understanding, the correct usage for a requirement using the gpu driver version would be require_gpus = (GPUs_DriverVersion >= 11.1)???

ChristinaLK commented 2 years ago

It would technically be something like:

require_gpus = (DriverVersion >= 11.1)???