2050年4月23日 星期六

(TOP)Temp for soulin only

123

39 則留言:

  1. #wget http://www.netlib.org/benchmark/linpackc.new
    #mv linpackc.new linpack.c
    #sudo apt install gcc
    #gcc -o linpack linpack.c -lm
    #./linpack

    回覆刪除
  2. https://www.ryanspoone.com/single-node-linpack/#setup

    回覆刪除
  3. http://zedboard.org/content/linpack-zynq

    回覆刪除
  4. https://forums.developer.nvidia.com/t/deep-learning-inference-benchmarking-instructions/73291

    回覆刪除
  5. https://gitlab.com/arm-hpc/packages/-/wikis/packages/hpl

    回覆刪除
  6. sudo ./trtexec --output=output_0 --onnx=/usr/src/tensorrt/bin/super_resolution_bsd500.onnx --fp16 --batch=1

    回覆刪除
  7. b11@b11-desktop:/usr/src/tensorrt/bin$ cat /etc/nv_tegra_release
    # R32 (release), REVISION: 4.2, GCID: 20074772, BOARD: t186ref, EABI: aarch64, DATE: Thu Apr 9 01:26:40 UTC 2020

    回覆刪除
  8. http://mh-resource.blogspot.com/2013/04/linuxubuntuteamviewer.html

    回覆刪除
  9. https://developer.nvidia.com/dcgm#Downloads

    回覆刪除
  10. https://www.bejson.com/validators/yaml_editor/

    回覆刪除
  11. https://docs.nvidia.com/deploy/nvvs-user-guide/index.html#usage-configfile

    回覆刪除
  12. https://www.rpmfind.net/linux/RPM/rpmfusion/nonfree/el/updates/7/x86_64/x/xorg-x11-drv-nvidia-440.64-2.el7.x86_64.html

    回覆刪除
  13. globals:
    logfile: nvvs.log

    custom:
    - custom:
    targeted stress:
    test_duration: 60

    gpus:
    - gpuset: Tesla V100-PCIE-32GB
    properties:
    name: Tesla V100-PCIE-32GB
    tests:
    - name: targeted stress

    回覆刪除
  14. https://openpowerblog.wordpress.com/2018/05/23/exercising-nvidia-volta-v100-with-power-barreleye-g2-gpu-burn/

    回覆刪除
  15. pip install git+https://github.com/wookayin/gpustat.git@master

    回覆刪除
  16. https://tecadmin.net/install-python-3-7-on-centos/

    回覆刪除
  17. https://www.python.org/ftp/python/3.8.0/Python-3.8.0.tgz

    回覆刪除
  18. https://github.com/NVIDIA-AI-IOT/jetson_benchmarks

    回覆刪除
  19. wget https://github.com/NVIDIA-AI-IOT/jetson_benchmarks/blob/master/benchmark_csv/nx-benchmarks.csv

    回覆刪除
  20. li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm

    回覆刪除
  21. get http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm

    回覆刪除
  22. ftp://ftp.lal.in2p3.fr/pub/OpenScientist/16.11.8/

    回覆刪除
  23. current Freq=$(dmidecode -t memory | grep "^[[:blank:]]*Type:" | head -n1 | awk '{print $2}')-$(dmidecode -t memory | grep "Configured Clock Speed:" | awk '{print $4}' | grep "^[[:digit:]]" | head -n1)

    回覆刪除
  24. [root@localhost ~]# lshw | grep -i *-bank:0 -A 2 | sed '2!d' | awk {'print$3"-"$5'}
    DDR4-2666

    回覆刪除
  25. dmidecode -t memory | grep -i rank | tr -d "\n" | awk {'print$2"R"'}&& lshw | grep -i *-bank:0 -A 2 | sed '2!d' | awk {'print$3"-"$5'}

    回覆刪除
  26. #!/bin/bash
    a=$(dmidecode | grep -i locator | grep -i dimm | head -n 2 | cut -c 24 | tr -d "\n")

    if [[ $a == "01" ]]; then
    echo '2PDC'
    else
    echo '1PDC'
    fi
    ~

    回覆刪除
  27. #!/bin/bash
    a=$(lshw | grep -i disk | grep -i description |head -n 1 | awk {'print$2'})

    if [[ $a == "ATA" ]]; then
    echo 'PCH'
    else

    if [[ $a == "SCSI" ]]; then
    echo 'RAID(HBA) card'

    else
    echo 'NVME'
    fi
    fi
    ~
    ~

    回覆刪除
  28. ipmitool sdr list | grep -i inlet_temp && ipmitool sdr list | grep -i outlet_temp

    回覆刪除
  29. CPU0_Inlet_Temp | 34 degrees C | ok
    OCP0_Inlet_Temp | 41 degrees C | ok
    M.2_Inlet_Temp | 46 degrees C | ok
    PCIE1_Inlet_Temp | 51 degrees C | ok
    PCIE2_Inlet_Temp | 50 degrees C | ok
    PCIE3_Inlet_Temp | 40 degrees C | ok
    Board_Inlet_Temp | 33 degrees C | ok
    Inlet_Temp | 24 degrees C | ok
    CPU0_Outlet_Temp | 50 degrees C | ok
    Outlet_Temp | 52 degrees C | ok

    回覆刪除
  30. lspci | grep -i ethernet && lspci | grep -i raid

    回覆刪除
  31. cat NVRAM.txt | grep -i hyper -A 9 | sed -n '1,1p;8,9p'
    cat NVRAM.txt | grep -i "turbo mode" -A 9 | sed -n -n '1,1p;8,9p'

    cat NVRAM.txt| grep -i "epp profile" -A 9 | sed -n -n '1,1p;8,9p'

    cat NVRAM.txt| grep -i "energy" -A 9 | sed -n -n '1,1p;8,9p'
    cat NVRAM.txt| grep -i "efficient turbo" -A 9 | sed -n -n '1,1p;7,9p'
    cat NVRAM.txt| grep -i "sub numa" -A 9 | sed -n -n '1,1p;7,9p'
    cat NVRAM.txt| grep -i "imc interleaving" -A 9 | sed -n -n '1,1p;7,9p'
    cat NVRAM.txt| grep -i "power performance" -A 9 | sed -n -n '1,1p;7,9p'
    cat NVRAM.txt| grep -i "energy_perf" -A 9 | sed -n -n '1,1p;7,9p'
    cat NVRAM.txt| grep -i "c state" -A 9 | sed -n -n '1,1p;7,9p'





    cat BIOS-with-map-string.cfg | grep -i numa -A 9

    回覆刪除
  32. #!/bin/bash
    pwr_limit=$(rdmsr --bitfield 14:0 -d 0x610)
    pwr_unit=$(rdmsr --bitfield 3:0 -d 0x606)
    CPU=`cat /proc/cpuinfo | awk '/model name/ {for (i=4; i<= NF; i++) printf $i" "; exit}'`
    echo $(awk -v x=${pwr_limit} -v y=${pwr_unit} 'BEGIN {printf "TDP is %.dW\n", x*1/2**y}')

    回覆刪除
  33. wget https://download.java.net/java/GA/jdk17/0d483333a00540d886896bac774ff48b/35/GPL/openjdk-17_linux-x64_bin.tar.gz

    回覆刪除
  34. https://techviewleo.com/install-java-openjdk-on-rocky-linux-centos/

    回覆刪除
  35. https://blog.csdn.net/weixin_46479966/article/details/106242668

    回覆刪除
  36. 作者已經移除這則留言。

    回覆刪除
  37. https://docs.fedoraproject.org/en-US/epel/

    回覆刪除
  38. https://linuxconfig.org/rhel-7-solution-to-there-are-no-enabled-repos-message

    回覆刪除

(TOP)Temp for soulin only

123