The problem may be the way you pass the fileData. You need to encode
the contents of the file, not just give a path.
You can do the following:
xgrid -job submit ./test 4 5
--> you get the id
then get the specification:
xgrid -job specification -id xxx
then you can copy and paste the encoded file contents in your batch file
charles
Hello!
I'm a new user of Xgrid as well and am having problems with
submitting a batch job. I'm using a compiled C code entitled test
(that echos back the two variables given to it) and trying to
submit it as multiple tasks. I can make the code submit a job by
being in the appropriate directory and using the command
My problem lies in sending out a batch command. I've been using the
plist format given by the O'Rielly macdevcenter.com rather than the
XML format. My batch file looks like this:
and I've been submitting the batch file with the command
xgrid -job batch ./batch.plist
xgrid -job results id 6657 -o output/
I'm sure my problem lies in the inputFiles part of the .plist file
and particularly in the filedata section. Can anyone help me submit
a complied C program to the Xgrid with a batch of tasks and be able
to get the output files? I've used GridStuffer which is a great
program, I'm just now trying to understand the command line approach.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xgrid-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xgrid-users/email@hidden