Software Delivery Repository
Software Delivery Repository | Getting Started | FAQ | RepositoriesSGI® Accelerate™
SGI Accelerate helps to accelerate application performance, through tools that
tune applications at runtime (with no need for recompiling) and libraries that
optimize performance with specialized algorithms.
SGI Accelerate's runtime acceleration tools include cpusets, numatools and
linkless flexible I/O (FFIO). Tools that help with software development
tuning include performance co-pilot, libgru and sgisolve.
An active warranty or support contract is required to access SGI Accelerate
product updates. A user-generated token must be supplied as the http username
to access this repository. If you have a valid warranty
or support contract, login with your HPE Passport credentials and
generate your token here. Once you have a valid token, you may access the SGI Accelerate repository with
your web browser (or yum, or zypper) using the following http URL syntax:
|
Generate_Token
then
Browse |
Subscribe your system to the SGI Accelerate repository
Red Hat Enterprise Linux 
Cut-n-paste the following section (substituting ditribution, architecture and project version)
into /etc/yum.repos.d/accelerate.repo
on your RedHat system:
[accelerate]
name=SGI-Accelerate
baseurl=http://TOKEN:null@downloads.linux.hpe.com/repo/accelerate/rhel/dist_ver/arch/project_ver/
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-HPE-SDR
Where:
TOKEN Generated here dist_ver 6, 7 arch x86_64 project_ver current, 1.12, 1.13, 1.14
SUSE Linux Enterprise Server 
Cut-n-paste the following section (substituting ditribution, architecture and project version)
into /etc/zypp/repos.d/accelerate.repo
on your SUSE system:
[accelerate]
name=SGI-Accelerate
baseurl=http://TOKEN:null@downloads.linux.hpe.com/repo/accelerate/sles/dist_ver/arch/project_ver/
enabled=1
autorefresh=1
type=rpm-md
keeppackages=0
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-HPE-SDR
Where:
TOKEN Generated here dist_ver 11sp4, 12sp1, 12sp2 arch x86_64 project_ver current, 1.12, 1.13, 1.14
Importing the GPG Key"
Copy the GPG-KEY-HPE-SDR key to /etc/pki/rpm-gpg/
and then import the key with the following command:
rpm --import /etc/pki/rpm-gpg/GPG-KEY-HPE-SDR
Installing SGI Accelerate packages
List available packages
# yum --disablerepo="*" --enablerepo="accelerate" list available
# zypper search --repo accelerate
Show available updates
# yum --disablerepo="*" --enablerepo="accelerate" check-update
# zypper list-updates --repo accelerate
Install a specific package
# yum install packagename
# zypper install packagename