_CHAR, sender, tag, MPI_COMM_WORLD, & status);
printf("Task %d empfing: %s: \n", myrank, text);
}
MPI_Finalize();
return 0;
}
is working, but it is much simpler. On opensuse 13.2 second runs fine.
Test second.c on your machine. I cannot debug it.
Regards,
Hans-Juerg
Hello,on mac os 10.11.3 I have found an error:mpirun -np 2 valgrind ./second==612== Memcheck, a memory error detector==612== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.==612== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info==612== Command: ./second==612== ==61