Friday Nov 10, 2006
Friday Nov 10, 2006
// Submit jobs to run
for (int i = 0; i < 50; i++) {
System.out.println("Creating Remote Command: " + i);
jt[i] = session.createJobTemplate();
jt[i].setRemoteCommand(exec);
ids[i] = session.runJob(jt[i]);
}
A full example is provided on the Developer Network site by Fay Salwen, one of our Grid experts.