From 81c99b59cd6174d729651464b1106e4900dc5614 Mon Sep 17 00:00:00 2001 From: Stanley Tsang Date: Fri, 17 May 2019 11:42:14 -0600 Subject: [PATCH] Update README.md Adding mention of requirement for chrpath for unit tests. [ROCm/rccl commit: 0d6a5a3d25895db5266ee2fd0dbbc5af81048844] --- projects/rccl/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rccl/README.md b/projects/rccl/README.md index fc3b738227..5e6a92ff86 100644 --- a/projects/rccl/README.md +++ b/projects/rccl/README.md @@ -22,6 +22,7 @@ These operations are implemented using ring algorithms and have been optimized f 1. ROCm supported GPUs 2. ROCm stack installed on the system (HIP runtime & HCC) +3. For building and running the unit tests, chrpath will need to be installed on your machine first. (sudo apt-get install chrpath) ## Quickstart RCCL Build