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 9adc5f8 commit 6448b37Copy full SHA for 6448b37
src/post_process/m_global_parameters.fpp
@@ -474,7 +474,7 @@ contains
474
integer :: i, j, fac
475
476
! Setting m_root equal to m in the case of a 1D serial simulation
477
- if (num_procs > 1 .and. n == 0) m_root = m_glb
+ if (n == 0) m_root = m_glb
478
479
! Gamma/Pi_inf Model
480
if (model_eqns == 1) then
src/simulation/m_mpi_proxy.fpp
@@ -429,9 +429,11 @@ contains
429
430
subroutine s_finalize_mpi_proxy_module()
431
432
+#ifdef MFC_MPI
433
if (ib) then
434
@:DEALLOCATE(ib_buff_send, ib_buff_recv)
435
end if
436
+#endif
437
438
end subroutine s_finalize_mpi_proxy_module
439
0 commit comments