Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

$ jupyter.ini.sh -R            # set up a DaskRay cluster with 48 Ray workers per node, 
96 total DaskRay workers, 1 thread per Ray worker.
$ jupyter.ini.sh -R -p 12 # set up a DaskRay cluster with 12 Ray workers per node,
24 total DaskRay workers, 1 threads per Ray worker.

...

$ jupyter.ini.sh -R -g         # set up a DaskRay cluster utilising GPU devices. 
# The Ray cluster contains both CPU and GPU resources allocated within the PBS job.

...