mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
commented out the master process filter
This commit is contained in:
parent
74a3db18aa
commit
5a4358b1d5
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ contains
|
|||
#endif
|
||||
|
||||
! only run if master process
|
||||
if (master) then
|
||||
! if (master) then
|
||||
|
||||
! begin timer
|
||||
call timer_start(time_cmfd)
|
||||
|
|
@ -57,7 +57,7 @@ contains
|
|||
! write vtk file
|
||||
!if(.not. cmfd_only) call write_cmfd_vtk()
|
||||
|
||||
end if
|
||||
! end if
|
||||
|
||||
#ifdef PETSC
|
||||
! finalize slepc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue