#!/bin/csh -f

set cmdname  = $0:t;
set rootpath = $0:h/../..
pushd $rootpath > /dev/null
set rootpath = `pwd`
popd > /dev/null

setenv GDRMODEL450
(setenv GDEVICE 0 ; ${rootpath}/gdr/test/checksub ${argv}) &
sleep 1
(setenv GDEVICE 1 ; ${rootpath}/gdr/test/checksub ${argv}) &
sleep 1
(setenv GDEVICE 2 ; ${rootpath}/gdr/test/checksub ${argv}) &
sleep 1
(setenv GDEVICE 3 ; ${rootpath}/gdr/test/checksub ${argv}) &
