git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2f964a
)
register subjobs directly
author
Jan Pospíšil
<honik@ntc.zcu.cz>
Thu, 19 Oct 2006 17:09:50 +0000
(17:09 +0000)
committer
Jan Pospíšil
<honik@ntc.zcu.cz>
Thu, 19 Oct 2006 17:09:50 +0000
(17:09 +0000)
org.glite.lb.client/src/producer.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/src/producer.c
b/org.glite.lb.client/src/producer.c
index
818e9b1
..
2d1c808
100644
(file)
--- 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
}
/**