DRIVER: Print information about the number of MPI processes used.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
5927fb6536
commit
02a67e86b2
@ -286,6 +286,14 @@ program amun
|
|||||||
!
|
!
|
||||||
call get_parameter_integer("ndat" , ndat)
|
call get_parameter_integer("ndat" , ndat)
|
||||||
|
|
||||||
|
! initialize MPI module and print info
|
||||||
|
!
|
||||||
|
if (master) then
|
||||||
|
write (*,*)
|
||||||
|
write (*,"(1x,a)" ) "Parallelization:"
|
||||||
|
write (*,"(4x,a,1x,i6 )" ) "MPI processes =", nprocs
|
||||||
|
end if
|
||||||
|
|
||||||
! set up the MPI geometry
|
! set up the MPI geometry
|
||||||
!
|
!
|
||||||
call setup_mpi(div(:), per(:), .false.)
|
call setup_mpi(div(:), per(:), .false.)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user