You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I dont understand the code completely, I will tell where everything hangs.
In your posteriorThreads.go file, you are looping over 'numJobs' variable which for my case is 21879. Now this loop hangs on index 21807 and that's where everything stops working.
If I hardcode loop to 21807numJobs everything works flawlessly.
From my understanding this is because of the large size of finalResults hashmap.(I may be wrong completely).
Help me out here.
Also, Can you tell what exactly is happening in function optimizePriorsThreaded?
The text was updated successfully, but these errors were encountered:
Since I dont understand the code completely, I will tell where everything hangs.
In your posteriorThreads.go file, you are looping over 'numJobs' variable which for my case is 21879. Now this loop hangs on index 21807 and that's where everything stops working.
If I hardcode loop to 21807numJobs everything works flawlessly.
From my understanding this is because of the large size of finalResults hashmap.(I may be wrong completely).
Help me out here.
Also, Can you tell what exactly is happening in
function optimizePriorsThreaded
?The text was updated successfully, but these errors were encountered: