-
Notifications
You must be signed in to change notification settings - Fork 1
Home
abmargb edited this page Mar 7, 2013
·
19 revisions
$ git clone https://github.com/OurGrid/cloudbroker.git
$ ant install
$ bash server.sh
$ bash client.sh submit job.json
$ bash client.sh status $JOBID
`{"name": "primes", "tasks": [
{ "init": [{"local": "primes.py", "remote": "primes.py"}], "remote": "python primes.py 2 1000 > output", "final": [{"local": "output", "remote": "output"}] }, { "init": [{"local": "primes.py", "remote": "primes.py"}], "remote": "python primes.py 1001 2000 > output", "final": [{"local": "output", "remote": "output2"}] } ]} `