Update home authored by Emanuele De Rubeis's avatar Emanuele De Rubeis
...@@ -51,7 +51,7 @@ Here there is a brief explaination of each macro contained in the Makefile. ...@@ -51,7 +51,7 @@ Here there is a brief explaination of each macro contained in the Makefile.
- GAUSS: select a Gaussian gridding kernel. - GAUSS: select a Gaussian gridding kernel.
- GAUSS_HI_PRECISION: select an high-precision Gaussian gridding kernel. - GAUSS_HI_PRECISION: select an high-precision Gaussian gridding kernel.
- KAISER_BESSEL: select a Kaiser-Bessel gridding kernel. - KAISER_BESSEL: select a Kaiser-Bessel gridding kernel.
-**GPU offloading options** - **GPU offloading options**
- NVIDIA: NVIDIA macro, required for NVIDIA calls (*currently not required*). - NVIDIA: NVIDIA macro, required for NVIDIA calls (*currently not required*).
- CUDACC: enables CUDA for GPU offloading. - CUDACC: enables CUDA for GPU offloading.
- ACCOMP: enables OpenMP for GPU offloading. - ACCOMP: enables OpenMP for GPU offloading.
... ...
......