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
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
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
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
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
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