call psb_nrm2(ctxt, dat [, root, mode, request])
This subroutine implements a 2-norm value reduction operation based on the underlying communication library.
Notes
with care taken to avoid unnecessary overflow.
call psb_nrm2(ctxt,dat,mode=ior(psb_collective_start_,psb_collective_end_))
call psb_nrm2(ctxt,dat,mode=psb_collective_start_,request=nrm2_request) ....... ! Do not access dat call psb_nrm2(ctxt,dat,mode=psb_collective_end_,request=nrm2_request)