BEGIN:VCALENDAR PRODID:-//Microsoft Corporation//Outlook MIMEDIR//EN VERSION:1.0 BEGIN:VEVENT DTSTART:20121114T001500Z DTEND:20121114T020000Z LOCATION:East Entrance DESCRIPTION;ENCODING=QUOTED-PRINTABLE:ABSTRACT: We ported and optimized simulation environment "NEURON" on K computer to simulate a insect brain as multi-compartment Hodgkin-Huxley type model. =0ATo 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 1080 MFLOPS/core (about 7% efficiency).=0ASpike exchange method of NEURON (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 too, 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 preliminary obtained about 70 TFLOPS with 196,608 CPU cores. SUMMARY:Neural Circuit Simulation of Hodgkin-Huxley Type Neurons Toward Peta Scale Computers PRIORITY:3 END:VEVENT END:VCALENDAR