#!/bin/bash

#Description : Intel Omni-Path Fabric software package uninstall script

echo "Uninstalling IntelOPA-Basic.SLES122-x86_64.10.4.2.0.7"

zypper remove \
    gasnet_gcc_hfi-1.28.0-5.x86_64 \
    gasnet_gcc_hfi-devel-1.28.0-5.x86_64 \
    gasnet_gcc_hfi-tests-1.28.0-5.x86_64 \
    hfi1-diagtools-sw-0.8-53.x86_64 \
    hfi1-firmware-0.9-62.noarch \
    hfi1-firmware_debug-0.9-62.noarch \
    hfi1-uefi-0.2-72.x86_64 \
    hfidiags-0.8-53.x86_64 \
    ifs-kernel-updates-kmp-default-4.4.21_69_default_k4.4.21_69-596.x86_64 \
    libpsm2-10.2.175-1.x86_64 \
    libpsm2-compat-10.2.175-1.x86_64 \
    libpsm2-devel-10.2.175-1.x86_64 \
    mpi-selector-1.0.3-1.x86_64 \
    mpitests_mvapich2_gcc-3.2-930.x86_64 \
    mpitests_mvapich2_gcc_hfi-3.2-930.x86_64 \
    mpitests_mvapich2_intel_hfi-3.2-930.x86_64 \
    mpitests_openmpi_gcc-3.2-930.x86_64 \
    mpitests_openmpi_gcc_hfi-3.2-930.x86_64 \
    mpitests_openmpi_intel_hfi-3.2-930.x86_64 \
    mvapich2_gcc-2.2-4.x86_64 \
    mvapich2_gcc_hfi-2.2-4.x86_64 \
    mvapich2_intel_hfi-2.2-4.x86_64 \
    opa-address-resolution-10.4.1.0-1.x86_64 \
    opa-basic-tools-10.4.1.0-1.x86_64 \
    opa-scripts-1.0-1.0.noarch \
    openmpi_gcc-1.10.4-12.x86_64 \
    openmpi_gcc_hfi-1.10.4-12.x86_64 \
    openmpi_intel_hfi-1.10.4-12.x86_64 \
    openshmem_gcc_hfi-1.3-3.x86_64 \
    openshmem-test-suite_gcc_hfi-1.3-1.x86_64 \
    shmem-benchmarks_gcc_hfi-0.6-33.x86_64 
 
