Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geclipse-dev] PBS implementation

I am studying the possibility of writing a PBS puggin for geclipse. It seems very feasible.

Several options are available (two actually):
1 - I may start the implementation of the pbs submission service by extending the class PBSBatchService. 2 - I may just use the SSHConnection class, if stated that the PBSBatchService class has not been implemented for that.

Anyway both those solutions are not straightforward with the actual eu.geclipse.batch architecture: For 1, the PBSBatchService class is declared final and cannot be extended for the moment. For 2, the SSHConnection class is in an internal package and cannot be used by another pluggin.

What do you think is the best way to start?

Could I make the modifications in the code of the eu.geclipse.batch pluggin myself? If yes how will you integrate it in the geclipse main branch?

Best Regards,
Romain





Back to the top