Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Test Forward Requirements with a CREAM CE | ||||||||
Added: | ||||||||
> > |
Some issues found
Fixing the two issues above makes the forward requirement functionality work also for a CREAM CE.The following was done for testing | |||||||
cat myjob_forwardReq.jdl | ||||||||
Line: 24 to 32 | ||||||||
] | ||||||||
Added: | ||||||||
> > |
| |||||||
-- ElisabettaMolinari - 16 Sep 2008 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > | Test Forward Requirements with a CREAM CE
cat myjob_forwardReq.jdl [ Type = "Job"; JobType = "normal"; InputSandbox = { "file:///home/emolinar/test.sh"}; VirtualOrganisation = "dteam"; Executable="test.sh"; Arguments="Hello "; CERequirements = ( "other.GlueHostMainMemoryRAMSize > 300" ); Requirements = ( RegExp("devel03",other.GlueCEUniqueID)); Rank = 0; myproxy = myproxy.cnaf.infn.it; fuzzyrank = true; StdOutput="message.txt"; StdError="err.log"; OutputSandbox={"message.txt","err.log",".BrokerInfo"}; OutputSandboxBaseDestUri = "gsiftp://atlfarm007.mi.infn.it/home/emolinar/"; RetryCount = 0; ShallowRetryCount = 3; ]-- ElisabettaMolinari - 16 Sep 2008 |