1

Can I specify number of GPUs by using DASK LSFCluster? I know we can specify number of cores, which means CPU only. We would like to request GPUs from the LSF scheduler. Is it possible?

rand0m
  • 842
  • 10
  • 24
NSJ
  • 145
  • 1
  • 5

1 Answers1

0

Dask-Jobqueue allows you to add extra lines to your job script with keywords like env_extra=. These might be enough for you to add custom resource requests to LSF.

MRocklin
  • 55,641
  • 23
  • 163
  • 235