We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40164cf commit 518a645Copy full SHA for 518a645
src/post_process/m_mpi_proxy.fpp
@@ -67,18 +67,18 @@ contains
67
68
allocate (q_cons_buffer_in(0:buff_size* &
69
sys_size* &
70
- (m + 2*buff_size + 1)* &
71
- (n + 2*buff_size + 1)* &
72
- (p + 2*buff_size + 1)/ &
+ (m + 2*buff_size + 1)/ &
73
(min(m, n, p) &
74
- + 2*buff_size + 1) - 1))
+ + 2*buff_size + 1)* &
+ (n + 2*buff_size + 1)* &
+ (p + 2*buff_size + 1) - 1))
75
allocate (q_cons_buffer_out(0:buff_size* &
76
77
78
79
80
81
82
83
! Simulation is 2D
84
else
0 commit comments