environment-modules 模組 use.own
有時候在使用 hpc 環境沒有 root 權限,寫想要自己建立 modules 那就需要使用 use.own modules。以下為自行定義 modules 的方式: 然後重新登入,就可以看到 ~/privatemodules 的目錄 裡面就可以自己編輯想要的 module files
有時候在使用 hpc 環境沒有 root 權限,寫想要自己建立 modules 那就需要使用 use.own modules。以下為自行定義 modules 的方式: 然後重新登入,就可以看到 ~/privatemodules 的目錄 裡面就可以自己編輯想要的 module files
# vi /etc/ssh/ssh_configHost * HostbasedAuthentication yes EnableSSHKeysign yes # vi /etc/ssh/sshd_configHostbasedAuthentication yes # cat /etc/ssh/shosts.equivh1c1192.168.1.100192.168.1.101 # cat ssh_hostsh1,192.168.1.100c1,192.168.1.101# ssh-keyscan -t rsa -f …
# hdparm -t /dev/sdb1 /dev/sdb1: Timing buffered disk reads: 750 MB in 3.01 seconds = 249.58 MB/sec # dd if=/dev/zero of=test bs=64k …
# iozone -a -i 0 -i 1 -f /xxx/xxx/iozone.test -q 64k -n 32M -g 1G > iozone.out # Generate_Graphs iozone.out
首先要先安裝 CUDA SDK. 程式部份 : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 …
Booting LAM The user creates a file listing the participating machines in the cluster. shell$ cat lamhosts # a 2-node LAM node1.cluster.example.com …