Skip to content

Commit bea9330

Browse files
authored
Merge pull request #6 from PyCOMPLETE/bugfix-getserial
Force serial cpu ring when asking for serial cpu ring
2 parents fe072d9 + 36afdd8 commit bea9330

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)