From 1fb1ab7f175e629ef354f438f6592c06c824ee53 Mon Sep 17 00:00:00 2001 From: estewart08 Date: Mon, 8 Jul 2019 11:02:08 -0500 Subject: [PATCH] LINUXSUPPORT typos corrected --- docs/LINUXSUPPORT.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/LINUXSUPPORT.md b/docs/LINUXSUPPORT.md index 835530110..60a375348 100644 --- a/docs/LINUXSUPPORT.md +++ b/docs/LINUXSUPPORT.md @@ -77,11 +77,11 @@ If using a GUI on SLES-15-SP1, such as gnome, the installation of CUDA may cause sudo rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm ``` Install and setup Devtoolset-7
-Devtoolset-7 is recommended, follow instructions 1-3 here:

-https://www.softwarecollections.org/en/scls/rhscl/devtoolset-7/
+Devtoolset-7 is recommended, follow instructions 1-3 here:
Note that devtoolset-7 is a Software Collections package, and it is not supported by AMD. +https://www.softwarecollections.org/en/scls/rhscl/devtoolset-7/
-
Install dkms tool +Install dkms tool ``` sudo yum install -y epel-release sudo yum install -y dkms kernel-headers-`uname -r` kernel-devel-`uname -r` @@ -107,7 +107,7 @@ Create a /etc/yum.repos.d/rocm.repo file with the following contents: ### NVIDIA CUDA Driver To build AOMP with support for nvptx GPUs, you must first install CUDA 10. We recommend CUDA 10.0. CUDA 10.1 will not work until AOMP moves to the trunk development of LLVM 9. The CUDA installation is now optional. -Download Instructions for CUDA (SLES15) +Download Instructions for CUDA (CentOS/RHEL 7) 1. Go to https://developer.nvidia.com/cuda-10.0-download-archive 2. For SLES-15, select Linux, x86_64, RHEL or CentOS, 7, rpm(local) and then click Download. 3. Navigate to the rpm in your Linux directory and run the following commands: