Discussion:
SGE support for gridportlets
yuan luo
2006-08-02 08:19:23 UTC
Permalink
Hi all,

Gridportlets support clusters like lsf, pbs, condor, but SGE is still missing. In order to let Gridportlet support SGE, I suggest to make the following edit:

src/org/gridlab/gridsphere/services/job/JobSchedulerType.java
Line 26,
add code:
public static final JobSchedulerType SGE = new JobSchedulerType("sge", true);

src/org/gridlab/gridsphere/services/ui/job/generic/JobSpecComp.java
in the loadJobSchedulerList method(Line 654):
add code:
jobSchedulerConstants.add(JobSchedulerType.SGE);


Yuan LUO
------------------
Jilin University,China
Michael Russell
2006-08-02 08:51:43 UTC
Permalink
Hi Yaun Luo,

Okay, I will add this to the next release then. In fact, this stuff
ought to sit a config file of course.

Thanks!

Michael
Post by yuan luo
Hi all,
Gridportlets support clusters like lsf, pbs, condor, but SGE is
still missing. In order to let Gridportlet support SGE, I suggest
src/org/gridlab/gridsphere/services/job/JobSchedulerType.java
Line 26,
public static final JobSchedulerType SGE = new JobSchedulerType
("sge", true);
src/org/gridlab/gridsphere/services/ui/job/generic/JobSpecComp.java
jobSchedulerConstants.add(JobSchedulerType.SGE);
Yuan LUO
------------------
Jilin University,China
Loading...