From: Jan Pospíšil Date: Thu, 19 Oct 2006 17:09:50 +0000 (+0000) Subject: register subjobs directly X-Git-Tag: mergeto_glite-lb-client_branch_2_3_0_0243_generic_23Nov06~1 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=9c32922cf097a9d8d6d6ed909cfd982fe9e65505;p=jra1mw.git register subjobs directly --- diff --git a/org.glite.lb.client/src/producer.c b/org.glite.lb.client/src/producer.c index 818e9b1..2d1c808 100644 --- a/org.glite.lb.client/src/producer.c +++ b/org.glite.lb.client/src/producer.c @@ -1128,7 +1128,11 @@ int edg_wll_RegisterSubjob( const char * seed, edg_wlc_JobId ** subjobs) { +#ifdef LB_PERF + return edg_wll_RegisterJobMaster(ctx,LOGFLAG_DIRECT,job,type,jdl,ns,parent,num_subjobs,seed,subjobs); +#else return edg_wll_RegisterJobMaster(ctx,LOGFLAG_NORMAL,job,type,jdl,ns,parent,num_subjobs,seed,subjobs); +#endif } /**