Submitting an applescript to xgrid using osascript

0

I'm trying to submit an applescript to an xgrid using the command line. But I've got something wrong with the formatting.

For example this doesn't work. I just get the help screen for xgrid in response.

xgrid -job submit osascript /Users/corey/xgrid/1.scpt 

or

xgrid -job submit sips -s format jpeg /Users/corey/xgrid/RAW/tif/1.tif --out 1.jpg

What am I missing?

Corey Riggle

Posted 2011-03-22T00:35:49.733

Reputation: 93

I'm having more success using: xgrid -h localhost -job submit – Corey Riggle – 2011-03-22T04:15:07.117

Answers

0

I added the -h tag with localhost. I didn't realize this was necessary as I was executing the command on the Controller computer.

xgrid -h localhost -job submit /Users/corey/xgrid/1.scpt

The commands are now being submitted to the Xgrid.

Corey Riggle

Posted 2011-03-22T00:35:49.733

Reputation: 93