martinruefenacht / fennel

HPC network simulator
0 stars 0 forks source link

Should ComputeModel be the concurrent thing instead of Machine? #14

Closed martinruefenacht closed 4 years ago

martinruefenacht commented 4 years ago

As topic says. Currently Machine is the concurrent thing with nodes/processes, but should the ComputeModel be in charge of that?

martinruefenacht commented 4 years ago

The any 2 ProxyTask also is required to be concurrent so it is not exclusive to the ComputeModel, but to the entire machine logic...

martinruefenacht commented 4 years ago

Concurrency needs to be global on machine since logic tasks need to be able to be concurrent as well.