User Tools

Site Tools


cluster:192

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
cluster:192 [2020/02/21 15:50]
hmeij07
cluster:192 [2020/02/21 17:18]
hmeij07 [EXX96]
Line 7: Line 7:
  
 Page best read bottom to top. Page best read bottom to top.
 +
 +==== Miscellaneous ====
 +
 +<code>
 +
 +
 +# add to date_ctt2.sh script, get and set date
 +
 +NOW=`/bin/date +%m%d%H%M%Y.%S`
 +for i in `seq 79 90`; do echo n$i; ssh n$i date $NOW; done
 +
 +# crontab
 +
 +# ionice gaussian
 +0,15,30,45 * * * * /share/apps/scripts/ionice_lexes.sh  > /dev/null 2>&1
 +
 +# cpu temps
 +40 * * * * /share/apps/scripts/lm_sensors.sh > /dev/null 2>&1
 + 
 +# rc.local, chmod o+x /etc/rc.d/rc.local, then add
 +
 +# for mapd, 'All On' enable graphicsrendering support
 +#/usr/bin/nvidia-smi --gom=0
 +
 +# for amber16 -pm=ENABLED -c=EXCLUSIVE_PROCESS
 +#nvidia-smi --persistence-mode=1
 +#nvidia-smi --compute-mode=1
 +
 +# for mwgpu/exx96 -pm=ENABLED -c=DEFAULT
 +nvidia-smi --persistence-mode=1
 +nvidia-smi --compute-mode=0
 +
 +# turn ECC off (memory scrubbing)
 +#/usr/bin/nvidia-smi -e 0
 +
 +# lm_sensor
 +modprobe coretemp
 +modprobe tmp401
 +#modprobe w83627ehf
 + 
 +reboot
 +
 +</code>
  
 ==== Recipe ==== ==== Recipe ====
cluster/192.txt ยท Last modified: 2022/03/08 18:29 by hmeij07