Argument grouping for new SPINS_CSR interface. Document same.

new-parstruct
Salvatore Filippone 6 years ago
parent 88330868cd
commit 6b39b2808c

@ -316,7 +316,7 @@ Module psb_c_tools_mod
logical, intent(in), optional :: rebuild
logical, intent(in), optional :: local
end subroutine psb_cspins
subroutine psb_cspins_csr(nr,irw,irp,ja,val,a,desc_a,info,rebuild,local)
subroutine psb_cspins_csr(nr,irp,ja,val,irw,a,desc_a,info,rebuild,local)
import
implicit none
type(psb_desc_type), intent(inout) :: desc_a

@ -316,7 +316,7 @@ Module psb_d_tools_mod
logical, intent(in), optional :: rebuild
logical, intent(in), optional :: local
end subroutine psb_dspins
subroutine psb_dspins_csr(nr,irw,irp,ja,val,a,desc_a,info,rebuild,local)
subroutine psb_dspins_csr(nr,irp,ja,val,irw,a,desc_a,info,rebuild,local)
import
implicit none
type(psb_desc_type), intent(inout) :: desc_a

@ -316,7 +316,7 @@ Module psb_s_tools_mod
logical, intent(in), optional :: rebuild
logical, intent(in), optional :: local
end subroutine psb_sspins
subroutine psb_sspins_csr(nr,irw,irp,ja,val,a,desc_a,info,rebuild,local)
subroutine psb_sspins_csr(nr,irp,ja,val,irw,a,desc_a,info,rebuild,local)
import
implicit none
type(psb_desc_type), intent(inout) :: desc_a

@ -316,7 +316,7 @@ Module psb_z_tools_mod
logical, intent(in), optional :: rebuild
logical, intent(in), optional :: local
end subroutine psb_zspins
subroutine psb_zspins_csr(nr,irw,irp,ja,val,a,desc_a,info,rebuild,local)
subroutine psb_zspins_csr(nr,irp,ja,val,irw,a,desc_a,info,rebuild,local)
import
implicit none
type(psb_desc_type), intent(inout) :: desc_a

@ -200,7 +200,7 @@ subroutine psb_cspins(nz,ia,ja,val,a,desc_a,info,rebuild,local)
end subroutine psb_cspins
subroutine psb_cspins_csr(nr,irw,irp,ja,val,a,desc_a,info,rebuild,local)
subroutine psb_cspins_csr(nr,irp,ja,val,irw,a,desc_a,info,rebuild,local)
use psb_base_mod, psb_protect_name => psb_cspins_csr
use psi_mod
implicit none
@ -298,8 +298,6 @@ subroutine psb_cspins_csr(nr,irw,irp,ja,val,a,desc_a,info,rebuild,local)
end subroutine psb_cspins_csr
subroutine psb_cspins_2desc(nz,ia,ja,val,a,desc_ar,desc_ac,info)
use psb_base_mod, psb_protect_name => psb_cspins_2desc
use psi_mod

@ -200,7 +200,7 @@ subroutine psb_dspins(nz,ia,ja,val,a,desc_a,info,rebuild,local)
end subroutine psb_dspins
subroutine psb_dspins_csr(nr,irw,irp,ja,val,a,desc_a,info,rebuild,local)
subroutine psb_dspins_csr(nr,irp,ja,val,irw,a,desc_a,info,rebuild,local)
use psb_base_mod, psb_protect_name => psb_dspins_csr
use psi_mod
implicit none
@ -298,8 +298,6 @@ subroutine psb_dspins_csr(nr,irw,irp,ja,val,a,desc_a,info,rebuild,local)
end subroutine psb_dspins_csr
subroutine psb_dspins_2desc(nz,ia,ja,val,a,desc_ar,desc_ac,info)
use psb_base_mod, psb_protect_name => psb_dspins_2desc
use psi_mod

@ -200,7 +200,7 @@ subroutine psb_sspins(nz,ia,ja,val,a,desc_a,info,rebuild,local)
end subroutine psb_sspins
subroutine psb_sspins_csr(nr,irw,irp,ja,val,a,desc_a,info,rebuild,local)
subroutine psb_sspins_csr(nr,irp,ja,val,irw,a,desc_a,info,rebuild,local)
use psb_base_mod, psb_protect_name => psb_sspins_csr
use psi_mod
implicit none
@ -298,8 +298,6 @@ subroutine psb_sspins_csr(nr,irw,irp,ja,val,a,desc_a,info,rebuild,local)
end subroutine psb_sspins_csr
subroutine psb_sspins_2desc(nz,ia,ja,val,a,desc_ar,desc_ac,info)
use psb_base_mod, psb_protect_name => psb_sspins_2desc
use psi_mod

@ -200,7 +200,7 @@ subroutine psb_zspins(nz,ia,ja,val,a,desc_a,info,rebuild,local)
end subroutine psb_zspins
subroutine psb_zspins_csr(nr,irw,irp,ja,val,a,desc_a,info,rebuild,local)
subroutine psb_zspins_csr(nr,irp,ja,val,irw,a,desc_a,info,rebuild,local)
use psb_base_mod, psb_protect_name => psb_zspins_csr
use psi_mod
implicit none
@ -298,8 +298,6 @@ subroutine psb_zspins_csr(nr,irw,irp,ja,val,a,desc_a,info,rebuild,local)
end subroutine psb_zspins_csr
subroutine psb_zspins_2desc(nz,ia,ja,val,a,desc_ar,desc_ac,info)
use psb_base_mod, psb_protect_name => psb_zspins_2desc
use psi_mod

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

@ -60,7 +60,7 @@ Mathematics Department, Macquarie University, Sydney.
The command line arguments were: <BR>
<STRONG>latex2html</STRONG> <TT>-local_icons -noaddress -dir ../../html userhtml.tex</TT>
<P>
The translation was initiated on 2019-05-28
The translation was initiated on 2019-05-31
<BR><HR>
</BODY>

@ -56,7 +56,7 @@ psb_spins -- Insert a set of coefficients into a sparse
<P>
<PRE>
call psb_spins(nz, ia, ja, val, a, desc_a, info [,local])
call psb_spins(nr, irw, irp, ja, val, a, desc_a, info [,local])
call psb_spins(nr, irp, ja, val, irw, a, desc_a, info [,local])
</PRE>
<P>
@ -89,17 +89,6 @@ Intent: <B>in</B>.
<BR>
Specified as: an integer scalar.
</DD>
<DT><STRONG>irw</STRONG></DT>
<DD>the first row to be inserted.
<BR>
Scope:<B>local</B>.
<BR>
Type:<B>required</B>.
<BR>
Intent: <B>in</B>.
<BR>
Specified as: an integer scalar.
</DD>
<DT><STRONG>ia</STRONG></DT>
<DD>the row indices of the coefficients to be inserted.
<BR>
@ -157,6 +146,17 @@ of the coefficients of the sparse matrix <SPAN CLASS="MATH"><IMG
SRC="img109.png"
ALT="$a$"></SPAN>.
</DD>
<DT><STRONG>irw</STRONG></DT>
<DD>the row index displacement.
<BR>
Scope:<B>local</B>.
<BR>
Type:<B>required</B>.
<BR>
Intent: <B>in</B>.
<BR>
Specified as: an integer scalar.
</DD>
<DT><STRONG>desc_a</STRONG></DT>
<DD>The communication descriptor.
<BR>

@ -15709,7 +15709,7 @@ endstream
endobj
1367 0 obj
<<
/Length 5725
/Length 5710
>>
stream
0 g 0 G
@ -15725,7 +15725,7 @@ BT
/F16 11.9552 Tf 175.796 706.129 Td [(spins)-321(|)-322(Insert)-321(a)-321(set)-321(of)-322(co)-31(e\016cien)31(ts)-321(in)31(to)-321(a)-321(sparse)-321(matrix)]TJ
0 g 0 G
0 g 0 G
/F30 9.9626 Tf -25.091 -19.775 Td [(call)-525(psb_spins\050nz,)-525(ia,)-525(ja,)-525(val,)-525(a,)-525(desc_a,)-525(info)-525([,local]\051)]TJ 0 -11.955 Td [(call)-525(psb_spins\050nr,)-525(irw,)-525(irp,)-525(ja,)-525(val,)-525(a,)-525(desc_a,)-525(info)-525([,local]\051)]TJ
/F30 9.9626 Tf -25.091 -19.775 Td [(call)-525(psb_spins\050nz,)-525(ia,)-525(ja,)-525(val,)-525(a,)-525(desc_a,)-525(info)-525([,local]\051)]TJ 0 -11.955 Td [(call)-525(psb_spins\050nr,)-525(irp,)-525(ja,)-525(val,)-525(irw,)-525(a,)-525(desc_a,)-525(info)-525([,local]\051)]TJ
0 g 0 G
/F27 9.9626 Tf 0 -24.151 Td [(T)32(yp)-32(e:)]TJ
0 g 0 G
@ -15742,27 +15742,27 @@ BT
0 g 0 G
/F8 9.9626 Tf 16.065 0 Td [(the)-333(n)28(um)27(b)-27(er)-334(of)-333(ro)28(ws)-334(to)-333(b)-28(e)-333(inserted.)]TJ 8.841 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -51.024 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.184 0 Td [(required)]TJ/F8 9.9626 Tf 41.898 0 Td [(.)]TJ -67.082 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)-333(sc)-1(alar)1(.)]TJ
0 g 0 G
/F27 9.9626 Tf -24.906 -22.903 Td [(irw)]TJ
0 g 0 G
/F8 9.9626 Tf 21.157 0 Td [(the)-333(\014rst)-334(ro)28(w)-333(to)-333(b)-28(e)-334(inserted.)]TJ 3.749 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -51.024 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.184 0 Td [(required)]TJ/F8 9.9626 Tf 41.898 0 Td [(.)]TJ -67.082 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)-333(sc)-1(alar)1(.)]TJ
0 g 0 G
/F27 9.9626 Tf -24.906 -22.903 Td [(ia)]TJ
0 g 0 G
/F8 9.9626 Tf 13.733 0 Td [(the)-333(ro)27(w)-333(indices)-333(of)-334(th)1(e)-334(co)-28(e\016cien)28(ts)-333(to)-334(b)-27(e)-334(inserted.)]TJ 11.173 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -51.024 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.184 0 Td [(required)]TJ/F8 9.9626 Tf 41.898 0 Td [(.)]TJ -67.082 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)-333(arra)27(y)-333(of)-333(size)]TJ/F11 9.9626 Tf 160.98 0 Td [(nz)]TJ/F8 9.9626 Tf 11.052 0 Td [(.)]TJ
/F8 9.9626 Tf 13.733 0 Td [(the)-333(ro)27(w)-333(indices)-333(of)-334(th)1(e)-334(co)-28(e\016cien)28(ts)-333(to)-334(b)-27(e)-334(inserted.)]TJ 11.173 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -51.024 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.184 0 Td [(required)]TJ/F8 9.9626 Tf 41.898 0 Td [(.)]TJ -67.082 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)-333(arra)27(y)-333(of)-333(size)]TJ/F11 9.9626 Tf 160.98 0 Td [(nz)]TJ/F8 9.9626 Tf 11.052 0 Td [(.)]TJ
0 g 0 G
/F27 9.9626 Tf -196.938 -22.903 Td [(irp)]TJ
0 g 0 G
/F8 9.9626 Tf 19.247 0 Td [(the)-333(ro)27(w)-333(p)-28(oin)28(ters)-333(of)-333(the)-334(co)-28(e\016cien)28(ts)-333(to)-334(b)-27(e)-334(inserted.)]TJ 5.659 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -51.024 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.184 0 Td [(required)]TJ/F8 9.9626 Tf 41.898 0 Td [(.)]TJ -67.082 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)-333(arra)27(y)-333(of)-333(size)]TJ/F11 9.9626 Tf 160.98 0 Td [(nr)]TJ/F8 9.9626 Tf 12.966 0 Td [(+)-222(1.)]TJ
/F8 9.9626 Tf 19.247 0 Td [(the)-333(ro)27(w)-333(p)-28(oin)28(ters)-333(of)-333(the)-334(co)-28(e\016cien)28(ts)-333(to)-334(b)-27(e)-334(inserted.)]TJ 5.659 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -51.024 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.184 0 Td [(required)]TJ/F8 9.9626 Tf 41.898 0 Td [(.)]TJ -67.082 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)-333(arra)27(y)-333(of)-333(size)]TJ/F11 9.9626 Tf 160.98 0 Td [(nr)]TJ/F8 9.9626 Tf 12.966 0 Td [(+)-222(1.)]TJ
0 g 0 G
/F27 9.9626 Tf -198.852 -22.903 Td [(ja)]TJ
0 g 0 G
/F8 9.9626 Tf 14.051 0 Td [(the)-333(column)-334(indices)-333(of)-333(the)-334(co)-27(e)-1(\016cien)28(ts)-333(to)-333(b)-28(e)-334(inserted.)]TJ 10.855 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -51.024 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.184 0 Td [(required)]TJ/F8 9.9626 Tf 41.898 0 Td [(.)]TJ -67.082 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)-333(arra)27(y)-333(of)-333(size)]TJ/F11 9.9626 Tf 160.98 0 Td [(nz)]TJ/F8 9.9626 Tf 11.051 0 Td [(.)]TJ
/F8 9.9626 Tf 14.051 0 Td [(the)-333(column)-334(indices)-333(of)-333(the)-334(co)-27(e)-1(\016cien)28(ts)-333(to)-333(b)-28(e)-334(inserted.)]TJ 10.855 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -51.024 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.184 0 Td [(required)]TJ/F8 9.9626 Tf 41.898 0 Td [(.)]TJ -67.082 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)-333(arra)27(y)-333(of)-333(size)]TJ/F11 9.9626 Tf 160.98 0 Td [(nz)]TJ/F8 9.9626 Tf 11.051 0 Td [(.)]TJ
0 g 0 G
/F27 9.9626 Tf -196.937 -22.903 Td [(v)64(al)]TJ
0 g 0 G
/F8 9.9626 Tf 19.143 0 Td [(the)-333(co)-28(e\016cien)28(ts)-334(to)-333(b)-28(e)-333(inserted.)]TJ 5.763 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -51.024 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.184 0 Td [(required)]TJ/F8 9.9626 Tf 41.898 0 Td [(.)]TJ -67.082 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-375(as:)-528(an)-375(arra)28(y)-375(of)-375(size)]TJ/F11 9.9626 Tf 130.933 0 Td [(nz)]TJ/F8 9.9626 Tf 11.051 0 Td [(.)-570(Must)-375(b)-28(e)-375(of)-375(the)-375(same)-375(t)28(yp)-28(e)-375(and)-375(kind)-375(of)]TJ -141.984 -11.956 Td [(the)-333(co)-28(e\016cien)27(ts)-333(of)-333(the)-334(spar)1(s)-1(e)-333(matrix)]TJ/F11 9.9626 Tf 158.517 0 Td [(a)]TJ/F8 9.9626 Tf 5.266 0 Td [(.)]TJ
/F8 9.9626 Tf 19.143 0 Td [(the)-333(co)-28(e\016cien)28(ts)-334(to)-333(b)-28(e)-333(inserted.)]TJ 5.763 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -51.024 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.184 0 Td [(required)]TJ/F8 9.9626 Tf 41.898 0 Td [(.)]TJ -67.082 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-375(as:)-528(an)-375(arra)28(y)-375(of)-375(size)]TJ/F11 9.9626 Tf 130.933 0 Td [(nz)]TJ/F8 9.9626 Tf 11.051 0 Td [(.)-570(Must)-375(b)-28(e)-375(of)-375(the)-375(same)-375(t)28(yp)-28(e)-375(and)-375(kind)-375(of)]TJ -141.984 -11.955 Td [(the)-333(co)-28(e\016cien)27(ts)-333(of)-333(the)-334(spar)1(s)-1(e)-333(matrix)]TJ/F11 9.9626 Tf 158.517 0 Td [(a)]TJ/F8 9.9626 Tf 5.266 0 Td [(.)]TJ
0 g 0 G
/F27 9.9626 Tf -188.689 -22.903 Td [(irw)]TJ
0 g 0 G
/F8 9.9626 Tf 21.156 0 Td [(the)-333(ro)27(w)-333(index)-333(displacemen)28(t.)]TJ 3.75 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -51.024 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.184 0 Td [(required)]TJ/F8 9.9626 Tf 41.898 0 Td [(.)]TJ -67.082 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.956 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)-333(sca)-1(l)1(ar.)]TJ
0 g 0 G
-21.815 -29.887 Td [(76)]TJ
141.968 -29.887 Td [(76)]TJ
0 g 0 G
ET
@ -28612,8 +28612,8 @@ endobj
2039 0 obj
<<
/Title (Parallel Sparse BLAS V. 3.6.1) /Subject (Parallel Sparse Basic Linear Algebra Subroutines) /Keywords (Computer Science Linear Algebra Fluid Dynamics Parallel Linux MPI PSBLAS Iterative Solvers Preconditioners) /Creator (pdfLaTeX) /Producer ($Id$) /Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.17)/Keywords()
/CreationDate (D:20190528135947+01'00')
/ModDate (D:20190528135947+01'00')
/CreationDate (D:20190531134558+01'00')
/ModDate (D:20190531134558+01'00')
/Trapped /False
/PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) kpathsea version 6.2.2)
>>
@ -28824,7 +28824,7 @@ endobj
/W [1 3 1]
/Root 2038 0 R
/Info 2039 0 R
/ID [<FEBE7A59E24D7FC14D3F894903A6E024> <FEBE7A59E24D7FC14D3F894903A6E024>]
/ID [<6F1B955A797201099200B915FF767F0D> <6F1B955A797201099200B915FF767F0D>]
/Length 10205
>>
stream
@ -28841,31 +28841,30 @@ stream
ó óóµÍó óóó×óóóóóóÙÆóóó#óôÍóóóóó ó!ó"ó%ó&ó'ó+ó$Ýó(ó*G9ó-ó.ó/ó3ó,Ðó0ó2ó<ó4ó5ó6ó7ó8ó9ó:ó;ó>ó?ó@óDó=K\óAóCóGóEhPóFóIóJóKóOóHóLóNóXóP„xóQóRóSóTóUóVóWG:óZó[ó\ó`óY–Îó]ó_óbóc^óa¯^^^^^
^ð†^G,^ ^ ^ ^^^^^ V^^^^^^^^^^^^^!^#3^ ^#^)^'^"^$^&G;^*^+^,^-^.^/^1^(Yo^0^3^4^6^2x^5^8^;^7Š<>^9^=^>^?^N^F^<<06>U^@^B^C^D^E¶¦^O^R^G©í^P^Q^H^I^J^K^L^MÅøp^U^S&^TG*G<^W^X^Y^`^V2/^Z^\^]^^^_^b¬¢^cÔÔ^aÔÔÔÔÔ .ÔÔœÀÔÔÔ « ÔÔ
Ô Ô Ô ÔÔ»@î¯ÔÔÔÔÔGÔÔÔÔÔÔ ÔAÔG=Ô"Ô*Ô(Ô!GÔ#Ô%Ô&Ô'Ô+Ô,Ô.Ô)Ô-Ô3Ô/vPÔ0Ô5Ô8Ô4<08>Ô6Ô7Ô:Ô=Ô9ªDÔ;Ô<ÔEÔ>ÑÂÔ?Ô@ÔAÔBÔCÔDG>ÔGÔJÔFÜcÔHÔLÔQÔKø£ÔMÔNÔOÔPÔSÔTÔXÔR 4ÔUÔWÔZÔ[Ô^ÔY üÔ\Ô`ÔcÔ_ %ÔaCCCCC
bñG?C
C qVCCC C C CC CCCCCCC CCCC"C ¡´CCCCC C!C+C# ¾ÃC$C%C&C'C(C)C*C-C.C1C, ÍâC/G@C:C2 èC3C4C5C6C7C8C9C<C=C@C; ñC>CBCCCGCA ýgCDCFCICJCMCH
,CKCOCPCSCN
!\CQCXCT
<RCUCVCWGACZC[C\C_CY
@æC]CaCb¬C`
UCc «ã¬¬
ŒÌ¬¬¬
bâG?C
C qVCCC C C CC CCCCCCC CCCC"C ¡¥CCCCC C!C+C# ¾´C$C%C&C'C(C)C*C-C.C1C, ÍÓC/G@C:C2 èC3C4C5C6C7C8C9C<C=C@C; ñ C>CBCCCGCA ýXCDCFCICJCMCH
CKCOCPCSCN
!MCQCXCT
<CCUCVCWGACZC[C\C_CY
@×C]CaCb¬C`
UsCc «Ô¬¬
Œ½¬¬¬
¬
šw¬¬¬ 
´@¬ ¬ ¬¬¬¬
·>¬GB¬¬¬
ÍÔ¬¬¬¬ ¬
Úବ¬"¬&¬!
î<EFBFBD>¬#¬%¬(¬,¬'
û|¬)¬+¬.¬3¬- ¬/¬1¬2¬5¬:¬4 5¬6¬8¬9GC¬<¬?¬; ,¸¬=¬E¬@ C“¬A¬B¬C¬D¬G¬H¬I¬L¬F RE¬J¬P¬M ¬N¬\¬Q y`¬R¬S¬T¬U¬V¬W¬X¬Y¬Z¬[¬`¬] ”í¬^GD¬a •à¬b V Óc  åÇ
   ÷ ÿµ ÃGE <10>#  œ!'$ )%-( .)+,3. Br/1294 578GF?: kU;=>E@ €/ACDLF ”ìGIJG!KQM ­xNPVR —SUXY\W ×ÈZGG] ðò^_`G abc
   Óé 2—"—!—(—# F—$—&—'—.—) M—*—,—-—2—/ U•—0GH—4—9—3—5—7—8—;—@—:—<—>—?—B—G—A ™—C—E—F—M—H Ž—I—K—L—O—T—N œÒ—P—R—S—Z—U ­h—V—X—YGI—^—[ ºÚ—\—`—aé—_ ¿Ö—béÅçééééé é ö<>éé é
üé éééééé éééé0—éGJéé<Wééé é#é@oé!é'é$KQé%é)é*é3é1é(é+é-é.é/é0G%é4é5é6é8é2é7é:é<é9Š´é;GKé?é=<0E>Fé>éOé@<0E>ÓéAéBéDéLéNéYéP¹véQéXéZé[é\é]é^é_é`éaébécGù GGGGGGGGG ôKG
LG G —G àNG!uG?sGG…KGëG
ñGGnuG®;GÕæGó‡GCJGGÁ'GÑ\GGLGMGNGOGPGQGRI)ok<07><07><07><07><07><07><07><07><07><07><07><07><07> <07>!<07>"<07>#<07>$<07>%<07>&<07>'<07>(<07>)<07>*<07>+<07>,<07>-<07>.<07>/<07>0<07>1<07>2<07>3<07>4<07>5<07>6<07>7<07>8<07>9<07>:<07>;<07><<07>=<07>><07>?<07>@<07>A<07>B<07>C<07>D<07>E<07>F<07>G<07>H<07>I<07>J<07>K<07>L<07>M<07>N<07>O<07>P<07>Q<07>R<07>S<07>T<07>U<07>V<07>W<07>X<07>Y<07>Z<07>[<07>\<07>]<07>^<07>_<07>`<07>a<07>b<07>cÓ·^ÓÓÓÓÓÓÓÓÓ Ó
Ó Ó Ó ÓÓÓÓÓÓÓÓÓÓÓÓÓÓÓÓÓÓÓ Ó!Ó"Ó#µÍ
šh¬¬¬ 
´1¬ ¬ ¬¬¬¬
·/¬GB¬¬¬
ÍŬ¬¬¬ ¬
ÚѬ¬¬"¬&¬!
î<EFBFBD>¬#¬%¬(¬,¬'
ûm¬)¬+¬.¬3¬-  ¬/¬1¬2¬5¬:¬4 &¬6¬8¬9GC¬<¬?¬; ¬=¬E¬@ C„¬A¬B¬C¬D¬G¬H¬I¬L¬F R6¬J¬P¬M b¬N¬\¬Q yQ¬R¬S¬T¬U¬V¬W¬X¬Y¬Z¬[¬`¬] ”Þ¬^GD¬a •Ñ¬b G ÓT  å¸
   öø ÿ¦ ´GE Ž#  <16>!'$ %-( . )+,3. Bc/1294 578GF?: kF;=>E@ ACDLF ”ÝGIJG!KQM ­iNPVR ˆSUXY\W ×¹ZGG] ðã^_`G abc
   ÓÚ—"—!—(—# Fs—$—&—'—.—) M—*—,—-—2—/ U†—0GH—4—9—3—5—7—8—;—@—:—<—>—?—B—G—A—C—E—F—M—H Ž —I—K—L—O—T—N œÃ—P—R—S—Z—U ­Y—V—X—YGI—^—[ ºË—\—`—aé—_ ¿Ç—béÅØééééé é ö<>éé é
íé éééééé péééé0ˆéGJéé<Hééé é#é@`é!é'é$KBé%é)é*é3é1é(é+é-é.é/é0G%é4é5é6é8é2n•é7é:é<é9Š¥é;GKé?é=<0E>7é>éOé@<0E>ÄéAéBéDéLéNéYéP¹géQéXéZé[é\é]é^é_é`éaébécGøýGGGGGGGGG ô<G
L|G G ˆG à?G!fG?dGe×G…<GêõG
âGGnfG®,GÕ×GóxGC;GGÁGÑMGGLGMGNGOGPGQGRIo\<07><07><07><07><07><07><07><07><07><07><07><07><07> <07>!<07>"<07>#<07>$<07>%<07>&<07>'<07>(<07>)<07>*<07>+<07>,<07>-<07>.<07>/<07>0<07>1<07>2<07>3<07>4<07>5<07>6<07>7<07>8<07>9<07>:<07>;<07><<07>=<07>><07>?<07>@<07>A<07>B<07>C<07>D<07>E<07>F<07>G<07>H<07>I<07>J<07>K<07>L<07>M<07>N<07>O<07>P<07>Q<07>R<07>S<07>T<07>U<07>V<07>W<07>X<07>Y<07>Z<07>[<07>\<07>]<07>^<07>_<07>`<07>a<07>b<07>cÓ·OÓÓÓÓÓÓÓÓÓ Ó
Ó Ó Ó ÓÓÓÓÓÓÓÓÓÓÓÓÓÓÓÓÓÓÓ Ó!Ó"Ó#µÌû
endstream
endobj
startxref
1297674
1297659
%%EOF

@ -602,7 +602,7 @@ An integer value; 0 means no error has been detected.
\begin{verbatim}
call psb_spins(nz, ia, ja, val, a, desc_a, info [,local])
call psb_spins(nr, irw, irp, ja, val, a, desc_a, info [,local])
call psb_spins(nr, irp, ja, val, irw, a, desc_a, info [,local])
\end{verbatim}
\begin{description}
@ -618,11 +618,6 @@ Scope:{\bf local}.\\
Type:{\bf required}.\\
Intent: {\bf in}.\\
Specified as: an integer scalar.
\item[irw] the first row to be inserted.\\
Scope:{\bf local}.\\
Type:{\bf required}.\\
Intent: {\bf in}.\\
Specified as: an integer scalar.
\item[ia] the row indices of the coefficients to be inserted.\\
Scope:{\bf local}.\\
Type:{\bf required}.\\
@ -644,6 +639,11 @@ Type:{\bf required}.\\
Intent: {\bf in}.\\
Specified as: an array of size $nz$. Must be of the same type and kind
of the coefficients of the sparse matrix $a$.
\item[irw] the row index displacement.\\
Scope:{\bf local}.\\
Type:{\bf required}.\\
Intent: {\bf in}.\\
Specified as: an integer scalar.
\item[desc\_a] The communication descriptor.\\
Scope: {\bf local}. \\
Type: {\bf required}.\\

Loading…
Cancel
Save