Torque specific changes
authorMichal Voců <michal@ruk.cuni.cz>
Mon, 26 Sep 2011 11:39:13 +0000 (11:39 +0000)
committerMichal Voců <michal@ruk.cuni.cz>
Mon, 26 Sep 2011 11:39:13 +0000 (11:39 +0000)
org.glite.lb.state-machine/src/process_event_pbs.c

index 89e1465..5e712e5 100644 (file)
@@ -85,8 +85,8 @@ int processEvent_PBS(intJobStat *js, edg_wll_Event *e, int ev_seq, int strict, c
                                if (!js->pub.pbs_queue)
                                        js->pub.pbs_queue = strdup(e->PBSQueued.queue);
                                assert(!strcmp(js->pub.pbs_queue, e->PBSQueued.queue));
-                               rep_cond(js->pub.pbs_owner,e->PBSQueued.owner);
-                               rep_cond(js->pub.pbs_name,e->PBSQueued.name);
+                               /* rep_cond(js->pub.pbs_owner,e->PBSQueued.owner);
+                               rep_cond(js->pub.pbs_name,e->PBSQueued.name); */
                        }
                        break;
                case EDG_WLL_EVENT_PBSMATCH: