Pause Certain Devices
#2
There's no interactive native way to do this today.

You could work around this by scripting something that does the following:

1. Stop the job.
2. Modify the restore file using https://github.com/philsmd/analyze_hc_restore to change the job's parameters.
3. Restart the job with --restore.

The script could toggle between the two states that you want.

You could either change the list of GPUs, or change the work profile to something more tolerant of interactive use (like -w1) and then back to a high-performing profile when you're not using it (like -w4).
~


Messages In This Thread
Pause Certain Devices - by BuckGup - 03-31-2018, 01:04 AM
RE: Pause Certain Devices - by royce - 03-31-2018, 03:45 AM