#!/bin/bash
if [ $ALPS_APP_PE -eq 32 ] ; then
 exec ./cpl_main
 else
  exec ./GCM
fi
