[mpich-discuss] (no subject)

Huiwei Lu huiweilu at mcs.anl.gov
Tue Feb 3 21:10:16 CST 2015


The error is probably caused by your "parallel code" section.

--
Huiwei

On Tue, Feb 3, 2015 at 6:39 PM, Chafik sanaa <san.chafik at gmail.com> wrote:

> Hi,
> when i run my code i have this error "process 1 exited without calling
> finalize" what is the cause? although I put a barrier before the end of my
> code
>
> MPI_Init(&argc, &argv);
> MPI_Comm_rank(MPI_COMM_WORLD, &rang_proc);
> MPI_Comm_size(MPI_COMM_WORLD, &nbr_proc);
> //parallel code
> MPI_Barrier(MPI_COMM_WORLD);
> MPI_Finalize();
>
>
>
> _______________________________________________
> discuss mailing list     discuss at mpich.org
> To manage subscription options or unsubscribe:
> https://lists.mpich.org/mailman/listinfo/discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mpich.org/pipermail/discuss/attachments/20150203/3354c94a/attachment.html>
-------------- next part --------------
_______________________________________________
discuss mailing list     discuss at mpich.org
To manage subscription options or unsubscribe:
https://lists.mpich.org/mailman/listinfo/discuss


More information about the discuss mailing list