yuan luo
2006-08-02 08:19:23 UTC
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
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