ExCon
=====
wo 12 jul 2017 14:54:01 CEST
1)Prerequisites:
CFITSIO
WCSLIB
CASACORE
LAPACK : I recommend OpenBLAS
FFTW3
CUDA + NVCC for GPU use
2)Configuration
i) Edit ./src/lib/Makefile and add correct paths (Makefile.nocuda for build without GPU support)
ii) Edit ./src/MS/Makefile and add correct paths (Makefile.nocuda for build without GPU support)
iii) Edit ./src/lib/gridder.h MAX_GPU to match the number of GPUs you have (ignore for no GPU build)
3)Compilation
i) In ./src/lib, type make
ii) In ./src/MS, type make
iii) In ./src/JAVA, type make (using Makefile.nocuda), also use -fPIC to build ./src/lib