On 3. Jun 2024, at 13:22, Thanh Binh To <thanh-binh.to@online.de> wrote:<iaf_psc_exp_nonlineardendrite.nestml><Screenshot from 2024-06-03 13-03-03.png><structural_plasticityB.py>_______________________________________________Dear all,thanks you for very nice meeting today.I use the following Python script for generating and compiling my NESTML-neuron model.It runs and provides the following files in my target order (see my snapshot)#########################iaf_psc_exp_nonlineardendrite.hiaf_psc_exp_nonlineardendrite.cppnestmlmodule.hnestmlmodule.cppnestmlmodule.so############################## my python scriptimport sys
from pathlib import Pathfrom pynestml.frontend.pynestml_frontend import generate_targetgenerate_target(input_path="/home/binh/experiments/nest-simulator-stdsp_synapse/iaf_psc_exp_nonlineardendrite.nestml",
target_platform="NEST",
install_path="/home/binh/experiments/nest-simulator-stdsp_synapse/models/")nest.Install("iaf_psc_exp_nonlineardendrite")####But I really do not know1. where to copy nestmlmodule.so to?2. What to do with generated C++ and *.h files? Copy to to the folder "models"??Then I run other Python script to create a neuron (see my modified verion structural_plasticityB.py), and have got errors like##################################File "/home/binh/experiments/nest-simulator/pynest/examples/structural_plasticityB.py", line 342, in <module>
example.create_nodes()
File "home/binh/experiments/nest-simulator/pynest/examples/structural_plasticityB.py", line 235, in create_nodes
self.nodes_e = nest.Create('iaf_psc_exp_nonlineardendrite',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/binh/experiments/nest-simulator/build/lib/python3.11/site-packages/nest/ll_api.py", line 228, in stack_checker_func
return f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File "/home/binh/experiments/nest-simulator/build/lib/python3.11/site-packages/nest/lib/hl_api_nodes.py", line 126, in Create
sr(cmd)
File "/home/binh/experiments/nest-simulator/build/lib/python3.11/site-packages/nest/ll_api.py", line 114, in catching_sli_run
raise exceptionCls(commandname, message)
nest.lib.hl_api_exceptions.NESTErrors.UnknownModelName: UnknownModelName in SLI function Create_l_i: /iaf_psc_exp_nonlineardendrite is not a known model name. Please check the modeldict for a list of available models. A frequent cause for this error is that NEST was compiled without the GNU Scientific Library, which is required for the conductance-based neuron models.###################################Can anyone help me?ThanksWith kind regards
Mit freundlichen Grüßen
Thanh Binh ToGesendet: Montag, 03. Juni 2024 um 10:32 Uhr
Von: "Dennis Terhorst" <d.terhorst@fz-juelich.de>
An: users@nest-simulator.org
Betreff: [NEST Users] Open NEST Developer Video Conference Monday June 3, at 11:30 CEST (UTC+0200)Dear NEST Users & Developers!
I would like to invite you to our next fortnightly Open NEST Developer Video Conference today
Monday June 3, at 11:30 CEST (UTC+0200).
Despite many people attending conferences this week, we will briefly meet to offer attention also to smaller questions or more general topics that you may bring. The Project team round, might however be quite short today.
Feel free to join the meeting and bring your own quick questions for direct discussion or just to hear what's going on in and around NEST.
Agenda
- Welcome
- Review of NEST User Mailing List
- Project team round
- In-depth discussion
The agenda for this meeting is also available online, see https://github.com/nest/nest-simulator/wiki/2024-06-03-Open-NEST-Developer-Video-Conference
Looking forward to seeing you soon!
Cheers,
Dennis Terhorst
Log-in information
We use a virtual conference room provided by DFN (Deutsches Forschungsnetz).
You can use the web client to connect. We however encourage everyone to use a headset for better audio quality or even a proper video conferencing system (see below) or software when available.
Web client
- Visit https://conf.dfn.de/webapp/conference/97938800
- Enter your name and allow your browser to use camera and microphone
- The conference does not need a PIN to join, just click join and you’re in.
In case you see a dfnconf logo and the phrase “Auf den Meetingveranstalter warten”, just be patient, the meeting host needs to join first (a voice will tell you).
VC system/software
How to log in with a video conferencing system, depends on you VC system or software.
- Using the H.323 protocol (eg Polycom):
vc.dfn.net##97938800
or194.95.240.2##97938800
- Using the SIP protocol:97938800@vc.dfn.de
- By telephone:
+49-30-200-97938800
For those who do not have a video conference system or suitable software, Polycom provides a pretty good free app for iOS and Android, so you can join from your tablet (Polycom RealPresence Mobile, available from AppStore/PlayStore). Note that firewalls may interfere with videoconferencing in various and sometimes confusing ways.
For more technical information on logging in from various VC systems, please see
http://vcc.zih.tu-dresden.de/index.php?linkid=1.1.3.4
-- Dipl.-Phys. Dennis Terhorst Coordinator Software Development Institute for Advanced Simulation (IAS-6), Computational and Systems Neuroscience & JARA-Institute Brain Structure-Function Relationships (INM-10) Institute of Neuroscience and Medicine Jülich Research Center, Member of the Helmholz Association 52425 Jülich, Germany http://www.csn.fz-juelich.de/ Phone +49 2461 61-85062 ---------------------------------------------------------------------- Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Stefan Müller Geschaeftsfuehrung: Prof. Dr. Astrid Lambrecht (Vorsitzende), Karsten Beneke (stellv. Vorsitzender), Dr. Ir. Pieter Jansens ----------------------------------------------------------------------_______________________________________________ NEST Users mailing list -- users@nest-simulator.org To unsubscribe send an email to users-leave@nest-simulator.org
NEST Users mailing list -- users@nest-simulator.org
To unsubscribe send an email to users-leave@nest-simulator.org