Ubuntu 16.04.6 LTS GT1030 CUDA 10.2 ./Mandelbrotを動作させてみた

chibi@1604:~/NVIDIA_CUDA-10.2_Samples/2_Graphics/Mandelbrot$ cat /etc/os-release
NAME=”Ubuntu”
VERSION=”16.04.6 LTS (Xenial Xerus)”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=”Ubuntu 16.04.6 LTS”
VERSION_ID=”16.04″
HOME_URL=”http://www.ubuntu.com/”
SUPPORT_URL=”http://help.ubuntu.com/”
BUG_REPORT_URL=”http://bugs.launchpad.net/ubuntu/”
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
chibi@1604:~/NVIDIA_CUDA-10.2_Samples/2_Graphics/Mandelbrot$ nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Wed_Oct_23_19:24:38_PDT_2019
Cuda compilation tools, release 10.2, V10.2.89
chibi@1604:~/NVIDIA_CUDA-10.2_Samples/2_Graphics/Mandelbrot$ ./Mandelbrot
[CUDA Mandelbrot/Julia Set] – Starting…
GPU Device 0: “Pascal” with compute capability 6.1

Data initialization done.
Initializing GLUT…
OpenGL window created.
Creating GL texture…
Texture created.
Creating PBO…
PBO created.
Starting GLUT main loop…

Press [s] to toggle between GPU and CPU implementations
Press [j] to toggle between Julia and Mandelbrot sets
Press [r] or [R] to decrease or increase red color channel
Press [g] or [G] to decrease or increase green color channel
Press [b] or [B] to decrease or increase blue color channel
Press [e] to reset
Press [a] or [A] to animate colors
Press [c] or [C] to change colors
Press [d] or [D] to increase or decrease the detail
Press [p] to record main parameters to file params.txt
Press [o] to read main parameters from file params.txt
Left mouse button + drag = move (Mandelbrot or Julia) or animate (Julia)
Press [m] to toggle between move and animate (Julia) for left mouse button
Middle mouse button + drag = Zoom
Right mouse button = Menu
Press [?] to print location and scale
Press [q] to exit

Creating GL texture…
Texture created.
Creating PBO…
PBO created.
chibi@1604:~/NVIDIA_CUDA-10.2_Samples/2_Graphics/Mandelbrot$

GPU温度推移 Ubuntu 16.04.6 LTS GT1030 CUDA 10.2 Mandelbrot nvidia-smi

カテゴリー: nvidia, ubuntu パーマリンク

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です