Ignore:
Timestamp:
02/07/11 15:44:31 (2 years ago)
Author:
Oleg Batrashev <ogbash@…>
Branches:
master, external
Children:
398fecf
Parents:
ee38b77 (diff), d277181 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Oleg Batrashev <ogbash@…> (02/07/11 15:44:31)
git-committer:
Oleg Batrashev <ogbash@…> (02/07/11 15:44:31)
Message:

Merge branch 'd2771816f6b2bc738578b53caf829f5ac2ec4625' into tmp/master

Conflicts:

src/main/aggr.F90
src/solvers/pcg.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/solvers/pcg.F90

    rbe3812e r7a5f6b3  
    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.