Dear NEST Users & Developers!
I would like to invite you to our next bi-weekly Open NEST Developer
Video Conference, today
Monday 2 March, 11.30-12.30 CET (UTC+1).
In today's meeting we will focus on the development status of some
critical pull-requests/issues.
Agenda
Welcome
Review of NEST User Mailing List
Critical issues
Issue #1394, PR #1442
Issue #1409, PR #1409
Issue #1449
Random numbers in NEST3 see Issue #1440
Review of open Github Pull Request
Review of open Github Issues
If you feel uncomfortable to join meetings in larger groups, consider to
dial in via video from your desk (details how to log in are given below,
as usual).
The agenda for this meeting is also available online, see
https://github.com/nest/nest-simulator/wiki/2020-03-02-Open-NEST-Developer-…
Looking forward to seeing you soon!
best,
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 or
194.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
Hello everyone,
I followed the instructions to install nest-simulator-2.20.0 in my Ubuntu. When I do the things follow:
-------------------------------------------------------------------------------
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/bin/nest /home/visapy_and_dependencies/nest-simulator-2.20.0
make
make install
--------------------------------------------------------------------------------
Unfortunately, during "make" it reports some Error, see following:
[ 49%] Building CXX object nestkernel/CMakeFiles/nestkernel.dir/connection_manage.cpp.o
/home/visapy_and_dependencies/nest-simulator-2.20.0/nestkernel/connection_managercpp:419:1: error: prototype for ‘void nest::ConnectionManager::connect(nest::inde, nest::Node*, nest::thread, nest::synindex, const DictionaryDatum&, double, doube)’ does not match any in class ‘nest::ConnectionManager’
nest::ConnectionManager::connect( const index sgid,
^~~~
In file included from /home/visapy_and_dependencies/nest-simulator-2.20.0/nestkerel/connection_manager.cpp:23:0:
/home/visapy_and_dependencies/nest-simulator-2.20.0/nestkernel/connection_managerh:135:8: error: candidates are: bool nest::ConnectionManager::connect(nest::inde
nest::index, const DictionaryDatum&, nest::synindex)
bool connect( const index sgid, const index target, const DictionaryDatum& parms, const synindex syn_id );
^~~~~~~
/home/visapy_and_dependencies/nest-simulator-2.20.0/nestkernel/connection_managerh:117:8: error: void nest::ConnectionManager::connect(nest::index nest::Node*, nest::thread, nest::synindex, const DictionaryDatum&, double_t, doule_t)
void connect( const index sgid,
^~~~~~~
/home/visapy_and_dependencies/nest-simulator-2.20.0/nestkernel/connection_managercpp:352:1: error: void nest::ConnectionManager::connect(const nes::GIDCollection&, const nest::GIDCollection&, const DictionaryDatum&, const DictinaryDatum&)
nest::ConnectionManager::connect( const GIDCollection& sources,
^~~~
make[2]: *** [nestkernel/CMakeFiles/nestkernel.dir/connection_manager.cpp.o] Erro 1
make[1]: *** [nestkernel/CMakeFiles/nestkernel.dir/all] Error 2
make: *** [all] Error 2
I have no idea about this, I'd appreciate it if you could help me.
and my cmake version 3.10.1, gcc version 7.4.0