Example (SLES10, Y-HPC, YDL): Installing XL Fortran V10.1 for Linux to multiple non-default directories

In order to avoid dependency errors during installation of XL Fortran V10.1 for Linux, issue the following commands in the order given:
  rpm -ivh xlsmp.msg.rte-1.6.1-0.ppc64.rpm --prefix xlsmprt_path
  rpm -ivh xlsmp.rte-1.6.1-0.ppc64.rpm --prefix xlsmprt_path
  rpm -ivh xlsmp.lib-1.6.1-0.ppc64.rpm --prefix xlsmprt_path
  rpm -ivh xlmass.lib-4.3.1-0.ppc64.rpm --prefix xlmass_path
  rpm -ivh xlf.msg.rte-10.1.1-0.ppc64.rpm --prefix xlrte_path
  rpm -ivh xlf.rte-10.1.1-0.ppc64.rpm --prefix xlrte_path
  rpm -ivh xlf.rte.lnk-10.1.1-0.ppc64.rpm --prefix xlrte_path
  rpm -ivh xlf.lic-10.1.1-0.ppc64.rpm --prefix lic_path
  rpm -ivh xlf.lib-10.1.1-0.ppc64.rpm --prefix xlcmp_path
  rpm -ivh xlf.cmp-10.1.1-0.ppc64.rpm --prefix xlcmp_path
The sample programs and product documentation packages have no dependency on other RPM packages and can be installed in any order using the following commands:
  rpm -ivh xlf.help-10.1.1-0.ppc64.rpm --prefix doc_path
  rpm -ivh xlf.samples-10.1.1-0.ppc64.rpm --prefix smpls_path