Skip to content

BUG: make sure jax jobs require avx

Colm Talbot requested to merge add-jax-avx-requirement into master

This should be a more long-term fix for errors due to AVX not being present. Unfortunately, this reduces the number of GPUs available at CIT dramatically.

$ condor_status -af GPUs_DeviceName | sort | uniq -c
    921 GeForce GTX 1050 Ti
      2 GeForce GTX 1650
      3 NVIDIA A30
      3 NVIDIA GeForce GTX 750 Ti
     16 Tesla K10.G1.8GB
     20 Tesla K10.G2.8GB
  14547 undefined
$ condor_status -af GPUs_DeviceName -constraint has_avx | sort | uniq -c
      3 NVIDIA A30
      3 NVIDIA GeForce GTX 750 Ti
     16 Tesla K10.G1.8GB
     20 Tesla K10.G2.8GB
  14477 undefined

Merge request reports

Loading