From 5d96d86c7c88409af256e48539fdb8164a0249e5 Mon Sep 17 00:00:00 2001 From: Sarod Yatawatta Date: Tue, 28 Aug 2018 10:14:10 +0200 Subject: [PATCH] more install updates --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 18c3b8b..1cf6c55 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -101,7 +101,7 @@ For expert users, and for custom architectures (GPU), the manual install is reco ### 3 Build settings -In ./src/lib and ./src/MS you MUST edit the Makefiles to suit your system. Some common items to edit are: +In ./src/lib/Dirac and ./src/lib/Radio and ./src/MS you MUST edit the Makefiles to suit your system. Some common items to edit are: - LAPACK: directory where LAPACK/OpenBLAS is installed - GLIBI/GLIBL: include/lib files for glib - CASA_LIBDIR/CASA_INCDIR/CASA_LIBS : casacore include/library location and files: @@ -125,7 +125,7 @@ This is for manually installing the distributed version of sagecal (sagecal-mpi) - Same as for SAGECal. - MPI (e.g. OpenMPI) -## 2 Build ./src/lib as above (using mpicc -DMPI_BUILD) +## 2 Build ./src/lib/Dirac ./src/lib/Radio as above (using mpicc -DMPI_BUILD) ## 3 Build ./src/MPI using mpicc++