Re: [OMPI users] problems with OpenMPI-1.0.1 on SunOS 5.9; problems on heterogeneous cluster

2006-03-12 Thread Ravi Manumachu
Hi Brian, Thank you for your help. I have attached all the files you have asked for in a tar file. Please find attached the 'config.log' and 'libmpi.la' for my Solaris installation. The output from 'mpicc -showme' is sunos$ mpicc -showme gcc -I/home/cs/manredd/OpenMPI/openmpi-1.0.1/Ope

Re: [OMPI users] problems with OpenMPI-1.0.1 on SunOS 5.9; problems on heterogeneous cluster

2006-03-12 Thread Ravi Manumachu
Hi Brian, Thank you for your help. I have attached all the files you have asked for in a tar file. Please find attached the 'config.log' and 'libmpi.la' for my Solaris installation. The output from 'mpicc -showme' is sunos$ mpicc -showme gcc -I/home/cs/manredd/OpenMPI/openmpi-1.0.1/OpenMPI-Sun

Re: [OMPI users] svn r9191 build failure on ppc32-linux

2006-03-12 Thread Brian Barrett
Hi Julian - Can you send me the top-level config.log file? The code you're running into problems with shouldn't be compiled on a G4-based machine. It exists for Mac OS X 10.3 on the G5, which could emit a strange mixed mode assembly that supported 64 bit operations in a 32 bit applicati

Re: [OMPI users] New user question on nohup submission

2006-03-12 Thread Brian Barrett
On Mar 12, 2006, at 10:17 AM, Yusuf Sun wrote: I recently installed Open MPI. And I can get my program compiled and run. There is a small problem: Previously, when using LAM, I use the following command line to submit my jobs: nohup mpirun n1-4 ~/bin/mympi.LAM > output.txt & But, with Open

[OMPI users] New user question on nohup submission

2006-03-12 Thread Yusuf Sun
Hi, I recently installed Open MPI. And I can get my program compiled and run. There is a small problem: Previously, when using LAM, I use the following command line to submit my jobs: nohup mpirun n1-4 ~/bin/mympi.LAM > output.txt & But, with Open MPI, I can only run the program at foreground by

[OMPI users] svn r9191 build failure on ppc32-linux

2006-03-12 Thread Julian Seward
r9191 (approximately Fri 3 March 06) does not build on ppc32-linux due to use of register names of the form "r9" etc in opal/include/opal/sys/powerpc/atomic.h, in opal_atomic_cmpset_64(). You must use either names of the form "%%r9" or just plain "9", or give gcc the flag -mregnames (iirc). The p