Re: [OMPI users] Problems compiling and running openmpi-1.4.4

2011-11-10 Thread amosl...@gmail.com
Hi Jeff, In the attached file Compile_out.tar.bz2 I have included the out files for config, make, and install. I also included another copy of the out_test file so that it gives you all of the info that I have. Again your help is much appreciated. Amos Leffler On Wed, Nov 9, 2011 at 1

Re: [OMPI users] Problems compiling and running openmpi-1.4.4

2011-11-09 Thread Jeff Squyres
On Nov 9, 2011, at 12:16 PM, amosl...@gmail.com wrote: >The file was the output to the command: >"mpicc hello_cc.c -o hello_cc > and lists files which do not appear to be present. I checked the permissions > and they seem to be correct so I am stumped, I

Re: [OMPI users] Problems compiling and running openmpi-1.4.4

2011-11-09 Thread amosl...@gmail.com
Hi Jeff, The file was the output to the command: "mpicc hello_cc.c -o hello_cc and lists files which do not appear to be present. I checked the permissions and they seem to be correct so I am stumped, I did use the make and install commands and they seemed to

Re: [OMPI users] Problems compiling and running openmpi-1.4.4

2011-11-09 Thread Jeff Squyres
The output in your file appears to be a bit jumbled; I can't quite tell exactly what command you were trying to execute. Did you install Open MPI after building it? On Nov 7, 2011, at 7:50 PM, amosl...@gmail.com wrote: > Hi all, > I have been trying to compile and run openmpi-1.4.4 usin