[OMPI users] Error during ./Configure

2009-02-17 Thread -Gim
Hey guys,

Did any of you face this issue before while running ./configure?
"checking size of Fortran 77 INTEGER*8... configure: error: Could not
determine size of INTEGER*8"

Thanks,
Gim


[OMPI users] Error during ./configure.

2009-02-18 Thread -Gim
I have attached the ./configure.  The error is " configure: error: Could not
determine size of INTEGER*8"

Cheerio,
Viv


ompi-output.tar.gz
Description: GNU Zip compressed data


[OMPI users] MPI Gather Query

2009-02-19 Thread -Gim
Query in MPI :   What mpi_gather does is take the data being sent by the i
th process and places it in i th location in the receive buffer.   Say, I
need to place the sent data in  i*10 th location in the receive buffer?  Is
this possible at all or I have to use sent and recv ?


Cheerio,
Gim


[OMPI users] Error during ./configure.

2009-02-19 Thread -Gim
I have a problem compiling MPI.  I have attached the config output and
config.log here.

Cheerio,
Gim


ompi-output.tar.gz
Description: GNU Zip compressed data


[OMPI users] Is this an OpenMPI bug?

2009-02-20 Thread -Gim
I am trying to use the mpi_bcast function in fortran.  I am using
open-mpi-v-1.2.7

Say x is a real variable of size 100. np =100  I try to bcast this to all
the processors.

I use call mpi_bcast(x,np,mpi_real,0,ierr)

When I do this and try to print the value from the resultant processor,
exactly half the values gets broadcast.  In this case, I get 50 correct
values in the resultant processor and rest are junk.  Same happened when i
tried with np=20.. Exactly 10 values gets populated and rest are junk.!!

ps: I am running this in a single processor. ( Just testing purposes ) I run
this with "mpirun -np 4  "

Cheerio,
Gim