From: Michal Voců Date: Mon, 26 Sep 2011 11:39:13 +0000 (+0000) Subject: Torque specific changes X-Git-Tag: merge_torque_to_head_src~14 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=731b6dfd5e0237d872d036db97befbf800aa9282;p=jra1mw.git Torque specific changes --- diff --git a/org.glite.lb.state-machine/src/process_event_pbs.c b/org.glite.lb.state-machine/src/process_event_pbs.c index 89e1465..5e712e5 100644 --- a/org.glite.lb.state-machine/src/process_event_pbs.c +++ b/org.glite.lb.state-machine/src/process_event_pbs.c @@ -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: