Hi all!
I have PROOF cluster: 1 master and 2 workers with 3 CPU on every worker.
When I running one job (simple infinite loop) everything’s ok.
But while job is running all next jobs are switched to asynchronous mode.
I got next message:
Info in <TProof::Process>: session is in waiting or processing status: switch to asynchronous mode
p->ShowQueries()
+++
+++ Queries processed during this session: selector: 4, draw: 0
+++ #:1 ref:"session-vobox0004-1268744842-23687:q1" sel:ProofSimple running evts:0-9
+++ #:2 ref:"session-vobox0004-1268744842-23687:q2" sel:EV0 submitted evts:0-999999999
+++ #:3 ref:"session-vobox0004-1268744842-23687:q3" sel:ProofSimple submitted evts:0-9
+++ #:4 ref:"session-vobox0004-1268744842-23687:q4" sel:ProofSimple submitted evts:0-9
And I can not execute few jobs concurrently
In my xpd.cf (configuration file) on workers machine I have next strings:
xpd.putrc Proof.DynamicStartup 1
xpd.schedparam queue:fifo mxrun:5
But it does not help.
What do I wrong?
Best regards!