SGE

SGE download page
Grid Engine on Windows
DRMAA Java binding API
DRMAA Java binding examples
SGE info blog

Windows can't be used as an SGE Master, only as a compute node
Windows requires SUA/SFU to run SGE
On Windows, can't run DRMAA Java binding API and submit jobs, could create a proxy to linux/unix system.
SGE Master must be run on linux/unix based system


SessionFactory factory = SessionFactory.getFactory ();
Session session = factory.getSession ();
//getContact() returns comma delimited list of DRMs
final String contacts = session.getContact();
final String contact = //select one from list
session.init(contact);
String id = session.runJob(JobTemplate);

Comments

Popular posts from this blog

Sites, Newsletters, and Blogs

Oracle JDBC ReadTimeout QueryTimeout