slepc solver eigenvector is now placed in parallel in cmfd object

This commit is contained in:
Bryan Herman 2012-02-11 12:02:34 -08:00
parent 14fbd4b3ed
commit 409c74bc55
2 changed files with 27 additions and 10 deletions

View file

@ -41,7 +41,7 @@ contains
if (master) then
! begin timer
! call timer_start(time_cmfd)
call timer_start(time_cmfd)
! set up cmfd
if(.not. cmfd_only) call set_up_cmfd()
@ -57,7 +57,7 @@ contains
#endif
! stop timer
! call timer_stop(time_cmfd)
call timer_stop(time_cmfd)
! write vtk file
!if(.not. cmfd_only) call write_cmfd_vtk()