Search found 5 matches

by Thomas Wennekers
Tue May 30, 2006 2:13 pm
Forum: UNIX/Linux
Topic: Neuron and Myrinet
Replies: 7
Views: 10982

Neuron & Intel & Myrinet

Hi again Just for info: Successfully compiled Neuron version 5.9. with Intel compilers for myrinet, but without interviews. Lots of warnings, basically related to missing prototypes. One bug: In oc/ocbbs.cpp I had to replace "nrnmpi_nhost" by "nrnmpi_numprocs". I am not entirely ...
by Thomas Wennekers
Tue May 30, 2006 12:43 pm
Forum: UNIX/Linux
Topic: Neuron and Myrinet
Replies: 7
Views: 10982

--without-iv worked

Hi Configuration without interviews worked. I still had to switch off the above code-snippet in nrnmpi.c by hand. Looks like things compiled properly (up to a few warnings). Simple example programs did run without errors. The pretend-to-be error messaged I had with version 5.8 vanished. Thanks! Thomas
by Thomas Wennekers
Tue May 30, 2006 10:46 am
Forum: UNIX/Linux
Topic: Neuron and Myrinet
Replies: 7
Views: 10982

5.3 compilation fails

Hi Thanks for the info. Compilation of version 5.9 fails with ----------------------------- ..... mpicxx -g -O2 -o .libs/ivoc nrnmain.o ivocmain.o classreg.o datapath.o ocjump.o symdir.o ../oc/nocable.o ../oc/modlreg.o ../oc/.libs/libocxt.so ../oc/.libs/liboc.so -L/usr/X11R6/lib64 -lX11 ./.libs/libi...
by Thomas Wennekers
Sun May 28, 2006 6:44 am
Forum: UNIX/Linux
Topic: compile neuron with intel compiler for linux?
Replies: 8
Views: 10840

Neuron and Intel compilers

Hi Just for info : compilation of Neuron with Intel compilers works, but without iv compilation of iv with Intel fails. I didn't try to figure out the reason Neither did I try whether Intel-compiled Neuron can be linked agains gcc-compiled iv. That's not unlikely, but who knows. Best wishes T
by Thomas Wennekers
Sun May 28, 2006 6:39 am
Forum: UNIX/Linux
Topic: Neuron and Myrinet
Replies: 7
Views: 10982

Neuron and Myrinet

Hi all Did somebody manage to compile Neuron with MPI for Myrinet and/or LAM-MPI? The following code snippet from src/nrnmpi/nrnmpi.c seems to restrict usage to MPICH and ethernet networks only: #if !ALWAYS_CALL_MPI_INIT /* this is not good. depends on mpirun adding at least one arg that starts with...