Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Condor Submition Problem
- Date: Tue, 20 Sep 2005 15:12:04 -0500
- From: "Thomas Materna" <materna@xxxxxxxxxxxxx>
- Subject: Re: [Condor-users] Condor Submition Problem
One more thing:
The submission file you sent ill give you problems! The default universe is
standard, if you want to run in vanilla universe, you must specify it,
adding
Universe = vanilla
> Hello Everybody
> My problem is:
> when I go for executing 3 similar job on 3 machines.
> one job will be executing in submited machine.
> On other two system , log is telling that
> Abnormal Termination (Signal 11) ------ ??????(i dont know
> what is signal 11)
> I am using standard universe & shared filesystem.
>
> My submit file looks like this
>
> executable = jacobi_iter
> output = io2.out
> error = io.err
> log = io.log
> requirements = machine=="garl-sun2"
> initialdir=/home/sanjay/TopicInGrid/project/jacobi/final
> arguments = 20 10 inputfile blkgarl-sun2 garl-sun2
> queue
>
> executable = jacobi_iter
> output = io2.out
> error = io.err
> log = io.log
> requirements = machine=="garl-sun3"
> initialdir=/home/sanjay/TopicInGrid/project/jacobi/final
> arguments = 20 10 inputfile blkgarl-sun3 garl-sun3
> queue
>
> executable = jacobi_iter
> output = io2.out
> error = io.err
> log = io.log
> requirements = machine=="garl-sun4"
> initialdir=/home/sanjay/TopicInGrid/project/jacobi/final
> arguments = 20 10 inputfile blkgarl-sun4 garl-sun4
> queue
>
> Advance thanx
>
> sanjay
>
> --
> _______________________________________________
>
> Search for businesses by name, location, or phone number.
> -Lycos Yellow Pages
>
> http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.c
> om/default.asp?SRC=lycos10
>
>
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>