Ubuntu18.04.2 RTX2080Ti x2 CUDA 10.1 Samplesで nbodyを動作させてみた




chibi@1804:~/NVIDIA_CUDA-10.1_Samples/5_Simulations/nbody$ ./nbody
Run “nbody -benchmark [-numbodies=]” to measure performance.
-fullscreen (run n-body simulation in fullscreen mode)
-fp64 (use double precision floating point values for simulation)
-hostmem (stores simulation data in host memory)
-benchmark (run benchmark to measure performance)
-numbodies= (number of bodies (>= 1) to run in simulation)
-device= (where d=0,1,2…. for the CUDA device to use)
-numdevices= (where i=(number of CUDA devices > 0) to use for simulation)
-compare (compares simulation results running once on the default GPU and once on the CPU)
-cpu (run n-body simulation on the CPU)
-tipsy= (load a tipsy model file for simulation)

NOTE: The CUDA Samples are not meant for performance measurements. Results may vary when GPU Boost is enabled.

> Windowed mode
> Simulation data stored in video memory
> Single precision floating point simulation
> 1 Devices used for simulation
GPU Device 0: “GeForce RTX 2080 Ti” with compute capability 7.5

> Compute 7.5 CUDA device: [GeForce RTX 2080 Ti]
chibi@1804:~/NVIDIA_CUDA-10.1_Samples/5_Simulations/nbody$
Ubuntu18.04.2 RTX2080Ti x2 CUDA 10.1 Samples nbody
GPU nvidia-smi
Ubuntu18.04.2 RTX2080Ti x2 CUDA 10.1 Samples nbody nvidia-smi

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

コメントを残す

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