[OMPI users] Compilation errors: Unexpected EOF while looking for matching `'' on 1.4.5

2012-03-08 Thread Robert Collyer
The libtool that is constructed for the configuration I'm using (below) has bug when it is constructing compiler_lib_search_path in both the CXX and FC sections, as follows compiler_lib_search_path="-L/lib -L/usr/lib -L/usr/local/lib' ..." where the ellipses is just more directories. The error

Re: [OMPI users] Compilation errors: Unexpected EOF while looking for matching `'' on 1.4.5

2012-03-09 Thread Robert Collyer
My apologies for not including that, it was on linux, specifically Fedora Core 9. On 3/9/12 8:32 AM, Jeffrey Squyres wrote: I am unable to replicate this problem on both OS X and Linux using the commands you provided. What OS are you using? On Mar 8, 2012, at 10:27 PM, Robert Collyer wrote

Re: [OMPI users] Compilation errors: Unexpected EOF while looking for matching `'' on 1.4.5

2012-03-09 Thread Robert Collyer
Is that in the ompi_trunk or under ompi_1.5? I'll pull it down via mercurial. On 3/9/12 10:08 AM, Jeffrey Squyres wrote: Is the error reproducible with Open MPI 1.5.5rc3? On Mar 9, 2012, at 10:05 AM, Robert Collyer wrote: My apologies for not including that, it was on linux, specifi

Re: [OMPI users] Compilation errors: Unexpected EOF while looking for matching `'' on 1.4.5

2012-03-09 Thread Robert Collyer
found it. I'll try it out now, and get back to you. On 3/9/12 10:08 AM, Jeffrey Squyres wrote: Is the error reproducible with Open MPI 1.5.5rc3? On Mar 9, 2012, at 10:05 AM, Robert Collyer wrote: My apologies for not including that, it was on linux, specifically Fedora Core 9. On 3

Re: [OMPI users] Compilation errors: Unexpected EOF while looking for matching `'' on 1.4.5

2012-03-09 Thread Robert Collyer
ar 9, 2012, at 10:05 AM, Robert Collyer wrote: My apologies for not including that, it was on linux, specifically Fedora Core 9. On 3/9/12 8:32 AM, Jeffrey Squyres wrote: I am unable to replicate this problem on both OS X and Linux using the commands you provided. What OS are you using? On M

Re: [OMPI users] Compilation errors: Unexpected EOF while looking for matching `'' on 1.4.5

2012-03-09 Thread Robert Collyer
ords can I use it instead of 1.4.5 with the understanding that I may occasionally run into issues? Rob On 3/9/12 1:16 PM, Jeffrey Squyres wrote: On Mar 9, 2012, at 12:05 PM, Robert Collyer wrote: Downloaded 1.5.5rc3, installed libtool 2.4.2, autoconf 2.68, and automake 1.11.3, and added them

[OMPI users] Trouble executing remote processes

2010-03-25 Thread Robert Collyer
I'm running on a Fedora Core 9 Linux cluster with the mpi and home directories mounted on the compute nodes via NFS. Since the executables are on a remote server, I have configured mpi with --disable-dlopen and have even gone as far as far enabling static and disabling shared. In the process

Re: [OMPI users] Trouble executing remote processes

2010-03-25 Thread Robert Collyer
s, so they're only included once. Additionally, I've included the config.log which you'll note turns off both f77 and f90. This was done to turn on the threading in an attempt to combat the mca_btl_tcp_endpoint_complete_connect problem, but failed to do so. Robert Collyer wro

Re: [OMPI users] Problem in remote nodes

2010-03-30 Thread Robert Collyer
I've been having similar problems using Fedora core 9. I believe the issue may be with SELinux, but this is just an educated guess. In my setup, shortly after a login via mpi, there is a notation in the /var/log/messages on the compute node as follows: Mar 30 12:39:45 kernel: type=1400 audi

Re: [OMPI users] Problem in remote nodes

2010-03-30 Thread Robert Collyer
I changed the SELinux config to permissive (log only), and it didn't change anything. Back to the drawing board. Robert Collyer wrote: I've been having similar problems using Fedora core 9. I believe the issue may be with SELinux, but this is just an educated guess. In my setu

Re: [OMPI users] Problem in remote nodes

2010-04-07 Thread Robert Collyer
otro It seems that the authentication fails at first, but in the next message it connects with the node... El Mar, 30 de Marzo de 2010, 20:02, Robert Collyer escribió: > I've been having similar problems using Fedora core 9. I believe the > issue may be with SELinux, but this is just an edu