i4Ds / Karabo-Pipeline

The Karabo Pipeline can be used as Digital Twin for SKA
https://i4ds.github.io/Karabo-Pipeline/
MIT License
11 stars 4 forks source link

WSClean: support and test IDG gridder #570

Open mpluess opened 6 months ago

mpluess commented 6 months ago

WSClean supports the IDG gridder, which runs on the GPU and is supposed to be a lot faster than the default gridder. We have already built the idg package on our feedstock. Unfortunately, I had to remove the idg dependency from the wsclean package because with idg, wsclean doesn't run on systems without libcuda (part of the NVIDIA graphics driver as far as I know), leading to failed tests via GitHub actions. Return code: 127. Error message: wsclean: error while loading shared libraries: libcuda.so.1: cannot open shared object file: No such file or directory