Re: [OMPI users] mac os x 10.3 openmpi won't compile hello world

2006-10-18 Thread Brian Barrett
On Oct 17, 2006, at 6:41 PM, Dan Cardin wrote: Hello all, I have installed openmpi on a small apple panther cluster. The install went smoothly but when I compile a program with mpicc helloworld.c -o hello No files or message are ever generated. Any help would be appreciated. What version of

Re: [OMPI users] openmpi 1.3a1r12121 ...

2006-10-18 Thread Lydia Heck
I have attached the config.log file. Here is also the instructions which I have included in the configuration In previous configuration attempts I had --with-mx=/opt/mx where /opt/mx is the toplevel directory under which mx is installed. The result of the configuration attempt was the same with

Re: [OMPI users] mac os x 10.3 openmpi won't compile hello world

2006-10-18 Thread Dan Cardin
I found my problem. I installed my openmpi onto an nfs share that resides on another machine. If I login to the machine where the nfs share is physically I can compile and run the hello world. This is my first cluster build. Does anyone have a suggestion how I can keeps this on a nfs share and ma

[OMPI users] job fails to terminate

2006-10-18 Thread Lydia Heck
I have recently installed openmpi 1.3r1212a over tcp and gigabit on a Solaris 10 x86/64 system. The compilation of some test codes monte (a monte carlo estimate of pi), connectivity which test connectivity between processes and nodes prime, which calculates prime numbers (these testcode are exam

Re: [OMPI users] job fails to terminate

2006-10-18 Thread Ralph H Castain
Hi Lydia Could you confirm the version you are using? I think there is a typo there. Also, could you tell us how you configured the code (the configure command line would be nice). Thanks Ralph On 10/18/06 11:03 AM, "Lydia Heck" wrote: > > I have recently installed openmpi 1.3r1212a over tc

Re: [OMPI users] mac os x 10.3 openmpi won't compile hello world

2006-10-18 Thread Brian Barrett
Ah, are you using Open MPI 1.1.x, by chance? The wrapper compilers need to be able to find a text file in $prefix/share/openmpi/, where $prefix is the prefix you gave when you configured Open MPI. If that path is different on two hosts, the wrapper compilers can't find the text file, and

Re: [OMPI users] mac os x 10.3 openmpi won't compile hello world

2006-10-18 Thread Dan Cardin
Yes, I am using 1.1.1. Any suggestions on how fix this? -dc On Wed, 2006-10-18 at 10:27 -0700, Brian Barrett wrote: > Ah, are you using Open MPI 1.1.x, by chance? The wrapper compilers > need to be able to find a text file in $prefix/share/openmpi/, where > $prefix is the prefix you gave wh

Re: [OMPI users] mac os x 10.3 openmpi won't compile hello world

2006-10-18 Thread Brian Barrett
At present, the only solution is to make sure that Open MPI is installed to the same path on every node you want to use to compile MPI applications. Brian On Oct 18, 2006, at 12:25 PM, Dan Cardin wrote: Yes, I am using 1.1.1. Any suggestions on how fix this? -dc On Wed, 2006-10-18 at 10