From f1c67fa93528a4ea9d4fd0a7b99848e271c738c6 Mon Sep 17 00:00:00 2001 From: Sarod Yatawatta Date: Wed, 4 Apr 2018 16:28:42 +0200 Subject: [PATCH] info about using more than 1 GPU --- INSTALL.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 6c19b12..7b86b9e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -103,9 +103,7 @@ In ./src/lib and ./src/MS you MUST edit the Makefiles to suit your system. Some Example makefiles: Makefile : plain build Makefile.gpu: with GPU support - Note: Edit sagecal.h MAX_GPU_ID to match the number of available GPUs - Makefile.MIC : with Intel Xeon Phi support - + Note: Edit ./lib/Radio/Radio.h MAX_GPU_ID to match the number of available GPUs, e.g., for 2 GPUs, MAX_GPU_ID=1