[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [condor-users] Problems with running a sample job



This is is what my jobfile has

executable=./myprog
universe=vanilla
arguments=Example.$(Cluster).$(Process) 100
output=results.output.$(Process)
error=results.error.$(Process)
log=results.log
notification=always
should_transfer_files=YES
when_to_transfer_output=ON_EXIT
queue


On Tuesday 04 May 2004 04:25 pm, Chris Green wrote:
> On Tue, 4 May 2004, A Nayar wrote:
> > Hi all,
> >
> >   Subsequent to yesterday's efforts, I finally got condor up and running
> > on my machine running Mandrake 10. I created a test job with the
> > following lines;
>
> If you're using a script as a test job, it must be in the vanilla
> universe: are you sure that's where you submitted it?
>
> Cheers,
> Chris.
>
> > #! /bin/sh
> >
> > echo "I'm process id $$ on" `hostname`
> > echo "this is sent to standard error" 1>&2
> > date
> > echo "RUnning as binary $0" "$@"
> > echo "My Name (argument 1) is $1"
> > echo "My sleep duration is $2"
> > sleep $2
> > echo "Sleep of $2 seconds finished. Exiting"
> > exit 42
> >
> >
> > But when running it I am getting a shadow error pasted below,
> >
> > 001 (001.000.000) 05/04 15:10:31 Job executing on host:
> > <xxx.xxx.xxx.xxx:xxxx> ...
> > 007 (001.000.000) 05/04 15:10:31 Shadow exception!
> >         Error from starter on grid03.xxx.xxx.xxx: Failed to execute
> > '/usr/condor/local.grid03/execute/dir_32143/condor_exec.exe
> > condor_exec.exe Example.1.0 100': Exec format error
> >         0  -  Run Bytes Sent By Job
> >         49  -  Run Bytes Received By Job
> >
> >  any help is appreciated
> >
> > Arun Nayar
> > CCT LSU
> > Condor Support Information:
> > http://www.cs.wisc.edu/condor/condor-support/
> > To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
> > unsubscribe condor-users <your_email_address>
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>