| Last Modified On : | August 19, 2009 10:56 AM PDT |
Rate |
|
I have a Debian-based system and would like to use the Intel® Cluster Tools. Is there a way?
Officially, the Intel Cluster Tools support RPM-based installs only. For a full list of supported OSes, check out our compatibility matrix.
If you’d still like to use the tools on Debian and Ubuntu systems, the following steps can help you in, at least, installing the tools. Note that the process below still requires that a valid license for the desired Cluster Tool is present on the machine.
$ tar –xzf l_mpi_p_3.2.1.009.tgz
$ cd l_mpi_p_3.2.1.009/
$ mkdir rpms
$ ./install.sh --extract=./rpms
Extracting components...
Extracting files... ################################################ [100%]
Product's rpm and EULA have been extracted in ./rpms
Please carefully read EULA before using the product
$ ls –l
intel-mpi-em64t-3.2.1p-009.x86_64.rpm # SDK for the Intel MPI Library for Linux* intel-mpi-rt-em64t-3.2.1p-009.x86_64.rpm # Runtime component of the Intel MPI Library mpiEULA.txt # End-User License Agreement for the Intel MPI Library.
# Read before using.redist.txt # List of Intel MPI Library files whose redistribution is allowed
$ which alienHere note that converting the SDK package for the Intel MPI Library is enough, as the runtime libraries are already contained within.
/usr/bin/alien
$ alien intel-mpi-em64t-3.2.1p-009.x86_64.rpm
intel-mpi-em64t_3.2.1p-10_amd64.deb generated
# This will use the default /opt/intel installation directory
$ dpkg --install intel-mpi-em64t_3.2.1p-10_amd64.deb
Even though this example highlighted the Debian-based installation of the Intel MPI Library, the same technique can be applied to the Intel® Cluster Toolkit for Linux*, Intel® Cluster Toolkit Compiler Edition for Linux*, and the Intel® Trace Analyzer and Collector for Linux*.

English | 中文 | Русский | Français
Gergana Slavova (Intel)
|