From 454d8d44594febc902be516b7f48c0c57911bdb6 Mon Sep 17 00:00:00 2001 From: penguhyang Date: Tue, 13 Oct 2015 22:47:02 -0400 Subject: [PATCH] add pkglist to support cuda installtion on ubuntu14.04.3 --- .../install/ubuntu/cudafull.ubuntu14.04.3.ppc64el.pkglist | 7 +++++++ .../ubuntu/cudaruntime.ubuntu14.04.3.ppc64el.pkglist | 7 +++++++ .../netboot/ubuntu/cudafull.ubuntu14.04.3.ppc64el.pkglist | 6 ++++++ .../ubuntu/cudaruntime.ubuntu14.04.3.ppc64el.pkglist | 1 + 4 files changed, 21 insertions(+) create mode 100644 xCAT-server/share/xcat/install/ubuntu/cudafull.ubuntu14.04.3.ppc64el.pkglist create mode 100644 xCAT-server/share/xcat/install/ubuntu/cudaruntime.ubuntu14.04.3.ppc64el.pkglist create mode 100644 xCAT-server/share/xcat/netboot/ubuntu/cudafull.ubuntu14.04.3.ppc64el.pkglist create mode 120000 xCAT-server/share/xcat/netboot/ubuntu/cudaruntime.ubuntu14.04.3.ppc64el.pkglist diff --git a/xCAT-server/share/xcat/install/ubuntu/cudafull.ubuntu14.04.3.ppc64el.pkglist b/xCAT-server/share/xcat/install/ubuntu/cudafull.ubuntu14.04.3.ppc64el.pkglist new file mode 100644 index 000000000..f6155e7b1 --- /dev/null +++ b/xCAT-server/share/xcat/install/ubuntu/cudafull.ubuntu14.04.3.ppc64el.pkglist @@ -0,0 +1,7 @@ +#INCLUDE:compute.ubuntu14.04.3.ppc64el.pkglist# +build-essential +dkms + +zlib1g-dev + +cuda diff --git a/xCAT-server/share/xcat/install/ubuntu/cudaruntime.ubuntu14.04.3.ppc64el.pkglist b/xCAT-server/share/xcat/install/ubuntu/cudaruntime.ubuntu14.04.3.ppc64el.pkglist new file mode 100644 index 000000000..ca723220a --- /dev/null +++ b/xCAT-server/share/xcat/install/ubuntu/cudaruntime.ubuntu14.04.3.ppc64el.pkglist @@ -0,0 +1,7 @@ +#INCLUDE:compute.ubuntu14.04.3.ppc64el.pkglist# +build-essential +dkms + +zlib1g-dev + +cuda-runtime-7-0 diff --git a/xCAT-server/share/xcat/netboot/ubuntu/cudafull.ubuntu14.04.3.ppc64el.pkglist b/xCAT-server/share/xcat/netboot/ubuntu/cudafull.ubuntu14.04.3.ppc64el.pkglist new file mode 100644 index 000000000..f90ba312a --- /dev/null +++ b/xCAT-server/share/xcat/netboot/ubuntu/cudafull.ubuntu14.04.3.ppc64el.pkglist @@ -0,0 +1,6 @@ +#INCLUDE:compute.ubuntu14.04.3.ppc64el.pkglist# +linux-headers-generic-lts-utopic + +build-essential +zlib1g-dev +dkms diff --git a/xCAT-server/share/xcat/netboot/ubuntu/cudaruntime.ubuntu14.04.3.ppc64el.pkglist b/xCAT-server/share/xcat/netboot/ubuntu/cudaruntime.ubuntu14.04.3.ppc64el.pkglist new file mode 120000 index 000000000..8681de997 --- /dev/null +++ b/xCAT-server/share/xcat/netboot/ubuntu/cudaruntime.ubuntu14.04.3.ppc64el.pkglist @@ -0,0 +1 @@ +cudafull.ubuntu14.04.3.ppc64el.pkglist \ No newline at end of file