#!/bin/sh

SDRMOWNER=`pkgparam SDRMEcomm SDRMOWNER`
SDRMGROUP=`pkgparam SDRMEcomm SDRMGROUP`
BASEDIR=`pkgparam SDRMEcomm BASEDIR`

installf SDRMEcomm $BASEDIR/mpi/sunhpc/tight-integration d 755 $SDRMOWNER $SDRMGROUP || exit 2
installf SDRMEcomm $BASEDIR/mpi/sunhpc/tight-integration/README f 644 $SDRMOWNER $SDRMGROUP || exit 2
installf SDRMEcomm $BASEDIR/mpi/sunhpc/tight-integration/pe_sunmpi_ci.template f 644 $SDRMOWNER $SDRMGROUP || exit 2
installf SDRMEcomm $BASEDIR/mpi/sunhpc/tight-integration/resume_sunmpi_ci.sh f 755 $SDRMOWNER $SDRMGROUP || exit 2
installf SDRMEcomm $BASEDIR/mpi/sunhpc/tight-integration/suspend_sunmpi_ci.sh f 755 $SDRMOWNER $SDRMGROUP || exit 2
installf -f SDRMEcomm
