sb.append(" ");
}
// TODO PJ This is temporary solution, should be replaced by JDGI
// This will not work, if the qsub command is not on the path or
// the current host is not submit host
JGDIShell jsh = (JGDIShell) shell;
jsh.runShellCommand("qsub " + sb.toString());
// List <JGDIAnswer> answers = new LinkedList<JGDIAnswer>();
// jgdi.addJobWithAnswer(job, answers);
// printAnswers(answers);
}