Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 801 Bytes

File metadata and controls

26 lines (21 loc) · 801 Bytes

Scaler Examples

If you wish to run examples in current working directory, prefix python run_xxx.py with PYTHONPATH=..

Ensure that the scheduler and cluster are set up before running clients.

  • disconnect_client.py Shows how to disconnect a client from scheduler
  • graphtask_client.py Shows how to send a graph based task to scheduler
  • graphtask_nested_client.py Shows how to dynamically build graph in the remote end
  • map_client.py Shows how to use client.map
  • nested_client.py Shows how to send a nested task to scheduler
  • simple_client.py Shows how to send a basic task to scheduler
  • simple_scheduler.py Shows how to initialize a Scheduler
  • simple_cluster.py Shows how to initialize a Cluster