Friday Aug 18, 2006
Friday Aug 18, 2006
#!/bin/ksh #$ -N Test_qstat #$ -cwd SGETOOLS=/home/sgeadmin/n1ge60/bin/sol-x86 export SGETOOLS echo "Starting Test program..." $SGETOOLS/qstat echo "End Test program..."
#!/bin/ksh #$ -N Test_qstat #$ -cwd # Set the environment variables if [ -f $HOME/.profile ]; then . $HOME/.profile fi echo "Starting Test program..." echo `which qstat` qstat echo "End Test program..."