{"title":"Neural Circuit Simulation of Hodgkin-Huxley Type Neurons Toward Peta Scale Computers","authors":"Daisuke Miyamoto, T. Kazawa, R. Kanzaki","doi":"10.1109/SC.Companion.2012.314","DOIUrl":null,"url":null,"abstract":"We ported and optimized simulation environment \"NEURON\" on K computer to simulate a insect brain as multi-compartment Hodgkin-Huxley type model. To use SIMD units of SPARC64VIIIfx (CPU of K computer), we exchanged the order of the compartment loop and the ion channel loop and apply sector caches. These tuning improved single core performance 340 MFLOPS/core to 1560 MFLOPS/core (about 10% efficiency).Spike exchange method of gNEURONh (MPI_Allgather) demands large amount of time in case of 10,000 cores or more and simple asynchronous point-to-point method (MPI_Isend) is not effective either, because of a large number of function calls and long distance of interconnect pathway. To tackle these problems, we adopted MPI/OpenMP hybrid parallelization to reduce interconnect communications and we developed a program to optimize location of neurons on calculation nodes in the 3D torus network. As a these results, we obtained 187 TFLOPS with 196,608 CPU cores.","PeriodicalId":6346,"journal":{"name":"2012 SC Companion: High Performance Computing, Networking Storage and Analysis","volume":"160 1","pages":"1541-1541"},"PeriodicalIF":0.0000,"publicationDate":"2012-11-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"6","resultStr":null,"platform":"Semanticscholar","paperid":null,"PeriodicalName":"2012 SC Companion: High Performance Computing, Networking Storage and Analysis","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1109/SC.Companion.2012.314","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 6
Abstract
We ported and optimized simulation environment "NEURON" on K computer to simulate a insect brain as multi-compartment Hodgkin-Huxley type model. To use SIMD units of SPARC64VIIIfx (CPU of K computer), we exchanged the order of the compartment loop and the ion channel loop and apply sector caches. These tuning improved single core performance 340 MFLOPS/core to 1560 MFLOPS/core (about 10% efficiency).Spike exchange method of gNEURONh (MPI_Allgather) demands large amount of time in case of 10,000 cores or more and simple asynchronous point-to-point method (MPI_Isend) is not effective either, because of a large number of function calls and long distance of interconnect pathway. To tackle these problems, we adopted MPI/OpenMP hybrid parallelization to reduce interconnect communications and we developed a program to optimize location of neurons on calculation nodes in the 3D torus network. As a these results, we obtained 187 TFLOPS with 196,608 CPU cores.