Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Power state list was shared between hosts of a cabinet (but not for cluster)
authorAugustin Degomme <degomme@idpann.imag.fr>
Tue, 24 Sep 2013 11:36:37 +0000 (13:36 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Tue, 24 Sep 2013 11:37:09 +0000 (13:37 +0200)
commitd7c8447cfe6ab5412697230d54f483d92e297074
tree72728780373409ff3aa40d9c541901eed5bc2b63
parent32b17a5b777ccee3c0e388cae5f6c0cca3dfc49c
Power state list was shared between hosts of a cabinet (but not for cluster)
This lead to issues when trying to free the memory at the end.
Either we had to implement a reference counter to dynars, or have one copy for each host.
As it was already done for clusters, let's do it the second way.
src/surf/cpu_cas01.c
src/surf/surf_routing.c