Compiling NEURON

Anything that doesn't fit elsewhere.
Post Reply
Keivan
Posts: 127
Joined: Sat Apr 22, 2006 4:28 am

SSE & Intel compiler

Post by Keivan »

1) I want to know is neuron benefits from SSE instructions?
2) Is it possible to compile neuron with intel compilers in windows or linux?
hines
Site Admin
Posts: 1710
Joined: Wed May 18, 2005 3:32 pm

Post by hines »

1) I suppose only if the compiler is a lot smarter than the ones
I use. Currently I am working full time on parallelization using
threads. When that is safe enough for general use, I hope to replace
much of the number crunching with blas routines. I would expect those
would make proper use of SSE.

2) Yes. Though I tried installing an intel compiler a few weeks ago
on my CENTOS x86_64 and was defeated by missing system libraries
with the require version number.
Post Reply