|
|
@ -52,9 +52,9 @@ Untuk menginstall pustaka PoissonSolver3D lakukan langkah-langkah berikut: |
|
|
|
```console |
|
|
|
```console |
|
|
|
$ git clone http://gitlab.lipi.go.id/rifki.sadikin/PoissonSolver3DCylindricalGPU.git |
|
|
|
$ git clone http://gitlab.lipi.go.id/rifki.sadikin/PoissonSolver3DCylindricalGPU.git |
|
|
|
``` |
|
|
|
``` |
|
|
|
2. Pindah ke direktori PoissonSolver3D, dan lihat daftar direktori |
|
|
|
2. Pindah ke direktori PoissonSolver3DCylindricalGPU, dan lihat daftar direktori |
|
|
|
```console |
|
|
|
```console |
|
|
|
$ cd PoissonSolver3D |
|
|
|
$ cd PoissonSolver3DCylindricalGPU |
|
|
|
$ tree . |
|
|
|
$ tree . |
|
|
|
. |
|
|
|
. |
|
|
|
|-- CMakeLists.txt |
|
|
|
|-- CMakeLists.txt |
|
|
@ -84,7 +84,7 @@ $ tree . |
|
|
|
``` |
|
|
|
``` |
|
|
|
5. Jalankan **cmake** di folder **buildpoissonsolver** dengan menyatakan di mana pustaka akan diinstal dengan perintah sebagai berikut |
|
|
|
5. Jalankan **cmake** di folder **buildpoissonsolver** dengan menyatakan di mana pustaka akan diinstal dengan perintah sebagai berikut |
|
|
|
```console |
|
|
|
```console |
|
|
|
$ export PSLIB=/home/usertest/trypoissonsolver/PoissonSolver3D |
|
|
|
$ export PSLIB=/home/usertest/trypoissonsolver/PoissonSolver3DCylindricalGPU |
|
|
|
$ export PSLIB_INSTALL=/home/usertest/buildpoissonsolver |
|
|
|
$ export PSLIB_INSTALL=/home/usertest/buildpoissonsolver |
|
|
|
$ cmake $PSLIB/ -DCMAKE_INSTALL_PREFIX=$PSLIB_INSTALL |
|
|
|
$ cmake $PSLIB/ -DCMAKE_INSTALL_PREFIX=$PSLIB_INSTALL |
|
|
|
-- The C compiler identification is GNU 6.2.0 |
|
|
|
-- The C compiler identification is GNU 6.2.0 |
|
|
|