From 3e82b8bffa008d9e916f91548ec07a5d54bff596 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 19 Jul 2018 22:39:18 +0100 Subject: [PATCH] Remove shell setup for AMDSDK which I haven't used in at least 4 years --- shell/_main.sh | 1 - shell/amdsdk.sh | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 shell/amdsdk.sh diff --git a/shell/_main.sh b/shell/_main.sh index 4570770..e165f44 100755 --- a/shell/_main.sh +++ b/shell/_main.sh @@ -46,7 +46,6 @@ source "$DOTSHELL/golang.sh" source "$DOTSHELL/docker.sh" source "$DOTSHELL/google-cloud.sh" source "$DOTSHELL/kubernetes.sh" -source "$DOTSHELL/amdsdk.sh" # Applications source "$DOTSHELL/rtorrent.sh" diff --git a/shell/amdsdk.sh b/shell/amdsdk.sh deleted file mode 100644 index ca2cd0f..0000000 --- a/shell/amdsdk.sh +++ /dev/null @@ -1,9 +0,0 @@ -if [ -d "/opt/AMDAPP" ]; then - export AMDAPPSDKROOT="/opt/AMDAPP" - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"/opt/AMDAPP/lib/x86_64":"/opt/AMDAPP/lib/x86" - - export DISPLAY=:0 - export GPU_MAX_ALLOC_PERCENT=100 - export GPU_USE_SYNC_OBJECTS=1 - # export XAUTHORITY=/.Xauthority -fi