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:
66298b7
)
print correct JOBID indentier (useful for postprocessing scripts)
author
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 19 Oct 2006 14:35:24 +0000
(14:35 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 19 Oct 2006 14:35:24 +0000
(14:35 +0000)
org.glite.lb.client/examples/job_reg.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/examples/job_reg.c
b/org.glite.lb.client/examples/job_reg.c
index
96bee79
..
2d86ec7
100644
(file)
--- a/
org.glite.lb.client/examples/job_reg.c
+++ b/
org.glite.lb.client/examples/job_reg.c
@@
-111,7
+111,7
@@
int main(int argc, char *argv[])
}
seq = edg_wll_GetSequenceCode(ctx);
- printf("\n%s=\"%s\"\n",num_subjobs?
"EDG_WL_DAG_JOBID"
:"EDG_JOBID",job);
+ printf("\n%s=\"%s\"\n",num_subjobs?
(collection?"EDG_WL_COLLECTION_JOBID":"EDG_WL_DAG_JOBID")
:"EDG_JOBID",job);
printf("EDG_WL_SEQUENCE=\"%s\"\n",seq);
free(seq);
free(job);