Home
Name Modified Size InfoDownloads / Week
gpucontrol 2017-08-24 7.5 kB
ReadMe 2017-07-19 1.3 kB
Totals: 2 Items   8.8 kB 0
This a redo of script found on the Boinc Forums that can trottle multiple Nvidia Gpus 

# Version: 005
#
# Description: To ensure that the NVIDIA temperature stay within a certain range, when running the milkyway GPU application
#
# Opperating System: This is made for Linux.
#
# Notes:
# - This example is made for only x GPUs (gpu:x)
# - Requires to be run as root or an elevated account that is allowed to stop and restart processes
#
# Requirements/commands used:
# nvidia-smi - Nvidia
# gpustat -    https://github.com/wookayin/gpustat
#  and the normal linux utils

# NOTE: Please do check that you have all these commands before running it.
#
# Disclaimer:
# I assume no responsibility use it at your own risk ...
# So don't complain about anything that may arise from using this....
# It is your own fault ;)
#
# And do please note that this script might have some unexpected bugs, as it is only some bash-code
# which I have thrown together...
#
# License: Free - Do please modify if you want to do so
#
# Changes - added script code for individual GPU temp control, Trap Control C and resume paused GPUPid tasks on exit
#
# Todo: The bash code should be optimized, and check for any unexpected failures...
# individual notify-send, and Xconsole log Window
Source: ReadMe, updated 2017-07-19