|
|
@ -211,9 +211,9 @@ $ cmake ../PoissonSolver3D/example/ -DCMAKE_PREFIX_PATH=/home/usertest/trypoisso |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
4. Jalankan **make** untuk membuat *executable file* |
|
|
|
4. Jalankan **make** untuk membuat *executable file* |
|
|
|
|
|
|
|
|
|
|
|
``` |
|
|
|
``` |
|
|
|
$ make |
|
|
|
$ make |
|
|
|
|
|
|
|
|
|
|
|
-- Building Poisson Solver with CUDA support |
|
|
|
-- Building Poisson Solver with CUDA support |
|
|
|
-- Configuring done |
|
|
|
-- Configuring done |
|
|
|
-- Generating done |
|
|
|
-- Generating done |
|
|
@ -223,6 +223,7 @@ $ make |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
5. Hasil dari **make** adalah program yang dapat dieksekusi yang berjalan di GPU card |
|
|
|
5. Hasil dari **make** adalah program yang dapat dieksekusi yang berjalan di GPU card |
|
|
|
|
|
|
|
|
|
|
|
``` |
|
|
|
``` |
|
|
|
$ ./poissonsolvergputest |
|
|
|
$ ./poissonsolvergputest |
|
|
|
Poisson Solver 3D Cylindrical GPU test |
|
|
|
Poisson Solver 3D Cylindrical GPU test |
|
|
|