marvinKaster

Results 3 issues of marvinKaster

The DuckDNS documentation states that it is possible to retrieve the IPv6 address over a server. This is not possible as the docker container cannot communicate over IPv6. This PullRequest...

cla-signed
add-on: duckdns

**Describe the bug** When I try to connect neurons only within a single mpi rank with `nest.Connect`, the next call to `nest.Simulate` will block. **To Reproduce** Run `mpirun -n 2...

T: Bug
S: High
I: No breaking change
stale

Introducing nested timers. You can now create timed sections within other timed sections. The spent time will be outputted in a hierarchical format. Code example ``` PE(first_timer); //... PE(second_timer); //......