Okay, that was easy... Thanks!

Am 21.05.2010 um 16:21 schrieb Eugene Loh:

> Pankatz, Klaus wrote:
> 
>> Hi folks,
>> 
>> openMPI 1.4.1 seems to have another problem with my machine, or something on 
>> it. 
>> 
>> This little program here (compiled with mpif90) startet with mpiexec -np 4 
>> a.out produces the following output:
>> Suriprisingly the same thing written in C-Code (compiled with mpiCC) works 
>> without a problem.
>> 
>> 
> Not so surprising since it's C code!
> 
> For Fortran:
> 
> MPI_INT -> MPI_INTEGER
> and add an ierror argument to your MPI_Bcast call (the way you have for 
> MPI_Comm_rank/size).
> _______________________________________________
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users


Reply via email to