-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
This is an umbrella issue for tracking the work for making Cubed work better on a single machine.
Processes executor
Improvements to the processes
executor
- Document how to run examples on local machine using
processes
#507 - Check
allowed_mem
does not exceed total on machine for local executors #510 - Issue warning if a computation actually used more memory than
allowed_mem
#110 - Remove
max_tasks_per_child=1
limitation from processes executor #515
Threads executor
Improvements to the threads
executor
Accelerators
Work to make Cubed work with GPUs
Filesystem
rbavery, TomNicholas and alxmrs