Ignore:
Timestamp:
01/25/11 10:01:44 (2 years ago)
Author:
Oleg Batrashev <ogbash@…>
Branches:
master, external, fix-prolong
Children:
fd51d18
Parents:
686ede6
git-author:
Oleg Batrashev <ogbash@…> (01/25/11 10:01:44)
git-committer:
Oleg Batrashev <ogbash@…> (01/25/11 10:01:44)
Message:

Start prolongation matrix distribution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/solvers/pcg.F90

    r686ede6 r8e30c0d  
    359359      if (cdat%active) then 
    360360        ! Send coarse vector 
    361         write(stream,*) "Send coarse vector!" 
    362361        call SpMtx_Ax(clrhs,Restrict,rhs,dozero=.true.) ! restrict <RA> 
    363362        if (cdat_vec%active) then 
     
    397396               cdat%cdisps,cdat%glg_cfmap,cdat%send) 
    398397        endif 
    399         write(stream,*) "Got coarse vector!" 
    400398        !call MPI_BARRIER(MPI_COMM_WORLD,i) 
    401399      end if 
     
    411409      end if 
    412410 
    413       write (stream,*) "Coarse solve" 
    414411      ! Coarse solve 
    415412      call sparse_singlesolve(CoarseMtx_%DD%subsolve_ids(1),csol,crhs,& 
     
    425422 
    426423      if (cdat_vec%active) then 
    427         write(stream,*) "clrhs", shape(clrhs), cdat_vec%gl_cfmap 
    428424        call Vect_remap(csol,clrhs,cdat_vec%gl_cfmap,dozero=.true.) 
    429         write(stream,*) "Restrict%nrows", Restrict%nrows 
    430425        call SpMtx_Ax(tmpsol,Restrict,clrhs,dozero=.true.,transp=.true.) 
    431426        !write(stream,*) "tmpsol", tmpsol 
Note: See TracChangeset for help on using the changeset viewer.