Search found 3 matches

by pmoolcha
Mon May 15, 2017 4:26 pm
Forum: UNIX/Linux
Topic: Building nrn-7.5-master1572 with Intel compilers, IntelMPI
Replies: 4
Views: 19115

Re: Building nrn-7.5-master1572 with Intel compilers, IntelM

Hello @pkumbhar,

I downloaded the git version, ran /build.sh
with the same configure options as before, and I managed to compile without errors.

Thanks for the tips.
by pmoolcha
Fri May 12, 2017 11:52 am
Forum: UNIX/Linux
Topic: Building nrn-7.5-master1572 with Intel compilers, IntelMPI
Replies: 4
Views: 19115

Re: Building nrn-7.5-master1572 with Intel compilers, IntelM

Several aspects of the configure command seem to me to be not what you really want. Could you kindly elaborate on which ones? I get the point about --without-nrniv. Initially I did not put this option, but tried it as I was getting undefined reference to 'PyInt_AS_LONG'. Specifying LD=xild, AR=xiar...
by pmoolcha
Thu May 11, 2017 12:47 pm
Forum: UNIX/Linux
Topic: Building nrn-7.5-master1572 with Intel compilers, IntelMPI
Replies: 4
Views: 19115

Building nrn-7.5-master1572 with Intel compilers, IntelMPI

Hi, We are trying to build neuron from source, to be imported in Python, using the Intel compilers 2017, and Intel MPI, on the Stampede KNL (TACC) system that has a Haswell login. Our steps are 1. configure, 2. make, 3. make install ./configure --prefix=$IDIR/nrn75 --without-iv --without-nrniv --wit...