On Sat, 17 Jul 2004 23:14:02 +0200, salvatore said: > fprintf(stderr,"Error while converting from char to MPI\n"); fprintf(stderr,"Error while converting from char to MPI: %s\n", gg_strerror (err) ); should give you a better insight what's going wrong. Werner