Search found 4 matches

by jrogala
Sat May 03, 2014 7:44 am
Forum: UNIX/Linux
Topic: Error compiling in Ubuntu 14.04
Replies: 13
Views: 13182

Re: Error compiling in Ubuntu 14.04

I deleted from bash include path and it helped to run configure, but then it stuck with the same error as in the first post, so I run hg clone http://www.neuron.yale.edu/hg/neuron/nrn. But looks like I took wrong repository since I get: jacek@jacek:~/N/nrn$ sudo ./configure --prefix=$HOME/neuron/nrn...
by jrogala
Wed Apr 30, 2014 9:23 am
Forum: UNIX/Linux
Topic: Error compiling in Ubuntu 14.04
Replies: 13
Views: 13182

Re: Error compiling in Ubuntu 14.04

yes in bash: export PATH=/home/jacek/mpich2/bin:$PATH
export PATH=/home/jacek/mpich2/include:$PATH
by jrogala
Wed Apr 30, 2014 9:01 am
Forum: UNIX/Linux
Topic: Error compiling in Ubuntu 14.04
Replies: 13
Views: 13182

Re: Error compiling in Ubuntu 14.04

I already have MPI installed, this is mpich 2-1.4.1 is that wrong version for 7.3 ? I used it on ubuntu 13.04 and neuron 7.2
by jrogala
Wed Apr 30, 2014 6:44 am
Forum: UNIX/Linux
Topic: Error compiling in Ubuntu 14.04
Replies: 13
Views: 13182

Re: Error compiling in Ubuntu 14.04

Hi, I got latest 7.3 version and tried to compile it on my ubuntu 14.04. I got error while configuring nrn: ./configure --prefix=$HOME/neuron/nrn --with-iv=$HOME/neuron/iv --with-nrnpython --with-paranrn checking if python include files and libraries work... yes checking for cython... cython checkin...