[petsc-users] Scatter parallel Vec to sequential Vec on non-zeroth process
    Jed Brown 
    jed at jedbrown.org
       
    Wed Jun 30 09:41:25 CDT 2021
    
    
  
Peder Jørgensgaard Olesen via petsc-users	<petsc-users at mcs.anl.gov> writes:
> I'm distributing a set of independent tasks over different processes, so I'm afraid sending everything to the zeroth process would rather thoroughly defeat the purpose of what I'm doing.
It sounds like you're going to run this a bunch of times. Does it have to be sequential (gather to one rank at a time) or can it be an alltoall?
    
    
More information about the petsc-users
mailing list