diff --git a/Makefile b/Makefile index f2a9e7484244a134403fb87e8392e4db775aea12..afdd14c8ea75753987aa75bd1d6aadd9eef2dd3e 100644 --- a/Makefile +++ b/Makefile @@ -52,9 +52,6 @@ OPT += -DPHASE_ON # Support CFITSIO !!! Remember to add the path to the CFITSIO library to LD_LIBRARY_PATH #OPT += -DFITSIO -# Perform true parallel images writing -OPT += -DPARALLELIO - # Normalize uvw in case it is not done in the binMS #OPT += -DNORMALIZE_UVW @@ -74,13 +71,13 @@ OPT += -DGAUSS #OPT += -DNVIDIA #use cuda for GPUs -OPT += -DCUDACC +#OPT += -DCUDACC # use GPU acceleration via OMP #OPT += -DACCOMP # perform stacking on GPUs -OPT += -DGPU_STACKING +#OPT += -DGPU_STACKING # use NVIDIA GPU to perform the reduce #OPT += -DNCCL_REDUCE @@ -89,7 +86,7 @@ OPT += -DGPU_STACKING #OPT += -DRCCL_REDUCE # use GPU to perform FFT -OPT += -DCUFFTMP +#OPT += -DCUFFTMP #support for AMD GPUs #OPT += __HIP_PLATFORM_AMD__ diff --git a/fourier_transform.c b/fourier_transform.c index e7379c96ee6f9c03ef70973e68a64f7a406bad9d..83efcaf32aca07317db78171ea5b000c21aac64a 100644 --- a/fourier_transform.c +++ b/fourier_transform.c @@ -282,49 +282,18 @@ void write_fftw_data(){ #endif //FITSIO - for (int isector=0; isector