STATISTICS: Fix mesh statistic header when MPI=off.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
bb72ee3a5b
commit
71a0e03114
@ -171,6 +171,8 @@ module statistics
|
||||
#ifdef MPI
|
||||
write(stmp,"(a,i0,a)") "(", max(1, 10 * toplev - 28), "x,'|',1x,a)"
|
||||
write(munit,stmp) "block distribution per process"
|
||||
#else /* MPI */
|
||||
write(munit,"('')")
|
||||
#endif /* MPI */
|
||||
write(munit,"('#',75x,'|')", advance="no")
|
||||
do l = 1, toplev
|
||||
|
Loading…
x
Reference in New Issue
Block a user