nlesc-dirac / sagecal

SAGECal is a fast, memory efficient and GPU accelerated radio interferometric calibration program. It supports all source models including points, Gaussians and Shapelets. Distributed calibration using MPI and consensus optimization is enabled. Both spectral and spatial priors can be used as constraints. Tools to build/restore sky models are included.
http://sagecal.sourceforge.net
GNU General Public License v2.0
12 stars 8 forks source link

Use new Dockerhub repository, update the base images and check sagecal-mpi executable (Must be merged after #97) #95

Closed fdiblen closed 4 years ago

fdiblen commented 5 years ago

Checks sagecal-mpi executable after build.

fdiblen commented 5 years ago

@HannoSpreeuw @SarodYatawatta Could you please review this PR? Do not worry about CI for this PR. It will be fixed later.

fdiblen commented 5 years ago

Is it not better to first check /opt/sagecal/bin/sagecal-mpi exists and then try running it? It might not be built if MPI is not present

We want to check if sagecal-mpi was successfully built all the time. As this is our own test environment, MPI should be there, and it is there, all the time.

SarodYatawatta commented 5 years ago

Is it not better to first check /opt/sagecal/bin/sagecal-mpi exists and then try running it? It might not be built if MPI is not present

We want to check if sagecal-mpi was successfully built all the time. As this is our own test environment, MPI should be there, and it is there, all the time.

OK