Search found 50 matches

by rth
Mon Jun 25, 2012 12:15 pm
Forum: UNIX/Linux
Topic: GUI through SSH connection
Replies: 2
Views: 3461

Re: GUI through SSH connection

Thanks, -isaty works.
by rth
Mon Jun 25, 2012 12:13 pm
Forum: UNIX/Linux
Topic: NEURON installation with Python and MPICH2
Replies: 7
Views: 7754

Re: NEURON installation with Python and MPICH2

Does --enable-shared --enable-sharedlibs=gcc turn on -fPIC flag gcc? I'm not sure. Anyway with CFLAGS="-fPIC" and CXXFLAGS="-fPIC" under 1.4.1 (latest) version on MPICH2 it works good.
by rth
Fri Jun 22, 2012 5:51 pm
Forum: UNIX/Linux
Topic: GUI through SSH connection
Replies: 2
Views: 3461

GUI through SSH connection

We have problem to run nrngui with X11 tunneling. Every user has authorized_keys for connection to nodes without password. if user logs in to node and runs nrngui: $ssh cn0 cn0>nrngui the standard NEURON's menu appears, but if user runs neuron without log in: $ssh cn0 nrngui it can see black square ...
by rth
Fri Jun 22, 2012 1:11 pm
Forum: UNIX/Linux
Topic: NEURON installation with Python and MPICH2
Replies: 7
Views: 7754

Re: NEURON installation with Python and MPICH2

I've solved it. We need to add CFLAGS="-fPIC" and CXXFLAGS="-fPIC" as a parameters for ./configure
by rth
Fri Jun 22, 2012 10:54 am
Forum: UNIX/Linux
Topic: NEURON installation with Python and MPICH2
Replies: 7
Views: 7754

Re: NEURON installation with Python and MPICH2

I have same problem. My OS OpenSUSE 12.1, $uname -a Linux beowolf 3.1.0-1.198-default #1 SMP Thu Nov 3 14:45:45 UTC 2011 (187dde0) x86_64 x86_64 x86_64 GNU/Linux configuration for MPICH2 version 1.4.1p1 $export RSHCOMMAND=ssh; ./configure --prefix=/usr/local/paranrn --enable-f77 --enable-fc --enable...