Menu

Tree [r22] /
 History

HTTPS access


File Date Author Commit
 src 2023-05-25 sarod [r22] quit if all flagged
 AUTHORS 2014-07-27 sarod [r1] Initial commit
 COPYING 2014-07-27 sarod [r1] Initial commit
 README 2017-07-12 sarod [r8] added JAVA interface, to be used by JAVA and SCALA

Read Me

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
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.