From: Aleš Křenek Date: Wed, 23 Aug 2006 13:02:52 +0000 (+0000) Subject: almost working ... X-Git-Tag: glite-jp_R_1_3_2~19 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=5d7c48f177a095012681d525697dbfe1b88c4c79;p=jra1mw.git almost working ... --- diff --git a/org.glite.jp/examples/pch06/pch06.jdl-template b/org.glite.jp/examples/pch06/pch06.jdl-template index daf996e..d644f28 100644 --- a/org.glite.jp/examples/pch06/pch06.jdl-template +++ b/org.glite.jp/examples/pch06/pch06.jdl-template @@ -2,6 +2,9 @@ type = "dag"; +Requirements = other.GlueCEInfoHostname=="skurut17.cesnet.cz"; +LBAddress = "skurut1.cesnet.cz:9000"; + stdoutput = "std.out"; stderror = "std.err"; outputsandbox = { "std.out", "std.err" }; diff --git a/org.glite.jp/examples/pch06/pch06.runme b/org.glite.jp/examples/pch06/pch06.runme index 7b852fc..e720c0f 100644 --- a/org.glite.jp/examples/pch06/pch06.runme +++ b/org.glite.jp/examples/pch06/pch06.runme @@ -6,8 +6,8 @@ if [ -z "$6" ]; then exit 1 fi -sed "s/REFERENCE/$1/; s/BASE1/$2/; s/BASE2/$3/; s/BASE3/$4/; s/BASE4/$5/; s/ATLAS/$6/" pch06.jdl-template >pch06.jdl +sed "s|REFERENCE|$1|; s|BASE1|$2|; s|BASE2|$3|; s|BASE3|$4|; s|BASE4|$5|; s|ATLAS|$6|" pch06.jdl-template >pch06.jdl -# glite-job-submit --config-vo voce.conf pch06.jdl +# glite-wms-job-submit pch06.jdl