Search found 6 matches
- Mon Dec 23, 2019 1:39 pm
- Forum: HNN: Human Neocortical Neurosolver
- Topic: Announcing HNN version 1.2
- Replies: 0
- Views: 3139
Announcing HNN version 1.2
We wanted to share the news that we have just released a significant update to HNN containing new features and bug fixes. Some highlights: - Improved the stability of the HNN docker container - A new installation script for all platforms that will automatically detect and fix common problems startin...
- Tue Oct 15, 2019 9:53 pm
- Forum: HNN: Human Neocortical Neurosolver
- Topic: HNN events at SFN 2019
- Replies: 0
- Views: 5009
HNN events at SFN 2019
We are happy to announce several exciting events at SFN 2019 in Chicago, IL for the new Human Neocortical Neurosolver (HNN) software designed for cell and circuit interpretation of human EEG/MEG. HNN will be presented with live demonstrations at the times and locations below. Team members will be on...
- Fri Oct 04, 2019 3:45 pm
- Forum: HNN: Human Neocortical Neurosolver
- Topic: HNN Parameter Optimization Added/Methods Paper Released
- Replies: 0
- Views: 1990
HNN Parameter Optimization Added/Methods Paper Released
We have some exciting updates to share: There is a new HNN release ( v1.1 ) that now includes a parameter optimization tool for ERP simulations.* We have detailed HNN and its features in a methods paper recently posted to bioRxiv (Neymotin et al, BioRxiv 2019:740597. https://doi.org/10.1101/740597)....
- Wed Jun 26, 2019 5:36 pm
- Forum: Parallel NEURON
- Topic: Using thread-safe source_var/target_var to replace POINTER variables
- Replies: 3
- Views: 2126
Re: Using thread-safe source_var/target_var to replace POINTER variables
Thank you. Yes, you've correctly interpreted the need for aggregating dipole measurements across various points. In fact, I was able to use that scheme in this line of code : self.dpls.append(h.Vector().record(dpp._ref_Qtotal)) I'm not sure what the computational cost is at each time step of recordi...
- Tue Jun 25, 2019 1:11 am
- Forum: Parallel NEURON
- Topic: Using thread-safe source_var/target_var to replace POINTER variables
- Replies: 3
- Views: 2126
Using thread-safe source_var/target_var to replace POINTER variables
I'm working on making a simplified HNN model threadsafe so that I can turn on cvode.cache_efficient(1) for about a 30% performance improvement. However, some of the mod files that implement dipole recording use POINTER variables for (1) aggregation and (2) connect to voltages as inputs. Instead of P...
- Fri Apr 12, 2019 8:45 am
- Forum: HNN: Human Neocortical Neurosolver
- Topic: New HNN installation methods
- Replies: 0
- Views: 5638
New HNN installation methods
Greetings from the HNN team, We are announcing a completely revamped Docker-based installation for easily running HNN on all major platforms (Mac, Windows, Linux). Additionally, HNN can be run in the cloud using your Amazon AWS account with a single command. Instructions for these platforms (even ol...