Skip to content
Snippets Groups Projects
Commit 889e3c95 authored by Giovanni Lacopo's avatar Giovanni Lacopo
Browse files

Switch on/off the USE_OMP define for using OpenMP with CPUs

parent 473bb207
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ OPT += -DUSE_FFTW ...@@ -38,7 +38,7 @@ OPT += -DUSE_FFTW
OPT += -DHYBRID_FFTW OPT += -DHYBRID_FFTW
# switch on the OpenMP parallelization # switch on the OpenMP parallelization
OPT += USE_OMP OPT += -DUSE_OMP
# write the full 3D cube of gridded visibilities and its FFT transform # write the full 3D cube of gridded visibilities and its FFT transform
#OPT += -DWRITE_DATA #OPT += -DWRITE_DATA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment