Privacy and Security Notice

Archived Messages for FARM_SUPPORT_1997@cebaf.gov: failed submission

failed submission

Will Brooks (brooksw@CEBAF.GOV)
Tue, 17 Jun 1997 18:52:36 -0400

This is a multi-part message in MIME format.

--------------21114045382
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,

I submitted the following job to the farm, but it failed.
Is there an obvious reason? This file was automatically
generated by a script which worked yesterday.

- Will

--------------21114045382
Content-Type: text/plain; charset=us-ascii; name="jsub_000165"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="jsub_000165"

#!/bin/csh -f
#
# This file automatically generated by cjobs
#
# Author: L. Dennis
# Department of Physics
# Florida State University
# larry@fsulcd.physics.fsu.edu
#
# The current project is: jun97
# the sequence value is : 000165
# and the jsub script is: jsub_000165
#
source /site/env/syscshrc
setenv CMS /apps/clas/u1/builds/DEVELOPMENT/packages/cms
source $CMS/jlab.cshrc
#
echo "DATABASE: update"
#
# submit to JOBS
#
set y = `jsub jun97b.tpl000165`
#
# Act on the return code from jsub
#
if ( $#y >= 4 ) then
set rid = $y[4]
else
set rid = -1
endif
#
# First deal with successful queuing
#
if( $rid > 0 ) then
echo "insert entry=jun97 project=jun97 code=jun97b_batch000165 rid=$rid"
echo "JOBS STATUS: $rid jun97b_batch000165 submitted"
echo "update project=jun97 entry=jun97 rid=$rid status=submitted"
set rcode = 0
else
#
# Then deal with failed queuing attempt
#
echo "JOBS STATUS: JSUB ERROR = $y"
set rcode = $rid
exit($rcode)
endif
#
exit($rcode)

--------------21114045382--