There was an error while loading. Please reload this page.
1 parent 1ec11b3 commit 231bad6Copy full SHA for 231bad6
1 file changed
MCintegration/mc_multicpu_test.py
@@ -86,7 +86,7 @@ def test_mcmc_singlethread():
86
87
def test_mcmc(world_size=2):
88
# Use fewer processes than CPU cores to avoid resource contention
89
- world_size = min(world_size, mp.cpu_count())
+ # world_size = min(world_size, mp.cpu_count())
90
print(f"Starting with {world_size} processes")
91
92
# Start processes with proper error handling
0 commit comments