Why do I have waiting workers on this SWP run? #218
Replies: 3 comments 3 replies
-
|
Hmm. I don't see any reason why...anything of note in the rmr file? |
Beta Was this translation helpful? Give feedback.
-
|
I assume all 122 were running at one point (initially) and the resources
requested in the submit file are available on the workers? Anything in the
condor log files?
On Sat, 15 Oct 2022 at 1:34 AM, RyanConway91 ***@***.***> wrote:
I am running 420 models with ++sweep_chunk(99999) on 122 workers.
No runs have failed. Why is SWP only using 4 runners when there are 90
runs to complete?
[image: image]
<https://user-images.githubusercontent.com/25184697/195847509-3a4f23ec-e592-4d6d-8626-77c0dd46aa33.png>
—
Reply to this email directly, view it on GitHub
<#218>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADSJXRFPHPVJAIJACLPVS7DWDFHNTANCNFSM6AAAAAARFGMHQQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
"Perfect spheres are pointless."
|
Beta Was this translation helpful? Give feedback.
-
|
hmmm. Seems like a lot of runs were going long so they were being rescheduled on available workers. But this shouldnt effect what sweep records. The rec file for the sweep master doesnt have much - its not really needed - so Im not too worried about that. And it looks the worker rec file lost comms with the master at 7:43 but the end of the rmr file was ~5 hrs earlier? The sweep chunk is basically how many runs to queue up, run, and write out at a time. So a chunk of 100 might be a nice place to start to see if you can get 100 runs done and written the sweep out file...otherwise sweep will wait until all runs have been queued and run (or failed to run) before writing the sweep output file. |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
I am running 420 models with ++sweep_chunk(99999) on 122 workers.

No runs have failed. Why is SWP only using 4 runners when there are 90 runs to complete?
Beta Was this translation helpful? Give feedback.
All reactions