54c54,55
< nb_cores = 1
---
> #MAX CORES IS 8 with the fals sharing method
> nb_cores = 8
68a70
> which_port = 0
74c76,80
< system.funcmem.port = cpu.functional
---
> if which_port == 0:
> system.funcmem.port = cpu.functional
> which_port = 1
> else:
> system.funcmem.functional = cpu.functional