Skip to content

Commit 36afdd8

Browse files
committed
Force serial cpu ring when asking for serial cpu ring
1 parent fe072d9 commit 36afdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def get_sim_instance(N_cores_pretend, id_pretend):
490490

491491
def get_serial_CPUring():
492492
from PyPARIS.ring_of_CPUs import RingOfCPUs
493-
myCPUring = RingOfCPUs(Simulation())
493+
myCPUring = RingOfCPUs(Simulation(), force_serial=True)
494494
return myCPUring
495495

496496

0 commit comments

Comments
 (0)