#include "implicit_f.inc"
#include "spmd.inc"
#include "task_c.inc"
Go to the source code of this file.
◆ spmd_mstop()
Definition at line 32 of file spmd_mstop.F.
33
34
35
36 USE spmd_comm_world_mod, ONLY : spmd_comm_world
37#include "implicit_f.inc"
38
39
40
41#include "spmd.inc"
42
43
44
45#include "task_c.inc"
46
47
48
49#ifdef MPI
50 INTEGER ierror
51
52
53
56 IF(ispmd/=0)THEN
58 ENDIF
59#endif
60 RETURN
subroutine mpi_finalize(ierr)
subroutine mpi_barrier(comm, ierr)