Hello Xavier,

Thank you very much for your input! We deprecated GetLocalNodeCollection() for several reasons:


But it may be that we have overlooked important use cases for doing rank-specific operations based on GetLocalNodeCollection(). Could you write a bit about your use case?

Best,
Hans Ekkehard

-- 
Prof. Dr. Hans Ekkehard Plesser
Research Committee Chair, Faculty of Science and Technology
Department of Data Science
Faculty of Science and Technology
Norwegian University of Life Sciences
PO Box 5003, 1432 Aas, Norway
Phone +47 6723 1560
Email hans.ekkehard.plesser@nmbu.no
Home http://arken.nmbu.no/~plesser
From: Xavier Otazu <xotazu@cvc.uab.cat>
Date: Friday, 12 June 2026 at 10:40
To: users@nest-simulator.org <users@nest-simulator.org>
Subject: [NEST Users] GetLocalNodeCollection at version 3.10

Hi!

I have seen that in the latest 3.10 version you have deprecated GetLocalNodeCollection() ...

I would very please you to DON'T do it. Since it has the "Local" word, we users know that it only returns MPI nodes. Hence, we know that we have to deal with it and the hight risk of incorrect code, but it is not more difficult that writing concurrent code in mind. This function HUGELY accelerates execution of the code because we (programmers) know that it (and operations on nodes and their connections) is executed in different MPI processes with different data.

Best,

Xavier
_______________________________________________
NEST Users mailing list -- users@nest-simulator.org
To unsubscribe send an email to users-leave@nest-simulator.org