Skip to content
Snippets Groups Projects
  1. Apr 15, 2020
  2. Apr 14, 2020
  3. Apr 10, 2020
  4. Apr 09, 2020
  5. Apr 03, 2020
  6. Mar 30, 2020
  7. Mar 20, 2020
  8. Mar 03, 2020
  9. Feb 26, 2020
    • Michael Hinton's avatar
      Testsuite - Fix test12.3 so jobs don't miss timeout window · 106930e1
      Michael Hinton authored
      Replace 10-second sleep with sacct job poll until job shows up.
      Poll on both `-j <job_id>` and `--name=<job_name>`, since job data
      propagates to both queries at different times.
      
      There was a 10-second sleep for job data to propagate to the DB and
      show up in sacct. However, sometimes this sleep wasn't long enough.
      Instead of hoping jobs show up within 10 seconds, explicitly wait for
      them.
      
      Bug 6460
      106930e1
  10. Feb 21, 2020
  11. Feb 20, 2020
  12. Feb 19, 2020
    • Marcin Stolarek's avatar
      Improve handling of --gpus-per-task to make sure appropriate number of GPUs · 5975f124
      Marcin Stolarek authored
      is assigned to job.
      
      Factor --gpus-per-task(gres_per_task) in --gpus (gres_per_job) count
      
      Logic of _eval_nodes has appropriate handling for per job gpus, which
      should be used also in case of GRES specified by --gpus-per-task. This
      can be achieved by properly initializing gres_per_job if by
      gres_per_task * num_tasks.
      
      Bug 8133.
      5975f124
  13. Feb 12, 2020
  14. Feb 11, 2020
  15. Feb 10, 2020
  16. Feb 07, 2020
  17. Feb 06, 2020
  18. Feb 05, 2020
    • Danny Auble's avatar
      Testsuite - Fix array to actually be used. · 8b9f9f5d
      Danny Auble authored
      I also added a cluster name there to make it only generate this on the
      cluster you are using otherwise you will generate this account on
      other clusters in the dbd making a potential impossible to remove account
      scenario since your user might only have an account on your cluster and
      not the others.
      8b9f9f5d
Loading