From 889e3c95c46b2850aca08183a63d934878a1d417 Mon Sep 17 00:00:00 2001 From: "giovanni.lacopo" Date: Tue, 12 Sep 2023 11:28:51 +0200 Subject: [PATCH] Switch on/off the USE_OMP define for using OpenMP with CPUs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c24a72f..1be9de6 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ OPT += -DUSE_FFTW OPT += -DHYBRID_FFTW # switch on the OpenMP parallelization -OPT += USE_OMP +OPT += -DUSE_OMP # write the full 3D cube of gridded visibilities and its FFT transform #OPT += -DWRITE_DATA -- GitLab