Changes between Version 9 and Version 10 of UGT2008


Ignore:
Timestamp:
Jul 1, 2009 7:50:19 PM (15 years ago)
Author:
nakasato
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UGT2008

    v9 v10  
    55The purpose of the computer simulations is to reproduce natural phenomena and analyze it, and it is to make simulations useful for the real world. If the simulations is considerably slow, it will not be used. In a natural phenomenon, in particular, this research optimize the three dimensional N-body problem. We perform speedup (optimization) with Graphics Processing Unit (GPU) and tree method algorithm that reduce calculation time of the forces to O(NlogN) from O(N^2^). In recent years, the performance of GPU improves greatly and shows performance (FLOPS) that is higher than the CPU. Therefore, this research uses the GPU for speedup. We compared execution time of CPU and GPU in the N-body problem with tree method, and we try to speedup of this solution. As a result, the execution time of GPU became about 20 times faster than CPU in the number of particles 32000. 
    66 
    7 [[Image(SM_fig1.png)]]  
     7[[Image(SM_fig1.jpg)]]  
     8[[Image(SM_fig2.png)]]  
    89 
    910= 富永裕光 =