%!PS-Adobe-3.0 %%BoundingBox: (atend) %%Pages: (atend) %%PageOrder: (atend) %%DocumentFonts: (atend) %%Creator: Frame 4.0 %%DocumentData: Clean7Bit %%EndComments %%BeginProlog % % Frame ps_prolog 4.0, for use with Frame 4.0 products % This ps_prolog file is Copyright (c) 1986-1993 Frame Technology % Corporation. All rights reserved. This ps_prolog file may be % freely copied and distributed in conjunction with documents created % using FrameMaker, FrameBuilder and FrameViewer as long as this % copyright notice is preserved. % % Frame products normally print colors as their true color on a color printer % or as shades of gray, based on luminance, on a black-and white printer. The % following flag, if set to True, forces all non-white colors to print as pure % black. This has no effect on bitmap images. /FMPrintAllColorsAsBlack false def % % Frame products can either set their own line screens or use a printer's % default settings. Three flags below control this separately for no % separations, spot separations and process separations. If a flag % is true, then the default printer settings will not be changed. If it is % false, Frame products will use their own settings from a table based on % the printer's resolution. /FMUseDefaultNoSeparationScreen true def /FMUseDefaultSpotSeparationScreen true def /FMUseDefaultProcessSeparationScreen false def % % For any given PostScript printer resolution, Frame products have two sets of % screen angles and frequencies for printing process separations, which are % recomended by Adobe. The following variable chooses the higher frequencies % when set to true or the lower frequencies when set to false. This is only % effective if the appropriate FMUseDefault...SeparationScreen flag is false. /FMUseHighFrequencyScreens true def % % PostScript Level 2 printers contain an "Accurate Screens" feature which can % improve process separation rendering at the expense of compute time. This % flag is ignored by PostScript Level 1 printers. /FMUseAcccurateScreens true def % % The following PostScript procedure defines the spot function that Frame % products will use for process separations. You may un-comment-out one of % the alternative functions below, or use your own. % % Dot function /FMSpotFunction {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 sub } {dup mul exch dup mul add 1 exch sub }ifelse } def % % Line function % /FMSpotFunction { pop } def % % Elipse function % /FMSpotFunction { dup 5 mul 8 div mul exch dup mul exch add % sqrt 1 exch sub } def % % /FMversion (4.0) def /FMLevel1 /languagelevel where {pop languagelevel} {1} ifelse 2 lt def /FMPColor FMLevel1 { false /colorimage where {pop pop true} if } { true } ifelse def /FrameDict 400 dict def systemdict /errordict known not {/errordict 10 dict def errordict /rangecheck {stop} put} if % The readline in PS 23.0 doesn't recognize cr's as nl's on AppleTalk FrameDict /tmprangecheck errordict /rangecheck get put errordict /rangecheck {FrameDict /bug true put} put FrameDict /bug false put mark % Some PS machines read past the CR, so keep the following 3 lines together! currentfile 5 string readline 00 0000000000 cleartomark errordict /rangecheck FrameDict /tmprangecheck get put FrameDict /bug get { /readline { /gstring exch def /gfile exch def /gindex 0 def { gfile read pop dup 10 eq {exit} if dup 13 eq {exit} if gstring exch gindex exch put /gindex gindex 1 add def } loop pop gstring 0 gindex getinterval true } bind def } if /FMshowpage /showpage load def /FMquit /quit load def /FMFAILURE { dup = flush FMshowpage /Helvetica findfont 12 scalefont setfont 72 200 moveto show FMshowpage FMquit } def /FMVERSION { FMversion ne { (Frame product version does not match ps_prolog!) FMFAILURE } if } def /FMBADEPSF { (PostScript Lang. Ref. Man., 2nd Ed., H.2.4 says EPS must not call X ) dup dup (X) search pop exch pop exch pop length 4 -1 roll putinterval FMFAILURE } def /FMLOCAL { FrameDict begin 0 def end } def /concatprocs { /proc2 exch cvlit def/proc1 exch cvlit def/newproc proc1 length proc2 length add array def newproc 0 proc1 putinterval newproc proc1 length proc2 putinterval newproc cvx }def FrameDict begin /FMnone 0 def /FMcyan 1 def /FMmagenta 2 def /FMyellow 3 def /FMblack 4 def /FMcustom 5 def /FrameNegative false def /FrameSepIs FMnone def /FrameSepBlack 0 def /FrameSepYellow 0 def /FrameSepMagenta 0 def /FrameSepCyan 0 def /FrameSepRed 1 def /FrameSepGreen 1 def /FrameSepBlue 1 def /FrameCurGray 1 def /FrameCurPat null def /FrameCurColors [ 0 0 0 1 0 0 0 ] def /FrameColorEpsilon .001 def /eqepsilon { sub dup 0 lt {neg} if FrameColorEpsilon le } bind def /FrameCmpColorsCMYK { 2 copy 0 get exch 0 get eqepsilon { 2 copy 1 get exch 1 get eqepsilon { 2 copy 2 get exch 2 get eqepsilon { 3 get exch 3 get eqepsilon } {pop pop false} ifelse }{pop pop false} ifelse } {pop pop false} ifelse } bind def /FrameCmpColorsRGB { 2 copy 4 get exch 0 get eqepsilon { 2 copy 5 get exch 1 get eqepsilon { 6 get exch 2 get eqepsilon }{pop pop false} ifelse } {pop pop false} ifelse } bind def /RGBtoCMYK { 1 exch sub 3 1 roll 1 exch sub 3 1 roll 1 exch sub 3 1 roll 3 copy 2 copy le { pop } { exch pop } ifelse 2 copy le { pop } { exch pop } ifelse dup dup dup 6 1 roll 4 1 roll 7 1 roll sub 6 1 roll sub 5 1 roll sub 4 1 roll } bind def /CMYKtoRGB { dup dup 4 -1 roll add 5 1 roll 3 -1 roll add 4 1 roll add 1 exch sub dup 0 lt {pop 0} if 3 1 roll 1 exch sub dup 0 lt {pop 0} if exch 1 exch sub dup 0 lt {pop 0} if exch } bind def /FrameSepInit { 1.0 RealSetgray } bind def /FrameSetSepColor { /FrameSepBlue exch def /FrameSepGreen exch def /FrameSepRed exch def /FrameSepBlack exch def /FrameSepYellow exch def /FrameSepMagenta exch def /FrameSepCyan exch def /FrameSepIs FMcustom def setCurrentScreen } bind def /FrameSetCyan { /FrameSepBlue 1.0 def /FrameSepGreen 1.0 def /FrameSepRed 0.0 def /FrameSepBlack 0.0 def /FrameSepYellow 0.0 def /FrameSepMagenta 0.0 def /FrameSepCyan 1.0 def /FrameSepIs FMcyan def setCurrentScreen } bind def /FrameSetMagenta { /FrameSepBlue 1.0 def /FrameSepGreen 0.0 def /FrameSepRed 1.0 def /FrameSepBlack 0.0 def /FrameSepYellow 0.0 def /FrameSepMagenta 1.0 def /FrameSepCyan 0.0 def /FrameSepIs FMmagenta def setCurrentScreen } bind def /FrameSetYellow { /FrameSepBlue 0.0 def /FrameSepGreen 1.0 def /FrameSepRed 1.0 def /FrameSepBlack 0.0 def /FrameSepYellow 1.0 def /FrameSepMagenta 0.0 def /FrameSepCyan 0.0 def /FrameSepIs FMyellow def setCurrentScreen } bind def /FrameSetBlack { /FrameSepBlue 0.0 def /FrameSepGreen 0.0 def /FrameSepRed 0.0 def /FrameSepBlack 1.0 def /FrameSepYellow 0.0 def /FrameSepMagenta 0.0 def /FrameSepCyan 0.0 def /FrameSepIs FMblack def setCurrentScreen } bind def /FrameNoSep { /FrameSepIs FMnone def setCurrentScreen } bind def /FrameSetSepColors { FrameDict begin [ exch 1 add 1 roll ] /FrameSepColors exch def end } bind def /FrameColorInSepListCMYK { FrameSepColors { exch dup 3 -1 roll FrameCmpColorsCMYK { pop true exit } if } forall dup true ne {pop false} if } bind def /FrameColorInSepListRGB { FrameSepColors { exch dup 3 -1 roll FrameCmpColorsRGB { pop true exit } if } forall dup true ne {pop false} if } bind def /RealSetgray /setgray load def /RealSetrgbcolor /setrgbcolor load def /RealSethsbcolor /sethsbcolor load def end /setgray { FrameDict begin FrameSepIs FMnone eq { RealSetgray } { FrameSepIs FMblack eq { RealSetgray } { FrameSepIs FMcustom eq FrameSepRed 0 eq and FrameSepGreen 0 eq and FrameSepBlue 0 eq and { RealSetgray } { 1 RealSetgray pop } ifelse } ifelse } ifelse end } bind def /setrgbcolor { FrameDict begin FrameSepIs FMnone eq { RealSetrgbcolor } { 3 copy [ 4 1 roll ] FrameColorInSepListRGB { FrameSepBlue eq exch FrameSepGreen eq and exch FrameSepRed eq and { 0 } { 1 } ifelse } { FMPColor { RealSetrgbcolor currentcmykcolor } { RGBtoCMYK } ifelse FrameSepIs FMblack eq {1.0 exch sub 4 1 roll pop pop pop} { FrameSepIs FMyellow eq {pop 1.0 exch sub 3 1 roll pop pop} { FrameSepIs FMmagenta eq {pop pop 1.0 exch sub exch pop } { FrameSepIs FMcyan eq {pop pop pop 1.0 exch sub } {pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse } ifelse RealSetgray } ifelse end } bind def /sethsbcolor { FrameDict begin FrameSepIs FMnone eq { RealSethsbcolor } { RealSethsbcolor currentrgbcolor setrgbcolor } ifelse end } bind def FrameDict begin /setcmykcolor where { pop /RealSetcmykcolor /setcmykcolor load def } { /RealSetcmykcolor { 4 1 roll 3 { 3 index add 0 max 1 min 1 exch sub 3 1 roll} repeat setrgbcolor pop } bind def } ifelse userdict /setcmykcolor { FrameDict begin FrameSepIs FMnone eq { RealSetcmykcolor } { 4 copy [ 5 1 roll ] FrameColorInSepListCMYK { FrameSepBlack eq exch FrameSepYellow eq and exch FrameSepMagenta eq and exch FrameSepCyan eq and { 0 } { 1 } ifelse } { FrameSepIs FMblack eq {1.0 exch sub 4 1 roll pop pop pop} { FrameSepIs FMyellow eq {pop 1.0 exch sub 3 1 roll pop pop} { FrameSepIs FMmagenta eq {pop pop 1.0 exch sub exch pop } { FrameSepIs FMcyan eq {pop pop pop 1.0 exch sub } {pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse } ifelse RealSetgray } ifelse end } bind put FMLevel1 not { /patProcDict 5 dict dup begin <0f1e3c78f0e1c387> { 3 setlinewidth -1 -1 moveto 9 9 lineto stroke 4 -4 moveto 12 4 lineto stroke -4 4 moveto 4 12 lineto stroke} bind def <0f87c3e1f0783c1e> { 3 setlinewidth -1 9 moveto 9 -1 lineto stroke -4 4 moveto 4 -4 lineto stroke 4 12 moveto 12 4 lineto stroke} bind def <8142241818244281> { 1 setlinewidth -1 9 moveto 9 -1 lineto stroke -1 -1 moveto 9 9 lineto stroke } bind def <03060c183060c081> { 1 setlinewidth -1 -1 moveto 9 9 lineto stroke 4 -4 moveto 12 4 lineto stroke -4 4 moveto 4 12 lineto stroke} bind def <8040201008040201> { 1 setlinewidth -1 9 moveto 9 -1 lineto stroke -4 4 moveto 4 -4 lineto stroke 4 12 moveto 12 4 lineto stroke} bind def end def /patDict 15 dict dup begin /PatternType 1 def /PaintType 2 def /TilingType 3 def /BBox [ 0 0 8 8 ] def /XStep 8 def /YStep 8 def /PaintProc { begin patProcDict bstring known { patProcDict bstring get exec } { 8 8 true [1 0 0 -1 0 8] bstring imagemask } ifelse end } bind def end def } if /combineColor { FrameSepIs FMnone eq { graymode FMLevel1 or not { [/Pattern [/DeviceCMYK]] setcolorspace FrameCurColors 0 4 getinterval aload pop FrameCurPat setcolor } { FrameCurColors 3 get 1.0 ge { FrameCurGray RealSetgray } { FMPColor graymode and { 0 1 3 { FrameCurColors exch get 1 FrameCurGray sub mul } for RealSetcmykcolor } { 4 1 6 { FrameCurColors exch get graymode { 1 exch sub 1 FrameCurGray sub mul 1 exch sub } { 1.0 lt {FrameCurGray} {1} ifelse } ifelse } for RealSetrgbcolor } ifelse } ifelse } ifelse } { FrameCurColors 0 4 getinterval aload FrameColorInSepListCMYK { FrameSepBlack eq exch FrameSepYellow eq and exch FrameSepMagenta eq and exch FrameSepCyan eq and FrameSepIs FMcustom eq and { FrameCurGray } { 1 } ifelse } { FrameSepIs FMblack eq {FrameCurGray 1.0 exch sub mul 1.0 exch sub 4 1 roll pop pop pop} { FrameSepIs FMyellow eq {pop FrameCurGray 1.0 exch sub mul 1.0 exch sub 3 1 roll pop pop} { FrameSepIs FMmagenta eq {pop pop FrameCurGray 1.0 exch sub mul 1.0 exch sub exch pop } { FrameSepIs FMcyan eq {pop pop pop FrameCurGray 1.0 exch sub mul 1.0 exch sub } {pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse } ifelse graymode FMLevel1 or not { [/Pattern [/DeviceGray]] setcolorspace FrameCurPat setcolor } { graymode not FMLevel1 and { dup 1 lt {pop FrameCurGray} if } if RealSetgray } ifelse } ifelse } bind def /savematrix { orgmatrix currentmatrix pop } bind def /restorematrix { orgmatrix setmatrix } bind def /dmatrix matrix def /dpi 72 0 dmatrix defaultmatrix dtransform dup mul exch dup mul add sqrt def /freq dpi dup 72 div round dup 0 eq {pop 1} if 8 mul div def /sangle 1 0 dmatrix defaultmatrix dtransform exch atan def /dpiranges [ 2540 2400 1693 1270 1200 635 600 0 ] def /CMLowFreqs [ 100.402 94.8683 89.2289 100.402 94.8683 66.9349 63.2456 47.4342 ] def /YLowFreqs [ 95.25 90.0 84.65 95.25 90.0 70.5556 66.6667 50.0 ] def /KLowFreqs [ 89.8026 84.8528 79.8088 89.8026 84.8528 74.8355 70.7107 53.033 ] def /CLowAngles [ 71.5651 71.5651 71.5651 71.5651 71.5651 71.5651 71.5651 71.5651 ] def /MLowAngles [ 18.4349 18.4349 18.4349 18.4349 18.4349 18.4349 18.4349 18.4349 ] def /YLowTDot [ true true false true true false false false ] def /CMHighFreqs [ 133.87 126.491 133.843 108.503 102.523 100.402 94.8683 63.2456 ] def /YHighFreqs [ 127.0 120.0 126.975 115.455 109.091 95.25 90.0 60.0 ] def /KHighFreqs [ 119.737 113.137 119.713 128.289 121.218 89.8026 84.8528 63.6395 ] def /CHighAngles [ 71.5651 71.5651 71.5651 70.0169 70.0169 71.5651 71.5651 71.5651 ] def /MHighAngles [ 18.4349 18.4349 18.4349 19.9831 19.9831 18.4349 18.4349 18.4349 ] def /YHighTDot [ false false true false false true true false ] def /PatFreq [ 10.5833 10.0 9.4055 10.5833 10.0 10.5833 10.0 9.375 ] def /screenIndex { 0 1 dpiranges length 1 sub { dup dpiranges exch get 1 sub dpi le {exit} {pop} ifelse } for } bind def /getCyanScreen { FMUseHighFrequencyScreens { CHighAngles CMHighFreqs} {CLowAngles CMLowFreqs} ifelse screenIndex dup 3 1 roll get 3 1 roll get /FMSpotFunction load } bind def /getMagentaScreen { FMUseHighFrequencyScreens { MHighAngles CMHighFreqs } {MLowAngles CMLowFreqs} ifelse screenIndex dup 3 1 roll get 3 1 roll get /FMSpotFunction load } bind def /getYellowScreen { FMUseHighFrequencyScreens { YHighTDot YHighFreqs} { YLowTDot YLowFreqs } ifelse screenIndex dup 3 1 roll get 3 1 roll get { 3 div {2 { 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch} repeat FMSpotFunction } } {/FMSpotFunction load } ifelse 0.0 exch } bind def /getBlackScreen { FMUseHighFrequencyScreens { KHighFreqs } { KLowFreqs } ifelse screenIndex get 45.0 /FMSpotFunction load } bind def /getSpotScreen { getBlackScreen } bind def /getCompositeScreen { getBlackScreen } bind def /FMSetScreen FMLevel1 { /setscreen load }{ { 8 dict begin /HalftoneType 1 def /SpotFunction exch def /Angle exch def /Frequency exch def /AccurateScreens FMUseAcccurateScreens def currentdict end sethalftone } bind } ifelse def /setDefaultScreen { FMPColor { orgrxfer cvx orggxfer cvx orgbxfer cvx orgxfer cvx setcolortransfer } { orgxfer cvx settransfer } ifelse orgfreq organgle orgproc cvx setscreen } bind def /setCurrentScreen { FrameSepIs FMnone eq { FMUseDefaultNoSeparationScreen { setDefaultScreen } { getCompositeScreen FMSetScreen } ifelse } { FrameSepIs FMcustom eq { FMUseDefaultSpotSeparationScreen { setDefaultScreen } { getSpotScreen FMSetScreen } ifelse } { FMUseDefaultProcessSeparationScreen { setDefaultScreen } { FrameSepIs FMcyan eq { getCyanScreen FMSetScreen } { FrameSepIs FMmagenta eq { getMagentaScreen FMSetScreen } { FrameSepIs FMyellow eq { getYellowScreen FMSetScreen } { getBlackScreen FMSetScreen } ifelse } ifelse } ifelse } ifelse } ifelse } ifelse } bind def end /gstring FMLOCAL /gfile FMLOCAL /gindex FMLOCAL /orgrxfer FMLOCAL /orggxfer FMLOCAL /orgbxfer FMLOCAL /orgxfer FMLOCAL /orgproc FMLOCAL /orgrproc FMLOCAL /orggproc FMLOCAL /orgbproc FMLOCAL /organgle FMLOCAL /orgrangle FMLOCAL /orggangle FMLOCAL /orgbangle FMLOCAL /orgfreq FMLOCAL /orgrfreq FMLOCAL /orggfreq FMLOCAL /orgbfreq FMLOCAL /yscale FMLOCAL /xscale FMLOCAL /edown FMLOCAL /manualfeed FMLOCAL /paperheight FMLOCAL /paperwidth FMLOCAL /FMDOCUMENT { array /FMfonts exch def /#copies exch def FrameDict begin 0 ne /manualfeed exch def /paperheight exch def /paperwidth exch def 0 ne /FrameNegative exch def 0 ne /edown exch def /yscale exch def /xscale exch def FMLevel1 { manualfeed {setmanualfeed} if /FMdicttop countdictstack 1 add def /FMoptop count def % setpapername % manualfeed {true} {papersize} ifelse % {manualpapersize} {false} ifelse % {desperatepapersize} {false} ifelse % { (Can't select requested paper size for Frame print job!) FMFAILURE } if count -1 FMoptop {pop pop} for countdictstack -1 FMdicttop {pop end} for } {{1 dict dup /PageSize [paperwidth paperheight]put setpagedevice}stopped % { (Can't select requested paper size for Frame print job!) FMFAILURE } if pop {1 dict dup /ManualFeed manualfeed put setpagedevice } stopped pop } ifelse FMPColor { currentcolorscreen cvlit /orgproc exch def /organgle exch def /orgfreq exch def cvlit /orgbproc exch def /orgbangle exch def /orgbfreq exch def cvlit /orggproc exch def /orggangle exch def /orggfreq exch def cvlit /orgrproc exch def /orgrangle exch def /orgrfreq exch def currentcolortransfer FrameNegative { 1 1 4 { pop { 1 exch sub } concatprocs 4 1 roll } for 4 copy setcolortransfer } if cvlit /orgxfer exch def cvlit /orgbxfer exch def cvlit /orggxfer exch def cvlit /orgrxfer exch def } { currentscreen cvlit /orgproc exch def /organgle exch def /orgfreq exch def currenttransfer FrameNegative { { 1 exch sub } concatprocs dup settransfer } if cvlit /orgxfer exch def } ifelse end } def /pagesave FMLOCAL /orgmatrix FMLOCAL /landscape FMLOCAL /pwid FMLOCAL /FMBEGINPAGE { FrameDict begin /pagesave save def 3.86 setmiterlimit /landscape exch 0 ne def landscape { 90 rotate 0 exch dup /pwid exch def neg translate pop }{ pop /pwid exch def } ifelse edown { [-1 0 0 1 pwid 0] concat } if 0 0 moveto paperwidth 0 lineto paperwidth paperheight lineto 0 paperheight lineto 0 0 lineto 1 setgray fill xscale yscale scale /orgmatrix matrix def gsave } def /FMENDPAGE { grestore pagesave restore end showpage } def /FMFONTDEFINE { FrameDict begin findfont ReEncode 1 index exch definefont FMfonts 3 1 roll put end } def /FMFILLS { FrameDict begin dup array /fillvals exch def dict /patCache exch def end } def /FMFILL { FrameDict begin fillvals 3 1 roll put end } def /FMNORMALIZEGRAPHICS { newpath 0.0 0.0 moveto 1 setlinewidth 0 setlinecap 0 0 0 sethsbcolor 0 setgray } bind def /fx FMLOCAL /fy FMLOCAL /fh FMLOCAL /fw FMLOCAL /llx FMLOCAL /lly FMLOCAL /urx FMLOCAL /ury FMLOCAL /FMBEGINEPSF { end /FMEPSF save def /showpage {} def % See Adobe's "PostScript Language Reference Manual, 2nd Edition", page 714. % "...the following operators MUST NOT be used in an EPS file:" (emphasis ours) /banddevice {(banddevice) FMBADEPSF} def /clear {(clear) FMBADEPSF} def /cleardictstack {(cleardictstack) FMBADEPSF} def /copypage {(copypage) FMBADEPSF} def /erasepage {(erasepage) FMBADEPSF} def /exitserver {(exitserver) FMBADEPSF} def /framedevice {(framedevice) FMBADEPSF} def /grestoreall {(grestoreall) FMBADEPSF} def /initclip {(initclip) FMBADEPSF} def /initgraphics {(initgraphics) FMBADEPSF} def /initmatrix {(initmatrix) FMBADEPSF} def /quit {(quit) FMBADEPSF} def /renderbands {(renderbands) FMBADEPSF} def /setglobal {(setglobal) FMBADEPSF} def /setpagedevice {(setpagedevice) FMBADEPSF} def /setshared {(setshared) FMBADEPSF} def /startjob {(startjob) FMBADEPSF} def /lettertray {(lettertray) FMBADEPSF} def /letter {(letter) FMBADEPSF} def /lettersmall {(lettersmall) FMBADEPSF} def /11x17tray {(11x17tray) FMBADEPSF} def /11x17 {(11x17) FMBADEPSF} def /ledgertray {(ledgertray) FMBADEPSF} def /ledger {(ledger) FMBADEPSF} def /legaltray {(legaltray) FMBADEPSF} def /legal {(legal) FMBADEPSF} def /statementtray {(statementtray) FMBADEPSF} def /statement {(statement) FMBADEPSF} def /executivetray {(executivetray) FMBADEPSF} def /executive {(executive) FMBADEPSF} def /a3tray {(a3tray) FMBADEPSF} def /a3 {(a3) FMBADEPSF} def /a4tray {(a4tray) FMBADEPSF} def /a4 {(a4) FMBADEPSF} def /a4small {(a4small) FMBADEPSF} def /b4tray {(b4tray) FMBADEPSF} def /b4 {(b4) FMBADEPSF} def /b5tray {(b5tray) FMBADEPSF} def /b5 {(b5) FMBADEPSF} def FMNORMALIZEGRAPHICS [/fy /fx /fh /fw /ury /urx /lly /llx] {exch def} forall fx fw 2 div add fy fh 2 div add translate rotate fw 2 div neg fh 2 div neg translate fw urx llx sub div fh ury lly sub div scale llx neg lly neg translate /FMdicttop countdictstack 1 add def /FMoptop count def } bind def /FMENDEPSF { count -1 FMoptop {pop pop} for countdictstack -1 FMdicttop {pop end} for FMEPSF restore FrameDict begin } bind def FrameDict begin /setmanualfeed { %%BeginFeature *ManualFeed True statusdict /manualfeed true put %%EndFeature } bind def /max {2 copy lt {exch} if pop} bind def /min {2 copy gt {exch} if pop} bind def /inch {72 mul} def /pagedimen { paperheight sub abs 16 lt exch paperwidth sub abs 16 lt and {/papername exch def} {pop} ifelse } bind def /papersizedict FMLOCAL /setpapername { /papersizedict 14 dict def papersizedict begin /papername /unknown def /Letter 8.5 inch 11.0 inch pagedimen /LetterSmall 7.68 inch 10.16 inch pagedimen /Tabloid 11.0 inch 17.0 inch pagedimen /Ledger 17.0 inch 11.0 inch pagedimen /Legal 8.5 inch 14.0 inch pagedimen /Statement 5.5 inch 8.5 inch pagedimen /Executive 7.5 inch 10.0 inch pagedimen /A3 11.69 inch 16.5 inch pagedimen /A4 8.26 inch 11.69 inch pagedimen /A4Small 7.47 inch 10.85 inch pagedimen /B4 10.125 inch 14.33 inch pagedimen /B5 7.16 inch 10.125 inch pagedimen end } bind def /papersize { papersizedict begin /Letter {lettertray letter} def /LetterSmall {lettertray lettersmall} def /Tabloid {11x17tray 11x17} def /Ledger {ledgertray ledger} def /Legal {legaltray legal} def /Statement {statementtray statement} def /Executive {executivetray executive} def /A3 {a3tray a3} def /A4 {a4tray a4} def /A4Small {a4tray a4small} def /B4 {b4tray b4} def /B5 {b5tray b5} def /unknown {unknown} def papersizedict dup papername known {papername} {/unknown} ifelse get end statusdict begin stopped end } bind def /manualpapersize { papersizedict begin /Letter {letter} def /LetterSmall {lettersmall} def /Tabloid {11x17} def /Ledger {ledger} def /Legal {legal} def /Statement {statement} def /Executive {executive} def /A3 {a3} def /A4 {a4} def /A4Small {a4small} def /B4 {b4} def /B5 {b5} def /unknown {unknown} def papersizedict dup papername known {papername} {/unknown} ifelse get end stopped } bind def /desperatepapersize { statusdict /setpageparams known { paperwidth paperheight 0 1 statusdict begin {setpageparams} stopped end } {true} ifelse } bind def /DiacriticEncoding [ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quotesingle /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one /two /three /four /five /six /seven /eight /nine /colon /semicolon /less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore /grave /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright /asciitilde /.notdef /Adieresis /Aring /Ccedilla /Eacute /Ntilde /Odieresis /Udieresis /aacute /agrave /acircumflex /adieresis /atilde /aring /ccedilla /eacute /egrave /ecircumflex /edieresis /iacute /igrave /icircumflex /idieresis /ntilde /oacute /ograve /ocircumflex /odieresis /otilde /uacute /ugrave /ucircumflex /udieresis /dagger /.notdef /cent /sterling /section /bullet /paragraph /germandbls /registered /copyright /trademark /acute /dieresis /.notdef /AE /Oslash /.notdef /.notdef /.notdef /.notdef /yen /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /ordfeminine /ordmasculine /.notdef /ae /oslash /questiondown /exclamdown /logicalnot /.notdef /florin /.notdef /.notdef /guillemotleft /guillemotright /ellipsis /.notdef /Agrave /Atilde /Otilde /OE /oe /endash /emdash /quotedblleft /quotedblright /quoteleft /quoteright /.notdef /.notdef /ydieresis /Ydieresis /fraction /currency /guilsinglleft /guilsinglright /fi /fl /daggerdbl /periodcentered /quotesinglbase /quotedblbase /perthousand /Acircumflex /Ecircumflex /Aacute /Edieresis /Egrave /Iacute /Icircumflex /Idieresis /Igrave /Oacute /Ocircumflex /.notdef /Ograve /Uacute /Ucircumflex /Ugrave /dotlessi /circumflex /tilde /macron /breve /dotaccent /ring /cedilla /hungarumlaut /ogonek /caron ] def /ReEncode { dup length dict begin { 1 index /FID ne {def} {pop pop} ifelse } forall 0 eq {/Encoding DiacriticEncoding def} if currentdict end } bind def FMPColor { /BEGINBITMAPCOLOR { BITMAPCOLOR} def /BEGINBITMAPCOLORc { BITMAPCOLORc} def /BEGINBITMAPTRUECOLOR { BITMAPTRUECOLOR } def /BEGINBITMAPTRUECOLORc { BITMAPTRUECOLORc } def } { /BEGINBITMAPCOLOR { BITMAPGRAY} def /BEGINBITMAPCOLORc { BITMAPGRAYc} def /BEGINBITMAPTRUECOLOR { BITMAPTRUEGRAY } def /BEGINBITMAPTRUECOLORc { BITMAPTRUEGRAYc } def } ifelse /K { FMPrintAllColorsAsBlack { dup 1 eq 2 index 1 eq and 3 index 1 eq and not {7 {pop} repeat 0 0 0 1 0 0 0} if } if FrameCurColors astore pop combineColor } bind def /graymode true def /bwidth FMLOCAL /bpside FMLOCAL /bstring FMLOCAL /onbits FMLOCAL /offbits FMLOCAL /xindex FMLOCAL /yindex FMLOCAL /x FMLOCAL /y FMLOCAL /setPatternMode { FMLevel1 { /bwidth exch def /bpside exch def /bstring exch def /onbits 0 def /offbits 0 def freq sangle landscape {90 add} if {/y exch def /x exch def /xindex x 1 add 2 div bpside mul cvi def /yindex y 1 add 2 div bpside mul cvi def bstring yindex bwidth mul xindex 8 idiv add get 1 7 xindex 8 mod sub bitshift and 0 ne FrameNegative {not} if {/onbits onbits 1 add def 1} {/offbits offbits 1 add def 0} ifelse } setscreen offbits offbits onbits add div FrameNegative {1.0 exch sub} if /FrameCurGray exch def } { pop pop dup patCache exch known { patCache exch get } { dup patDict /bstring 3 -1 roll put patDict 9 PatFreq screenIndex get div dup matrix scale makepattern dup patCache 4 -1 roll 3 -1 roll put } ifelse /FrameCurGray 0 def /FrameCurPat exch def } ifelse /graymode false def combineColor } bind def /setGrayScaleMode { graymode not { /graymode true def FMLevel1 { setCurrentScreen } if } if /FrameCurGray exch def combineColor } bind def /normalize { transform round exch round exch itransform } bind def /dnormalize { dtransform round exch round exch idtransform } bind def /lnormalize { 0 dtransform exch cvi 2 idiv 2 mul 1 add exch idtransform pop } bind def /H { lnormalize setlinewidth } bind def /Z { setlinecap } bind def /PFill { graymode FMLevel1 or not { gsave 1 setgray eofill grestore } if } bind def /PStroke { graymode FMLevel1 or not { gsave 1 setgray stroke grestore } if stroke } bind def /fillvals FMLOCAL /X { fillvals exch get dup type /stringtype eq {8 1 setPatternMode} {setGrayScaleMode} ifelse } bind def /V { PFill gsave eofill grestore } bind def /Vclip { clip } bind def /Vstrk { currentlinewidth exch setlinewidth PStroke setlinewidth } bind def /N { PStroke } bind def /Nclip { strokepath clip newpath } bind def /Nstrk { currentlinewidth exch setlinewidth PStroke setlinewidth } bind def /M {newpath moveto} bind def /E {lineto} bind def /D {curveto} bind def /O {closepath} bind def /n FMLOCAL /L { /n exch def newpath normalize moveto 2 1 n {pop normalize lineto} for } bind def /Y { L closepath } bind def /x1 FMLOCAL /x2 FMLOCAL /y1 FMLOCAL /y2 FMLOCAL /R { /y2 exch def /x2 exch def /y1 exch def /x1 exch def x1 y1 x2 y1 x2 y2 x1 y2 4 Y } bind def /rad FMLOCAL /rarc {rad arcto } bind def /RR { /rad exch def normalize /y2 exch def /x2 exch def normalize /y1 exch def /x1 exch def mark newpath { x1 y1 rad add moveto x1 y2 x2 y2 rarc x2 y2 x2 y1 rarc x2 y1 x1 y1 rarc x1 y1 x1 y2 rarc closepath } stopped {x1 y1 x2 y2 R} if cleartomark } bind def /RRR { /rad exch def normalize /y4 exch def /x4 exch def normalize /y3 exch def /x3 exch def normalize /y2 exch def /x2 exch def normalize /y1 exch def /x1 exch def newpath normalize moveto mark { x2 y2 x3 y3 rarc x3 y3 x4 y4 rarc x4 y4 x1 y1 rarc x1 y1 x2 y2 rarc closepath } stopped {x1 y1 x2 y2 x3 y3 x4 y4 newpath moveto lineto lineto lineto closepath} if cleartomark } bind def /C { grestore gsave R clip setCurrentScreen } bind def /CP { grestore gsave Y clip setCurrentScreen } bind def /FMpointsize FMLOCAL /F { FMfonts exch get FMpointsize scalefont setfont } bind def /Q { /FMpointsize exch def F } bind def /T { moveto show } bind def /RF { rotate 0 ne {-1 1 scale} if } bind def /TF { gsave moveto RF show grestore } bind def /P { moveto 0 32 3 2 roll widthshow } bind def /PF { gsave moveto RF 0 32 3 2 roll widthshow grestore } bind def /S { moveto 0 exch ashow } bind def /SF { gsave moveto RF 0 exch ashow grestore } bind def /B { moveto 0 32 4 2 roll 0 exch awidthshow } bind def /BF { gsave moveto RF 0 32 4 2 roll 0 exch awidthshow grestore } bind def /G { gsave newpath normalize translate 0.0 0.0 moveto dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath PFill fill grestore } bind def /Gstrk { savematrix newpath 2 index 2 div add exch 3 index 2 div sub exch normalize 2 index 2 div sub exch 3 index 2 div add exch translate scale 0.0 0.0 1.0 5 3 roll arc restorematrix currentlinewidth exch setlinewidth PStroke setlinewidth } bind def /Gclip { newpath savematrix normalize translate 0.0 0.0 moveto dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath clip newpath restorematrix } bind def /GG { gsave newpath normalize translate 0.0 0.0 moveto rotate dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath PFill fill grestore } bind def /GGclip { savematrix newpath normalize translate 0.0 0.0 moveto rotate dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath clip newpath restorematrix } bind def /GGstrk { savematrix newpath normalize translate 0.0 0.0 moveto rotate dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath restorematrix currentlinewidth exch setlinewidth PStroke setlinewidth } bind def /A { gsave savematrix newpath 2 index 2 div add exch 3 index 2 div sub exch normalize 2 index 2 div sub exch 3 index 2 div add exch translate scale 0.0 0.0 1.0 5 3 roll arc restorematrix PStroke grestore } bind def /Aclip { newpath savematrix normalize translate 0.0 0.0 moveto dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath strokepath clip newpath restorematrix } bind def /Astrk { Gstrk } bind def /AA { gsave savematrix newpath 3 index 2 div add exch 4 index 2 div sub exch normalize 3 index 2 div sub exch 4 index 2 div add exch translate rotate scale 0.0 0.0 1.0 5 3 roll arc restorematrix PStroke grestore } bind def /AAclip { savematrix newpath normalize translate 0.0 0.0 moveto rotate dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath strokepath clip newpath restorematrix } bind def /AAstrk { GGstrk } bind def /x FMLOCAL /y FMLOCAL /w FMLOCAL /h FMLOCAL /xx FMLOCAL /yy FMLOCAL /ww FMLOCAL /hh FMLOCAL /FMsaveobject FMLOCAL /FMoptop FMLOCAL /FMdicttop FMLOCAL /BEGINPRINTCODE { /FMdicttop countdictstack 1 add def /FMoptop count 7 sub def /FMsaveobject save def userdict begin /showpage {} def FMNORMALIZEGRAPHICS 3 index neg 3 index neg translate } bind def /ENDPRINTCODE { count -1 FMoptop {pop pop} for countdictstack -1 FMdicttop {pop end} for FMsaveobject restore } bind def /gn { 0 { 46 mul cf read pop 32 sub dup 46 lt {exit} if 46 sub add } loop add } bind def /str FMLOCAL /cfs { /str sl string def 0 1 sl 1 sub {str exch val put} for str def } bind def /ic [ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223 0 {0 hx} {1 hx} {2 hx} {3 hx} {4 hx} {5 hx} {6 hx} {7 hx} {8 hx} {9 hx} {10 hx} {11 hx} {12 hx} {13 hx} {14 hx} {15 hx} {16 hx} {17 hx} {18 hx} {19 hx} {gn hx} {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {16} {17} {18} {19} {gn} {0 wh} {1 wh} {2 wh} {3 wh} {4 wh} {5 wh} {6 wh} {7 wh} {8 wh} {9 wh} {10 wh} {11 wh} {12 wh} {13 wh} {14 wh} {gn wh} {0 bl} {1 bl} {2 bl} {3 bl} {4 bl} {5 bl} {6 bl} {7 bl} {8 bl} {9 bl} {10 bl} {11 bl} {12 bl} {13 bl} {14 bl} {gn bl} {0 fl} {1 fl} {2 fl} {3 fl} {4 fl} {5 fl} {6 fl} {7 fl} {8 fl} {9 fl} {10 fl} {11 fl} {12 fl} {13 fl} {14 fl} {gn fl} ] def /sl FMLOCAL /val FMLOCAL /ws FMLOCAL /im FMLOCAL /bs FMLOCAL /cs FMLOCAL /len FMLOCAL /pos FMLOCAL /ms { /sl exch def /val 255 def /ws cfs /im cfs /val 0 def /bs cfs /cs cfs } bind def 400 ms /ip { is 0 cf cs readline pop { ic exch get exec add } forall pop } bind def /rip { bis ris copy pop is 0 cf cs readline pop { ic exch get exec add } forall pop pop ris gis copy pop dup is exch cf cs readline pop { ic exch get exec add } forall pop pop gis bis copy pop dup add is exch cf cs readline pop { ic exch get exec add } forall pop } bind def /wh { /len exch def /pos exch def ws 0 len getinterval im pos len getinterval copy pop pos len } bind def /bl { /len exch def /pos exch def bs 0 len getinterval im pos len getinterval copy pop pos len } bind def /s1 1 string def /fl { /len exch def /pos exch def /val cf s1 readhexstring pop 0 get def pos 1 pos len add 1 sub {im exch val put} for pos len } bind def /hx { 3 copy getinterval cf exch readhexstring pop pop } bind def /h FMLOCAL /w FMLOCAL /d FMLOCAL /lb FMLOCAL /bitmapsave FMLOCAL /is FMLOCAL /cf FMLOCAL /wbytes { dup dup 24 eq { pop pop 3 mul } { 8 eq {pop} {1 eq {7 add 8 idiv} {3 add 4 idiv} ifelse} ifelse } ifelse } bind def /BEGINBITMAPBWc { 1 {} COMMONBITMAPc } bind def /BEGINBITMAPGRAYc { 8 {} COMMONBITMAPc } bind def /BEGINBITMAP2BITc { 2 {} COMMONBITMAPc } bind def /COMMONBITMAPc { /r exch def /d exch def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /h exch def /w exch def /lb w d wbytes def sl lb lt {lb ms} if /bitmapsave save def r /is im 0 lb getinterval def ws 0 lb getinterval is copy pop /cf currentfile def w h d [w 0 0 h neg 0 h] {ip} image bitmapsave restore grestore } bind def /BEGINBITMAPBW { 1 {} COMMONBITMAP } bind def /BEGINBITMAPGRAY { 8 {} COMMONBITMAP } bind def /BEGINBITMAP2BIT { 2 {} COMMONBITMAP } bind def /COMMONBITMAP { /r exch def /d exch def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /h exch def /w exch def /bitmapsave save def r /is w d wbytes string def /cf currentfile def w h d [w 0 0 h neg 0 h] {cf is readhexstring pop} image bitmapsave restore grestore } bind def /ngrayt 256 array def /nredt 256 array def /nbluet 256 array def /ngreent 256 array def /gryt FMLOCAL /blut FMLOCAL /grnt FMLOCAL /redt FMLOCAL /indx FMLOCAL /cynu FMLOCAL /magu FMLOCAL /yelu FMLOCAL /k FMLOCAL /u FMLOCAL FMLevel1 { /colorsetup { currentcolortransfer /gryt exch def /blut exch def /grnt exch def /redt exch def 0 1 255 { /indx exch def /cynu 1 red indx get 255 div sub def /magu 1 green indx get 255 div sub def /yelu 1 blue indx get 255 div sub def /k cynu magu min yelu min def /u k currentundercolorremoval exec def % /u 0 def nredt indx 1 0 cynu u sub max sub redt exec put ngreent indx 1 0 magu u sub max sub grnt exec put nbluet indx 1 0 yelu u sub max sub blut exec put ngrayt indx 1 k currentblackgeneration exec sub gryt exec put } for {255 mul cvi nredt exch get} {255 mul cvi ngreent exch get} {255 mul cvi nbluet exch get} {255 mul cvi ngrayt exch get} setcolortransfer {pop 0} setundercolorremoval {} setblackgeneration } bind def } { /colorSetup2 { [ /Indexed /DeviceRGB 255 {dup red exch get 255 div exch dup green exch get 255 div exch blue exch get 255 div} ] setcolorspace } bind def } ifelse /tran FMLOCAL /fakecolorsetup { /tran 256 string def 0 1 255 {/indx exch def tran indx red indx get 77 mul green indx get 151 mul blue indx get 28 mul add add 256 idiv put} for currenttransfer {255 mul cvi tran exch get 255.0 div} exch concatprocs settransfer } bind def /BITMAPCOLOR { /d 8 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /h exch def /w exch def /bitmapsave save def FMLevel1 { colorsetup /is w d wbytes string def /cf currentfile def w h d [w 0 0 h neg 0 h] {cf is readhexstring pop} {is} {is} true 3 colorimage } { colorSetup2 /is w d wbytes string def /cf currentfile def 7 dict dup begin /ImageType 1 def /Width w def /Height h def /ImageMatrix [w 0 0 h neg 0 h] def /DataSource {cf is readhexstring pop} bind def /BitsPerComponent d def /Decode [0 255] def end image } ifelse bitmapsave restore grestore } bind def /BITMAPCOLORc { /d 8 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /h exch def /w exch def /lb w d wbytes def sl lb lt {lb ms} if /bitmapsave save def FMLevel1 { colorsetup /is im 0 lb getinterval def ws 0 lb getinterval is copy pop /cf currentfile def w h d [w 0 0 h neg 0 h] {ip} {is} {is} true 3 colorimage } { colorSetup2 /is im 0 lb getinterval def ws 0 lb getinterval is copy pop /cf currentfile def 7 dict dup begin /ImageType 1 def /Width w def /Height h def /ImageMatrix [w 0 0 h neg 0 h] def /DataSource {ip} bind def /BitsPerComponent d def /Decode [0 255] def end image } ifelse bitmapsave restore grestore } bind def /BITMAPTRUECOLORc { /d 24 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /h exch def /w exch def /lb w d wbytes def sl lb lt {lb ms} if /bitmapsave save def /is im 0 lb getinterval def /ris im 0 w getinterval def /gis im w w getinterval def /bis im w 2 mul w getinterval def ws 0 lb getinterval is copy pop /cf currentfile def w h 8 [w 0 0 h neg 0 h] {w rip pop ris} {gis} {bis} true 3 colorimage bitmapsave restore grestore } bind def /BITMAPTRUECOLOR { gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /h exch def /w exch def /bitmapsave save def /is w string def /gis w string def /bis w string def /cf currentfile def w h 8 [w 0 0 h neg 0 h] { cf is readhexstring pop } { cf gis readhexstring pop } { cf bis readhexstring pop } true 3 colorimage bitmapsave restore grestore } bind def /BITMAPTRUEGRAYc { /d 24 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /h exch def /w exch def /lb w d wbytes def sl lb lt {lb ms} if /bitmapsave save def /is im 0 lb getinterval def /ris im 0 w getinterval def /gis im w w getinterval def /bis im w 2 mul w getinterval def ws 0 lb getinterval is copy pop /cf currentfile def w h 8 [w 0 0 h neg 0 h] {w rip pop ris gis bis w gray} image bitmapsave restore grestore } bind def /ww FMLOCAL /r FMLOCAL /g FMLOCAL /b FMLOCAL /i FMLOCAL /gray { /ww exch def /b exch def /g exch def /r exch def 0 1 ww 1 sub { /i exch def r i get .299 mul g i get .587 mul b i get .114 mul add add r i 3 -1 roll floor cvi put } for r } bind def /BITMAPTRUEGRAY { gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /h exch def /w exch def /bitmapsave save def /is w string def /gis w string def /bis w string def /cf currentfile def w h 8 [w 0 0 h neg 0 h] { cf is readhexstring pop cf gis readhexstring pop cf bis readhexstring pop w gray} image bitmapsave restore grestore } bind def /BITMAPGRAY { 8 {fakecolorsetup} COMMONBITMAP } bind def /BITMAPGRAYc { 8 {fakecolorsetup} COMMONBITMAPc } bind def /ENDBITMAP { } bind def end /ALDsave FMLOCAL /ALDmatrix matrix def ALDmatrix currentmatrix pop /StartALD { /ALDsave save def savematrix ALDmatrix setmatrix } bind def /InALD { restorematrix } bind def /DoneALD { ALDsave restore } bind def /I { setdash } bind def /J { [] 0 setdash } bind def %%EndProlog %%BeginSetup (4.0) FMVERSION 1 1 0 0 612 792 0 1 8 FMDOCUMENT 0 0 /Times-Roman FMFONTDEFINE 1 0 /Times-Bold FMFONTDEFINE 2 0 /Courier FMFONTDEFINE 3 0 /Times-Italic FMFONTDEFINE 32 FMFILLS 0 0 FMFILL 1 0.1 FMFILL 2 0.3 FMFILL 3 0.5 FMFILL 4 0.7 FMFILL 5 0.9 FMFILL 6 0.97 FMFILL 7 1 FMFILL 8 <0f1e3c78f0e1c387> FMFILL 9 <0f87c3e1f0783c1e> FMFILL 10 FMFILL 11 FMFILL 12 <8142241818244281> FMFILL 13 <03060c183060c081> FMFILL 14 <8040201008040201> FMFILL 16 1 FMFILL 17 0.9 FMFILL 18 0.7 FMFILL 19 0.5 FMFILL 20 0.3 FMFILL 21 0.1 FMFILL 22 0.03 FMFILL 23 0 FMFILL 24 FMFILL 25 FMFILL 26 <3333333333333333> FMFILL 27 <0000ffff0000ffff> FMFILL 28 <7ebddbe7e7dbbd7e> FMFILL 29 FMFILL 30 <7fbfdfeff7fbfdfe> FMFILL %%EndSetup %%Page: "167" 1 %%BeginPaperSize: Letter %%EndPaperSize 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K J 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (167) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/topo/error/) 114 662 T (MPI_Graph_neighbors_count_err2) 114 648 T (Invalid communicator) 330 662 T (\050MPI_COMM_NULL\051) 330 648 T (fortran/topo/error/) 114 626 T (MPI_Graph_neighbors_count_err3) 114 612 T (Invalid communicator \050communi-) 330 626 T (cator with cartesian topology\051) 330 612 T (fortran/topo/error/) 114 590 T (MPI_Graph_neighbors_err1) 114 576 T (Invalid communicator) 330 590 T (\050MPI_COMM_WORLD\051) 330 576 T (fortran/topo/error/) 114 554 T (MPI_Graph_neighbors_err2) 114 540 T (Invalid communicator) 330 554 T (\050MPI_COMM_NULL\051) 330 540 T (fortran/topo/error/) 114 518 T (MPI_Graph_neighbors_err3) 114 504 T (Invalid communicator \050communi-) 330 518 T (cator with cartesian topology\051) 330 504 T (fortran/topo/error/) 114 482 T (MPI_Graphdims_get_err1) 114 468 T (Invalid communicator) 330 482 T (\050MPI_COMM_WORLD\051) 330 468 T (fortran/topo/error/) 114 446 T (MPI_Graphdims_get_err2) 114 432 T (Invalid communicator) 330 446 T (\050MPI_COMM_NULL\051) 330 432 T (fortran/topo/error/) 114 410 T (MPI_Graphdims_get_err3) 114 396 T (Invalid communicator \050communi-) 330 410 T (cator with cartesian topology\051) 330 396 T (fortran/topo/error/MPI_T) 114 374 T (opo_test_err1) 235.14 374 T (Invalid communicator) 330 374 T (\050MPI_COMM_NULL\051) 330 360 T 1 F (T) 229.55 712 T (able 51: T) 236.45 712 T (opology err) 286.69 712 T (or tests) 345.46 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 352.25 2 L V 0.5 H 0 Z N 324 702.25 324 351.75 2 L V N 504 701.75 504 352.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 107.75 424 504.25 424 2 L V N 107.75 388 504.25 388 2 L V N 107.75 352 504.25 352 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "167" 1 %%Page: "166" 2 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (166) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/topo/error/MPI_Cartdim_get_err3) 114 662 T (Invalid communicator \050communi-) 330 662 T (cator with graph topology\051) 330 648 T (fortran/topo/error/MPI_Dims_create_err1) 114 626 T (nodes not a multiple of non-zero) 330 626 T (dimensions) 330 612 T (fortran/topo/error/MPI_Dims_create_err2) 114 590 T (Negative dimension) 330 590 T (fortran/topo/error/MPI_Dims_create_err3) 114 568 T (Negative nodes) 330 568 T (fortran/topo/error/MPI_Dims_create_err4) 114 546 T (Number of dimensions < 0) 330 546 T (fortran/topo/error/) 114 524 T (MPI_Graph_create_err1) 114 510 T (Negative nodes) 330 524 T (fortran/topo/error/) 114 488 T (MPI_Graph_create_err2) 114 474 T (nodes > size of) 330 488 T (MPI_COMM_WORLD) 330 474 T (fortran/topo/error/) 114 452 T (MPI_Graph_create_err3) 114 438 T (Edge number too lar) 330 452 T (ge) 428.1 452 T (fortran/topo/error/) 114 416 T (MPI_Graph_create_err4) 114 402 T (Negative edge number) 330 416 T (fortran/topo/error/) 114 380 T (MPI_Graph_create_err5) 114 366 T (Edge to itself) 330 380 T (fortran/topo/error/) 114 344 T (MPI_Graph_create_err6) 114 330 T (Invalid communicator) 330 344 T (\050MPI_COMM_NULL\051) 330 330 T (fortran/topo/error/MPI_Graph_get_err1) 114 308 T (Invalid communicator) 330 308 T (\050MPI_COMM_WORLD\051) 330 294 T (fortran/topo/error/MPI_Graph_get_err2) 114 272 T (Invalid communicator) 330 272 T (\050MPI_COMM_NULL\051) 330 258 T (fortran/topo/error/MPI_Graph_get_err3) 114 236 T (Invalid communicator \050communi-) 330 236 T (cator with cartesian topology\051) 330 222 T (fortran/topo/error/MPI_Graph_map_err2) 114 200 T (Invalid communicator) 330 200 T (\050MPI_COMM_NULL\051) 330 186 T (fortran/topo/error/MPI_Graph_map_err3) 114 164 T (Negative nnodes) 330 164 T (fortran/topo/error/MPI_Graph_map_err4) 114 142 T (More ranks than available) 330 142 T (fortran/topo/error/) 114 120 T (MPI_Graph_neighbors_count_err1) 114 106 T (Invalid communicator) 330 120 T (\050MPI_COMM_WORLD\051) 330 106 T 1 F (T) 229.55 712 T (able 51: T) 236.45 712 T (opology err) 286.69 712 T (or tests) 345.46 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 98.25 2 L V 0.5 H 0 Z N 324 702.25 324 97.75 2 L V N 504 701.75 504 98.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 582 504.25 582 2 L V N 107.75 560 504.25 560 2 L V N 107.75 538 504.25 538 2 L V N 107.75 502 504.25 502 2 L V N 107.75 466 504.25 466 2 L V N 107.75 430 504.25 430 2 L V N 107.75 394 504.25 394 2 L V N 107.75 358 504.25 358 2 L V N 107.75 322 504.25 322 2 L V N 107.75 286 504.25 286 2 L V N 107.75 250 504.25 250 2 L V N 107.75 214 504.25 214 2 L V N 107.75 178 504.25 178 2 L V N 107.75 156 504.25 156 2 L V N 107.75 134 504.25 134 2 L V N 107.75 98 504.25 98 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "166" 2 %%Page: "165" 3 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (165) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/topo/error/MPI_Cart_get_err3) 114 662 T (Invalid communicator \050communi-) 330 662 T (cator with graph topology\051) 330 648 T (fortran/topo/error/MPI_Cart_get_err4) 114 626 T (Negative dimension) 330 626 T (fortran/topo/error/MPI_Cart_map_err2) 114 604 T (Invalid communicator) 330 604 T (\050MPI_COMM_NULL\051) 330 590 T (fortran/topo/error/MPI_Cart_map_err3) 114 568 T (dimensions = 0) 330 568 T (fortran/topo/error/MPI_Cart_map_err5) 114 546 T (More ranks than available) 330 546 T (fortran/topo/error/MPI_Cart_rank_err1) 114 524 T (Invalid communicator) 330 524 T (\050MPI_COMM_WORLD\051) 330 510 T (fortran/topo/error/MPI_Cart_rank_err2) 114 488 T (Invalid communicator) 330 488 T (\050MPI_COMM_NULL\051) 330 474 T (fortran/topo/error/MPI_Cart_rank_err3) 114 452 T (Invalid communicator \050communi-) 330 452 T (cator with graph topology\051) 330 438 T (fortran/topo/error/MPI_Cart_shift_err1) 114 416 T (Invalid communicator) 330 416 T (\050MPI_COMM_WORLD\051) 330 402 T (fortran/topo/error/MPI_Cart_shift_err2) 114 380 T (Invalid communicator) 330 380 T (\050MPI_COMM_NULL\051) 330 366 T (fortran/topo/error/MPI_Cart_shift_err3) 114 344 T (Invalid communicator \050communi-) 330 344 T (cator with graph topology\051) 330 330 T (fortran/topo/error/MPI_Cart_shift_err4) 114 308 T (displacement = 0) 330 308 T (fortran/topo/error/MPI_Cart_shift_err5) 114 286 T (Invalid shift direction value) 330 286 T (fortran/topo/error/MPI_Cart_sub_err2) 114 264 T (Invalid communicator) 330 264 T (\050MPI_COMM_WORLD\051) 330 250 T (fortran/topo/error/MPI_Cart_sub_err3) 114 228 T (Invalid communicator) 330 228 T (\050MPI_COMM_NULL\051) 330 214 T (fortran/topo/error/MPI_Cart_sub_err4) 114 192 T (Invalid communicator \050communi-) 330 192 T (cator with graph topology\051) 330 178 T (fortran/topo/error/MPI_Cartdim_get_err1) 114 156 T (Invalid communicator) 330 156 T (\050MPI_COMM_WORLD\051) 330 142 T (fortran/topo/error/MPI_Cartdim_get_err2) 114 120 T (Invalid communicator) 330 120 T (\050MPI_COMM_NULL\051) 330 106 T 1 F (T) 229.55 712 T (able 51: T) 236.45 712 T (opology err) 286.69 712 T (or tests) 345.46 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 98.25 2 L V 0.5 H 0 Z N 324 702.25 324 97.75 2 L V N 504 701.75 504 98.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 618 504.25 618 2 L V N 107.75 582 504.25 582 2 L V N 107.75 560 504.25 560 2 L V N 107.75 538 504.25 538 2 L V N 107.75 502 504.25 502 2 L V N 107.75 466 504.25 466 2 L V N 107.75 430 504.25 430 2 L V N 107.75 394 504.25 394 2 L V N 107.75 358 504.25 358 2 L V N 107.75 322 504.25 322 2 L V N 107.75 300 504.25 300 2 L V N 107.75 278 504.25 278 2 L V N 107.75 242 504.25 242 2 L V N 107.75 206 504.25 206 2 L V N 107.75 170 504.25 170 2 L V N 107.75 134 504.25 134 2 L V N 107.75 98 504.25 98 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "165" 3 %%Page: "164" 4 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (164) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/topo/functional/) 114 662 T (MPI_Graph_neighbors_count) 114 648 T (Calling MPI_Graph_count\050\051 with) 330 662 T (various graph communicators cre-) 330 648 T (ated. Looping through various) 330 634 T (intracommunicators.) 330 620 T (fortran/topo/functional/) 114 598 T (MPI_Graphdims_get) 114 584 T (Calling MPI_Graphdims_get\050\051) 330 598 T (with various graph communica-) 330 584 T (tors created. Looping through var-) 330 570 T (ious intracommunicators.) 330 556 T (fortran/topo/functional/) 114 534 T (MPI_T) 114 520 T (opo_test_cart) 147.83 520 T (Calling MPI_T) 330 534 T (opo_test\050\051 with var-) 402.17 534 T (ious cartesian communicators cre-) 330 520 T (ated. Looping through various) 330 506 T (intracommunicators.) 330 492 T (fortran/topo/functional/) 114 470 T (MPI_T) 114 456 T (opo_test_graph) 147.83 456 T (Calling MPI_T) 330 470 T (opo_test\050\051 with var-) 402.17 470 T -1.19 (ious graph communicators created.) 330 456 P (Looping through various intrac-) 330 442 T (ommunicators.) 330 428 T 1 F (T) 229.55 376 T (able 51: T) 236.45 376 T (opology err) 286.69 376 T (or tests) 345.46 376 T 0 F (T) 194.26 350 T (est path) 200.75 350 T (Description) 386 350 T (fortran/topo/error/MPI_Cart_coords_err1) 114 326 T (Invalid communicator) 330 326 T (\050MPI_COMM_WORLD\051) 330 312 T (fortran/topo/error/MPI_Cart_coords_err2) 114 290 T (Invalid communicator) 330 290 T (\050MPI_COMM_NULL\051) 330 276 T (fortran/topo/error/MPI_Cart_coords_err3) 114 254 T (Invalid communicator \050communi-) 330 254 T (cator with graph topology\051) 330 240 T (fortran/topo/error/MPI_Cart_create_err1) 114 218 T (Fewer processes than dimensions) 330 218 T (fortran/topo/error/MPI_Cart_create_err2) 114 196 T (Dimensions = 0) 330 196 T (fortran/topo/error/MPI_Cart_create_err3) 114 174 T (Invalid communicator) 330 174 T (\050MPI_COMM_NULL\051) 330 160 T (fortran/topo/error/MPI_Cart_get_err1) 114 138 T (Invalid communicator) 330 138 T (\050MPI_COMM_WORLD\051) 330 124 T (fortran/topo/error/MPI_Cart_get_err2) 114 102 T (Invalid communicator) 330 102 T (\050MPI_COMM_NULL\051) 330 88 T 1 F (T) 217.1 712 T (able 50: T) 224 712 T (opology functional tests) 274.23 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 420.25 2 L V 0.5 H 0 Z N 324 702.25 324 419.75 2 L V N 504 701.75 504 420.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 612 504.25 612 2 L V N 107.75 548 504.25 548 2 L V N 107.75 484 504.25 484 2 L V N 107.75 420 504.25 420 2 L V N 108 365.75 108 80.25 2 L V N 324 366.25 324 79.75 2 L V N 504 365.75 504 80.25 2 L V N 107.75 366 504.25 366 2 L V N 107.75 340 504.25 340 2 L V N 107.75 304 504.25 304 2 L V N 107.75 268 504.25 268 2 L V N 107.75 232 504.25 232 2 L V N 107.75 210 504.25 210 2 L V N 107.75 188 504.25 188 2 L V N 107.75 152 504.25 152 2 L V N 107.75 116 504.25 116 2 L V N 107.75 80 504.25 80 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "164" 4 %%Page: "163" 5 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (163) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/topo/functional/MPI_Cartdim_get) 114 662 T (Calling MPI_Cartdim_get\050\051 with) 330 662 T (various cartesian communicators) 330 648 T (created. Looping through various) 330 634 T (intracommunicators.) 330 620 T (fortran/topo/functional/) 114 598 T (MPI_Dims_create_system) 114 584 T (Calling MPI_Dims_create\050\051 with) 330 598 T (all output dimensions set up by) 330 584 T (MPI. Looping through various) 330 570 T (intracommunicators.) 330 556 T (fortran/topo/functional/) 114 534 T (MPI_Dims_create_user) 114 520 T (Calling MPI_Dims_create\050\051 with) 330 534 T (some output dimensions set up by) 330 520 T (MPI and some are set by user) 330 506 T (.) 471.31 506 T (Looping through various intrac-) 330 492 T (ommunicators.) 330 478 T (fortran/topo/functional/) 114 456 T (MPI_Graph_create_noreorder) 114 442 T (Calling MPI_Graph_create\050\051 with) 330 456 T (reorder = F) 330 442 T (ALSE. Looping) 383.2 442 T (through various intracommunica-) 330 428 T (tors.) 330 414 T (fortran/topo/functional/) 114 392 T (MPI_Graph_create_reorder) 114 378 T (Calling MPI_Graph_create\050\051 with) 330 392 T -0.62 (reorder = TRUE. Looping through) 330 378 P (various intracommunicators.) 330 364 T (fortran/topo/functional/) 114 342 T (MPI_Graph_create_undef) 114 328 T (Calling MPI_Graph_create\050\051 such) 330 342 T (that some ranks will return) 330 328 T (MPI_UNDEFINED. Looping) 330 314 T (through various intracommunica-) 330 300 T (tors.) 330 286 T (fortran/topo/functional/MPI_Graph_get) 114 264 T (Calling MPI_Graph_get\050\051 with) 330 264 T (various graph communicators cre-) 330 250 T (ated. Looping through various) 330 236 T (intracommunicators.) 330 222 T (fortran/topo/functional/MPI_Graph_map) 114 200 T (Calling MPI_Graph_map\050\051 with) 330 200 T (various graph communicators cre-) 330 186 T (ated. Looping through various) 330 172 T (intracommunicators.) 330 158 T (fortran/topo/functional/) 114 136 T (MPI_Graph_neighbors) 114 122 T (Calling MPI_Graph_neighbors\050\051) 330 136 T (with various graph communica-) 330 122 T (tors created. Looping through var-) 330 108 T (ious intracommunicators.) 330 94 T 1 F (T) 217.1 712 T (able 50: T) 224 712 T (opology functional tests) 274.23 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 86.25 2 L V 0.5 H 0 Z N 324 702.25 324 85.75 2 L V N 504 701.75 504 86.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 612 504.25 612 2 L V N 107.75 548 504.25 548 2 L V N 107.75 470 504.25 470 2 L V N 107.75 406 504.25 406 2 L V N 107.75 356 504.25 356 2 L V N 107.75 278 504.25 278 2 L V N 107.75 214 504.25 214 2 L V N 107.75 150 504.25 150 2 L V N 107.75 86 504.25 86 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "163" 5 %%Page: "162" 6 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (162) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/topo/functional/) 114 662 T (MPI_Cart_create_nonperiodic) 114 648 T (Using MPI_Cart_create\050\051 to cre-) 330 662 T (ate various non-periodic cartesian) 330 648 T (communicators) 330 634 T (fortran/topo/functional/) 114 612 T (MPI_Cart_create_periodic) 114 598 T (Using MPI_Cart_create\050\051 to cre-) 330 612 T (ate various periodic cartesian com-) 330 598 T (municators. Looping through) 330 584 T (various intracommunicators.) 330 570 T (fortran/topo/functional/) 114 548 T (MPI_Cart_create_undef) 114 534 T (Calling MPI_Cart_create\050\051 with) 330 548 T (some ranks returning) 330 534 T (MPI_UNDEFINED. Looping) 330 520 T (through various intracommunica-) 330 506 T (tors.) 330 492 T (fortran/topo/functional/MPI_Cart_get) 114 470 T (Calling MPI_Cart_get\050\051 with vari-) 330 470 T (ous cartesian communicators cre-) 330 456 T (ated. Looping through various) 330 442 T (intracommunicators.) 330 428 T (fortran/topo/functional/MPI_Cart_map) 114 406 T (Calling MPI_Cart_map\050\051 with var-) 330 406 T (ious cartesian communicators cre-) 330 392 T (ated. Looping through various) 330 378 T (intracommunicators.) 330 364 T (fortran/topo/functional/MPI_Cart_rank) 114 342 T -0.1 (Calling MPI_Cart_rank\050\051 with var-) 330 342 P (ious cartesian communicators cre-) 330 328 T (ated. Looping through various) 330 314 T (intracommunicators.) 330 300 T (fortran/topo/functional/) 114 278 T (MPI_Cart_shift_nonperiodic) 114 264 T -0.11 (Calling MPI_Cart_shift\050\051 with var-) 330 278 P (ious non-periodic cartesian com-) 330 264 T (municators created. Looping) 330 250 T (through various intracommunica-) 330 236 T (tors.) 330 222 T (fortran/topo/functional/) 114 200 T (MPI_Cart_shift_periodic) 114 186 T -0.11 (Calling MPI_Cart_shift\050\051 with var-) 330 200 P (ious periodic cartesian communi-) 330 186 T (cators created. Looping through) 330 172 T (various intracommunicators.) 330 158 T (fortran/topo/functional/MPI_Cart_sub) 114 136 T (Calling MPI_Cart_sub\050\051 with vari-) 330 136 T (ous cartesian communicators cre-) 330 122 T (ated. Looping through various) 330 108 T (intracommunicators.) 330 94 T 1 F (T) 217.1 712 T (able 50: T) 224 712 T (opology functional tests) 274.23 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 86.25 2 L V 0.5 H 0 Z N 324 702.25 324 85.75 2 L V N 504 701.75 504 86.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 626 504.25 626 2 L V N 107.75 562 504.25 562 2 L V N 107.75 484 504.25 484 2 L V N 107.75 420 504.25 420 2 L V N 107.75 356 504.25 356 2 L V N 107.75 292 504.25 292 2 L V N 107.75 214 504.25 214 2 L V N 107.75 150 504.25 150 2 L V N 107.75 86 504.25 86 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "162" 6 %%Page: "161" 7 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (161) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (B.2.1) 108 204 T (1) 133.34 204 T (T) 153 204 T (opology) 159.9 204 T 0 F (fortran/sendrecv/error/) 114 662 T (MPI_Sendrecv_replace_err1b) 114 648 T (Negative Source rank) 330 662 T (fortran/sendrecv/error/) 114 626 T (MPI_Sendrecv_replace_err2a) 114 612 T (Destination rank >= group size) 330 626 T (fortran/sendrecv/error/) 114 590 T (MPI_Sendrecv_replace_err2b) 114 576 T (Source rank >= group size) 330 590 T (fortran/sendrecv/error/) 114 554 T (MPI_Sendrecv_replace_err3) 114 540 T (Invalid communicator) 330 554 T (\050MPI_COMM_NULL\051) 330 540 T (fortran/sendrecv/error/) 114 518 T (MPI_Sendrecv_replace_err4) 114 504 T (Freed communicator) 330 518 T (fortran/sendrecv/error/) 114 482 T (MPI_Sendrecv_replace_err5a) 114 468 T (send tag < 0) 330 482 T (fortran/sendrecv/error/) 114 446 T (MPI_Sendrecv_replace_err5b) 114 432 T (receive tag < 0) 330 446 T (fortran/sendrecv/error/) 114 410 T (MPI_Sendrecv_replace_err6a) 114 396 T (send tag > MPI_T) 330 410 T (AG_UB) 416.14 410 T (fortran/sendrecv/error/) 114 374 T (MPI_Sendrecv_replace_err6b) 114 360 T (receive tag > MPI_T) 330 374 T (AG_UB) 428.78 374 T (fortran/sendrecv/error/) 114 338 T (MPI_Sendrecv_replace_err7) 114 324 T (Negative count) 330 338 T (fortran/sendrecv/error/) 114 302 T (MPI_Sendrecv_replace_err8) 114 288 T (Invalid datatype) 330 302 T (\050MPI_DA) 330 288 T (T) 377.33 288 T (A) 383.7 288 T (TYPE_NULL\051) 391.03 288 T (fortran/sendrecv/error/) 114 266 T (MPI_Sendrecv_replace_err9) 114 252 T (Mismatching type at sender and) 330 266 T (receiver) 330 252 T 1 F (T) 217.1 180 T (able 50: T) 224 180 T (opology functional tests) 274.23 180 T 0 F (T) 194.26 154 T (est path) 200.75 154 T (Description) 386 154 T (fortran/topo/functional/MPI_Cart_coords) 114 130 T (Calling MPI_Cart_coords for vari-) 330 130 T (ous cartesian communicators cre-) 330 116 T (ated.) 330 102 T 1 F (T) 215 712 T (able 49: Send and Recv err) 221.9 712 T (or tests) 360.01 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 244.25 2 L V 0.5 H 0 Z N 324 702.25 324 243.75 2 L V N 504 701.75 504 244.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 107.75 424 504.25 424 2 L V N 107.75 388 504.25 388 2 L V N 107.75 352 504.25 352 2 L V N 107.75 316 504.25 316 2 L V N 107.75 280 504.25 280 2 L V N 107.75 244 504.25 244 2 L V N 108 169.75 108 94.25 2 L V N 324 170.25 324 93.75 2 L V N 504 169.75 504 94.25 2 L V N 107.75 170 504.25 170 2 L V N 107.75 144 504.25 144 2 L V N 107.75 94 504.25 94 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "161" 7 %%Page: "160" 8 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (160) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (T) 215 688 T (able 49: Send and Recv err) 221.9 688 T (or tests) 360.01 688 T 0 F (T) 194.26 662 T (est path) 200.75 662 T (Description) 386 662 T (fortran/sendrecv/error/) 114 638 T (MPI_Sendrecv_err1a) 114 624 T (Negative Destination rank) 330 638 T (fortran/sendrecv/error/) 114 602 T (MPI_Sendrecv_err1b) 114 588 T (Negative Source rank) 330 602 T (fortran/sendrecv/error/) 114 566 T (MPI_Sendrecv_err2a) 114 552 T (Destination rank >= group size) 330 566 T (fortran/sendrecv/error/) 114 530 T (MPI_Sendrecv_err2b) 114 516 T (Source rank >= group size) 330 530 T (fortran/sendrecv/error/) 114 494 T (MPI_Sendrecv_err3) 114 480 T (Invalid communicator) 330 494 T (\050MPI_COMM_NULL\051) 330 480 T (fortran/sendrecv/error/) 114 458 T (MPI_Sendrecv_err4) 114 444 T (Freed communicator) 330 458 T (fortran/sendrecv/error/) 114 422 T (MPI_Sendrecv_err5a) 114 408 T (send tag < 0) 330 422 T (fortran/sendrecv/error/) 114 386 T (MPI_Sendrecv_err5b) 114 372 T (receive tag < 0) 330 386 T (fortran/sendrecv/error/) 114 350 T (MPI_Sendrecv_err6a) 114 336 T (send tag > MPI_T) 330 350 T (AG_UB) 416.14 350 T (fortran/sendrecv/error/) 114 314 T (MPI_Sendrecv_err6b) 114 300 T (receive tag > MPI_T) 330 314 T (AG_UB) 428.78 314 T (fortran/sendrecv/error/) 114 278 T (MPI_Sendrecv_err7a) 114 264 T (Negative send count) 330 278 T (fortran/sendrecv/error/) 114 242 T (MPI_Sendrecv_err7b) 114 228 T (Negative receive count) 330 242 T (fortran/sendrecv/error/) 114 206 T (MPI_Sendrecv_err8a) 114 192 T (Invalid send type) 330 206 T (\050MPI_DA) 330 192 T (T) 377.33 192 T (A) 383.7 192 T (TYPE_NULL\051) 391.03 192 T (fortran/sendrecv/error/) 114 170 T (MPI_Sendrecv_err8b) 114 156 T (Invalid receive type) 330 170 T (\050MPI_DA) 330 156 T (T) 377.33 156 T (A) 383.7 156 T (TYPE_NULL\051) 391.03 156 T (fortran/sendrecv/error/) 114 134 T (MPI_Sendrecv_err9) 114 120 T (Mismatching type at sender and) 330 134 T (receiver) 330 120 T (fortran/sendrecv/error/) 114 98 T (MPI_Sendrecv_replace_err1a) 114 84 T (Negative Destination rank) 330 98 T 108 677.75 108 76.25 2 L V 0.5 H 0 Z N 324 678.25 324 75.75 2 L V N 504 677.75 504 76.25 2 L V N 107.75 678 504.25 678 2 L V N 107.75 652 504.25 652 2 L V N 107.75 616 504.25 616 2 L V N 107.75 580 504.25 580 2 L V N 107.75 544 504.25 544 2 L V N 107.75 508 504.25 508 2 L V N 107.75 472 504.25 472 2 L V N 107.75 436 504.25 436 2 L V N 107.75 400 504.25 400 2 L V N 107.75 364 504.25 364 2 L V N 107.75 328 504.25 328 2 L V N 107.75 292 504.25 292 2 L V N 107.75 256 504.25 256 2 L V N 107.75 220 504.25 220 2 L V N 107.75 184 504.25 184 2 L V N 107.75 148 504.25 148 2 L V N 107.75 112 504.25 112 2 L V N 107.75 76 504.25 76 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "160" 8 %%Page: "159" 9 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (159) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/sendrecv/functional/) 114 662 T (MPI_Sendrecv_replace_ring) 114 648 T (Calling MPI_Sendrecv_replace\050\051) 330 662 T (to send and recv message in a ring) 330 648 T (style. T) 330 634 T (est loops through various) 368.16 634 T (communicators, message) 330 620 T (datatypes, and message lengths.) 330 606 T (fortran/sendrecv/functional/) 114 584 T (MPI_Sendrecv_replace_rtoa) 114 570 T (Calling MPI_Sendrecv_replace\050\051) 330 584 T (to send message from root to all) 330 570 T (other ranks in communicators.) 330 556 T (T) 330 542 T (est loops through various com-) 336.49 542 T (municators, message datatypes,) 330 528 T (and message lengths.) 330 514 T (fortran/sendrecv/functional/) 114 492 T (MPI_Sendrecv_replace_self) 114 478 T (Calling MPI_Sendrecv_replace\050\051) 330 492 T -0.14 (to send message from each rank to) 330 478 P (itself. T) 330 464 T (est loops through various) 369.49 464 T (communicators, message) 330 450 T (datatypes, and message lengths.) 330 436 T (fortran/sendrecv/functional/) 114 414 T (MPI_Sendrecv_ring) 114 400 T (Calling MPI_Sendrecv\050\051 to send) 330 414 T (and recv message in a ring style.) 330 400 T (T) 330 386 T (est loops through various com-) 336.49 386 T (municators, message datatypes,) 330 372 T (and message lengths.) 330 358 T (fortran/sendrecv/functional/) 114 336 T (MPI_Sendrecv_rtoa) 114 322 T (Calling MPI_Sendrecv\050\051 to send) 330 336 T (message from root to all other) 330 322 T (ranks in communicators. T) 330 308 T (est) 460.81 308 T (loops through various communica-) 330 294 T (tors, message datatypes, and mes-) 330 280 T (sage lengths.) 330 266 T (fortran/sendrecv/functional/) 114 244 T (MPI_Sendrecv_self) 114 230 T (Calling MPI_Sendrecv\050\051 to send) 330 244 T (message from each rank to itself.) 330 230 T (T) 330 216 T (est loops through various com-) 336.49 216 T (municators, message datatypes,) 330 202 T (and message lengths.) 330 188 T 1 F (T) 202.55 712 T (able 48: Send and Recv functional tests) 209.45 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 180.25 2 L V 0.5 H 0 Z N 324 702.25 324 179.75 2 L V N 504 701.75 504 180.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 598 504.25 598 2 L V N 107.75 506 504.25 506 2 L V N 107.75 428 504.25 428 2 L V N 107.75 350 504.25 350 2 L V N 107.75 258 504.25 258 2 L V N 107.75 180 504.25 180 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "159" 9 %%Page: "158" 10 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (158) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (B.2.10) 108 312 T (Send and Recv) 153 312 T 0 F (fortran/probe_cancel/error/) 114 662 T (MPI_Iprobe_err2) 114 648 T (Negative tag) 330 662 T (fortran/probe_cancel/error/) 114 626 T (MPI_Iprobe_err3) 114 612 T (tag > MPI_T) 330 626 T (AG_UB) 391.14 626 T (fortran/probe_cancel/error/) 114 590 T (MPI_Iprobe_err4) 114 576 T (Invalid communicator) 330 590 T (\050MPI_COMM_NULL\051) 330 576 T (fortran/probe_cancel/error/) 114 554 T (MPI_Iprobe_err5) 114 540 T (Invalid rank \050source rank =) 330 554 T (comm_size\051) 330 540 T (fortran/probe_cancel/error/) 114 518 T (MPI_Probe_err1) 114 504 T (Negative source rank) 330 518 T (fortran/probe_cancel/error/) 114 482 T (MPI_Probe_err2) 114 468 T (Negative tag) 330 482 T (fortran/probe_cancel/error/) 114 446 T (MPI_Probe_err3) 114 432 T (tag > MPI_T) 330 446 T (AG_UB) 391.14 446 T (fortran/probe_cancel/error/) 114 410 T (MPI_Probe_err4) 114 396 T (Invalid communicator) 330 410 T (\050MPI_COMM_NULL\051) 330 396 T (fortran/probe_cancel/error/) 114 374 T (MPI_Probe_err5) 114 360 T (Invalid rank \050source rank =) 330 374 T (comm_size\051) 330 360 T 1 F (T) 202.55 288 T (able 48: Send and Recv functional tests) 209.45 288 T 0 F (T) 194.26 262 T (est path) 200.75 262 T (Description) 386 262 T (fortran/sendrecv/functional/) 114 238 T (MPI_Sendrecv_null) 114 224 T (Calling MPI_Sendrecv\050\051 using) 330 238 T (MPI_PROC_NULL. T) 330 224 T (est loops) 442.16 224 T (through various communicators,) 330 210 T (message datatypes, and message) 330 196 T (lengths.) 330 182 T (fortran/sendrecv/functional/) 114 160 T (MPI_Sendrecv_replace_null) 114 146 T (Calling MPI_Sendrecv_replace\050\051) 330 160 T (using MPI_PROC_NULL. T) 330 146 T (est) 471.17 146 T (loops through various communica-) 330 132 T (tors, message datatypes, and mes-) 330 118 T (sage lengths.) 330 104 T 1 F (T) 207.45 712 T (able 47: Pr) 214.35 712 T (obe and Cancel err) 270.13 712 T (or tests) 367.57 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 352.25 2 L V 0.5 H 0 Z N 324 702.25 324 351.75 2 L V N 504 701.75 504 352.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 107.75 424 504.25 424 2 L V N 107.75 388 504.25 388 2 L V N 107.75 352 504.25 352 2 L V N 108 277.75 108 96.25 2 L V N 324 278.25 324 95.75 2 L V N 504 277.75 504 96.25 2 L V N 107.75 278 504.25 278 2 L V N 107.75 252 504.25 252 2 L V N 107.75 174 504.25 174 2 L V N 107.75 96 504.25 96 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "158" 10 %%Page: "157" 11 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (157) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/probe_cancel/functional/) 114 662 T (MPI_Iprobe_source) 114 648 T (Calling MPI_Iprobe\050\051 with mes-) 330 662 T (sage sent from various source) 330 648 T (ranks. Looping through various) 330 634 T (communicators, message lengths,) 330 620 T (and receiver) 330 606 T (\325) 389.41 606 T (s ranks.) 392.75 606 T (fortran/probe_cancel/functional/) 114 584 T (MPI_Iprobe_tag) 114 570 T (Calling MPI_Iprobe\050\051 with mes-) 330 584 T (sage sent with various tags. Loop-) 330 570 T (ing through various) 330 556 T (communicators, message lengths,) 330 542 T (and sender) 330 528 T (\325) 382.09 528 T (s ranks.) 385.43 528 T (fortran/probe_cancel/functional/) 114 506 T (MPI_Probe_source) 114 492 T (Calling MPI_Probe\050\051 with mes-) 330 506 T (sage sent from various source) 330 492 T (ranks. Looping through various) 330 478 T (communicators, message lengths,) 330 464 T (and receiver) 330 450 T (\325) 389.41 450 T (s ranks.) 392.75 450 T (fortran/probe_cancel/functional/) 114 428 T (MPI_Probe_tag) 114 414 T (Calling MPI_Probe\050\051 with mes-) 330 428 T (sage sent with various tags. Loop-) 330 414 T (ing through various) 330 400 T (communicators, message lengths,) 330 386 T (and sender) 330 372 T (\325) 382.09 372 T (s ranks.) 385.43 372 T (fortran/probe_cancel/functional/) 114 350 T (MPI_T) 114 336 T (est_cancelled_false) 147.83 336 T (Calling MPI_T) 330 350 T (est_cancelled\050\051) 402.17 350 T (with active isend request that has) 330 336 T (not been cancelled. Looping) 330 322 T (through various communicators,) 330 308 T (message lengths, and sender) 330 294 T (\325) 466.42 294 T (s) 469.75 294 T (ranks.) 330 280 T 1 F (T) 207.45 228 T (able 47: Pr) 214.35 228 T (obe and Cancel err) 270.13 228 T (or tests) 367.57 228 T 0 F (T) 194.26 202 T (est path) 200.75 202 T (Description) 386 202 T (fortran/probe_cancel/error/) 114 178 T (MPI_Cancel_err1) 114 164 T (Inactive request) 330 178 T (fortran/probe_cancel/error/) 114 142 T (MPI_Cancel_err2) 114 128 T (Freed request) 330 142 T (fortran/probe_cancel/error/) 114 106 T (MPI_Iprobe_err1) 114 92 T (Negative source rank) 330 106 T 1 F (T) 194.99 712 T (able 46: Pr) 201.89 712 T (obe and Cancel functional tests) 257.67 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 272.25 2 L V 0.5 H 0 Z N 324 702.25 324 271.75 2 L V N 504 701.75 504 272.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 598 504.25 598 2 L V N 107.75 520 504.25 520 2 L V N 107.75 442 504.25 442 2 L V N 107.75 364 504.25 364 2 L V N 107.75 272 504.25 272 2 L V N 108 217.75 108 84.25 2 L V N 324 218.25 324 83.75 2 L V N 504 217.75 504 84.25 2 L V N 107.75 218 504.25 218 2 L V N 107.75 192 504.25 192 2 L V N 107.75 156 504.25 156 2 L V N 107.75 120 504.25 120 2 L V N 107.75 84 504.25 84 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "157" 11 %%Page: "156" 12 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (156) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/probe_cancel/functional/) 114 662 T (MPI_Cancel_issend) 114 648 T -0.66 (Calling MPI_Cancel\050\051 followed by) 330 662 P (MPI_T) 330 648 T (est_cancelled\050\051 on active) 363.83 648 T (issend request\050s\051. Another issend) 330 634 T (request will be posted afterward) 330 620 T (with a matching recv request.) 330 606 T (Looping through various commu-) 330 592 T (nicators, message lengths, and) 330 578 T (root\325) 330 564 T (s ranks.) 352.67 564 T (fortran/probe_cancel/functional/) 114 542 T (MPI_Cancel_persist_recv) 114 528 T -0.66 (Calling MPI_Cancel\050\051 followed by) 330 542 P (MPI_T) 330 528 T (est_cancelled\050\051 on active) 363.83 528 T (persistent receive request\050s\051.) 330 514 T (Another persistent receive request) 330 500 T (will be posted afterward with a) 330 486 T (matching send request. Looping) 330 472 T (through various communicators,) 330 458 T (message lengths, and root\325) 330 444 T (s ranks.) 457.32 444 T (fortran/probe_cancel/functional/) 114 422 T (MPI_Cancel_persist_send) 114 408 T -0.66 (Calling MPI_Cancel\050\051 followed by) 330 422 P (MPI_T) 330 408 T (est_cancelled\050\051 on active) 363.83 408 T (persistent send request\050s\051.) 330 394 T (Another persistent send request) 330 380 T (will be posted afterward with a) 330 366 T (matching recv request. Looping) 330 352 T (through various communicators,) 330 338 T (message lengths, and root\325) 330 324 T (s ranks.) 457.32 324 T (fortran/probe_cancel/functional/) 114 302 T (MPI_Cancel_some) 114 288 T (Calling MPI_Cancel\050\051 and) 330 302 T -0.62 (MPI_T) 330 288 P -0.62 (est_cancelled\050\051 on subset of) 363.83 288 P (active isend request\050s\051 and letting) 330 274 T (other active isend request\050s\051 com-) 330 260 T (pleted \050MPI_W) 330 246 T (ait\050\051\051.Looping) 404.03 246 T (through various communicators,) 330 232 T (message lengths, and root\325) 330 218 T (s ranks.) 457.32 218 T (fortran/probe_cancel/functional/) 114 196 T (MPI_Iprobe_return) 114 182 T (Calling MPI_Iprobe\050\051 without any) 330 196 T (message pending and make sure) 330 182 T (the call returns. Looping through) 330 168 T (various communicators, and) 330 154 T (receiver) 330 140 T (\325) 369.08 140 T (s rank.) 372.42 140 T 1 F (T) 194.99 712 T (able 46: Pr) 201.89 712 T (obe and Cancel functional tests) 257.67 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 132.25 2 L V 0.5 H 0 Z N 324 702.25 324 131.75 2 L V N 504 701.75 504 132.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 556 504.25 556 2 L V N 107.75 436 504.25 436 2 L V N 107.75 316 504.25 316 2 L V N 107.75 210 504.25 210 2 L V N 107.75 132 504.25 132 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "156" 12 %%Page: "155" 13 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (155) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (B.2.9) 108 384 T (Pr) 153 384 T (obe and Cancel) 165.44 384 T 0 F (fortran/persist_request/error/) 114 662 T (MPI_Ssend_init_err7) 114 648 T (Negative count) 330 662 T (fortran/persist_request/error/) 114 626 T (MPI_Ssend_init_err8) 114 612 T (Invalid datatype) 330 626 T (\050MPI_DA) 330 612 T (T) 377.33 612 T (A) 383.7 612 T (TYPE_NULL\051) 391.03 612 T (fortran/persist_request/error/) 114 590 T (MPI_Ssend_init_err9) 114 576 T (Mismatching type at sender and) 330 590 T (receiver) 330 576 T (fortran/persist_request/error/) 114 554 T (MPI_Start_err1) 114 540 T (Already active request) 330 554 T (fortran/persist_request/error/) 114 518 T (MPI_Start_err2) 114 504 T (Freed request) 330 518 T (fortran/persist_request/error/) 114 482 T (MPI_Startall_err1) 114 468 T (Already active request) 330 482 T (fortran/persist_request/error/) 114 446 T (MPI_Startall_err2) 114 432 T (Freed request) 330 446 T 1 F (T) 194.99 360 T (able 46: Pr) 201.89 360 T (obe and Cancel functional tests) 257.67 360 T 0 F (T) 194.26 334 T (est path) 200.75 334 T (Description) 386 334 T (fortran/probe_cancel/functional/) 114 310 T (MPI_Cancel_irecv) 114 296 T -0.66 (Calling MPI_Cancel\050\051 followed by) 330 310 P (MPI_T) 330 296 T (est_cancelled\050\051 on active) 363.83 296 T (irecv request\050s\051. Another irecv) 330 282 T (request will be posted afterward) 330 268 T (with a matching send request.) 330 254 T (Looping through various commu-) 330 240 T (nicators, message lengths, and) 330 226 T (root\325) 330 212 T (s ranks.) 352.67 212 T (fortran/probe_cancel/functional/) 114 190 T (MPI_Cancel_isend) 114 176 T -0.66 (Calling MPI_Cancel\050\051 followed by) 330 190 P (MPI_T) 330 176 T (est_cancelled\050\051 on active) 363.83 176 T (isend request\050s\051. Another isend) 330 162 T (request will be posted afterward) 330 148 T (with a matching recv request.) 330 134 T (Looping through various commu-) 330 120 T (nicators, message lengths, and) 330 106 T (root\325) 330 92 T (s ranks.) 352.67 92 T 1 F (T) 227.68 712 T (able 45: Persistent err) 234.58 712 T (or tests) 347.33 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 424.25 2 L V 0.5 H 0 Z N 324 702.25 324 423.75 2 L V N 504 701.75 504 424.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 107.75 424 504.25 424 2 L V N 108 349.75 108 84.25 2 L V N 324 350.25 324 83.75 2 L V N 504 349.75 504 84.25 2 L V N 107.75 350 504.25 350 2 L V N 107.75 324 504.25 324 2 L V N 107.75 204 504.25 204 2 L V N 107.75 84 504.25 84 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "155" 13 %%Page: "154" 14 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (154) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/persist_request/error/) 114 662 T (MPI_Rsend_init_err9) 114 648 T (Mismatching type at sender and) 330 662 T (receiver) 330 648 T (fortran/persist_request/error/) 114 626 T (MPI_Send_init_err1) 114 612 T (Negative destination rank) 330 626 T (fortran/persist_request/error/) 114 590 T (MPI_Send_init_err2) 114 576 T (Destination rank >= group size) 330 590 T (fortran/persist_request/error/) 114 554 T (MPI_Send_init_err3) 114 540 T (Invalid communicator) 330 554 T (\050MPI_COMM_NULL\051) 330 540 T (fortran/persist_request/error/) 114 518 T (MPI_Send_init_err4) 114 504 T (Freed communicator) 330 518 T (fortran/persist_request/error/) 114 482 T (MPI_Send_init_err5) 114 468 T (tag < 0) 330 482 T (fortran/persist_request/error/) 114 446 T (MPI_Send_init_err6) 114 432 T (tag > MPI_T) 330 446 T (AG_UB) 391.14 446 T (fortran/persist_request/error/) 114 410 T (MPI_Send_init_err7) 114 396 T (Negative count) 330 410 T (fortran/persist_request/error/) 114 374 T (MPI_Send_init_err8) 114 360 T (Invalid datatype) 330 374 T (\050MPI_DA) 330 360 T (T) 377.33 360 T (A) 383.7 360 T (TYPE_NULL\051) 391.03 360 T (fortran/persist_request/error/) 114 338 T (MPI_Send_init_err9) 114 324 T (Mismatching type at sender and) 330 338 T (receiver) 330 324 T (fortran/persist_request/error/) 114 302 T (MPI_Ssend_init_err1) 114 288 T (Negative destination rank) 330 302 T (fortran/persist_request/error/) 114 266 T (MPI_Ssend_init_err2) 114 252 T (Destination rank >= group size) 330 266 T (fortran/persist_request/error/) 114 230 T (MPI_Ssend_init_err3) 114 216 T (Invalid communicator) 330 230 T (\050MPI_COMM_NULL\051) 330 216 T (fortran/persist_request/error/) 114 194 T (MPI_Ssend_init_err4) 114 180 T (Freed communicator) 330 194 T (fortran/persist_request/error/) 114 158 T (MPI_Ssend_init_err5) 114 144 T (tag < 0) 330 158 T (fortran/persist_request/error/) 114 122 T (MPI_Ssend_init_err6) 114 108 T (tag > MPI_T) 330 122 T (AG_UB) 391.14 122 T 1 F (T) 227.68 712 T (able 45: Persistent err) 234.58 712 T (or tests) 347.33 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 100.25 2 L V 0.5 H 0 Z N 324 702.25 324 99.75 2 L V N 504 701.75 504 100.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 107.75 424 504.25 424 2 L V N 107.75 388 504.25 388 2 L V N 107.75 352 504.25 352 2 L V N 107.75 316 504.25 316 2 L V N 107.75 280 504.25 280 2 L V N 107.75 244 504.25 244 2 L V N 107.75 208 504.25 208 2 L V N 107.75 172 504.25 172 2 L V N 107.75 136 504.25 136 2 L V N 107.75 100 504.25 100 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "154" 14 %%Page: "153" 15 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (153) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/persist_request/error/) 114 662 T (MPI_Recv_init_err3) 114 648 T (Invalid communicator) 330 662 T (\050MPI_COMM_NULL\051) 330 648 T (fortran/persist_request/error/) 114 626 T (MPI_Recv_init_err4) 114 612 T (Freed communicator) 330 626 T (fortran/persist_request/error/) 114 590 T (MPI_Recv_init_err5) 114 576 T (tag < 0) 330 590 T (fortran/persist_request/error/) 114 554 T (MPI_Recv_init_err6) 114 540 T (tag > MPI_T) 330 554 T (AG_UB) 391.14 554 T (fortran/persist_request/error/) 114 518 T (MPI_Recv_init_err7) 114 504 T (Negative count) 330 518 T (fortran/persist_request/error/) 114 482 T (MPI_Recv_init_err8) 114 468 T (Invalid datatype) 330 482 T (\050MPI_DA) 330 468 T (T) 377.33 468 T (A) 383.7 468 T (TYPE_NULL\051) 391.03 468 T (fortran/persist_request/error/) 114 446 T (MPI_Recv_init_err9) 114 432 T (Message size > Recv_init count) 330 446 T (fortran/persist_request/error/) 114 410 T (MPI_Request_free_err1) 114 396 T (Freed request) 330 410 T (fortran/persist_request/error/) 114 374 T (MPI_Rsend_init_err1) 114 360 T (Negative destination rank) 330 374 T (fortran/persist_request/error/) 114 338 T (MPI_Rsend_init_err2) 114 324 T (Destination rank >= group size) 330 338 T (fortran/persist_request/error/) 114 302 T (MPI_Rsend_init_err3) 114 288 T (Invalid communicator) 330 302 T (\050MPI_COMM_NULL\051) 330 288 T (fortran/persist_request/error/) 114 266 T (MPI_Rsend_init_err4) 114 252 T (Freed communicator) 330 266 T (fortran/persist_request/error/) 114 230 T (MPI_Rsend_init_err5) 114 216 T (tag < 0) 330 230 T (fortran/persist_request/error/) 114 194 T (MPI_Rsend_init_err6) 114 180 T (tag > MPI_T) 330 194 T (AG_UB) 391.14 194 T (fortran/persist_request/error/) 114 158 T (MPI_Rsend_init_err7) 114 144 T (Negative count) 330 158 T (fortran/persist_request/error/) 114 122 T (MPI_Rsend_init_err8) 114 108 T (Invalid datatype) 330 122 T (\050MPI_DA) 330 108 T (T) 377.33 108 T (A) 383.7 108 T (TYPE_NULL\051) 391.03 108 T 1 F (T) 227.68 712 T (able 45: Persistent err) 234.58 712 T (or tests) 347.33 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 100.25 2 L V 0.5 H 0 Z N 324 702.25 324 99.75 2 L V N 504 701.75 504 100.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 107.75 424 504.25 424 2 L V N 107.75 388 504.25 388 2 L V N 107.75 352 504.25 352 2 L V N 107.75 316 504.25 316 2 L V N 107.75 280 504.25 280 2 L V N 107.75 244 504.25 244 2 L V N 107.75 208 504.25 208 2 L V N 107.75 172 504.25 172 2 L V N 107.75 136 504.25 136 2 L V N 107.75 100 504.25 100 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "153" 15 %%Page: "152" 16 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (152) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/persist_request/functional/) 114 662 T (MPI_W) 114 648 T (aitsome_p) 151.7 648 T -0.76 (Calling MPI_W) 330 662 P -0.76 (aitsome\050\051 on active) 405.29 662 P (requests.) 330 648 T 1 F (T) 227.68 596 T (able 45: Persistent err) 234.58 596 T (or tests) 347.33 596 T 0 F (T) 194.26 570 T (est path) 200.75 570 T (Description) 386 570 T (fortran/persist_request/error/) 114 546 T (MPI_Bsend_init_err1) 114 532 T (Negative destination rank) 330 546 T (fortran/persist_request/error/) 114 510 T (MPI_Bsend_init_err2) 114 496 T (Destination rank >= group size) 330 510 T (fortran/persist_request/error/) 114 474 T (MPI_Bsend_init_err3) 114 460 T (Invalid communicator) 330 474 T (\050MPI_COMM_NULL\051) 330 460 T (fortran/persist_request/error/) 114 438 T (MPI_Bsend_init_err4) 114 424 T (Freed communicator) 330 438 T (fortran/persist_request/error/) 114 402 T (MPI_Bsend_init_err5) 114 388 T (tag < 0) 330 402 T (fortran/persist_request/error/) 114 366 T (MPI_Bsend_init_err6) 114 352 T (tag > MPI_T) 330 366 T (AG_UB) 391.14 366 T (fortran/persist_request/error/) 114 330 T (MPI_Bsend_init_err7) 114 316 T (Negative count) 330 330 T (fortran/persist_request/error/) 114 294 T (MPI_Bsend_init_err8) 114 280 T (Invalid datatype) 330 294 T (\050MPI_DA) 330 280 T (T) 377.33 280 T (A) 383.7 280 T (TYPE_NULL\051) 391.03 280 T (fortran/persist_request/error/) 114 258 T (MPI_Bsend_init_err9) 114 244 T (Mismatching type at sender and) 330 258 T (receiver) 330 244 T (fortran/persist_request/error/) 114 222 T (MPI_Bsend_init_err10) 114 208 T (Message size > attached buf) 330 222 T (fer) 465.18 222 T (size) 330 208 T (fortran/persist_request/error/) 114 186 T (MPI_Bsend_init_err1) 114 172 T (1) 218.22 172 T (No buf) 330 186 T (fer attached) 363.44 186 T (fortran/persist_request/error/) 114 150 T (MPI_Recv_init_err1) 114 136 T (Negative destination rank) 330 150 T (fortran/persist_request/error/) 114 114 T (MPI_Recv_init_err2) 114 100 T (Destination rank >= group size) 330 114 T 1 F (T) 215.23 712 T (able 44: Persistent functional tests) 222.13 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 640.25 2 L V 0.5 H 0 Z N 324 702.25 324 639.75 2 L V N 504 701.75 504 640.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 108 585.75 108 92.25 2 L V N 324 586.25 324 91.75 2 L V N 504 585.75 504 92.25 2 L V N 107.75 586 504.25 586 2 L V N 107.75 560 504.25 560 2 L V N 107.75 524 504.25 524 2 L V N 107.75 488 504.25 488 2 L V N 107.75 452 504.25 452 2 L V N 107.75 416 504.25 416 2 L V N 107.75 380 504.25 380 2 L V N 107.75 344 504.25 344 2 L V N 107.75 308 504.25 308 2 L V N 107.75 272 504.25 272 2 L V N 107.75 236 504.25 236 2 L V N 107.75 200 504.25 200 2 L V N 107.75 164 504.25 164 2 L V N 107.75 128 504.25 128 2 L V N 107.75 92 504.25 92 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "152" 16 %%Page: "151" 17 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (151) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/persist_request/functional/) 114 662 T (MPI_Ssend_init_null) 114 648 T (Calling MPI_Ssend_init\050\051 using) 330 662 T (MPI_PROC_NULL. T) 330 648 T (est loops) 442.16 648 T (through various communicators,) 330 634 T (message datatypes, and message) 330 620 T (lengths.) 330 606 T (fortran/persist_request/functional/) 114 584 T (MPI_Ssend_init_overtake) 114 570 T (Calling MPI_Ssend_init\050\051 /) 330 584 T (MPI_Recv_init\050\051 and) 330 570 T (MPI_Recv_init\050\051 to send a) 330 556 T (sequence of messages and make) 330 542 T (sure they are received in the order) 330 528 T (they were sent.) 330 514 T (fortran/persist_request/functional/) 114 492 T (MPI_Ssend_init_rtoa) 114 478 T (Calling MPI_Ssend_init\050\051 /) 330 492 T (MPI_Recv_init\050\051 to send message) 330 478 T -0.23 (from root to all other ranks in com-) 330 464 P (municators. T) 330 450 T (est loops through) 398.82 450 T (various communicators, message) 330 436 T (datatypes, and message lengths.) 330 422 T (fortran/persist_request/functional/) 114 400 T (MPI_Startall1) 114 386 T (Calling MPI_Bsend_init\050\051/) 330 400 T (MPI_Startall\050\051 in various commu-) 330 386 T (nicators.) 330 372 T (fortran/persist_request/functional/) 114 350 T (MPI_Startall2) 114 336 T (Calling MPI_Send_init\050\051/) 330 350 T (MPI_Startall\050\051 in various commu-) 330 336 T (nicators.) 330 322 T (fortran/persist_request/functional/) 114 300 T (MPI_T) 114 286 T (est_p) 147.83 286 T (Calling MPI_T) 330 300 T (est\050\051 on active) 402.17 300 T (requests.) 330 286 T (fortran/persist_request/functional/) 114 264 T (MPI_T) 114 250 T (estall_p) 147.83 250 T (Calling MPI_T) 330 264 T (estall\050\051 on active) 402.17 264 T (requests.) 330 250 T (fortran/persist_request/functional/) 114 228 T (MPI_T) 114 214 T (estany_p) 147.83 214 T (Calling MPI_T) 330 228 T (estany\050\051 on active) 402.17 228 T (requests.) 330 214 T (fortran/persist_request/functional/) 114 192 T (MPI_T) 114 178 T (estsome_p) 147.83 178 T -0.12 (Calling MPI_T) 330 192 P -0.12 (estsome\050\051 on active) 402.05 192 P (requests.) 330 178 T (fortran/persist_request/functional/) 114 156 T (MPI_W) 114 142 T (aitall_p) 151.7 142 T (Calling MPI_W) 330 156 T (aitall\050\051 on active) 406.04 156 T (requests.) 330 142 T (fortran/persist_request/functional/) 114 120 T (MPI_W) 114 106 T (aitany_p) 151.7 106 T (Calling MPI_W) 330 120 T (aitany\050\051 on active) 406.04 120 T (requests.) 330 106 T 1 F (T) 215.23 712 T (able 44: Persistent functional tests) 222.13 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 98.25 2 L V 0.5 H 0 Z N 324 702.25 324 97.75 2 L V N 504 701.75 504 98.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 598 504.25 598 2 L V N 107.75 506 504.25 506 2 L V N 107.75 414 504.25 414 2 L V N 107.75 364 504.25 364 2 L V N 107.75 314 504.25 314 2 L V N 107.75 278 504.25 278 2 L V N 107.75 242 504.25 242 2 L V N 107.75 206 504.25 206 2 L V N 107.75 170 504.25 170 2 L V N 107.75 134 504.25 134 2 L V N 107.75 98 504.25 98 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "151" 17 %%Page: "150" 18 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (150) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/persist_request/functional/) 114 662 T (MPI_Send_init_null) 114 648 T (Calling MPI_Send_init\050\051 using) 330 662 T (MPI_PROC_NULL. T) 330 648 T (est loops) 442.16 648 T (through various communicators,) 330 634 T (message datatypes, and message) 330 620 T (lengths.) 330 606 T (fortran/persist_request/functional/) 114 584 T (MPI_Send_init_of) 114 570 T (f) 203.12 570 T (Calling MPI_Send_init\050\051 /) 330 584 T (MPI_Recv_init\050\051 to send message) 330 570 T -0.66 (from all ranks in communicators to) 330 556 P (a selected root with byte of) 330 542 T (fsets.) 460.09 542 T (T) 330 528 T (est loops through various com-) 336.49 528 T (municators, message datatypes,) 330 514 T (message lengths and root\325 ranks.) 330 500 T (fortran/persist_request/functional/) 114 478 T (MPI_Send_init_overtake) 114 464 T (Calling MPI_Send_init\050\051 /) 330 478 T (MPI_Recv_init\050\051 and) 330 464 T (MPI_Recv_init\050\051 to send a) 330 450 T (sequence of messages and make) 330 436 T (sure they are received in the order) 330 422 T (they were sent.) 330 408 T (fortran/persist_request/functional/) 114 386 T (MPI_Send_init_rtoa) 114 372 T (Calling MPI_Send_init\050\051 /) 330 386 T (MPI_Recv_init\050\051 to send message) 330 372 T -0.23 (from root to all other ranks in com-) 330 358 P (municators. T) 330 344 T (est loops through) 398.82 344 T (various communicators, message) 330 330 T (datatypes, message lengths and) 330 316 T (root\325) 330 302 T (s ranks.) 352.67 302 T (fortran/persist_request/functional/) 114 280 T (MPI_Send_init_self) 114 266 T (Calling MPI_Send_init\050\051 /) 330 280 T (MPI_Recv_init\050\051 and) 330 266 T (MPI_Recv_init\050\051 to send message) 330 252 T (from a rank to itself. T) 330 238 T (est loops) 440.81 238 T (through various communicators.) 330 224 T (fortran/persist_request/functional/) 114 202 T (MPI_Ssend_init_ator) 114 188 T (Calling MPI_Ssend\050\051 /) 330 202 T (MPI_Recv_init\050\051 to send message) 330 188 T (from all other ranks to the root\325) 330 174 T (s) 480.65 174 T -0.58 (rank in communicators. T) 330 160 P -0.58 (est loops) 453.82 160 P (through various communicators,) 330 146 T (message datatypes, message) 330 132 T (lengths and root\325) 330 118 T (s ranks.) 410.66 118 T 1 F (T) 215.23 712 T (able 44: Persistent functional tests) 222.13 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 110.25 2 L V 0.5 H 0 Z N 324 702.25 324 109.75 2 L V N 504 701.75 504 110.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 598 504.25 598 2 L V N 107.75 492 504.25 492 2 L V N 107.75 400 504.25 400 2 L V N 107.75 294 504.25 294 2 L V N 107.75 216 504.25 216 2 L V N 107.75 110 504.25 110 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "150" 18 %%Page: "149" 19 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (149) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/persist_request/functional/) 114 662 T (MPI_Recv_init_comm) 114 648 T (Calling MPI_Recv_init\050\051 and) 330 662 T (MPI_Bsend_init\050\051 with various) 330 648 T (communicators created and make) 330 634 T (sure the messages are received in) 330 620 T (the order sent for each communi-) 330 606 T -0.42 (cator \050not the order the recv/s were) 330 592 P (posted\051.) 330 578 T (fortran/persist_request/functional/) 114 556 T (MPI_Recv_init_null) 114 542 T (Calling MPI_Recv_init\050\051 using) 330 556 T (MPI_PROC_NULL. T) 330 542 T (est loops) 442.16 542 T (through various communicators,) 330 528 T (message datatypes, and message) 330 514 T (lengths.) 330 500 T (fortran/persist_request/functional/) 114 478 T (MPI_Recv_init_pack) 114 464 T (Calling MPI_Recv_init\050\051 /) 330 478 T (MPI_Send\050\051 verifying that every) 330 464 T (datatype can be sent as) 330 450 T (MPI_P) 330 436 T (ACKED. T) 362.9 436 T (est loops) 419.72 436 T (through various communicators,) 330 422 T (message types, and message) 330 408 T (lengths.) 330 394 T (fortran/persist_request/functional/) 114 372 T (MPI_Request_free_p) 114 358 T (Calling MPI_Request_free\050\051) 330 372 T (using request generated from all) 330 358 T (persistent calls making sure pend-) 330 344 T (ing request can still be completed) 330 330 T (even though it has been freed.) 330 316 T (fortran/persist_request/functional/) 114 294 T (MPI_Rsend_init_null) 114 280 T (Calling MPI_Rsend_init\050\051 using) 330 294 T (MPI_PROC_NULL. T) 330 280 T (est loops) 442.16 280 T (through various communicators,) 330 266 T (message datatypes, and message) 330 252 T (lengths.) 330 238 T (fortran/persist_request/functional/) 114 216 T (MPI_Rsend_init_rtoa) 114 202 T (Calling MPI_Rsend_init\050\051 /) 330 216 T (MPI_Recv_init\050\051 to send message) 330 202 T -0.23 (from root to all other ranks in com-) 330 188 P (municators. T) 330 174 T (est loops through) 398.82 174 T (various communicators, message) 330 160 T (datatypes, message lengths and) 330 146 T (root\325) 330 132 T (s ranks.) 352.67 132 T 1 F (T) 215.23 712 T (able 44: Persistent functional tests) 222.13 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 124.25 2 L V 0.5 H 0 Z N 324 702.25 324 123.75 2 L V N 504 701.75 504 124.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 570 504.25 570 2 L V N 107.75 492 504.25 492 2 L V N 107.75 386 504.25 386 2 L V N 107.75 308 504.25 308 2 L V N 107.75 230 504.25 230 2 L V N 107.75 124 504.25 124 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "149" 19 %%Page: "148" 20 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (148) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (B.2.8) 108 420 T (Persistent Operations) 153 420 T 0 F (fortran/nonblocking/error/) 114 662 T (MPI_Issend_err4) 114 648 T (Freed communicator) 330 662 T (fortran/nonblocking/error/) 114 626 T (MPI_Issend_err5) 114 612 T (tag < 0) 330 626 T (fortran/nonblocking/error/) 114 590 T (MPI_Issend_err6) 114 576 T (tag > MPI_T) 330 590 T (AG_UB) 391.14 590 T (fortran/nonblocking/error/) 114 554 T (MPI_Issend_err7) 114 540 T (Negative count) 330 554 T (fortran/nonblocking/error/) 114 518 T (MPI_Issend_err8) 114 504 T (Invalid datatype) 330 518 T (\050MPI_DA) 330 504 T (T) 377.33 504 T (A) 383.7 504 T (TYPE_NULL\051) 391.03 504 T (fortran/nonblocking/error/) 114 482 T (MPI_Issend_err9) 114 468 T (Mismatching type at sender and) 330 482 T (receiver) 330 468 T 1 F (T) 215.23 396 T (able 44: Persistent functional tests) 222.13 396 T 0 F (T) 194.26 370 T (est path) 200.75 370 T (Description) 386 370 T (fortran/persist_request/functional/) 114 346 T (MPI_Bsend_init_null) 114 332 T (Calling MPI_Bsend_init\050\051 with) 330 346 T -1.58 (destination of MPI_PROC_NULL.) 330 332 P (T) 330 318 T (est loops through various com-) 336.49 318 T (municators, message types, and) 330 304 T (message lengths.) 330 290 T (fortran/persist_request/functional/) 114 268 T (MPI_Bsend_init_overtake) 114 254 T (Calling MPI_Bsend_init\050\051 and) 330 268 T (MPI_Recv_init\050\051 to send a) 330 254 T (sequence of messages and make) 330 240 T (sure they are received in the order) 330 226 T (they were sent.) 330 212 T (fortran/persist_request/functional/) 114 190 T (MPI_Bsend_init_rtoa) 114 176 T (Calling MPI_Bsend_init\050\051 and) 330 190 T (MPI_Recv_init\050\051 to send message) 330 176 T -0.23 (from root to all other ranks in com-) 330 162 P (municators. T) 330 148 T (est loops through) 398.82 148 T (various communicators, message) 330 134 T (datatypes, message lengths and) 330 120 T (root\325) 330 106 T (s ranks.) 352.67 106 T 1 F (T) 220.33 712 T (able 43: Nonblocking err) 227.23 712 T (or tests) 354.68 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 460.25 2 L V 0.5 H 0 Z N 324 702.25 324 459.75 2 L V N 504 701.75 504 460.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 108 385.75 108 98.25 2 L V N 324 386.25 324 97.75 2 L V N 504 385.75 504 98.25 2 L V N 107.75 386 504.25 386 2 L V N 107.75 360 504.25 360 2 L V N 107.75 282 504.25 282 2 L V N 107.75 204 504.25 204 2 L V N 107.75 98 504.25 98 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "148" 20 %%Page: "147" 21 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (147) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/nonblocking/error/) 114 662 T (MPI_Irsend_err6) 114 648 T (tag > MPI_T) 330 662 T (AG_UB) 391.14 662 T (fortran/nonblocking/error/) 114 626 T (MPI_Irsend_err7) 114 612 T (Negative count) 330 626 T (fortran/nonblocking/error/) 114 590 T (MPI_Irsend_err8) 114 576 T (Invalid datatype) 330 590 T (\050MPI_DA) 330 576 T (T) 377.33 576 T (A) 383.7 576 T (TYPE_NULL\051) 391.03 576 T (fortran/nonblocking/error/) 114 554 T (MPI_Irsend_err9) 114 540 T (Mismatching type at sender and) 330 554 T (receiver) 330 540 T (fortran/nonblocking/error/) 114 518 T (MPI_Isend_err1) 114 504 T (Negative destination rank) 330 518 T (fortran/nonblocking/error/) 114 482 T (MPI_Isend_err2) 114 468 T (Destination rank >= group size) 330 482 T (fortran/nonblocking/error/) 114 446 T (MPI_Isend_err3) 114 432 T (Invalid communicator) 330 446 T (\050MPI_COMM_NULL\051) 330 432 T (fortran/nonblocking/error/) 114 410 T (MPI_Isend_err4) 114 396 T (Freed communicator) 330 410 T (fortran/nonblocking/error/) 114 374 T (MPI_Isend_err5) 114 360 T (tag < 0) 330 374 T (fortran/nonblocking/error/) 114 338 T (MPI_Isend_err6) 114 324 T (tag > MPI_T) 330 338 T (AG_UB) 391.14 338 T (fortran/nonblocking/error/) 114 302 T (MPI_Isend_err7) 114 288 T (Negative count) 330 302 T (fortran/nonblocking/error/) 114 266 T (MPI_Isend_err8) 114 252 T (Invalid datatype) 330 266 T (\050MPI_DA) 330 252 T (T) 377.33 252 T (A) 383.7 252 T (TYPE_NULL\051) 391.03 252 T (fortran/nonblocking/error/) 114 230 T (MPI_Isend_err9) 114 216 T (Mismatching type at sender and) 330 230 T (receiver) 330 216 T (fortran/nonblocking/error/) 114 194 T (MPI_Issend_err1) 114 180 T (Negative destination rank) 330 194 T (fortran/nonblocking/error/) 114 158 T (MPI_Issend_err2) 114 144 T (Destination rank >= group size) 330 158 T (fortran/nonblocking/error/) 114 122 T (MPI_Issend_err3) 114 108 T (Invalid communicator) 330 122 T (\050MPI_COMM_NULL\051) 330 108 T 1 F (T) 220.33 712 T (able 43: Nonblocking err) 227.23 712 T (or tests) 354.68 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 100.25 2 L V 0.5 H 0 Z N 324 702.25 324 99.75 2 L V N 504 701.75 504 100.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 107.75 424 504.25 424 2 L V N 107.75 388 504.25 388 2 L V N 107.75 352 504.25 352 2 L V N 107.75 316 504.25 316 2 L V N 107.75 280 504.25 280 2 L V N 107.75 244 504.25 244 2 L V N 107.75 208 504.25 208 2 L V N 107.75 172 504.25 172 2 L V N 107.75 136 504.25 136 2 L V N 107.75 100 504.25 100 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "147" 21 %%Page: "146" 22 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (146) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/nonblocking/error/) 114 662 T (MPI_Ibsend_err7) 114 648 T (Negative count) 330 662 T (fortran/nonblocking/error/) 114 626 T (MPI_Ibsend_err8) 114 612 T (Invalid datatype) 330 626 T (\050MPI_DA) 330 612 T (T) 377.33 612 T (A) 383.7 612 T (TYPE_NULL\051) 391.03 612 T (fortran/nonblocking/error/) 114 590 T (MPI_Ibsend_err9) 114 576 T (Mismatching type at sender and) 330 590 T (receiver) 330 576 T (fortran/nonblocking/error/) 114 554 T (MPI_Ibsend_err10) 114 540 T (Message size > attached buf) 330 554 T (fer) 465.18 554 T (size) 330 540 T (fortran/nonblocking/error/) 114 518 T (MPI_Ibsend_err1) 114 504 T (1) 198.2 504 T (No buf) 330 518 T (fer attached) 363.44 518 T (fortran/nonblocking/error/MPI_Irecv_err1) 114 482 T (Negative destination rank) 330 482 T (fortran/nonblocking/error/MPI_Irecv_err2) 114 460 T (Destination rank >= group size) 330 460 T (fortran/nonblocking/error/MPI_Irecv_err3) 114 438 T (Invalid communicator) 330 438 T (\050MPI_COMM_NULL\051) 330 424 T (fortran/nonblocking/error/MPI_Irecv_err4) 114 402 T (Freed communicator) 330 402 T (fortran/nonblocking/error/MPI_Irecv_err5) 114 380 T (tag < 0) 330 380 T (fortran/nonblocking/error/MPI_Irecv_err6) 114 358 T (tag > MPI_T) 330 358 T (AG_UB) 391.14 358 T (fortran/nonblocking/error/MPI_Irecv_err7) 114 336 T (Negative count) 330 336 T (fortran/nonblocking/error/MPI_Irecv_err8) 114 314 T (Invalid datatype) 330 314 T (\050MPI_DA) 330 300 T (T) 377.33 300 T (A) 383.7 300 T (TYPE_NULL\051) 391.03 300 T (fortran/nonblocking/error/MPI_Irecv_err9) 114 278 T (Receiving message > Irecv count) 330 278 T (fortran/nonblocking/error/) 114 256 T (MPI_Irsend_err1) 114 242 T (Negative destination rank) 330 256 T (fortran/nonblocking/error/) 114 220 T (MPI_Irsend_err2) 114 206 T (Destination rank >= group size) 330 220 T (fortran/nonblocking/error/) 114 184 T (MPI_Irsend_err3) 114 170 T (Invalid communicator) 330 184 T (\050MPI_COMM_NULL\051) 330 170 T (fortran/nonblocking/error/) 114 148 T (MPI_Irsend_err4) 114 134 T (Freed communicator) 330 148 T (fortran/nonblocking/error/) 114 112 T (MPI_Irsend_err5) 114 98 T (tag < 0) 330 112 T 1 F (T) 220.33 712 T (able 43: Nonblocking err) 227.23 712 T (or tests) 354.68 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 90.25 2 L V 0.5 H 0 Z N 324 702.25 324 89.75 2 L V N 504 701.75 504 90.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 474 504.25 474 2 L V N 107.75 452 504.25 452 2 L V N 107.75 416 504.25 416 2 L V N 107.75 394 504.25 394 2 L V N 107.75 372 504.25 372 2 L V N 107.75 350 504.25 350 2 L V N 107.75 328 504.25 328 2 L V N 107.75 292 504.25 292 2 L V N 107.75 270 504.25 270 2 L V N 107.75 234 504.25 234 2 L V N 107.75 198 504.25 198 2 L V N 107.75 162 504.25 162 2 L V N 107.75 126 504.25 126 2 L V N 107.75 90 504.25 90 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "146" 22 %%Page: "145" 23 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (145) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/nonblocking/functional/) 114 662 T (MPI_T) 114 648 T (estall) 147.83 648 T (Calling MPI_T) 330 662 T (estall\050\051 on active) 402.17 662 T (requests.) 330 648 T (fortran/nonblocking/functional/) 114 626 T (MPI_T) 114 612 T (estany) 147.83 612 T (Calling MPI_T) 330 626 T (estany\050\051 on active) 402.17 626 T (requests.) 330 612 T (fortran/nonblocking/functional/) 114 590 T (MPI_T) 114 576 T (estsome) 147.83 576 T -0.12 (Calling MPI_T) 330 590 P -0.12 (estsome\050\051 on active) 402.05 590 P (requests.) 330 576 T (fortran/nonblocking/functional/) 114 554 T (MPI_W) 114 540 T (aitall) 151.7 540 T (Calling MPI_W) 330 554 T (aitall\050\051 on active) 406.04 554 T (requests.) 330 540 T (fortran/nonblocking/functional/) 114 518 T (MPI_W) 114 504 T (aitany) 151.7 504 T (Calling MPI_W) 330 518 T (aitany\050\051 on active) 406.04 518 T (requests.) 330 504 T (fortran/nonblocking/functional/) 114 482 T (MPI_W) 114 468 T (aitsome) 151.7 468 T -0.76 (Calling MPI_W) 330 482 P -0.76 (aitsome\050\051 on active) 405.29 482 P (requests.) 330 468 T (fortran/nonblocking/functional/async) 114 446 T (Stress asynchronous rank-to-rank) 330 446 T (communication.) 330 432 T (fortran/nonblocking/functional/rings) 114 410 T (Stress message sending around) 330 410 T (rings of ranks.) 330 396 T 1 F (T) 220.33 344 T (able 43: Nonblocking err) 227.23 344 T (or tests) 354.68 344 T 0 F (T) 194.26 318 T (est path) 200.75 318 T (Description) 386 318 T (fortran/nonblocking/error/) 114 294 T (MPI_Ibsend_err1) 114 280 T (Negative destination rank) 330 294 T (fortran/nonblocking/error/) 114 258 T (MPI_Ibsend_err2) 114 244 T (Destination rank >= group size) 330 258 T (fortran/nonblocking/error/) 114 222 T (MPI_Ibsend_err3) 114 208 T (Invalid communicator) 330 222 T (\050MPI_COMM_NULL\051) 330 208 T (fortran/nonblocking/error/) 114 186 T (MPI_Ibsend_err4) 114 172 T (Freed communicator) 330 186 T (fortran/nonblocking/error/) 114 150 T (MPI_Ibsend_err5) 114 136 T (tag < 0) 330 150 T (fortran/nonblocking/error/) 114 114 T (MPI_Ibsend_err6) 114 100 T (tag > MPI_T) 330 114 T (AG_UB) 391.14 114 T 1 F (T) 207.88 712 T (able 42: Nonblocking functional tests) 214.78 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 388.25 2 L V 0.5 H 0 Z N 324 702.25 324 387.75 2 L V N 504 701.75 504 388.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 107.75 424 504.25 424 2 L V N 107.75 388 504.25 388 2 L V N 108 333.75 108 92.25 2 L V N 324 334.25 324 91.75 2 L V N 504 333.75 504 92.25 2 L V N 107.75 334 504.25 334 2 L V N 107.75 308 504.25 308 2 L V N 107.75 272 504.25 272 2 L V N 107.75 236 504.25 236 2 L V N 107.75 200 504.25 200 2 L V N 107.75 164 504.25 164 2 L V N 107.75 128 504.25 128 2 L V N 107.75 92 504.25 92 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "145" 23 %%Page: "144" 24 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (144) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/nonblocking/functional/) 114 662 T (MPI_Issend_ator) 114 648 T (Calling MPI_Issend\050\051 /) 330 662 T -0.46 (MPI_Irecv\050\051 to send message from) 330 648 P -0.08 (all other ranks to the root\325) 330 634 P -0.08 (s rank in) 453.92 634 P (communicators. T) 330 620 T (est loops) 419.48 620 T (through various communicators,) 330 606 T (message datatypes, message) 330 592 T (lengths and root\325) 330 578 T (s ranks.) 410.66 578 T (fortran/nonblocking/functional/) 114 556 T (MPI_Issend_null) 114 542 T (Calling MPI_Issend\050\051 with desti-) 330 556 T (nation of MPI_PROC_NULL.) 330 542 T (T) 330 528 T (est loops through various com-) 336.49 528 T (municators, message types, and) 330 514 T (message lengths.) 330 500 T (fortran/nonblocking/functional/) 114 478 T (MPI_Issend_overtake1) 114 464 T (Calling MPI_Issend\050\051 /) 330 478 T (MPI_Irecv\050\051 and making sure it) 330 464 T (does not return until a matching) 330 450 T (receive has been posted.) 330 436 T (fortran/nonblocking/functional/) 114 414 T (MPI_Issend_overtake2) 114 400 T (Calling MPI_Issend\050\051 /) 330 414 T (MPI_Irecv\050\051 and make sure it) 330 400 T (makes progress when matched by) 330 386 T (a MPI_Irecv\050\051 even though) 330 372 T (MPI_W) 330 358 T (ait\050\051 is not called until) 367.7 358 T (sometime later) 330 344 T (.) 400.33 344 T (fortran/nonblocking/functional/) 114 322 T (MPI_Issend_overtake3) 114 308 T (2 ranks calling MPI_Issend\050\051 /) 330 322 T (MPI_Irecv\050\051 to each other) 330 308 T (. They) 454.3 308 T (should both make progress when) 330 294 T (matching MPI_Recv\050\051s have been) 330 280 T (called.) 330 266 T (fortran/nonblocking/functional/) 114 244 T (MPI_Issend_rtoa) 114 230 T (Calling MPI_Issend\050\051 to send mes-) 330 244 T -0.16 (sage from root to all other ranks in) 330 230 P (communicators. T) 330 216 T (est loops) 419.48 216 T (through various communicators,) 330 202 T (message datatypes, message) 330 188 T (lengths and root\325) 330 174 T (s ranks.) 410.66 174 T (fortran/nonblocking/functional/) 114 152 T (MPI_Request_free) 114 138 T (Calling MPI_Request_free\050\051 on) 330 152 T (each non-blocking calls. All) 330 138 T (requests are expected to complete) 330 124 T (even though they are freed.) 330 110 T 1 F (T) 207.88 712 T (able 42: Nonblocking functional tests) 214.78 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 102.25 2 L V 0.5 H 0 Z N 324 702.25 324 101.75 2 L V N 504 701.75 504 102.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 570 504.25 570 2 L V N 107.75 492 504.25 492 2 L V N 107.75 428 504.25 428 2 L V N 107.75 336 504.25 336 2 L V N 107.75 258 504.25 258 2 L V N 107.75 166 504.25 166 2 L V N 107.75 102 504.25 102 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "144" 24 %%Page: "143" 25 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (143) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/nonblocking/functional/) 114 662 T (MPI_Isend_ator2) 114 648 T (Calling MPI_Isend\050\051 /) 330 662 T -0.46 (MPI_Irecv\050\051 to send message from) 330 648 P -0.08 (all other ranks to the root\325) 330 634 P -0.08 (s rank in) 453.92 634 P (communicators. T) 330 620 T (est loops) 419.48 620 T (through various communicators,) 330 606 T (message datatypes, message) 330 592 T (lengths and root\325) 330 578 T (s ranks.) 410.66 578 T (fortran/nonblocking/functional/) 114 556 T (MPI_Isend_null) 114 542 T (Calling MPI_Isend\050\051 with destina-) 330 556 T (tion of MPI_PROC_NULL. T) 330 542 T (est) 476.83 542 T (loops through various communica-) 330 528 T (tors, message types, and message) 330 514 T (lengths.) 330 500 T (fortran/nonblocking/functional/) 114 478 T (MPI_Isend_of) 114 464 T (f) 183.11 464 T (Calling MPI_Isend\050\051 /) 330 478 T -0.46 (MPI_Irecv\050\051 to send message from) 330 464 P (all ranks in communicators to a) 330 450 T (selected root with byte of) 330 436 T (fsets.) 451.76 436 T (T) 330 422 T (est loops through various com-) 336.49 422 T (municators, message datatypes,) 330 408 T (message lengths and root\325 ranks.) 330 394 T (fortran/nonblocking/functional/) 114 372 T (MPI_Isend_overtake) 114 358 T (Calling MPI_Isend\050\051 /) 330 372 T -0.1 (MPI_Irecv\050\051 and MPI_Recv_init\050\051) 330 358 P (to send a sequence of messages) 330 344 T -0.23 (and make sure they are received in) 330 330 P (the order they were sent.) 330 316 T (fortran/nonblocking/functional/) 114 294 T (MPI_Isend_rtoa) 114 280 T (Calling MPI_Isend\050\051 to send mes-) 330 294 T -0.16 (sage from root to all other ranks in) 330 280 P (communicators. T) 330 266 T (est loops) 419.48 266 T (through various communicators,) 330 252 T (message datatypes, message) 330 238 T (lengths and root\325) 330 224 T (s ranks.) 410.66 224 T (fortran/nonblocking/functional/) 114 202 T (MPI_Isend_self) 114 188 T (Calling MPI_Isend\050\051 to send mes-) 330 202 T (sage from a rank to itself. T) 330 188 T (est) 465.13 188 T (loops through various communica-) 330 174 T (tors.) 330 160 T 1 F (T) 207.88 712 T (able 42: Nonblocking functional tests) 214.78 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 152.25 2 L V 0.5 H 0 Z N 324 702.25 324 151.75 2 L V N 504 701.75 504 152.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 570 504.25 570 2 L V N 107.75 492 504.25 492 2 L V N 107.75 386 504.25 386 2 L V N 107.75 308 504.25 308 2 L V N 107.75 216 504.25 216 2 L V N 107.75 152 504.25 152 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "143" 25 %%Page: "142" 26 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (142) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/nonblocking/functional/) 114 662 T (MPI_Irecv_comm) 114 648 T (Calling MPI_Irecv\050\051 with various) 330 662 T (communicators created and make) 330 648 T (sure the messages are received in) 330 634 T (the order sent for each communi-) 330 620 T (cator \050not the order the recvs were) 330 606 T (posted\051.) 330 592 T (fortran/nonblocking/functional/) 114 570 T (MPI_Irecv_null) 114 556 T (Calling MPI_Irecv\050\051 with source) 330 570 T -0.5 (of MPI_PROC_NULL. T) 330 556 P -0.5 (est loops) 453.66 556 P (through various communicators,) 330 542 T (message types, and message) 330 528 T (lengths.) 330 514 T (fortran/nonblocking/functional/) 114 492 T (MPI_Irecv_pack) 114 478 T (Calling MPI_Irecv\050\051 verifying) 330 492 T (that every datatype can be sent as) 330 478 T (MPI_P) 330 464 T (ACKED. T) 362.9 464 T (est loops) 419.72 464 T (through various communicators,) 330 450 T (message types, and message) 330 436 T (lengths.) 330 422 T (fortran/nonblocking/functional/) 114 400 T (MPI_Irsend_null) 114 386 T (Calling MPI_Irsend\050\051 with desti-) 330 400 T (nation of MPI_PROC_NULL.) 330 386 T (T) 330 372 T (est loops through various com-) 336.49 372 T (municators, message types, and) 330 358 T (message lengths.) 330 344 T (fortran/nonblocking/functional/) 114 322 T (MPI_Irsend_rtoa) 114 308 T (Calling MPI_Irsend\050\051 /) 330 322 T -0.46 (MPI_Irecv\050\051 to send message from) 330 308 P (root to all other ranks in communi-) 330 294 T -0.02 (cators. T) 330 280 P -0.02 (est loops through various) 374.1 280 P (communicators, message) 330 266 T (datatypes, message lengths and) 330 252 T (root\325) 330 238 T (s ranks.) 352.67 238 T (fortran/nonblocking/functional/) 114 216 T (MPI_Isend_ator) 114 202 T (Calling MPI_Isend\050\051 /) 330 216 T -0.46 (MPI_Irecv\050\051 to send message from) 330 202 P -0.08 (all other ranks to the root\325) 330 188 P -0.08 (s rank in) 453.92 188 P (communicators. T) 330 174 T (est loops) 419.48 174 T (through various communicators,) 330 160 T (message datatypes, message) 330 146 T (lengths and root\325) 330 132 T (s ranks.) 410.66 132 T 1 F (T) 207.88 712 T (able 42: Nonblocking functional tests) 214.78 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 124.25 2 L V 0.5 H 0 Z N 324 702.25 324 123.75 2 L V N 504 701.75 504 124.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 584 504.25 584 2 L V N 107.75 506 504.25 506 2 L V N 107.75 414 504.25 414 2 L V N 107.75 336 504.25 336 2 L V N 107.75 230 504.25 230 2 L V N 107.75 124 504.25 124 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "142" 26 %%Page: "141" 27 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (141) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (B.2.6) 108 712 T (Miscllany Operations) 153 712 T (B.2.7) 108 412 T (Nonblocking Operations) 153 412 T (T) 215.55 688 T (able 41: Miscllany functional tests) 222.45 688 T 0 F (T) 194.26 662 T (est path) 200.75 662 T (Description) 386 662 T (fortran/misc/functional/MPI_defs) 114 638 T (T) 330 638 T (est to verify all required MPI) 336.49 638 T (constants and routines are de\336ned) 330 624 T (and all Fortran named constants) 330 610 T (except MPI_BOTT) 330 596 T (OM can be) 422.77 596 T (used in a P) 330 582 T (ARAMETER state-) 381.23 582 T (ment.) 330 568 T (fortran/misc/functional/MPI_defs2) 114 546 T (T) 330 546 T (est to verify all required MPI) 336.49 546 T (constants and routines are de\336ned.) 330 532 T (fortran/misc/functional/MPI_pdefs) 114 510 T (T) 330 510 T (est to verify all required MPI) 336.49 510 T (constants and routines are de\336ned) 330 496 T (correctly for pro\336ling.) 330 482 T 1 F (T) 207.88 388 T (able 42: Nonblocking functional tests) 214.78 388 T 0 F (T) 194.26 362 T (est path) 200.75 362 T (Description) 386 362 T (fortran/nonblocking/functional/) 114 338 T (MPI_Ibsend_null) 114 324 T (Calling MPI_Ibsend\050\051 with desti-) 330 338 T (nation of MPI_PROC_NULL.) 330 324 T (T) 330 310 T (est loops through various com-) 336.49 310 T (municators, message types, and) 330 296 T (message lengths.) 330 282 T (fortran/nonblocking/functional/) 114 260 T (MPI_Ibsend_overtake) 114 246 T (Calling MPI_Ibsend\050\051 and) 330 260 T -0.1 (MPI_Irecv\050\051 to send a sequence of) 330 246 P (messages and make sure they are) 330 232 T (received in the order they were) 330 218 T (sent.) 330 204 T (fortran/nonblocking/functional/) 114 182 T (MPI_Ibsend_rtoa) 114 168 T (Calling MPI_Ibsend\050\051 /) 330 182 T -0.46 (MPI_Irecv\050\051 to send message from) 330 168 P (root to all other ranks in communi-) 330 154 T -0.02 (cators. T) 330 140 P -0.02 (est loops through various) 374.1 140 P (communicators, message) 330 126 T (datatypes, message lengths and) 330 112 T (root\325) 330 98 T (s ranks.) 352.67 98 T 108 677.75 108 474.25 2 L V 0.5 H 0 Z N 324 678.25 324 473.75 2 L V N 504 677.75 504 474.25 2 L V N 107.75 678 504.25 678 2 L V N 107.75 652 504.25 652 2 L V N 107.75 560 504.25 560 2 L V N 107.75 524 504.25 524 2 L V N 107.75 474 504.25 474 2 L V N 108 377.75 108 90.25 2 L V N 324 378.25 324 89.75 2 L V N 504 377.75 504 90.25 2 L V N 107.75 378 504.25 378 2 L V N 107.75 352 504.25 352 2 L V N 107.75 274 504.25 274 2 L V N 107.75 196 504.25 196 2 L V N 107.75 90 504.25 90 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "141" 27 %%Page: "140" 28 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (140) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/grp_ctxt_comm/error/) 114 662 T (MPI_Intercomm_create_err1) 114 648 T (Invalid communicator) 330 662 T (\050local_comm=) 330 648 T (MPI_COMM_NULL\051) 330 634 T (fortran/grp_ctxt_comm/error/) 114 612 T (MPI_Intercomm_create_err2) 114 598 T (Invalid communicator) 330 612 T (\050peer_comm=) 330 598 T (MPI_COMM_NULL\051) 330 584 T (fortran/grp_ctxt_comm/error/) 114 562 T (MPI_Intercomm_create_err3) 114 548 T (local_comm is intercommunicator) 330 562 T (fortran/grp_ctxt_comm/error/) 114 526 T (MPI_Intercomm_create_err5) 114 512 T (Local and remote leaders not in) 330 526 T (peer_comm) 330 512 T (fortran/grp_ctxt_comm/error/) 114 490 T (MPI_Intercomm_create_err7) 114 476 T (local_leader =) 330 490 T (MPI_ANY_SOURCE) 330 476 T (fortran/grp_ctxt_comm/error/) 114 454 T (MPI_Intercomm_create_err8) 114 440 T (remote_leader =) 330 454 T (MPI_ANY_SOURCE) 330 440 T (fortran/grp_ctxt_comm/error/) 114 418 T (MPI_Intercomm_create_err9) 114 404 T (local_leader not a valid rank in) 330 418 T (local_comm) 330 404 T (fortran/grp_ctxt_comm/error/) 114 382 T (MPI_Intercomm_create_err10) 114 368 T (remote_leader not a valid rank in) 330 382 T (peer_comm) 330 368 T (fortran/grp_ctxt_comm/error/) 114 346 T (MPI_Intercomm_mer) 114 332 T (ge_err1) 218.44 332 T (Invalid communicator) 330 346 T (\050MPI_COMM_NULL\051) 330 332 T (fortran/grp_ctxt_comm/error/) 114 310 T (MPI_Intercomm_mer) 114 296 T (ge_err2) 218.44 296 T (Invalid communicator \050intercom-) 330 310 T (municator\051) 330 296 T (fortran/grp_ctxt_comm/error/) 114 274 T (MPI_Intercomm_mer) 114 260 T (ge_err3) 218.44 260 T (Dif) 330 274 T (ferent values of high within a) 345.78 274 T (single group) 330 260 T (fortran/grp_ctxt_comm/error/) 114 238 T (MPI_Keyval_free_err1) 114 224 T (Invalid keyval) 330 238 T (\050MPI_KEYV) 330 224 T (AL_INV) 393.11 224 T (ALID\051) 434.88 224 T 1 F (T) 159.62 712 T (able 40: Gr) 166.52 712 T (oup, Context, and Communicator err) 224.3 712 T (or tests) 415.4 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 216.25 2 L V 0.5 H 0 Z N 324 702.25 324 215.75 2 L V N 504 701.75 504 216.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 626 504.25 626 2 L V N 107.75 576 504.25 576 2 L V N 107.75 540 504.25 540 2 L V N 107.75 504 504.25 504 2 L V N 107.75 468 504.25 468 2 L V N 107.75 432 504.25 432 2 L V N 107.75 396 504.25 396 2 L V N 107.75 360 504.25 360 2 L V N 107.75 324 504.25 324 2 L V N 107.75 288 504.25 288 2 L V N 107.75 252 504.25 252 2 L V N 107.75 216 504.25 216 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "140" 28 %%Page: "139" 29 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (139) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/grp_ctxt_comm/error/) 114 662 T (MPI_Group_range_incl_err1) 114 648 T (Invalid group) 330 662 T (\050MPI_GROUP_NULL\051) 330 648 T (fortran/grp_ctxt_comm/error/) 114 626 T (MPI_Group_range_incl_err2) 114 612 T (Negative n) 330 626 T (fortran/grp_ctxt_comm/error/) 114 590 T (MPI_Group_range_incl_err3) 114 576 T (ranges[] implies negative ranks) 330 590 T (fortran/grp_ctxt_comm/error/) 114 554 T (MPI_Group_range_incl_err4) 114 540 T (ranges[] implies rank >= size of) 330 554 T (group) 330 540 T (fortran/grp_ctxt_comm/error/) 114 518 T (MPI_Group_range_incl_err5) 114 504 T (Negative stride and \336rst < last) 330 518 T (fortran/grp_ctxt_comm/error/) 114 482 T (MPI_Group_range_incl_err6) 114 468 T (Positive stride and \336rst > last) 330 482 T (fortran/grp_ctxt_comm/error/) 114 446 T (MPI_Group_range_incl_err7) 114 432 T (stride = 0) 330 446 T (fortran/grp_ctxt_comm/error/) 114 410 T (MPI_Group_rank_err1) 114 396 T (Invalid group) 330 410 T (\050MPI_GROUP_NULL\051) 330 396 T (fortran/grp_ctxt_comm/error/) 114 374 T (MPI_Group_size_err1) 114 360 T (Invalid group) 330 374 T (\050MPI_GROUP_NULL\051) 330 360 T (fortran/grp_ctxt_comm/error/) 114 338 T (MPI_Group_trans_ranks_err1) 114 324 T (Invalid group) 330 338 T (\050group1=MPI_GROUP_NULL\051) 330 324 T (fortran/grp_ctxt_comm/error/) 114 302 T (MPI_Group_trans_ranks_err2) 114 288 T (Invalid group) 330 302 T (\050group2=MPI_GROUP_NULL\051) 330 288 T (fortran/grp_ctxt_comm/error/) 114 266 T (MPI_Group_trans_ranks_err3) 114 252 T (Negative n) 330 266 T (fortran/grp_ctxt_comm/error/) 114 230 T (MPI_Group_trans_ranks_err4) 114 216 T (Negative ar) 330 230 T (gument in ranks1) 385.43 230 T (fortran/grp_ctxt_comm/error/) 114 194 T (MPI_Group_trans_ranks_err5) 114 180 T (rank >= size of group in ranks1) 330 194 T (fortran/grp_ctxt_comm/error/) 114 158 T (MPI_Group_union_err1) 114 144 T (Invalid group) 330 158 T (\050group1=MPI_GROUP_NULL\051) 330 144 T (fortran/grp_ctxt_comm/error/) 114 122 T (MPI_Group_union_err2) 114 108 T (Invalid group) 330 122 T (\050group2=MPI_GROUP_NULL\051) 330 108 T 1 F (T) 159.62 712 T (able 40: Gr) 166.52 712 T (oup, Context, and Communicator err) 224.3 712 T (or tests) 415.4 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 100.25 2 L V 0.5 H 0 Z N 324 702.25 324 99.75 2 L V N 504 701.75 504 100.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 107.75 424 504.25 424 2 L V N 107.75 388 504.25 388 2 L V N 107.75 352 504.25 352 2 L V N 107.75 316 504.25 316 2 L V N 107.75 280 504.25 280 2 L V N 107.75 244 504.25 244 2 L V N 107.75 208 504.25 208 2 L V N 107.75 172 504.25 172 2 L V N 107.75 136 504.25 136 2 L V N 107.75 100 504.25 100 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "139" 29 %%Page: "138" 30 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (138) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/grp_ctxt_comm/error/) 114 662 T (MPI_Group_free_err1) 114 648 T (Invalid group) 330 662 T (\050MPI_GROUP_NULL\051) 330 648 T (fortran/grp_ctxt_comm/error/) 114 626 T (MPI_Group_incl_err1) 114 612 T (Invalid group) 330 626 T (\050MPI_GROUP_NULL\051) 330 612 T (fortran/grp_ctxt_comm/error/) 114 590 T (MPI_Group_incl_err2) 114 576 T (Negative n) 330 590 T (fortran/grp_ctxt_comm/error/) 114 554 T (MPI_Group_incl_err3) 114 540 T (n > size of group) 330 554 T (fortran/grp_ctxt_comm/error/) 114 518 T (MPI_Group_incl_err4) 114 504 T (Negative rank) 330 518 T (fortran/grp_ctxt_comm/error/) 114 482 T (MPI_Group_incl_err5) 114 468 T (rank >= size of group) 330 482 T (fortran/grp_ctxt_comm/error/) 114 446 T (MPI_Group_incl_err6) 114 432 T (Duplicated ranks) 330 446 T (fortran/grp_ctxt_comm/error/) 114 410 T (MPI_Group_intersection_err1) 114 396 T (Invalid group) 330 410 T (\050group1=MPI_GROUP_NULL\051) 330 396 T (fortran/grp_ctxt_comm/error/) 114 374 T (MPI_Group_intersection_err2) 114 360 T (Invalid group) 330 374 T (\050group2=MPI_GROUP_NULL\051) 330 360 T (fortran/grp_ctxt_comm/error/) 114 338 T (MPI_Group_range_excl_err1) 114 324 T (Invalid group) 330 338 T (\050MPI_GROUP_NULL\051) 330 324 T (fortran/grp_ctxt_comm/error/) 114 302 T (MPI_Group_range_excl_err2) 114 288 T (Negative n) 330 302 T (fortran/grp_ctxt_comm/error/) 114 266 T (MPI_Group_range_excl_err3) 114 252 T (ranges[] implies negative ranks) 330 266 T (fortran/grp_ctxt_comm/error/) 114 230 T (MPI_Group_range_excl_err4) 114 216 T (ranges[] implies rank >= size of) 330 230 T (group) 330 216 T (fortran/grp_ctxt_comm/error/) 114 194 T (MPI_Group_range_excl_err5) 114 180 T (Negative stride and \336rst < last) 330 194 T (fortran/grp_ctxt_comm/error/) 114 158 T (MPI_Group_range_excl_err6) 114 144 T (Positive stride and \336rst > last) 330 158 T (fortran/grp_ctxt_comm/error/) 114 122 T (MPI_Group_range_excl_err7) 114 108 T (stride = 0) 330 122 T 1 F (T) 159.62 712 T (able 40: Gr) 166.52 712 T (oup, Context, and Communicator err) 224.3 712 T (or tests) 415.4 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 100.25 2 L V 0.5 H 0 Z N 324 702.25 324 99.75 2 L V N 504 701.75 504 100.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 107.75 424 504.25 424 2 L V N 107.75 388 504.25 388 2 L V N 107.75 352 504.25 352 2 L V N 107.75 316 504.25 316 2 L V N 107.75 280 504.25 280 2 L V N 107.75 244 504.25 244 2 L V N 107.75 208 504.25 208 2 L V N 107.75 172 504.25 172 2 L V N 107.75 136 504.25 136 2 L V N 107.75 100 504.25 100 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "138" 30 %%Page: "137" 31 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (137) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/grp_ctxt_comm/error/) 114 662 T (MPI_Comm_remote_group_err2) 114 648 T (Invalid communicator) 330 662 T (\050MPI_COMM_WORLD\051) 330 648 T (fortran/grp_ctxt_comm/error/) 114 626 T (MPI_Comm_remote_size_err1) 114 612 T (Invalid communicator) 330 626 T (\050MPI_COMM_NULL\051) 330 612 T (fortran/grp_ctxt_comm/error/) 114 590 T (MPI_Comm_remote_size_err2) 114 576 T (Invalid communicator) 330 590 T (\050MPI_COMM_WORLD\051) 330 576 T (fortran/grp_ctxt_comm/error/) 114 554 T (MPI_Comm_size_err1) 114 540 T (Invalid communicator) 330 554 T (\050MPI_COMM_NULL\051) 330 540 T (fortran/grp_ctxt_comm/error/) 114 518 T (MPI_Comm_split_err1) 114 504 T (Invalid communicator) 330 518 T (\050MPI_COMM_NULL\051) 330 504 T (fortran/grp_ctxt_comm/error/) 114 482 T (MPI_Comm_test_inter_err1) 114 468 T (Invalid communicator) 330 482 T (\050MPI_COMM_NULL\051) 330 468 T (fortran/grp_ctxt_comm/error/) 114 446 T (MPI_Group_compare_err1) 114 432 T (Invalid group) 330 446 T (\050group1=MPI_GROUP_NULL\051) 330 432 T (fortran/grp_ctxt_comm/error/) 114 410 T (MPI_Group_compare_err2) 114 396 T (Invalid group) 330 410 T (\050group2=MPI_GROUP_NULL\051) 330 396 T (fortran/grp_ctxt_comm/error/) 114 374 T (MPI_Group_dif) 114 360 T (ference_err1) 191.11 360 T (Invalid group) 330 374 T (\050group1=MPI_GROUP_NULL\051) 330 360 T (fortran/grp_ctxt_comm/error/) 114 338 T (MPI_Group_dif) 114 324 T (ference_err2) 191.11 324 T (Invalid group) 330 338 T (\050group2=MPI_GROUP_NULL\051) 330 324 T (fortran/grp_ctxt_comm/error/) 114 302 T (MPI_Group_excl_err1) 114 288 T (Invalid group) 330 302 T (\050MPI_GROUP_NULL\051) 330 288 T (fortran/grp_ctxt_comm/error/) 114 266 T (MPI_Group_excl_err2) 114 252 T (Negative n) 330 266 T (fortran/grp_ctxt_comm/error/) 114 230 T (MPI_Group_excl_err3) 114 216 T (n > size of group) 330 230 T (fortran/grp_ctxt_comm/error/) 114 194 T (MPI_Group_excl_err4) 114 180 T (Negative rank) 330 194 T (fortran/grp_ctxt_comm/error/) 114 158 T (MPI_Group_excl_err5) 114 144 T (rank >= size of group) 330 158 T (fortran/grp_ctxt_comm/error/) 114 122 T (MPI_Group_excl_err6) 114 108 T (Duplicated ranks) 330 122 T 1 F (T) 159.62 712 T (able 40: Gr) 166.52 712 T (oup, Context, and Communicator err) 224.3 712 T (or tests) 415.4 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 100.25 2 L V 0.5 H 0 Z N 324 702.25 324 99.75 2 L V N 504 701.75 504 100.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 107.75 424 504.25 424 2 L V N 107.75 388 504.25 388 2 L V N 107.75 352 504.25 352 2 L V N 107.75 316 504.25 316 2 L V N 107.75 280 504.25 280 2 L V N 107.75 244 504.25 244 2 L V N 107.75 208 504.25 208 2 L V N 107.75 172 504.25 172 2 L V N 107.75 136 504.25 136 2 L V N 107.75 100 504.25 100 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "137" 31 %%Page: "136" 32 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (136) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/grp_ctxt_comm/error/) 114 662 T (MPI_Attr_delete_err2) 114 648 T (Invalid keyval) 330 662 T (\050MPI_KEYV) 330 648 T (AL_INV) 393.11 648 T (ALID\051) 434.88 648 T (fortran/grp_ctxt_comm/error/) 114 626 T (MPI_Attr_get_err1) 114 612 T (Invalid communicator) 330 626 T (\050MPI_COMM_NULL\051) 330 612 T (fortran/grp_ctxt_comm/error/) 114 590 T (MPI_Attr_get_err2) 114 576 T (Invalid keyval) 330 590 T (\050MPI_KEYV) 330 576 T (AL_INV) 393.11 576 T (ALID\051) 434.88 576 T (fortran/grp_ctxt_comm/error/) 114 554 T (MPI_Attr_put_err1) 114 540 T (Invalid communicator) 330 554 T (\050MPI_COMM_NULL\051) 330 540 T (fortran/grp_ctxt_comm/error/) 114 518 T (MPI_Attr_put_err2) 114 504 T (Invalid keyval) 330 518 T (\050MPI_KEYV) 330 504 T (AL_INV) 393.11 504 T (ALID\051) 434.88 504 T (fortran/grp_ctxt_comm/error/) 114 482 T (MPI_Comm_compare_err1) 114 468 T (Invalid communicator) 330 482 T (\050comm1=MPI_COMM_NULL\051) 330 468 T (fortran/grp_ctxt_comm/error/) 114 446 T (MPI_Comm_compare_err2) 114 432 T (Invalid communicator) 330 446 T (\050comm2=MPI_COMM_NULL\051) 330 432 T (fortran/grp_ctxt_comm/error/) 114 410 T (MPI_Comm_create_err1) 114 396 T (Invalid communicator) 330 410 T (\050MPI_COMM_NULL\051) 330 396 T (fortran/grp_ctxt_comm/error/) 114 374 T (MPI_Comm_create_err2) 114 360 T (Invalid Group) 330 374 T (\050MPI_GROUP_NULL\051) 330 360 T (fortran/grp_ctxt_comm/error/) 114 338 T (MPI_Comm_dup_err1) 114 324 T (Invalid communicator) 330 338 T (\050MPI_COMM_NULL\051) 330 324 T (fortran/grp_ctxt_comm/error/) 114 302 T (MPI_Comm_free_err1) 114 288 T (Invalid communicator) 330 302 T (\050MPI_COMM_NULL\051) 330 288 T (fortran/grp_ctxt_comm/error/) 114 266 T (MPI_Comm_free_err2) 114 252 T (Invalid communicator) 330 266 T (\050MPI_COMM_WORLD\051) 330 252 T (fortran/grp_ctxt_comm/error/) 114 230 T (MPI_Comm_free_err3) 114 216 T (Invalid communicator) 330 230 T (\050MPI_COMM_SELF\051) 330 216 T (fortran/grp_ctxt_comm/error/) 114 194 T (MPI_Comm_group_err1) 114 180 T (Invalid communicator) 330 194 T (\050MPI_COMM_NULL\051) 330 180 T (fortran/grp_ctxt_comm/error/) 114 158 T (MPI_Comm_rank_err1) 114 144 T (Invalid communicator) 330 158 T (\050MPI_COMM_NULL\051) 330 144 T (fortran/grp_ctxt_comm/error/) 114 122 T (MPI_Comm_remote_group_err1) 114 108 T (Invalid communicator) 330 122 T (\050MPI_COMM_NULL\051) 330 108 T 1 F (T) 159.62 712 T (able 40: Gr) 166.52 712 T (oup, Context, and Communicator err) 224.3 712 T (or tests) 415.4 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 100.25 2 L V 0.5 H 0 Z N 324 702.25 324 99.75 2 L V N 504 701.75 504 100.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 107.75 424 504.25 424 2 L V N 107.75 388 504.25 388 2 L V N 107.75 352 504.25 352 2 L V N 107.75 316 504.25 316 2 L V N 107.75 280 504.25 280 2 L V N 107.75 244 504.25 244 2 L V N 107.75 208 504.25 208 2 L V N 107.75 172 504.25 172 2 L V N 107.75 136 504.25 136 2 L V N 107.75 100 504.25 100 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "136" 32 %%Page: "135" 33 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (135) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/grp_ctxt_comm/functional/) 114 662 T (MPI_Intercomm_mer) 114 648 T (ge1) 218.44 648 T (Calling MPI_Comm_split\050\051 to) 330 662 T (split various communicators) 330 648 T -0.43 (\050either half or 1/3 split\051 and calling) 330 634 P (MPI_Intercomm_create\050\051 to cre-) 330 620 T (ate intercommunicators using the) 330 606 T (split communicators. Then call) 330 592 T (MPI_Intercomm_mer) 330 578 T (ge\050\051) 434.44 578 T (fortran/grp_ctxt_comm/functional/) 114 556 T (MPI_Intercomm_mer) 114 542 T (ge2) 218.44 542 T (Calling MPI_Comm_split\050\051 to) 330 556 T (split various communicators) 330 542 T -0.43 (\050either half or 1/3 split\051 and calling) 330 528 P (MPI_Intercomm_create\050\051 to cre-) 330 514 T (ate intercommunicators using the) 330 500 T (split communicators. Then call) 330 486 T (MPI_Intercomm_mer) 330 472 T (ge\050\051) 434.44 472 T (fortran/grp_ctxt_comm/functional/) 114 450 T (MPI_Intercomm_mer) 114 436 T (ge3) 218.44 436 T (Calling MPI_Comm_split\050\051 to) 330 450 T (split various communicators) 330 436 T -0.43 (\050either half or 1/3 split\051 and calling) 330 422 P (MPI_Intercomm_create\050\051 to cre-) 330 408 T (ate intercommunicators using the) 330 394 T (split communicators. Then call) 330 380 T (MPI_Intercomm_mer) 330 366 T (ge\050\051) 434.44 366 T (fortran/grp_ctxt_comm/functional/) 114 344 T (MPI_Keyval1) 114 330 T (Creating MPI Keyvals and assign-) 330 344 T (ing attributes in various communi-) 330 330 T (cators.) 330 316 T (fortran/grp_ctxt_comm/functional/) 114 294 T (MPI_Keyval2) 114 280 T (V) 330 294 T (erifying attribute values can be) 337.33 294 T (changed.) 330 280 T (fortran/grp_ctxt_comm/functional/) 114 258 T (MPI_Keyval3) 114 244 T (V) 330 258 T (erifying errors from copy and) 337.33 258 T (delete functions are returned to an) 330 244 T (application.) 330 230 T 1 F (T) 159.62 178 T (able 40: Gr) 166.52 178 T (oup, Context, and Communicator err) 224.3 178 T (or tests) 415.4 178 T 0 F (T) 194.26 152 T (est path) 200.75 152 T (Description) 386 152 T (fortran/grp_ctxt_comm/error/) 114 128 T (MPI_Attr_delete_err1) 114 114 T (Invalid communicator) 330 128 T (\050MPI_COMM_NULL\051) 330 114 T 1 F (T) 147.16 712 T (able 39: Gr) 154.06 712 T (oup, Context, and Communicator functional tests) 211.84 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 222.25 2 L V 0.5 H 0 Z N 324 702.25 324 221.75 2 L V N 504 701.75 504 222.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 570 504.25 570 2 L V N 107.75 464 504.25 464 2 L V N 107.75 358 504.25 358 2 L V N 107.75 308 504.25 308 2 L V N 107.75 272 504.25 272 2 L V N 107.75 222 504.25 222 2 L V N 108 167.75 108 106.25 2 L V N 324 168.25 324 105.75 2 L V N 504 167.75 504 106.25 2 L V N 107.75 168 504.25 168 2 L V N 107.75 142 504.25 142 2 L V N 107.75 106 504.25 106 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "135" 33 %%Page: "134" 34 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (134) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/grp_ctxt_comm/functional/) 114 662 T (MPI_Group_range_incl1) 114 648 T (Calling MPI_Group_range_incl\050\051) 330 662 T -0.55 (to create groups with various ranks) 330 648 P (from arbitrary communicators.) 330 634 T (fortran/grp_ctxt_comm/functional/) 114 612 T (MPI_Group_range_incl2) 114 598 T (Calling MPI_Group_range_incl\050\051) 330 612 T (to create groups of size one from) 330 598 T (arbitrary communicators.) 330 584 T (fortran/grp_ctxt_comm/functional/) 114 562 T (MPI_Group_range_incl3) 114 548 T (Calling MPI_Group_range_incl\050\051) 330 562 T (to create groups excluding every) 330 548 T (other rank from arbitrary commu-) 330 534 T (nicators.) 330 520 T (fortran/grp_ctxt_comm/functional/) 114 498 T (MPI_Group_trans_ranks) 114 484 T (Calling MPI_Group_compare\050\051) 330 498 T (with groups from various commu-) 330 484 T (nicators.) 330 470 T (fortran/grp_ctxt_comm/functional/) 114 448 T (MPI_Group_union1) 114 434 T (Calling MPI_Group_union\050\051 with) 330 448 T (arbitrary groups and) 330 434 T (\050MPI_EMPTY_GROUP) 330 420 T (, or) 447.34 420 T (MPI_COMM_WORLD\051.) 330 406 T (fortran/grp_ctxt_comm/functional/) 114 384 T (MPI_Group_union2) 114 370 T (Calling MPI_Group_union\050\051 with) 330 384 T (various groups.) 330 370 T (fortran/grp_ctxt_comm/functional/) 114 348 T (MPI_Group_union3) 114 334 T (Calling) 330 348 T (MPI_Group_intersection\050\051 with) 330 334 T (arbitrary overlapping groups of) 330 320 T (MPI_COMM_WORLD.) 330 306 T (fortran/grp_ctxt_comm/functional/) 114 284 T (MPI_Intercomm_create1) 114 270 T (Calling MPI_Comm_split\050\051 to) 330 284 T (split various communicators) 330 270 T (\050either half or 1/3\051 and calling) 330 256 T (MPI_Intercomm_create\050\051 to cre-) 330 242 T (ate intercommunicators using the) 330 228 T (split communicators.) 330 214 T (fortran/grp_ctxt_comm/functional/) 114 192 T (MPI_Intercomm_create2) 114 178 T (Calling MPI_Comm_split\050\051 to) 330 192 T (split various communicators) 330 178 T -0.43 (\050either half or 1/3 split\051 and calling) 330 164 P (MPI_Intercomm_create\050\051 to cre-) 330 150 T (ate intercommunicators using the) 330 136 T (split communicators.) 330 122 T 1 F (T) 147.16 712 T (able 39: Gr) 154.06 712 T (oup, Context, and Communicator functional tests) 211.84 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 114.25 2 L V 0.5 H 0 Z N 324 702.25 324 113.75 2 L V N 504 701.75 504 114.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 626 504.25 626 2 L V N 107.75 576 504.25 576 2 L V N 107.75 512 504.25 512 2 L V N 107.75 462 504.25 462 2 L V N 107.75 398 504.25 398 2 L V N 107.75 362 504.25 362 2 L V N 107.75 298 504.25 298 2 L V N 107.75 206 504.25 206 2 L V N 107.75 114 504.25 114 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "134" 34 %%Page: "133" 35 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (133) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/grp_ctxt_comm/functional/) 114 662 T (MPI_Group_excl1) 114 648 T (Calling MPI_Group_excl\050\051 to cre-) 330 662 T -0.44 (ate groups with various ranks from) 330 648 P (arbitrary communicators.) 330 634 T (fortran/grp_ctxt_comm/functional/) 114 612 T (MPI_Group_excl2) 114 598 T (Calling MPI_Group_excl\050\051 to cre-) 330 612 T (ate groups of size one from arbi-) 330 598 T (trary communicators.) 330 584 T (fortran/grp_ctxt_comm/functional/) 114 562 T (MPI_Group_incl1) 114 548 T (Calling MPI_Group_incl\050\051 to cre-) 330 562 T -0.44 (ate groups with various ranks from) 330 548 P (arbitrary communicators.) 330 534 T (fortran/grp_ctxt_comm/functional/) 114 512 T (MPI_Group_incl2) 114 498 T (Calling MPI_Group_incl\050\051 to cre-) 330 512 T (ate groups of size one from arbi-) 330 498 T (trary communicators.) 330 484 T (fortran/grp_ctxt_comm/functional/) 114 462 T (MPI_Group_intersection1) 114 448 T (Calling) 330 462 T (MPI_Group_intersection\050\051 with) 330 448 T (arbitrary groups and) 330 434 T (\050MPI_EMPTY_GROUP) 330 420 T (, or) 447.34 420 T (MPI_COMM_WORLD\051.) 330 406 T (fortran/grp_ctxt_comm/functional/) 114 384 T (MPI_Group_intersection2) 114 370 T (Calling) 330 384 T (MPI_Group_intersection\050\051 with) 330 370 T (arbitrary non-overlapping groups) 330 356 T (of MPI_COMM_WORLD.) 330 342 T (fortran/grp_ctxt_comm/functional/) 114 320 T (MPI_Group_intersection3) 114 306 T (Calling) 330 320 T (MPI_Group_intersection\050\051 with) 330 306 T (arbitrary overlapping groups of) 330 292 T (MPI_COMM_WORLD.) 330 278 T (fortran/grp_ctxt_comm/functional/) 114 256 T (MPI_Group_range_excl1) 114 242 T (Calling MPI_Group_range_excl\050\051) 330 256 T -0.55 (to create groups with various ranks) 330 242 P (from arbitrary communicators.) 330 228 T (fortran/grp_ctxt_comm/functional/) 114 206 T (MPI_Group_range_excl2) 114 192 T (Calling MPI_Group_range_excl\050\051) 330 206 T (to create groups of size one from) 330 192 T (arbitrary communicators.) 330 178 T (fortran/grp_ctxt_comm/functional/) 114 156 T (MPI_Group_range_excl3) 114 142 T (Calling MPI_Group_range_excl\050\051) 330 156 T (to create groups excluding every) 330 142 T (other rank from arbitrary commu-) 330 128 T (nicators.) 330 114 T 1 F (T) 147.16 712 T (able 39: Gr) 154.06 712 T (oup, Context, and Communicator functional tests) 211.84 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 106.25 2 L V 0.5 H 0 Z N 324 702.25 324 105.75 2 L V N 504 701.75 504 106.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 626 504.25 626 2 L V N 107.75 576 504.25 576 2 L V N 107.75 526 504.25 526 2 L V N 107.75 476 504.25 476 2 L V N 107.75 398 504.25 398 2 L V N 107.75 334 504.25 334 2 L V N 107.75 270 504.25 270 2 L V N 107.75 220 504.25 220 2 L V N 107.75 170 504.25 170 2 L V N 107.75 106 504.25 106 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "133" 35 %%Page: "132" 36 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (132) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/grp_ctxt_comm/functional/) 114 662 T (MPI_Comm_dup) 114 648 T (Calling MPI_Comm_dup\050\051 to) 330 662 T (duplicate various communicators) 330 648 T (making sure they really are sepa-) 330 634 T (rate communicators.) 330 620 T (fortran/grp_ctxt_comm/functional/) 114 598 T (MPI_Comm_group) 114 584 T (Calling MPI_Comm_group\050\051 to) 330 598 T (retrieve groups from arbitrary) 330 584 T (communicators.) 330 570 T (fortran/grp_ctxt_comm/functional/) 114 548 T (MPI_Comm_split1) 114 534 T (Calling MPI_Comm_split\050\051 to) 330 548 T (split various intracommunicators) 330 534 T (into communicators of size one.) 330 520 T (fortran/grp_ctxt_comm/functional/) 114 498 T (MPI_Comm_split2) 114 484 T (Calling MPI_Comm_split\050\051 to) 330 498 T (split various intracommunicators) 330 484 T (into communicators the same as) 330 470 T (the original one.) 330 456 T (fortran/grp_ctxt_comm/functional/) 114 434 T (MPI_Comm_split3) 114 420 T (Calling MPI_Comm_split\050\051 to) 330 434 T (split various intracommunicators) 330 420 T (into communicators of half of the) 330 406 T (original size.) 330 392 T (fortran/grp_ctxt_comm/functional/) 114 370 T (MPI_Comm_split4) 114 356 T (Calling MPI_Comm_split\050\051 to) 330 370 T (split various intracommunicators) 330 356 T (into 2 communicators with some) 330 342 T (non-zero set of ranks not being in) 330 328 T (either) 330 314 T (.) 356.66 314 T (fortran/grp_ctxt_comm/functional/) 114 292 T (MPI_Group_compare) 114 278 T (Calling MPI_Group_compare\050\051) 330 292 T (with various groups.) 330 278 T (fortran/grp_ctxt_comm/functional/) 114 256 T (MPI_Group_dif) 114 242 T (ference1) 191.11 242 T (Calling MPI_Group_dif) 330 256 T (ference\050\051) 445.45 256 T (with arbitrary groups and) 330 242 T (\050MPI_EMPTY_GROUP) 330 228 T (, or) 447.34 228 T (MPI_COMM_WORLD\051.) 330 214 T (fortran/grp_ctxt_comm/functional/) 114 192 T (MPI_Group_dif) 114 178 T (ference2) 191.11 178 T (Calling MPI_Group_dif) 330 192 T (ference\050\051) 445.45 192 T (with arbitrary non-overlapping) 330 178 T (groups of MPI_COMM_WORLD.) 330 164 T (fortran/grp_ctxt_comm/functional/) 114 142 T (MPI_Group_dif) 114 128 T (ference3) 191.11 128 T (Calling MPI_Group_dif) 330 142 T (ference\050\051) 445.45 142 T (with arbitrary overlapping groups) 330 128 T (of MPI_COMM_WORLD.) 330 114 T 1 F (T) 147.16 712 T (able 39: Gr) 154.06 712 T (oup, Context, and Communicator functional tests) 211.84 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 106.25 2 L V 0.5 H 0 Z N 324 702.25 324 105.75 2 L V N 504 701.75 504 106.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 612 504.25 612 2 L V N 107.75 562 504.25 562 2 L V N 107.75 512 504.25 512 2 L V N 107.75 448 504.25 448 2 L V N 107.75 384 504.25 384 2 L V N 107.75 306 504.25 306 2 L V N 107.75 270 504.25 270 2 L V N 107.75 206 504.25 206 2 L V N 107.75 156 504.25 156 2 L V N 107.75 106 504.25 106 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "132" 36 %%Page: "131" 37 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (131) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (B.2.5) 108 336 T (Gr) 153 336 T (oup, Context, and Communicator Operations) 167.45 336 T (T) 181.83 688 T (able 38: Envir) 188.73 688 T (onment Manager functional tests) 261.19 688 T 0 F (T) 194.26 662 T (est path) 200.75 662 T (Description) 386 662 T (fortran/env_manager/error/) 114 638 T (MPI_Abort_err1) 114 624 T (Invalid communicator) 330 638 T (\050MPI_COMM_NULL\051) 330 624 T (fortran/env_manager/error/) 114 602 T (MPI_Errhandler_free_err1) 114 588 T (Invalid error handler) 330 602 T (\050MPI_ERRHANDLER_NULL\051) 330 588 T (fortran/env_manager/error/) 114 566 T (MPI_Errhandler_get_err1) 114 552 T (Invalid communicator) 330 566 T (\050MPI_COMM_NULL\051) 330 552 T (fortran/env_manager/error/) 114 530 T (MPI_Errhandler_get_err2) 114 516 T (Freed communicator) 330 530 T (fortran/env_manager/error/) 114 494 T (MPI_Errhandler_set_err1) 114 480 T (Invalid communicator) 330 494 T (\050MPI_COMM_NULL\051) 330 480 T (fortran/env_manager/error/) 114 458 T (MPI_Errhandler_set_err2) 114 444 T (Freed communicator) 330 458 T (fortran/env_manager/error/) 114 422 T (MPI_Errhandler_set_err3) 114 408 T (Invalid error handler) 330 422 T (\050MPI_ERRHANDLER_NULL\051) 330 408 T (fortran/env_manager/error/MPI_Init_err1) 114 386 T (Calling MPI_Init\050\051 twice) 330 386 T 1 F (T) 147.16 312 T (able 39: Gr) 154.06 312 T (oup, Context, and Communicator functional tests) 211.84 312 T 0 F (T) 194.26 286 T (est path) 200.75 286 T (Description) 386 286 T (fortran/grp_ctxt_comm/functional/) 114 262 T (MPI_Comm_compare) 114 248 T (Using MPI_Comm_compare\050\051) 330 262 T (with MPI_IDENT on various user) 330 248 T (created communicators and pre-) 330 234 T (de\336ned communicators) 330 220 T (\050MPI_COMM_WORLD,) 330 206 T (MPI_COMM_SELF\051.) 330 192 T (fortran/grp_ctxt_comm/functional/) 114 170 T (MPI_Comm_create) 114 156 T (Calling MPI_Comm_create\050\051 to) 330 170 T (create communicators from arbi-) 330 156 T (trary group of ranks.) 330 142 T 108 677.75 108 378.25 2 L V 0.5 H 0 Z N 324 678.25 324 377.75 2 L V N 504 677.75 504 378.25 2 L V N 107.75 678 504.25 678 2 L V N 107.75 652 504.25 652 2 L V N 107.75 616 504.25 616 2 L V N 107.75 580 504.25 580 2 L V N 107.75 544 504.25 544 2 L V N 107.75 508 504.25 508 2 L V N 107.75 472 504.25 472 2 L V N 107.75 436 504.25 436 2 L V N 107.75 400 504.25 400 2 L V N 107.75 378 504.25 378 2 L V N 108 301.75 108 134.25 2 L V N 324 302.25 324 133.75 2 L V N 504 301.75 504 134.25 2 L V N 107.75 302 504.25 302 2 L V N 107.75 276 504.25 276 2 L V N 107.75 184 504.25 184 2 L V N 107.75 134 504.25 134 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "131" 37 %%Page: "130" 38 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (130) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (B.2.4) 108 712 T (Envir) 153 712 T (onment Manager) 182.12 712 T (T) 181.83 688 T (able 37: Envir) 188.73 688 T (onment Manager functional tests) 261.19 688 T 0 F (T) 194.26 662 T (est path) 200.75 662 T (Description) 386 662 T (fortran/env_manager/functional/) 114 638 T (MPI_Abort) 114 624 T (Calling MPI_Abort\050\051 from rank 0) 330 638 T (in MPI_COMM_WORLD.) 330 624 T (fortran/env_manager/functional/) 114 602 T (MPI_Errhandler_fatal) 114 588 T (Setting) 330 602 T (MPI_ERRORS_ARE_F) 330 588 T (A) 445.8 588 T (T) 453.13 588 T (AL) 459.5 588 T (using MPI_Errhandler_set\050\051.) 330 574 T (fortran/env_manager/functional/) 114 552 T (MPI_Errhandler_free) 114 538 T (Freeing user de\336ned error handler) 330 552 T (using MPI_Errhandler_free\050\051.) 330 538 T (fortran/env_manager/functional/) 114 516 T (MPI_Errhandler_get) 114 502 T (Setting user de\336ned error handler) 330 516 T (and retrieving it using) 330 502 T (MPI_Errhandler_get\050\051.) 330 488 T (fortran/env_manager/functional/) 114 466 T (MPI_Errhandler_set) 114 452 T (Setting user de\336ned error handler) 330 466 T (using MPI_Errhandler_set\050\051.) 330 452 T (fortran/env_manager/functional/) 114 430 T (MPI_Error_string) 114 416 T (Calling MPI_Error_string for) 330 430 T (every standard error class.) 330 416 T (fortran/env_manager/functional/) 114 394 T (MPI_Finalize) 114 380 T (Calling MPI_Finalize\050\051 from all) 330 394 T (ranks.) 330 380 T (fortran/env_manager/functional/) 114 358 T (MPI_Get_processor_name) 114 344 T (Calling) 330 358 T (MPI_Get_processor_name\050\051 from) 330 344 T (each rank.) 330 330 T (fortran/env_manager/functional/) 114 308 T (MPI_Init_attr) 114 294 T (Calling MPI_Attr_get\050\051 to get all) 330 308 T (the prede\336ned attributes) 330 294 T (\050MPI_T) 330 280 T (AG_UB, MPI_HOST) 367.7 280 T (,) 471.48 280 T (MPI_WTIME_IS_GLOBAL,) 330 266 T (MPI_IO\051.) 330 252 T (fortran/env_manager/functional/) 114 230 T (MPI_Initialized) 114 216 T (Calling MPI_Initialized\050\051 before) 330 230 T (and after MPI_Init\050\051.) 330 216 T (fortran/env_manager/functional/) 114 194 T (MPI_Pcontrol) 114 180 T (Calling MPI_Pcontrol\050\051 with vari-) 330 194 T (ous levels.) 330 180 T (fortran/env_manager/functional/) 114 158 T (MPI_Wtime) 114 144 T (Calling MPI_Wtime\050\051 and) 330 158 T (MPI_Wtick\050\051 from all ranks in) 330 144 T (MPI_COMM_WORLD.) 330 130 T 108 677.75 108 122.25 2 L V 0.5 H 0 Z N 324 678.25 324 121.75 2 L V N 504 677.75 504 122.25 2 L V N 107.75 678 504.25 678 2 L V N 107.75 652 504.25 652 2 L V N 107.75 616 504.25 616 2 L V N 107.75 566 504.25 566 2 L V N 107.75 530 504.25 530 2 L V N 107.75 480 504.25 480 2 L V N 107.75 444 504.25 444 2 L V N 107.75 408 504.25 408 2 L V N 107.75 372 504.25 372 2 L V N 107.75 322 504.25 322 2 L V N 107.75 244 504.25 244 2 L V N 107.75 208 504.25 208 2 L V N 107.75 172 504.25 172 2 L V N 107.75 122 504.25 122 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "130" 38 %%Page: "129" 39 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (129) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/datatype/error/) 114 662 T (MPI_T) 114 648 T (ype_indexed_err2) 147.83 648 T (Negative blocklength) 330 662 T (fortran/datatype/error/) 114 626 T (MPI_T) 114 612 T (ype_indexed_err3) 147.83 612 T (Invalid type) 330 626 T (\050MPI_DA) 330 612 T (T) 377.33 612 T (A) 383.7 612 T (TYPE_NULL\051) 391.03 612 T (fortran/datatype/error/MPI_T) 114 590 T (ype_lb_err1) 254.46 590 T (Invalid type) 330 590 T (\050MPI_DA) 330 576 T (T) 377.33 576 T (A) 383.7 576 T (TYPE_NULL\051) 391.03 576 T (fortran/datatype/error/) 114 554 T (MPI_T) 114 540 T (ype_size_err1) 147.83 540 T (Invalid type) 330 554 T (\050MPI_DA) 330 540 T (T) 377.33 540 T (A) 383.7 540 T (TYPE_NULL\051) 391.03 540 T (fortran/datatype/error/) 114 518 T (MPI_T) 114 504 T (ype_struct_err1) 147.83 504 T (Negative input count) 330 518 T (fortran/datatype/error/) 114 482 T (MPI_T) 114 468 T (ype_struct_err2) 147.83 468 T (Negative blocklength) 330 482 T (fortran/datatype/error/) 114 446 T (MPI_T) 114 432 T (ype_struct_err3) 147.83 432 T (Invalid type) 330 446 T (\050MPI_DA) 330 432 T (T) 377.33 432 T (A) 383.7 432 T (TYPE_NULL\051) 391.03 432 T (fortran/datatype/error/MPI_T) 114 410 T (ype_ub_err1) 254.46 410 T (Invalid type) 330 410 T (\050MPI_DA) 330 396 T (T) 377.33 396 T (A) 383.7 396 T (TYPE_NULL\051) 391.03 396 T (fortran/datatype/error/) 114 374 T (MPI_T) 114 360 T (ype_vector_err1) 147.83 360 T (Negative input count) 330 374 T (fortran/datatype/error/) 114 338 T (MPI_T) 114 324 T (ype_vector_err2) 147.83 324 T (Negative blocklength) 330 338 T (fortran/datatype/error/) 114 302 T (MPI_T) 114 288 T (ype_vector_err3) 147.83 288 T (Invalid type) 330 302 T (\050MPI_DA) 330 288 T (T) 377.33 288 T (A) 383.7 288 T (TYPE_NULL\051) 391.03 288 T (fortran/datatype/error/MPI_Unpack_err1) 114 266 T (Negative insize) 330 266 T (fortran/datatype/error/MPI_Unpack_err2) 114 244 T (Negative outcount) 330 244 T (fortran/datatype/error/MPI_Unpack_err3) 114 222 T (Invalid communicator) 330 222 T (\050MPI_COMM_NULL\051) 330 208 T (fortran/datatype/error/MPI_Unpack_err4) 114 186 T (Invalid type) 330 186 T (\050MPI_DA) 330 172 T (T) 377.33 172 T (A) 383.7 172 T (TYPE_NULL\051) 391.03 172 T (fortran/datatype/error/MPI_Unpack_err5) 114 150 T (Uncommitted datatype) 330 150 T (fortran/datatype/error/MPI_Unpack_err6) 114 128 T (outcount < insize) 330 128 T 1 F (T) 203.02 712 T (able 36: C Derived datatype err) 209.92 712 T (or tests) 372 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 120.25 2 L V 0.5 H 0 Z N 324 702.25 324 119.75 2 L V N 504 701.75 504 120.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 107.75 424 504.25 424 2 L V N 107.75 388 504.25 388 2 L V N 107.75 352 504.25 352 2 L V N 107.75 316 504.25 316 2 L V N 107.75 280 504.25 280 2 L V N 107.75 258 504.25 258 2 L V N 107.75 236 504.25 236 2 L V N 107.75 200 504.25 200 2 L V N 107.75 164 504.25 164 2 L V N 107.75 142 504.25 142 2 L V N 107.75 120 504.25 120 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "129" 39 %%Page: "128" 40 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (128) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/datatype/error/) 114 662 T (MPI_T) 114 648 T (ype_free_err2) 147.83 648 T (Prede\336ned type \050MPI_BYTE\051) 330 662 T (fortran/datatype/error/) 114 626 T (MPI_T) 114 612 T (ype_free_err3) 147.83 612 T (Prede\336ned type) 330 626 T (\050MPI_CHARACTER\051) 330 612 T (fortran/datatype/error/) 114 590 T (MPI_T) 114 576 T (ype_free_err4) 147.83 576 T (Prede\336ned type) 330 590 T (\050MPI_DOUBLE_PRECISION\051) 330 576 T (fortran/datatype/error/) 114 554 T (MPI_T) 114 540 T (ype_free_err5) 147.83 540 T (Prede\336ned type \050MPI_REAL\051) 330 554 T (fortran/datatype/error/) 114 518 T (MPI_T) 114 504 T (ype_free_err6) 147.83 504 T (Prede\336ned type \050MPI_INTEGER\051) 330 518 T (fortran/datatype/error/) 114 482 T (MPI_T) 114 468 T (ype_free_err7) 147.83 468 T (Prede\336ned type \050MPI_P) 330 482 T (ACKED\051) 444.89 482 T (fortran/datatype/error/) 114 446 T (MPI_T) 114 432 T (ype_free_err8) 147.83 432 T (Prede\336ned type) 330 446 T (\050MPI_COMPLEX\051) 330 432 T (fortran/datatype/error/) 114 410 T (MPI_T) 114 396 T (ype_free_err9) 147.83 396 T (Prede\336ned type) 330 410 T (\050MPI_DOUBLE_COMPLEX\051) 330 396 T (fortran/datatype/error/) 114 374 T (MPI_T) 114 360 T (ype_free_err10) 147.83 360 T (Prede\336ned type \050MPI_LOGICAL\051) 330 374 T (fortran/datatype/error/) 114 338 T (MPI_T) 114 324 T (ype_hindexed_err1) 147.83 324 T (Negative input count) 330 338 T (fortran/datatype/error/) 114 302 T (MPI_T) 114 288 T (ype_hindexed_err2) 147.83 288 T (Negative blocklength) 330 302 T (fortran/datatype/error/) 114 266 T (MPI_T) 114 252 T (ype_hindexed_err3) 147.83 252 T (Invalid type) 330 266 T (\050MPI_DA) 330 252 T (T) 377.33 252 T (A) 383.7 252 T (TYPE_NULL\051) 391.03 252 T (fortran/datatype/error/) 114 230 T (MPI_T) 114 216 T (ype_hvector_err1) 147.83 216 T (Negative input count) 330 230 T (fortran/datatype/error/) 114 194 T (MPI_T) 114 180 T (ype_hvector_err2) 147.83 180 T (Negative blocklength) 330 194 T (fortran/datatype/error/) 114 158 T (MPI_T) 114 144 T (ype_hvector_err3) 147.83 144 T (Invalid type) 330 158 T (\050MPI_DA) 330 144 T (T) 377.33 144 T (A) 383.7 144 T (TYPE_NULL\051) 391.03 144 T (fortran/datatype/error/) 114 122 T (MPI_T) 114 108 T (ype_indexed_err1) 147.83 108 T (Negative input count) 330 122 T 1 F (T) 203.02 712 T (able 36: C Derived datatype err) 209.92 712 T (or tests) 372 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 100.25 2 L V 0.5 H 0 Z N 324 702.25 324 99.75 2 L V N 504 701.75 504 100.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 107.75 424 504.25 424 2 L V N 107.75 388 504.25 388 2 L V N 107.75 352 504.25 352 2 L V N 107.75 316 504.25 316 2 L V N 107.75 280 504.25 280 2 L V N 107.75 244 504.25 244 2 L V N 107.75 208 504.25 208 2 L V N 107.75 172 504.25 172 2 L V N 107.75 136 504.25 136 2 L V N 107.75 100 504.25 100 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "128" 40 %%Page: "127" 41 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (127) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (T) 203.02 688 T (able 36: C Derived datatype err) 209.92 688 T (or tests) 372 688 T 0 F (T) 194.26 662 T (est path) 200.75 662 T (Description) 386 662 T (fortran/datatype/error/) 114 638 T (MPI_Get_elements_err1) 114 624 T (Invalid type) 330 638 T (\050MPI_DA) 330 624 T (T) 377.33 624 T (A) 383.7 624 T (TYPE_NULL\051) 391.03 624 T (fortran/datatype/error/) 114 602 T (MPI_Get_elements_err2) 114 588 T (Uncommitted datatype) 330 602 T (fortran/datatype/error/MPI_Pack_err1) 114 566 T (Negative input count) 330 566 T (fortran/datatype/error/MPI_Pack_err2) 114 544 T (Negative outsize) 330 544 T (fortran/datatype/error/MPI_Pack_err3) 114 522 T (Invalid communicator) 330 522 T (\050MPI_COMM_NULL\051) 330 508 T (fortran/datatype/error/MPI_Pack_err4) 114 486 T (Invalid datatype) 330 486 T (\050MPI_DA) 330 472 T (T) 377.33 472 T (A) 383.7 472 T (TYPE_NULL\051) 391.03 472 T (fortran/datatype/error/MPI_Pack_err5) 114 450 T (Uncommitted datatype) 330 450 T (fortran/datatype/error/MPI_Pack_err6) 114 428 T (outsize < incount with basic type) 330 428 T (fortran/datatype/error/) 114 406 T (MPI_Pack_size_err1) 114 392 T (Negative input incount) 330 406 T (fortran/datatype/error/) 114 370 T (MPI_Pack_size_err2) 114 356 T (Invalid communicator) 330 370 T (\050MPI_COMM_NULL\051) 330 356 T (fortran/datatype/error/) 114 334 T (MPI_Pack_size_err3) 114 320 T (Invalid datatype) 330 334 T (\050MPI_DA) 330 320 T (T) 377.33 320 T (A) 383.7 320 T (TYPE_NULL\051) 391.03 320 T (fortran/datatype/error/) 114 298 T (MPI_Pack_size_err4) 114 284 T (Uncommitted datatype) 330 298 T (fortran/datatype/error/) 114 262 T (MPI_T) 114 248 T (ype_commit_err1) 147.83 248 T (Invalid datatype) 330 262 T (\050MPI_DA) 330 248 T (T) 377.33 248 T (A) 383.7 248 T (TYPE_NULL\051) 391.03 248 T (fortran/datatype/error/) 114 226 T (MPI_T) 114 212 T (ype_contiguous_err1) 147.83 212 T (Negative input count) 330 226 T (fortran/datatype/error/) 114 190 T (MPI_T) 114 176 T (ype_contiguous_err2) 147.83 176 T (Invalid datatype) 330 190 T (\050MPI_DA) 330 176 T (T) 377.33 176 T (A) 383.7 176 T (TYPE_NULL\051) 391.03 176 T (fortran/datatype/error/) 114 154 T (MPI_T) 114 140 T (ype_extent_err1) 147.83 140 T (Invalid datatype) 330 154 T (\050MPI_DA) 330 140 T (T) 377.33 140 T (A) 383.7 140 T (TYPE_NULL\051) 391.03 140 T (fortran/datatype/error/) 114 118 T (MPI_T) 114 104 T (ype_free_err1) 147.83 104 T (Invalid datatype) 330 118 T (\050MPI_DA) 330 104 T (T) 377.33 104 T (A) 383.7 104 T (TYPE_NULL\051) 391.03 104 T 108 677.75 108 96.25 2 L V 0.5 H 0 Z N 324 678.25 324 95.75 2 L V N 504 677.75 504 96.25 2 L V N 107.75 678 504.25 678 2 L V N 107.75 652 504.25 652 2 L V N 107.75 616 504.25 616 2 L V N 107.75 580 504.25 580 2 L V N 107.75 558 504.25 558 2 L V N 107.75 536 504.25 536 2 L V N 107.75 500 504.25 500 2 L V N 107.75 464 504.25 464 2 L V N 107.75 442 504.25 442 2 L V N 107.75 420 504.25 420 2 L V N 107.75 384 504.25 384 2 L V N 107.75 348 504.25 348 2 L V N 107.75 312 504.25 312 2 L V N 107.75 276 504.25 276 2 L V N 107.75 240 504.25 240 2 L V N 107.75 204 504.25 204 2 L V N 107.75 168 504.25 168 2 L V N 107.75 132 504.25 132 2 L V N 107.75 96 504.25 96 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "127" 41 %%Page: "126" 42 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (126) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/datatype/functional/) 114 662 T (MPI_T) 114 648 T (ype_ub_MPI_UB) 147.83 648 T (Calling MPI_T) 330 662 T (ype_ub\050\051 with user) 402.17 662 T (de\336ned type which contains) 330 648 T (MPI_UB. T) 330 634 T (est loops through vari-) 389.5 634 T (ous communicators.) 330 620 T (fortran/datatype/functional/) 114 598 T (MPI_T) 114 584 T (ype_ub_neg_displ) 147.83 584 T (Calling MPI_T) 330 598 T (ype_ub\050\051 with user) 402.17 598 T (de\336ned type which has negative) 330 584 T (displacement. T) 330 570 T (est loops through) 408.82 570 T (various communicators.) 330 556 T (fortran/datatype/functional/) 114 534 T (MPI_T) 114 520 T (ype_ub_pos_displ) 147.83 520 T (Calling MPI_T) 330 534 T (ype_ub\050\051 with user) 402.17 534 T (de\336ned type which has positive) 330 520 T (displacement. T) 330 506 T (est loops through) 408.82 506 T (various communicators.) 330 492 T (fortran/datatype/functional/) 114 470 T (MPI_T) 114 456 T (ype_vector_basic) 147.83 456 T (Calling MPI_T) 330 470 T (ype_vector\050\051 with) 402.17 470 T (basic types. T) 330 456 T (est loops through) 398.48 456 T (various communicators, lengths,) 330 442 T (and sender) 330 428 T (\325) 382.09 428 T (s ranks.) 385.43 428 T (fortran/datatype/functional/) 114 406 T (MPI_T) 114 392 T (ype_vector_blklen) 147.83 392 T (Calling MPI_T) 330 406 T (ype_vector\050\051 with) 402.17 406 T (user de\336ned types using block) 330 392 T -0.18 (length > 1. T) 330 378 P -0.18 (est loops through var-) 393.55 378 P (ious communicators, lengths and) 330 364 T (sender) 330 350 T (\325) 361.76 350 T (s rank.) 365.1 350 T (fortran/datatype/functional/) 114 328 T (MPI_T) 114 314 T (ype_vector_stride) 147.83 314 T (Calling MPI_T) 330 328 T (ype_vector\050\051 with) 402.17 328 T -0.29 (user de\336ned type with stride lar) 330 314 P -0.29 (ger) 479.97 314 P (than the type size of the user) 330 300 T (de\336ned type. T) 330 286 T (est loops through) 404.48 286 T (various communicators, lengths) 330 272 T (and sender) 330 258 T (\325) 382.09 258 T (s rank.) 385.43 258 T (fortran/datatype/functional/) 114 236 T (MPI_T) 114 222 T (ype_vector_types) 147.83 222 T (Calling MPI_T) 330 236 T (ype_vector\050\051 with) 402.17 236 T (basic and user de\336ned type. T) 330 222 T (est) 475.46 222 T (loops through various communica-) 330 208 T (tors, lengths, and sender) 330 194 T (\325) 446.76 194 T (s ranks.) 450.1 194 T 1 F (T) 196.39 712 T (able 35: Derived datatype functional tests) 203.29 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 186.25 2 L V 0.5 H 0 Z N 324 702.25 324 185.75 2 L V N 504 701.75 504 186.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 612 504.25 612 2 L V N 107.75 548 504.25 548 2 L V N 107.75 484 504.25 484 2 L V N 107.75 420 504.25 420 2 L V N 107.75 342 504.25 342 2 L V N 107.75 250 504.25 250 2 L V N 107.75 186 504.25 186 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "126" 42 %%Page: "125" 43 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (125) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/datatype/functional/) 114 662 T (MPI_T) 114 648 T (ype_size_MPI_LB_UB) 147.83 648 T (Calling MPI_T) 330 662 T (ype_size\050\051 with) 402.17 662 T -0.47 (MPI_LB and MPI_UB. T) 330 648 P -0.47 (est loops) 453.61 648 P (through various communicators) 330 634 T (and data types.) 330 620 T (fortran/datatype/functional/) 114 598 T (MPI_T) 114 584 T (ype_size_basic) 147.83 584 T (Calling MPI_T) 330 598 T (ype_size\050\051 with) 402.17 598 T (basic types. T) 330 584 T (est loops through) 398.48 584 T (various communicators,) 330 570 T (fortran/datatype/functional/) 114 548 T (MPI_T) 114 534 T (ype_size_types) 147.83 534 T (Calling MPI_T) 330 548 T (ype_size\050\051 with) 402.17 548 T (user de\336ned type. T) 330 534 T (est loops) 427.48 534 T (through various communicators,) 330 520 T (and lengths.) 330 506 T (fortran/datatype/functional/) 114 484 T (MPI_T) 114 470 T (ype_struct_basic) 147.83 470 T (Calling MPI_T) 330 484 T (ype_struct\050\051 with) 402.17 484 T (basic types. T) 330 470 T (est loops through) 398.48 470 T (various communicators, lengths,) 330 456 T (and sender) 330 442 T (\325) 382.09 442 T (s ranks.) 385.43 442 T (fortran/datatype/functional/) 114 420 T (MPI_T) 114 406 T (ype_struct_blklen) 147.83 406 T (Calling MPI_T) 330 420 T (ype_struct\050\051 with) 402.17 420 T (user de\336ned types using block) 330 406 T -0.18 (length > 1. T) 330 392 P -0.18 (est loops through var-) 393.55 392 P (ious communicators, lengths and) 330 378 T (sender) 330 364 T (\325) 361.76 364 T (s rank.) 365.1 364 T (fortran/datatype/functional/) 114 342 T (MPI_T) 114 328 T (ype_struct_displs) 147.83 328 T (Calling MPI_T) 330 342 T (ype_struct\050\051 with) 402.17 342 T (user de\336ned types using nonzero) 330 328 T (displacement greater than the type) 330 314 T (size of each entry of the user) 330 300 T (de\336ned type. T) 330 286 T (est loops through) 404.48 286 T (various communicators, lengths) 330 272 T (and sender) 330 258 T (\325) 382.09 258 T (s rank.) 385.43 258 T (fortran/datatype/functional/) 114 236 T (MPI_T) 114 222 T (ype_struct_types) 147.83 222 T (Calling MPI_T) 330 236 T (ype_struct\050\051 with) 402.17 236 T (basic and user de\336ned type. T) 330 222 T (est) 475.46 222 T (loops through various communica-) 330 208 T (tors, lengths, and root\325) 330 194 T (s ranks.) 437.66 194 T (fortran/datatype/functional/) 114 172 T (MPI_T) 114 158 T (ype_ub_2MPI_UB) 147.83 158 T (Calling MPI_T) 330 172 T (ype_ub\050\051 with 2) 402.17 172 T -0.06 (user de\336ned types which each con-) 330 158 P -0.47 (tains MPI_UB. T) 330 144 P -0.47 (est loops through) 413.75 144 P (various communicators.) 330 130 T 1 F (T) 196.39 712 T (able 35: Derived datatype functional tests) 203.29 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 122.25 2 L V 0.5 H 0 Z N 324 702.25 324 121.75 2 L V N 504 701.75 504 122.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 612 504.25 612 2 L V N 107.75 562 504.25 562 2 L V N 107.75 498 504.25 498 2 L V N 107.75 434 504.25 434 2 L V N 107.75 356 504.25 356 2 L V N 107.75 250 504.25 250 2 L V N 107.75 186 504.25 186 2 L V N 107.75 122 504.25 122 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "125" 43 %%Page: "124" 44 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (124) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/datatype/functional/) 114 662 T (MPI_T) 114 648 T (ype_indexed_basic) 147.83 648 T -0.27 (Calling MPI_T) 330 662 P -0.27 (ype_indexed\050\051 with) 401.9 662 P (basic types. T) 330 648 T (est loops through) 398.48 648 T (various communicators, lengths,) 330 634 T (and sender) 330 620 T (\325) 382.09 620 T (s ranks.) 385.43 620 T (fortran/datatype/functional/) 114 598 T (MPI_T) 114 584 T (ype_indexed_blklen) 147.83 584 T -0.27 (Calling MPI_T) 330 598 P -0.27 (ype_indexed\050\051 with) 401.9 598 P (user de\336ned types using block) 330 584 T -0.18 (length > 1. T) 330 570 P -0.18 (est loops through var-) 393.55 570 P (ious communicators, lengths and) 330 556 T (sender) 330 542 T (\325) 361.76 542 T (s rank.) 365.1 542 T (fortran/datatype/functional/) 114 520 T (MPI_T) 114 506 T (ype_indexed_displs) 147.83 506 T -0.27 (Calling MPI_T) 330 520 P -0.27 (ype_indexed\050\051 with) 401.9 520 P (user de\336ned types using nonzero) 330 506 T (displacement greater than the type) 330 492 T (size of each entry of the user) 330 478 T (de\336ned type. T) 330 464 T (est loops through) 404.48 464 T (various communicators, lengths) 330 450 T (and sender) 330 436 T (\325) 382.09 436 T (s rank.) 385.43 436 T (fortran/datatype/functional/) 114 414 T (MPI_T) 114 400 T (ype_indexed_types) 147.83 400 T -0.27 (Calling MPI_T) 330 414 P -0.27 (ype_indexed\050\051 with) 401.9 414 P (user de\336ned type. T) 330 400 T (est loops) 427.48 400 T (through various communicators,) 330 386 T (lengths, and root\325) 330 372 T (s ranks.) 413.66 372 T (fortran/datatype/functional/) 114 350 T (MPI_T) 114 336 T (ype_lb_2MPI_LB) 147.83 336 T -0.83 (Calling MPI_T) 330 350 P -0.83 (ype_lb\050\051 with 2 user) 401.34 350 P (de\336ned types which each contains) 330 336 T (MPI_LB. T) 330 322 T (est loops through vari-) 388.16 322 T (ous communicators.) 330 308 T (fortran/datatype/functional/) 114 286 T (MPI_T) 114 272 T (ype_lb_MPI_LB) 147.83 272 T (Calling MPI_T) 330 286 T (ype_lb\050\051 with user) 402.17 286 T (de\336ned type which contains) 330 272 T (MPI_LB. T) 330 258 T (est loops through vari-) 388.16 258 T (ous communicators.) 330 244 T (fortran/datatype/functional/) 114 222 T (MPI_T) 114 208 T (ype_lb_neg_displ) 147.83 208 T (Calling MPI_T) 330 222 T (ype_lb\050\051 with user) 402.17 222 T (de\336ned type which has negative) 330 208 T (displacement. T) 330 194 T (est loops through) 408.82 194 T (various communicators.) 330 180 T (fortran/datatype/functional/) 114 158 T (MPI_T) 114 144 T (ype_lb_pos_displ) 147.83 144 T (Calling MPI_T) 330 158 T (ype_lb\050\051 with user) 402.17 158 T (de\336ned type which has positive) 330 144 T (displacement. T) 330 130 T (est loops through) 408.82 130 T (various communicators and data) 330 116 T (types.) 330 102 T 1 F (T) 196.39 712 T (able 35: Derived datatype functional tests) 203.29 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 94.25 2 L V 0.5 H 0 Z N 324 702.25 324 93.75 2 L V N 504 701.75 504 94.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 612 504.25 612 2 L V N 107.75 534 504.25 534 2 L V N 107.75 428 504.25 428 2 L V N 107.75 364 504.25 364 2 L V N 107.75 300 504.25 300 2 L V N 107.75 236 504.25 236 2 L V N 107.75 172 504.25 172 2 L V N 107.75 94 504.25 94 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "124" 44 %%Page: "123" 45 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (123) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/datatype/functional/) 114 662 T (MPI_T) 114 648 T (ype_hindexed_blklen) 147.83 648 T (Calling MPI_T) 330 662 T (ype_hindexed\050\051) 402.17 662 T (with user de\336ned types using) 330 648 T (block length > 1. T) 330 634 T (est loops) 423.92 634 T (through various communicators,) 330 620 T (lengths and sender) 330 606 T (\325) 419.76 606 T (s rank.) 423.1 606 T (fortran/datatype/functional/) 114 584 T (MPI_T) 114 570 T (ype_hindexed_displs) 147.83 570 T (Calling MPI_T) 330 584 T (ype_hindexed\050\051) 402.17 584 T (with user de\336ned types using non-) 330 570 T (zero displacement greater than the) 330 556 T (type size of each entry of the user) 330 542 T (de\336ned type. T) 330 528 T (est loops through) 404.48 528 T (various communicators, lengths) 330 514 T (and sender) 330 500 T (\325) 382.09 500 T (s rank.) 385.43 500 T (fortran/datatype/functional/) 114 478 T (MPI_T) 114 464 T (ype_hindexed_types) 147.83 464 T (Calling MPI_T) 330 478 T (ype_hindexed\050\051) 402.17 478 T (with user de\336ned type. test loops) 330 464 T (through various communicators,) 330 450 T (lengths, and root\325) 330 436 T (s ranks.) 413.66 436 T (fortran/datatype/functional/) 114 414 T (MPI_T) 114 400 T (ype_hvector_basic) 147.83 400 T (Calling MPI_T) 330 414 T (ype_hvector\050\051 with) 402.17 414 T (basic types. T) 330 400 T (est loops through) 398.48 400 T (various communicators, lengths,) 330 386 T (and sender) 330 372 T (\325) 382.09 372 T (s ranks.) 385.43 372 T (fortran/datatype/functional/) 114 350 T (MPI_T) 114 336 T (ype_hvector_blklen) 147.83 336 T (Calling MPI_T) 330 350 T (ype_hvector\050\051 with) 402.17 350 T (user de\336ned types using block) 330 336 T -0.18 (length > 1. T) 330 322 P -0.18 (est loops through var-) 393.55 322 P (ious communicators, lengths and) 330 308 T (sender) 330 294 T (\325) 361.76 294 T (s rank.) 365.1 294 T (fortran/datatype/functional/) 114 272 T (MPI_T) 114 258 T (ype_hvector_stride) 147.83 258 T (Calling MPI_T) 330 272 T (ype_hvector\050\051 with) 402.17 272 T -0.29 (user de\336ned type with stride lar) 330 258 P -0.29 (ger) 479.97 258 P (than the type size of the user) 330 244 T (de\336ned type. T) 330 230 T (est loops through) 404.48 230 T (various communicators, lengths) 330 216 T (and sender) 330 202 T (\325) 382.09 202 T (s rank.) 385.43 202 T (fortran/datatype/functional/) 114 180 T (MPI_T) 114 166 T (ype_hvector_types) 147.83 166 T (Calling MPI_T) 330 180 T (ype_hvector\050\051 with) 402.17 180 T (user de\336ned type. test loops) 330 166 T (through various communicators,) 330 152 T (lengths, and root\325) 330 138 T (s ranks.) 413.66 138 T 1 F (T) 196.39 712 T (able 35: Derived datatype functional tests) 203.29 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 130.25 2 L V 0.5 H 0 Z N 324 702.25 324 129.75 2 L V N 504 701.75 504 130.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 598 504.25 598 2 L V N 107.75 492 504.25 492 2 L V N 107.75 428 504.25 428 2 L V N 107.75 364 504.25 364 2 L V N 107.75 286 504.25 286 2 L V N 107.75 194 504.25 194 2 L V N 107.75 130 504.25 130 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "123" 45 %%Page: "122" 46 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (122) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/datatype/functional/) 114 662 T (MPI_T) 114 648 T (ype_contiguous_basic) 147.83 648 T (Calling MPI_T) 330 662 T (ype_contiguous\050\051) 402.17 662 T (with basic types. T) 330 648 T (est loops) 422.82 648 T (through various communicators,) 330 634 T (lengths, and sender) 330 620 T (\325) 422.76 620 T (s ranks.) 426.1 620 T (fortran/datatype/functional/) 114 598 T (MPI_T) 114 584 T (ype_contiguous_idispls) 147.83 584 T (Calling MPI_T) 330 598 T (ype_contiguous\050\051) 402.17 598 T (with user de\336ned types which has) 330 584 T (non-zero inner displacement) 330 570 T (between each basic type. T) 330 556 T (est) 461.78 556 T (loops through various communica-) 330 542 T (tors, lengths, and sender) 330 528 T (\325) 446.76 528 T (s ranks.) 450.1 528 T (fortran/datatype/functional/) 114 506 T (MPI_T) 114 492 T (ype_contiguous_types) 147.83 492 T (Calling MPI_T) 330 506 T (ype_contiguous\050\051) 402.17 506 T -0.55 (with user de\336ned types, T) 330 492 P -0.55 (est loops) 453.75 492 P (through various communicators,) 330 478 T (lengths, and sender) 330 464 T (\325) 422.76 464 T (s ranks.) 426.1 464 T (fortran/datatype/functional/) 114 442 T (MPI_T) 114 428 T (ype_extent_MPI_LB_UB) 147.83 428 T (Calling MPI_T) 330 442 T (ype_extent\050\051 with) 402.17 442 T (MPI_LB and MPI_UB. test loops) 330 428 T (through various communicators.) 330 414 T (fortran/datatype/functional/) 114 392 T (MPI_T) 114 378 T (ype_extent_types) 147.83 378 T (Calling MPI_T) 330 392 T (ype_extent\050\051 with) 402.17 392 T (user de\336ned types. T) 330 378 T (est loops) 432.14 378 T (through various communicators,) 330 364 T (and lengths.) 330 350 T (fortran/datatype/functional/) 114 328 T (MPI_T) 114 314 T (ype_free_pending_msg) 147.83 314 T (Calling MPI_T) 330 328 T (ype_free\050\051 with) 402.17 328 T (user de\336ned type that is in use by) 330 314 T (some active data transmission.) 330 300 T (T) 330 286 T (est loops through various com-) 336.49 286 T (municators, lengths, and sender) 330 272 T (\325) 482.09 272 T (s) 485.42 272 T (ranks.) 330 258 T (fortran/datatype/functional/) 114 236 T (MPI_T) 114 222 T (ype_free_types) 147.83 222 T (Calling MPI_T) 330 236 T (ype_free\050\051 with) 402.17 236 T (user de\336ned type. T) 330 222 T (est loops) 427.48 222 T (through various communicators,) 330 208 T (lengths, and root\325) 330 194 T (s ranks.) 413.66 194 T (fortran/datatype/functional/) 114 172 T (MPI_T) 114 158 T (ype_hindexed_basic) 147.83 158 T (Calling MPI_T) 330 172 T (ype_hindexed\050\051) 402.17 172 T (with basic types. T) 330 158 T (est loops) 422.82 158 T (through various communicators,) 330 144 T (lengths, and sender) 330 130 T (\325) 422.76 130 T (s ranks.) 426.1 130 T 1 F (T) 196.39 712 T (able 35: Derived datatype functional tests) 203.29 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 122.25 2 L V 0.5 H 0 Z N 324 702.25 324 121.75 2 L V N 504 701.75 504 122.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 612 504.25 612 2 L V N 107.75 520 504.25 520 2 L V N 107.75 456 504.25 456 2 L V N 107.75 406 504.25 406 2 L V N 107.75 342 504.25 342 2 L V N 107.75 250 504.25 250 2 L V N 107.75 186 504.25 186 2 L V N 107.75 122 504.25 122 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "122" 46 %%Page: "121" 47 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (121) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (B.2.3) 108 580 T (Derived Datatype Operations) 153 580 T 0 F (fortran/collective/error/) 114 662 T (MPI_Scatterv_err8) 114 648 T (Inter) 330 662 T (-communicator) 352.42 662 T 1 F (T) 196.39 536 T (able 35: Derived datatype functional tests) 203.29 536 T 0 F (T) 194.26 510 T (est path) 200.75 510 T (Description) 386 510 T (fortran/datatype/functional/MPI_Address) 114 486 T (Calling MPI_Address\050\051 looping) 330 486 T (over various length buf) 330 472 T (fer address) 441.43 472 T (fortran/datatype/functional/) 114 450 T (MPI_Get_elements_basic_type) 114 436 T (Calling) 330 450 T (MPI_Get_elements_basic_type\050\051) 330 436 T (looping over various communica-) 330 422 T (tors, message pre-de\336ned data) 330 408 T (types, message data lengths and) 330 394 T (root ranks) 330 380 T (fortran/datatype/functional/) 114 358 T (MPI_Pack_displs) 114 344 T (Calling MPI_Pack\050\051 and) 330 358 T (MPI_Unpack\050\051 using basic types) 330 344 T (with non-zero displacement space) 330 330 T -0.47 (between any 2 adjacent types. The) 330 316 P (test loops over various communi-) 330 302 T (cators, message lengths and root) 330 288 T (ranks.) 330 274 T (fortran/datatype/functional/) 114 252 T (MPI_Pack_size_basic) 114 238 T (Calling MPI_Pack_size\050\051 with) 330 252 T (basic types. The test loops over) 330 238 T (various communicators, lengths) 330 224 T (and datatypes.) 330 210 T (fortran/datatype/functional/) 114 188 T (MPI_Pack_size_types) 114 174 T (Calling MPI_Pack_size\050\051 with) 330 188 T (user de\336ned types. The test loops) 330 174 T (through various communicators) 330 160 T (and lengths.) 330 146 T (fortran/datatype/functional/) 114 124 T (MPI_Pack_user_type) 114 110 T (Calling MPI_Pack\050\051 and) 330 124 T (MPI_Unpack\050\051 with user de\336ned) 330 110 T (types. The test loops through vari-) 330 96 T (ous communicators, and lengths.) 330 82 T 1 F (T) 221.85 712 T (able 34: C Collective err) 228.75 712 T (or tests) 353.17 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 640.25 2 L V 0.5 H 0 Z N 324 702.25 324 639.75 2 L V N 504 701.75 504 640.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 108 525.75 108 74.25 2 L V N 324 526.25 324 73.75 2 L V N 504 525.75 504 74.25 2 L V N 107.75 526 504.25 526 2 L V N 107.75 500 504.25 500 2 L V N 107.75 464 504.25 464 2 L V N 107.75 372 504.25 372 2 L V N 107.75 266 504.25 266 2 L V N 107.75 202 504.25 202 2 L V N 107.75 138 504.25 138 2 L V N 107.75 74 504.25 74 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "121" 47 %%Page: "120" 48 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (120) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/collective/error/MPI_Scan_err3) 114 662 T (Invalid type) 330 662 T (\050MPI_DA) 330 648 T (T) 377.33 648 T (A) 383.7 648 T (TYPE_NULL\051) 391.03 648 T (fortran/collective/error/MPI_Scan_err4) 114 626 T (Invalid size \050-1\051) 330 626 T (fortran/collective/error/MPI_Scan_err5) 114 604 T (Invalid communicator) 330 604 T (\050MPI_COMM_NULL\051) 330 590 T (fortran/collective/error/MPI_Scan_err6) 114 568 T (Freed communicator) 330 568 T (fortran/collective/error/MPI_Scan_err7) 114 546 T (Inter) 330 546 T (-communicator) 352.42 546 T (fortran/collective/error/MPI_Scatter_err1) 114 524 T (Mis-matched types) 330 524 T (fortran/collective/error/MPI_Scatter_err2) 114 502 T (Invalid type) 330 502 T (\050MPI_DA) 330 488 T (T) 377.33 488 T (A) 383.7 488 T (TYPE_NULL\051) 391.03 488 T (fortran/collective/error/MPI_Scatter_err3) 114 466 T (Invalid size \050-1\051) 330 466 T (fortran/collective/error/MPI_Scatter_err4) 114 444 T (Invalid root \050-1\051) 330 444 T (fortran/collective/error/MPI_Scatter_err5) 114 422 T (Invalid root \050> number of ranks\051) 330 422 T (fortran/collective/error/MPI_Scatter_err6) 114 400 T (Invalid communicator) 330 400 T (\050MPI_COMM_NULL\051) 330 386 T (fortran/collective/error/MPI_Scatter_err7) 114 364 T (Freed communicator) 330 364 T (fortran/collective/error/MPI_Scatter_err8) 114 342 T (Inter) 330 342 T (-communicator) 352.42 342 T (fortran/collective/error/) 114 320 T (MPI_Scatterv_err1) 114 306 T (Mis-matched types) 330 320 T (fortran/collective/error/) 114 284 T (MPI_Scatterv_err2) 114 270 T (Invalid type) 330 284 T (\050MPI_DA) 330 270 T (T) 377.33 270 T (A) 383.7 270 T (TYPE_NULL\051) 391.03 270 T (fortran/collective/error/) 114 248 T (MPI_Scatterv_err3) 114 234 T (Invalid size \050-1\051) 330 248 T (fortran/collective/error/) 114 212 T (MPI_Scatterv_err4) 114 198 T (Invalid root \050-1\051) 330 212 T (fortran/collective/error/) 114 176 T (MPI_Scatterv_err5) 114 162 T (Invalid root \050> number of ranks\051) 330 176 T (fortran/collective/error/) 114 140 T (MPI_Scatterv_err6) 114 126 T (Invalid communicator) 330 140 T (\050MPI_COMM_NULL\051) 330 126 T (fortran/collective/error/) 114 104 T (MPI_Scatterv_err7) 114 90 T (Freed communicator) 330 104 T 1 F (T) 221.85 712 T (able 34: C Collective err) 228.75 712 T (or tests) 353.17 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 82.25 2 L V 0.5 H 0 Z N 324 702.25 324 81.75 2 L V N 504 701.75 504 82.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 618 504.25 618 2 L V N 107.75 582 504.25 582 2 L V N 107.75 560 504.25 560 2 L V N 107.75 538 504.25 538 2 L V N 107.75 516 504.25 516 2 L V N 107.75 480 504.25 480 2 L V N 107.75 458 504.25 458 2 L V N 107.75 436 504.25 436 2 L V N 107.75 414 504.25 414 2 L V N 107.75 378 504.25 378 2 L V N 107.75 356 504.25 356 2 L V N 107.75 334 504.25 334 2 L V N 107.75 298 504.25 298 2 L V N 107.75 262 504.25 262 2 L V N 107.75 226 504.25 226 2 L V N 107.75 190 504.25 190 2 L V N 107.75 154 504.25 154 2 L V N 107.75 118 504.25 118 2 L V N 107.75 82 504.25 82 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "120" 48 %%Page: "119" 49 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (119) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/collective/error/) 114 662 T (MPI_Op_free_err1) 114 648 T (Invalid operator) 330 662 T (\050MPI_OP_NULL\051) 330 648 T (fortran/collective/error/) 114 626 T (MPI_Op_free_err2) 114 612 T (Pre-de\336ned operators) 330 626 T (fortran/collective/error/MPI_Reduce_err1) 114 590 T (Invalid type/operator pair) 330 590 T (fortran/collective/error/MPI_Reduce_err2) 114 568 T (Mis-matched types) 330 568 T (fortran/collective/error/MPI_Reduce_err3) 114 546 T (Invalid type) 330 546 T (\050MPI_DA) 330 532 T (T) 377.33 532 T (A) 383.7 532 T (TYPE_NULL\051) 391.03 532 T (fortran/collective/error/MPI_Reduce_err4) 114 510 T (Invalid size \050-1\051) 330 510 T (fortran/collective/error/MPI_Reduce_err5) 114 488 T (Invalid root \050-1\051) 330 488 T (fortran/collective/error/MPI_Reduce_err6) 114 466 T (Invalid root \050> number of ranks\051) 330 466 T (fortran/collective/error/MPI_Reduce_err7) 114 444 T (Invalid communicator) 330 444 T (\050MPI_COMM_NULL\051) 330 430 T (fortran/collective/error/MPI_Reduce_err8) 114 408 T (Freed communicator) 330 408 T (fortran/collective/error/MPI_Reduce_err9) 114 386 T (Inter) 330 386 T (-communicator) 352.42 386 T (fortran/collective/error/) 114 364 T (MPI_Reduce_scatter_err1) 114 350 T (Invalid type/operator pair) 330 364 T (fortran/collective/error/) 114 328 T (MPI_Reduce_scatter_err2) 114 314 T (Mis-matched types) 330 328 T (fortran/collective/error/) 114 292 T (MPI_Reduce_scatter_err3) 114 278 T (Invalid type) 330 292 T (\050MPI_DA) 330 278 T (T) 377.33 278 T (A) 383.7 278 T (TYPE_NULL\051) 391.03 278 T (fortran/collective/error/) 114 256 T (MPI_Reduce_scatter_err4) 114 242 T (Invalid size \050-1\051) 330 256 T (fortran/collective/error/) 114 220 T (MPI_Reduce_scatter_err5) 114 206 T (Invalid communicator) 330 220 T (\050MPI_COMM_NULL\051) 330 206 T (fortran/collective/error/) 114 184 T (MPI_Reduce_scatter_err6) 114 170 T (Freed communicator) 330 184 T (fortran/collective/error/) 114 148 T (MPI_Reduce_scatter_err7) 114 134 T (Inter) 330 148 T (-communicator) 352.42 148 T (fortran/collective/error/MPI_Scan_err1) 114 112 T (Invalid type/operator pair) 330 112 T (fortran/collective/error/MPI_Scan_err2) 114 90 T (Mis-matched types) 330 90 T 1 F (T) 221.85 712 T (able 34: C Collective err) 228.75 712 T (or tests) 353.17 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 82.25 2 L V 0.5 H 0 Z N 324 702.25 324 81.75 2 L V N 504 701.75 504 82.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 582 504.25 582 2 L V N 107.75 560 504.25 560 2 L V N 107.75 524 504.25 524 2 L V N 107.75 502 504.25 502 2 L V N 107.75 480 504.25 480 2 L V N 107.75 458 504.25 458 2 L V N 107.75 422 504.25 422 2 L V N 107.75 400 504.25 400 2 L V N 107.75 378 504.25 378 2 L V N 107.75 342 504.25 342 2 L V N 107.75 306 504.25 306 2 L V N 107.75 270 504.25 270 2 L V N 107.75 234 504.25 234 2 L V N 107.75 198 504.25 198 2 L V N 107.75 162 504.25 162 2 L V N 107.75 126 504.25 126 2 L V N 107.75 104 504.25 104 2 L V N 107.75 82 504.25 82 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "119" 49 %%Page: "118" 50 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (118) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/collective/error/MPI_Bcast_err2) 114 662 T (Invalid type) 330 662 T (\050MPI_DA) 330 648 T (T) 377.33 648 T (A) 383.7 648 T (TYPE_NULL\051) 391.03 648 T (fortran/collective/error/MPI_Bcast_err3) 114 626 T (Invalid size \050-1\051) 330 626 T (fortran/collective/error/MPI_Bcast_err4) 114 604 T (Invalid root \050-1\051) 330 604 T (fortran/collective/error/MPI_Bcast_err5) 114 582 T (Invalid root \050> number of ranks\051) 330 582 T (fortran/collective/error/MPI_Bcast_err6) 114 560 T (Invalid communicator) 330 560 T (\050MPI_COMM_NULL\051) 330 546 T (fortran/collective/error/MPI_Bcast_err7) 114 524 T (Freed communicator) 330 524 T (fortran/collective/error/MPI_Bcast_err8) 114 502 T (Inter) 330 502 T (-communicator) 352.42 502 T (fortran/collective/error/MPI_Gather_err1) 114 480 T (Mis-matched types) 330 480 T (fortran/collective/error/MPI_Gather_err2) 114 458 T (Invalid type) 330 458 T (\050MPI_DA) 330 444 T (T) 377.33 444 T (A) 383.7 444 T (TYPE_NULL\051) 391.03 444 T (fortran/collective/error/MPI_Gather_err3) 114 422 T (Invalid size \050-1\051) 330 422 T (fortran/collective/error/MPI_Gather_err4) 114 400 T (Invalid root \050-1\051) 330 400 T (fortran/collective/error/MPI_Gather_err5) 114 378 T (Invalid root \050> number of ranks\051) 330 378 T (fortran/collective/error/MPI_Gather_err6) 114 356 T (Invalid communicator) 330 356 T (\050MPI_COMM_NULL\051) 330 342 T (fortran/collective/error/MPI_Gather_err7) 114 320 T (Freed communicator) 330 320 T (fortran/collective/error/MPI_Gather_err8) 114 298 T (Inter) 330 298 T (-communicator) 352.42 298 T (fortran/collective/error/MPI_Gatherv_err1) 114 276 T (Mis-matched types) 330 276 T (fortran/collective/error/MPI_Gatherv_err2) 114 254 T (Invalid type) 330 254 T (\050MPI_DA) 330 240 T (T) 377.33 240 T (A) 383.7 240 T (TYPE_NULL\051) 391.03 240 T (fortran/collective/error/MPI_Gatherv_err3) 114 218 T (Invalid size \050-1\051) 330 218 T (fortran/collective/error/MPI_Gatherv_err4) 114 196 T (Invalid root \050-1\051) 330 196 T (fortran/collective/error/MPI_Gatherv_err5) 114 174 T (Invalid root \050> number of ranks\051) 330 174 T (fortran/collective/error/MPI_Gatherv_err6) 114 152 T (Invalid communicator) 330 152 T (\050MPI_COMM_NULL\051) 330 138 T (fortran/collective/error/MPI_Gatherv_err7) 114 116 T (Freed communicator) 330 116 T (fortran/collective/error/MPI_Gatherv_err8) 114 94 T (Inter) 330 94 T (-communicator) 352.42 94 T 1 F (T) 221.85 712 T (able 34: C Collective err) 228.75 712 T (or tests) 353.17 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 86.25 2 L V 0.5 H 0 Z N 324 702.25 324 85.75 2 L V N 504 701.75 504 86.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 618 504.25 618 2 L V N 107.75 596 504.25 596 2 L V N 107.75 574 504.25 574 2 L V N 107.75 538 504.25 538 2 L V N 107.75 516 504.25 516 2 L V N 107.75 494 504.25 494 2 L V N 107.75 472 504.25 472 2 L V N 107.75 436 504.25 436 2 L V N 107.75 414 504.25 414 2 L V N 107.75 392 504.25 392 2 L V N 107.75 370 504.25 370 2 L V N 107.75 334 504.25 334 2 L V N 107.75 312 504.25 312 2 L V N 107.75 290 504.25 290 2 L V N 107.75 268 504.25 268 2 L V N 107.75 232 504.25 232 2 L V N 107.75 210 504.25 210 2 L V N 107.75 188 504.25 188 2 L V N 107.75 166 504.25 166 2 L V N 107.75 130 504.25 130 2 L V N 107.75 108 504.25 108 2 L V N 107.75 86 504.25 86 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "118" 50 %%Page: "117" 51 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (117) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/collective/error/) 114 662 T (MPI_Allreduce_err5) 114 648 T (Invalid communicator) 330 662 T (\050MPI_COMM_NULL\051) 330 648 T (fortran/collective/error/) 114 626 T (MPI_Allreduce_err6) 114 612 T (Freed communicator) 330 626 T (fortran/collective/error/) 114 590 T (MPI_Allreduce_err7) 114 576 T (Inter) 330 590 T (-communicator) 352.42 590 T (fortran/collective/error/MPI_Alltoall_err1) 114 554 T (Mis-matched types) 330 554 T (fortran/collective/error/MPI_Alltoall_err2) 114 532 T (Invalid type) 330 532 T (\050MPI_DA) 330 518 T (T) 377.33 518 T (A) 383.7 518 T (TYPE_NULL\051) 391.03 518 T (fortran/collective/error/MPI_Alltoall_err3) 114 496 T (Invalid size \050-1\051) 330 496 T (fortran/collective/error/MPI_Alltoall_err4) 114 474 T (Invalid communicator) 330 474 T (\050MPI_COMM_NULL\051) 330 460 T (fortran/collective/error/MPI_Alltoall_err5) 114 438 T (Freed communicator) 330 438 T (fortran/collective/error/MPI_Alltoall_err6) 114 416 T (Inter) 330 416 T (-communicator) 352.42 416 T (fortran/collective/error/) 114 394 T (MPI_Alltoallv_err1) 114 380 T (Mis-matched types) 330 394 T (fortran/collective/error/) 114 358 T (MPI_Alltoallv_err2) 114 344 T (Invalid type) 330 358 T (\050MPI_DA) 330 344 T (T) 377.33 344 T (A) 383.7 344 T (TYPE_NULL\051) 391.03 344 T (fortran/collective/error/) 114 322 T (MPI_Alltoallv_err3) 114 308 T (Invalid size \050-1\051) 330 322 T (fortran/collective/error/) 114 286 T (MPI_Alltoallv_err4) 114 272 T (Invalid communicator) 330 286 T (\050MPI_COMM_NULL\051) 330 272 T (fortran/collective/error/) 114 250 T (MPI_Alltoallv_err5) 114 236 T (Freed communicator) 330 250 T (fortran/collective/error/) 114 214 T (MPI_Alltoallv_err6) 114 200 T (Inter) 330 214 T (-communicator) 352.42 214 T (fortran/collective/error/MPI_Barrier_err1) 114 178 T (Invalid communicator) 330 178 T (\050MPI_COMM_NULL\051) 330 164 T (fortran/collective/error/MPI_Barrier_err2) 114 142 T (Freed communicator) 330 142 T (fortran/collective/error/MPI_Barrier_err3) 114 120 T (Inter) 330 120 T (-communicator) 352.42 120 T (fortran/collective/error/MPI_Bcast_err1) 114 98 T (Mis-matched types) 330 98 T 1 F (T) 221.85 712 T (able 34: C Collective err) 228.75 712 T (or tests) 353.17 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 90.25 2 L V 0.5 H 0 Z N 324 702.25 324 89.75 2 L V N 504 701.75 504 90.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 546 504.25 546 2 L V N 107.75 510 504.25 510 2 L V N 107.75 488 504.25 488 2 L V N 107.75 452 504.25 452 2 L V N 107.75 430 504.25 430 2 L V N 107.75 408 504.25 408 2 L V N 107.75 372 504.25 372 2 L V N 107.75 336 504.25 336 2 L V N 107.75 300 504.25 300 2 L V N 107.75 264 504.25 264 2 L V N 107.75 228 504.25 228 2 L V N 107.75 192 504.25 192 2 L V N 107.75 156 504.25 156 2 L V N 107.75 134 504.25 134 2 L V N 107.75 112 504.25 112 2 L V N 107.75 90 504.25 90 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "117" 51 %%Page: "116" 52 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (116) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (T) 221.85 688 T (able 34: C Collective err) 228.75 688 T (or tests) 353.17 688 T 0 F (T) 194.26 662 T (est path) 200.75 662 T (Description) 386 662 T (fortran/collective/error/) 114 638 T (MPI_Allgather_err1) 114 624 T (Mis-matched types) 330 638 T (fortran/collective/error/) 114 602 T (MPI_Allgather_err2) 114 588 T (Invalid type) 330 602 T (\050MPI_DA) 330 588 T (T) 377.33 588 T (A) 383.7 588 T (TYPE_NULL\051) 391.03 588 T (fortran/collective/error/) 114 566 T (MPI_Allgather_err3) 114 552 T (Invalid size \050-1\051) 330 566 T (fortran/collective/error/) 114 530 T (MPI_Allgather_err4) 114 516 T (Invalid communicator) 330 530 T (\050MPI_COMM_NULL\051) 330 516 T (fortran/collective/error/) 114 494 T (MPI_Allgather_err5) 114 480 T (Freed communicator) 330 494 T (fortran/collective/error/) 114 458 T (MPI_Allgather_err6) 114 444 T (Inter) 330 458 T (-communicator) 352.42 458 T (fortran/collective/error/) 114 422 T (MPI_Allgatherv_err1) 114 408 T (Mis-matched types) 330 422 T (fortran/collective/error/) 114 386 T (MPI_Allgatherv_err2) 114 372 T (Invalid type) 330 386 T (\050MPI_DA) 330 372 T (T) 377.33 372 T (A) 383.7 372 T (TYPE_NULL\051) 391.03 372 T (fortran/collective/error/) 114 350 T (MPI_Allgatherv_err3) 114 336 T (Invalid size \050-1\051) 330 350 T (fortran/collective/error/) 114 314 T (MPI_Allgatherv_err4) 114 300 T (Invalid communicator) 330 314 T (\050MPI_COMM_NULL\051) 330 300 T (fortran/collective/error/) 114 278 T (MPI_Allgatherv_err5) 114 264 T (Freed communicator) 330 278 T (fortran/collective/error/) 114 242 T (MPI_Allgatherv_err6) 114 228 T (Inter) 330 242 T (-communicator) 352.42 242 T (fortran/collective/error/) 114 206 T (MPI_Allreduce_err1) 114 192 T (Invalid type/operator pair) 330 206 T (fortran/collective/error/) 114 170 T (MPI_Allreduce_err2) 114 156 T (Mis-matched types) 330 170 T (fortran/collective/error/) 114 134 T (MPI_Allreduce_err3) 114 120 T (Invalid type) 330 134 T (\050MPI_DA) 330 120 T (T) 377.33 120 T (A) 383.7 120 T (TYPE_NULL\051) 391.03 120 T (fortran/collective/error/) 114 98 T (MPI_Allreduce_err4) 114 84 T (Invalid size \050-1\051) 330 98 T 108 677.75 108 76.25 2 L V 0.5 H 0 Z N 324 678.25 324 75.75 2 L V N 504 677.75 504 76.25 2 L V N 107.75 678 504.25 678 2 L V N 107.75 652 504.25 652 2 L V N 107.75 616 504.25 616 2 L V N 107.75 580 504.25 580 2 L V N 107.75 544 504.25 544 2 L V N 107.75 508 504.25 508 2 L V N 107.75 472 504.25 472 2 L V N 107.75 436 504.25 436 2 L V N 107.75 400 504.25 400 2 L V N 107.75 364 504.25 364 2 L V N 107.75 328 504.25 328 2 L V N 107.75 292 504.25 292 2 L V N 107.75 256 504.25 256 2 L V N 107.75 220 504.25 220 2 L V N 107.75 184 504.25 184 2 L V N 107.75 148 504.25 148 2 L V N 107.75 112 504.25 112 2 L V N 107.75 76 504.25 76 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "116" 52 %%Page: "115" 53 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (115) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/collective/functional/MPI_Scan) 114 662 T (Calling MPI_Scan\050\051 looping) 330 662 T (between various intracommunica-) 330 648 T (tors, various message data types,) 330 634 T -0.08 (various message data lengths, vari-) 330 620 P (ous root ranks and various pre-) 330 606 T (de\336ned reduction operations) 330 592 T (fortran/collective/functional/) 114 570 T (MPI_Scan_loc) 114 556 T (Calling MPI_Scan\050\051 looping) 330 570 T (between various intracommunica-) 330 556 T (tors, various message data types,) 330 542 T -0.08 (various message data lengths, vari-) 330 528 P (ous root ranks and 2 reduction) 330 514 T (operations \050MPI_MAXLOC &) 330 500 T (MPI_MINLOC\051.) 330 486 T (fortran/collective/functional/) 114 464 T (MPI_Scan_user) 114 450 T (Calling MPI_Scan\050\051 looping) 330 464 T (between various intracommunica-) 330 450 T (tors, various message data types,) 330 436 T -0.08 (various message data lengths, vari-) 330 422 P (ous root ranks and various user) 330 408 T (de\336ned reduction operations) 330 394 T (fortran/collective/functional/MPI_Scatter) 114 372 T (Calling MPI_Scatter\050\051 looping) 330 372 T (between various intracommunica-) 330 358 T (tors, various message data types,) 330 344 T (various message data lengths and) 330 330 T (various root ranks.) 330 316 T (fortran/collective/functional/) 114 294 T (MPI_Scatterv) 114 280 T (Calling MPI_Scatterv\050\051 looping) 330 294 T (between various intracommunica-) 330 280 T (tors, various message data types,) 330 266 T (various message data lengths and) 330 252 T (various root ranks.) 330 238 T (fortran/collective/functional/) 114 216 T (MPI_collective_message) 114 202 T (V) 330 216 T (erifying that collective operation) 337.33 216 T (does not interfere with ongoing) 330 202 T (message traf) 330 188 T (\336c.) 390.1 188 T 1 F (T) 209.39 712 T (able 33: C Collective functional tests) 216.29 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 180.25 2 L V 0.5 H 0 Z N 324 702.25 324 179.75 2 L V N 504 701.75 504 180.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 584 504.25 584 2 L V N 107.75 478 504.25 478 2 L V N 107.75 386 504.25 386 2 L V N 107.75 308 504.25 308 2 L V N 107.75 230 504.25 230 2 L V N 107.75 180 504.25 180 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "115" 53 %%Page: "114" 54 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (114) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/collective/functional/) 114 662 T (MPI_Reduce_loc) 114 648 T (Calling MPI_Reduce\050\051 looping) 330 662 T (between various intracommunica-) 330 648 T (tors, various message data types,) 330 634 T -0.08 (various message data lengths, vari-) 330 620 P (ous root ranks and 2 reduction) 330 606 T (operations \050MPI_MAXLOC &) 330 592 T (MPI_MINLOC\051.) 330 578 T (fortran/collective/functional/) 114 556 T (MPI_Reduce_scatter) 114 542 T (Calling MPI_Reduce_scatter\050\051) 330 556 T (looping between various intracom-) 330 542 T (municators, various message data) 330 528 T (types, various message data) 330 514 T (lengths, various root ranks and) 330 500 T (various pre-de\336ned reduction) 330 486 T (operations) 330 472 T (fortran/collective/functional/) 114 450 T (MPI_Reduce_scatter_loc) 114 436 T (Calling MPI_Reduce_scatter\050\051) 330 450 T (looping between various intracom-) 330 436 T (municators, various message data) 330 422 T (types, various message data) 330 408 T (lengths, various root ranks and 2) 330 394 T (reduction operations) 330 380 T (\050MPI_MAXLOC &) 330 366 T (MPI_MINLOC\051.) 330 352 T (fortran/collective/functional/) 114 330 T (MPI_Reduce_scatter_user) 114 316 T (Calling MPI_Reduce_scatter\050\051) 330 330 T (looping between various intracom-) 330 316 T (municators, various message data) 330 302 T (types, various message data) 330 288 T (lengths, various root ranks and) 330 274 T (various user de\336ned reduction) 330 260 T (operations) 330 246 T (fortran/collective/functional/) 114 224 T (MPI_Reduce_user) 114 210 T (Calling MPI_Reduce\050\051 looping) 330 224 T (between various intracommunica-) 330 210 T (tors, various message data types,) 330 196 T -0.08 (various message data lengths, vari-) 330 182 P (ous root ranks and various user) 330 168 T (de\336ned reduction operations) 330 154 T 1 F (T) 209.39 712 T (able 33: C Collective functional tests) 216.29 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 146.25 2 L V 0.5 H 0 Z N 324 702.25 324 145.75 2 L V N 504 701.75 504 146.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 570 504.25 570 2 L V N 107.75 464 504.25 464 2 L V N 107.75 344 504.25 344 2 L V N 107.75 238 504.25 238 2 L V N 107.75 146 504.25 146 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "114" 54 %%Page: "113" 55 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (113) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/collective/functional/) 114 662 T (MPI_Allreduce_user) 114 648 T (Calling MPI_Allreduce\050\051 looping) 330 662 T (between various intracommunica-) 330 648 T (tors, various message data types,) 330 634 T -0.08 (various message data lengths, vari-) 330 620 P (ous root ranks and various user) 330 606 T (de\336ned reduction operations) 330 592 T (fortran/collective/functional/MPI_Alltoall) 114 570 T (Calling MPI_Alltoall\050\051 looping) 330 570 T (between various intracommunica-) 330 556 T (tors, various message data types) 330 542 T (and various message data lengths.) 330 528 T (fortran/collective/functional/) 114 506 T (MPI_Alltoallv) 114 492 T (Calling MPI_Alltoallv\050\051 looping) 330 506 T (between various intracommunica-) 330 492 T (tors, various message data types) 330 478 T (and various message data lengths.) 330 464 T (fortran/collective/functional/MPI_Barrier) 114 442 T (Calling MPI_Barrier\050\051 using vari-) 330 442 T (ous intracommunicators.) 330 428 T (fortran/collective/functional/MPI_Bcast) 114 406 T (Calling MPI_Bcast\050\051 looping) 330 406 T (between various intracommunica-) 330 392 T (tors, various message data types,) 330 378 T (various message data lengths and) 330 364 T (various root ranks.) 330 350 T (fortran/collective/functional/MPI_Gather) 114 328 T (Calling MPI_Gather\050\051 looping) 330 328 T (between various intracommunica-) 330 314 T (tors, various message data types,) 330 300 T (various message data lengths and) 330 286 T (various root ranks.) 330 272 T (fortran/collective/functional/MPI_Gatherv) 114 250 T (Calling MPI_Gatherv\050\051 looping) 330 250 T (between various intracommunica-) 330 236 T (tors, various message data types,) 330 222 T (various message data lengths and) 330 208 T (various root ranks.) 330 194 T (fortran/collective/functional/MPI_Reduce) 114 172 T (Calling MPI_Reduce\050\051 looping) 330 172 T (between various intracommunica-) 330 158 T (tors, various message data types,) 330 144 T -0.08 (various message data lengths, vari-) 330 130 P (ous root ranks and various pre-) 330 116 T (de\336ned reduction operations) 330 102 T 1 F (T) 209.39 712 T (able 33: C Collective functional tests) 216.29 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 94.25 2 L V 0.5 H 0 Z N 324 702.25 324 93.75 2 L V N 504 701.75 504 94.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 584 504.25 584 2 L V N 107.75 520 504.25 520 2 L V N 107.75 456 504.25 456 2 L V N 107.75 420 504.25 420 2 L V N 107.75 342 504.25 342 2 L V N 107.75 264 504.25 264 2 L V N 107.75 186 504.25 186 2 L V N 107.75 94 504.25 94 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "113" 55 %%Page: "112" 56 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (112) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (B.2.2) 108 470 T (Collective Operations) 153 470 T 0 F (fortran/blocking/error/MPI_Ssend_err4) 114 662 T (Freed communicator) 330 662 T (.) 428.99 662 T (fortran/blocking/error/MPI_Ssend_err5) 114 640 T (Invalid tag \050negative\051.) 330 640 T (fortran/blocking/error/MPI_Ssend_err6) 114 618 T (Invalid tag \050> MPI_T) 330 618 T (AG_UB\051) 432.13 618 T (fortran/blocking/error/MPI_Ssend_err7) 114 596 T (Invalid count \050negative\051.) 330 596 T (fortran/blocking/error/MPI_Ssend_err8) 114 574 T (Invalid datatype) 330 574 T (\050MPI_DA) 330 560 T (T) 377.33 560 T (A) 383.7 560 T (TYPE_NULL\051.) 391.03 560 T (fortran/blocking/error/MPI_Ssend_err9) 114 538 T (Mismatching types.) 330 538 T 1 F (T) 209.39 446 T (able 33: C Collective functional tests) 216.29 446 T 0 F (T) 194.26 420 T (est path) 200.75 420 T (Description) 386 420 T (fortran/collective/functional/) 114 396 T (MPI_Allgather) 114 382 T (Calling MPI_Allgather\050\051 looping) 330 396 T (between various intracommunica-) 330 382 T (tors, various message data types) 330 368 T (and various message data lengths.) 330 354 T (fortran/collective/functional/) 114 332 T (MPI_Allgatherv) 114 318 T (Calling MPI_Allgatherv\050\051 looping) 330 332 T (between various intracommunica-) 330 318 T (tors, various message data types) 330 304 T (and various message data lengths.) 330 290 T (fortran/collective/functional/) 114 268 T (MPI_Allreduce) 114 254 T (Calling MPI_Allreduce\050\051 looping) 330 268 T (between various intracommunica-) 330 254 T (tors, various message data types,) 330 240 T -0.08 (various message data lengths, vari-) 330 226 P (ous root ranks and various pre-) 330 212 T (de\336ned reduction operations.) 330 198 T (fortran/collective/functional/) 114 176 T (MPI_Allreduce_loc) 114 162 T (Calling MPI_Allreduce\050\051 looping) 330 176 T (between various intracommunica-) 330 162 T (tors, various message data types,) 330 148 T -0.08 (various message data lengths, vari-) 330 134 P (ous root ranks and 2 reduction) 330 120 T (operations \050MPI_MAXLOC &) 330 106 T (MPI_MINLOC\051.) 330 92 T 1 F (T) 224.5 712 T (able 32: C Blocking err) 231.4 712 T (or tests) 350.51 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 530.25 2 L V 0.5 H 0 Z N 324 702.25 324 529.75 2 L V N 504 701.75 504 530.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 654 504.25 654 2 L V N 107.75 632 504.25 632 2 L V N 107.75 610 504.25 610 2 L V N 107.75 588 504.25 588 2 L V N 107.75 552 504.25 552 2 L V N 107.75 530 504.25 530 2 L V N 108 435.75 108 84.25 2 L V N 324 436.25 324 83.75 2 L V N 504 435.75 504 84.25 2 L V N 107.75 436 504.25 436 2 L V N 107.75 410 504.25 410 2 L V N 107.75 346 504.25 346 2 L V N 107.75 282 504.25 282 2 L V N 107.75 190 504.25 190 2 L V N 107.75 84 504.25 84 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "112" 56 %%Page: "111" 57 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (111) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/blocking/error/MPI_Recv_err8) 114 662 T (Invalid datatype) 330 662 T (\050MPI_DA) 330 648 T (T) 377.33 648 T (A) 383.7 648 T (TYPE_NULL\051.) 391.03 648 T (fortran/blocking/error/MPI_Recv_err9) 114 626 T (Message size > recv count.) 330 626 T (fortran/blocking/error/MPI_Rsend_err1) 114 604 T (Invalid rank \050negative\051.) 330 604 T (fortran/blocking/error/MPI_Rsend_err2) 114 582 T (Invalid rank \050too lar) 330 582 T (ge\051.) 426.1 582 T (fortran/blocking/error/MPI_Rsend_err3) 114 560 T (Invalid communicator) 330 560 T (\050MPI_COMM_NULL\051.) 330 546 T (fortran/blocking/error/MPI_Rsend_err4) 114 524 T (Freed communicator) 330 524 T (.) 428.99 524 T (fortran/blocking/error/MPI_Rsend_err5) 114 502 T (Invalid tag \050negative\051.) 330 502 T (fortran/blocking/error/MPI_Rsend_err6) 114 480 T (Invalid tag \050> MPI_T) 330 480 T (AG_UB\051) 432.13 480 T (fortran/blocking/error/MPI_Rsend_err7) 114 458 T (Invalid count \050negative\051.) 330 458 T (fortran/blocking/error/MPI_Rsend_err8) 114 436 T (Invalid datatype) 330 436 T (\050MPI_DA) 330 422 T (T) 377.33 422 T (A) 383.7 422 T (TYPE_NULL\051.) 391.03 422 T (fortran/blocking/error/MPI_Rsend_err9) 114 400 T (Mismatching types.) 330 400 T (fortran/blocking/error/MPI_Send_err1) 114 378 T (Invalid rank \050negative\051.) 330 378 T (fortran/blocking/error/MPI_Send_err2) 114 356 T (Invalid rank \050too lar) 330 356 T (ge\051.) 426.1 356 T (fortran/blocking/error/MPI_Send_err3) 114 334 T (Invalid communicator) 330 334 T (\050MPI_COMM_NULL\051.) 330 320 T (fortran/blocking/error/MPI_Send_err4) 114 298 T (Freed communicator) 330 298 T (.) 428.99 298 T (fortran/blocking/error/MPI_Send_err5) 114 276 T (Invalid tag \050negative\051.) 330 276 T (fortran/blocking/error/MPI_Send_err6) 114 254 T (Invalid tag \050> MPI_T) 330 254 T (AG_UB\051) 432.13 254 T (fortran/blocking/error/MPI_Send_err7) 114 232 T (Invalid count \050negative\051.) 330 232 T (fortran/blocking/error/MPI_Send_err8) 114 210 T (Invalid datatype) 330 210 T (\050MPI_DA) 330 196 T (T) 377.33 196 T (A) 383.7 196 T (TYPE_NULL\051.) 391.03 196 T (fortran/blocking/error/MPI_Send_err9) 114 174 T (Mismatching types.) 330 174 T (fortran/blocking/error/MPI_Ssend_err1) 114 152 T (Invalid rank \050negative\051.) 330 152 T (fortran/blocking/error/MPI_Ssend_err2) 114 130 T (Invalid rank \050too lar) 330 130 T (ge\051.) 426.1 130 T (fortran/blocking/error/MPI_Ssend_err3) 114 108 T (Invalid communicator) 330 108 T (\050MPI_COMM_NULL\051.) 330 94 T 1 F (T) 224.5 712 T (able 32: C Blocking err) 231.4 712 T (or tests) 350.51 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 86.25 2 L V 0.5 H 0 Z N 324 702.25 324 85.75 2 L V N 504 701.75 504 86.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 618 504.25 618 2 L V N 107.75 596 504.25 596 2 L V N 107.75 574 504.25 574 2 L V N 107.75 538 504.25 538 2 L V N 107.75 516 504.25 516 2 L V N 107.75 494 504.25 494 2 L V N 107.75 472 504.25 472 2 L V N 107.75 450 504.25 450 2 L V N 107.75 414 504.25 414 2 L V N 107.75 392 504.25 392 2 L V N 107.75 370 504.25 370 2 L V N 107.75 348 504.25 348 2 L V N 107.75 312 504.25 312 2 L V N 107.75 290 504.25 290 2 L V N 107.75 268 504.25 268 2 L V N 107.75 246 504.25 246 2 L V N 107.75 224 504.25 224 2 L V N 107.75 188 504.25 188 2 L V N 107.75 166 504.25 166 2 L V N 107.75 144 504.25 144 2 L V N 107.75 122 504.25 122 2 L V N 107.75 86 504.25 86 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "111" 57 %%Page: "110" 58 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (110) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (T) 224.5 688 T (able 32: C Blocking err) 231.4 688 T (or tests) 350.51 688 T 0 F (T) 194.26 662 T (est path) 200.75 662 T (Description) 386 662 T (fortran/blocking/error/MPI_Bsend_err1) 114 638 T (Invalid rank \050negative\051.) 330 638 T (fortran/blocking/error/MPI_Bsend_err2) 114 616 T (Invalid rank \050too lar) 330 616 T (ge\051.) 426.1 616 T (fortran/blocking/error/MPI_Bsend_err3) 114 594 T (Invalid communicator) 330 594 T (\050MPI_COMM_NULL\051.) 330 580 T (fortran/blocking/error/MPI_Bsend_err4) 114 558 T (Freed communicator) 330 558 T (.) 428.99 558 T (fortran/blocking/error/MPI_Bsend_err5) 114 536 T (Invalid tag \050negative\051.) 330 536 T (fortran/blocking/error/MPI_Bsend_err6) 114 514 T (Invalid tag \050> MPI_T) 330 514 T (AG_UB\051) 432.13 514 T (fortran/blocking/error/MPI_Bsend_err7) 114 492 T (Invalid count \050negative\051.) 330 492 T (fortran/blocking/error/MPI_Bsend_err8) 114 470 T (Invalid datatype) 330 470 T (\050MPI_DA) 330 456 T (T) 377.33 456 T (A) 383.7 456 T (TYPE_NULL\051.) 391.03 456 T (fortran/blocking/error/MPI_Bsend_err9) 114 434 T (Mismatching types.) 330 434 T (fortran/blocking/error/MPI_Bsend_err10) 114 412 T (Message size > attached buf) 330 412 T (fer) 465.18 412 T (size.) 330 398 T (fortran/blocking/error/MPI_Bsend_err1) 114 376 T (1) 304.19 376 T (Message with no attached buf) 330 376 T (fer) 473.09 376 T (fortran/blocking/error/) 114 354 T (MPI_Buf) 114 340 T (fer_attach_err1) 159.12 340 T (Attach more than 1 buf) 330 354 T (fer to one) 441.1 354 T (process.) 330 340 T (fortran/blocking/error/) 114 318 T (MPI_Buf) 114 304 T (fer_attach_err2) 159.12 304 T (Invalid length \050negative\051.) 330 318 T (fortran/blocking/error/) 114 282 T (MPI_Buf) 114 268 T (fer_detach_err1) 159.12 268 T (An non-attached buf) 330 282 T (fer) 428.42 282 T (.) 441.08 282 T (fortran/blocking/error/MPI_Recv_err1) 114 246 T (Invalid rank \050negative\051.) 330 246 T (fortran/blocking/error/MPI_Recv_err2) 114 224 T (Invalid rank \050too lar) 330 224 T (ge\051.) 426.1 224 T (fortran/blocking/error/MPI_Recv_err3) 114 202 T (Invalid communicator) 330 202 T (\050MPI_COMM_NULL\051.) 330 188 T (fortran/blocking/error/MPI_Recv_err4) 114 166 T (Freed communicator) 330 166 T (.) 428.99 166 T (fortran/blocking/error/MPI_Recv_err5) 114 144 T (Invalid tag \050negative\051.) 330 144 T (fortran/blocking/error/MPI_Recv_err6) 114 122 T (Invalid tag \050> MPI_T) 330 122 T (AG_UB\051) 432.13 122 T (fortran/blocking/error/MPI_Recv_err7) 114 100 T (Invalid count \050negative\051.) 330 100 T 108 677.75 108 92.25 2 L V 0.5 H 0 Z N 324 678.25 324 91.75 2 L V N 504 677.75 504 92.25 2 L V N 107.75 678 504.25 678 2 L V N 107.75 652 504.25 652 2 L V N 107.75 630 504.25 630 2 L V N 107.75 608 504.25 608 2 L V N 107.75 572 504.25 572 2 L V N 107.75 550 504.25 550 2 L V N 107.75 528 504.25 528 2 L V N 107.75 506 504.25 506 2 L V N 107.75 484 504.25 484 2 L V N 107.75 448 504.25 448 2 L V N 107.75 426 504.25 426 2 L V N 107.75 390 504.25 390 2 L V N 107.75 368 504.25 368 2 L V N 107.75 332 504.25 332 2 L V N 107.75 296 504.25 296 2 L V N 107.75 260 504.25 260 2 L V N 107.75 238 504.25 238 2 L V N 107.75 216 504.25 216 2 L V N 107.75 180 504.25 180 2 L V N 107.75 158 504.25 158 2 L V N 107.75 136 504.25 136 2 L V N 107.75 114 504.25 114 2 L V N 107.75 92 504.25 92 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "110" 58 %%Page: "109" 59 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (109) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/blocking/functional/) 114 662 T (MPI_Send_rtoa) 114 648 T (Calling MPI_Send\050\051 /) 330 662 T -0.46 (MPI_Recv\050\051 to send message from) 330 648 P (root to all other ranks in communi-) 330 634 T -0.02 (cators. T) 330 620 P -0.02 (est loops through various) 374.1 620 P (communicators, message) 330 606 T (datatypes, message lengths and) 330 592 T (root\325) 330 578 T (s ranks.) 352.67 578 T (fortran/blocking/functional/) 114 556 T (MPI_Send_self) 114 542 T (Calling MPI_Send\050\051 /) 330 556 T -0.46 (MPI_Recv\050\051 to send message from) 330 542 P -0.27 (a rank to itself. T) 330 528 P -0.27 (est loops through) 413.14 528 P (various communicators.) 330 514 T (fortran/blocking/functional/) 114 492 T (MPI_Ssend_ator) 114 478 T (Calling MPI_Ssend\050\051 /) 330 492 T -0.46 (MPI_Recv\050\051 to send message from) 330 478 P -0.08 (all other ranks to the root\325) 330 464 P -0.08 (s rank in) 453.92 464 P (communicators. T) 330 450 T (est loops) 419.48 450 T (through various communicators,) 330 436 T (message datatypes, message) 330 422 T (lengths and root\325) 330 408 T (s ranks.) 410.66 408 T (fortran/blocking/functional/) 114 386 T (MPI_Ssend_null) 114 372 T (Calling MPI_Ssend\050\051 with destina-) 330 386 T (tion of MPI_PROC_NULL. T) 330 372 T (est) 476.83 372 T (loops through various communica-) 330 358 T (tors, message types, and message) 330 344 T (lengths.) 330 330 T (fortran/blocking/functional/) 114 308 T (MPI_Ssend_overtake) 114 294 T (Calling MPI_Ssend\050\051 and) 330 308 T -0.1 (MPI_Recv\050\051 to send a sequence of) 330 294 P (messages and make sure they are) 330 280 T (received in the order they were) 330 266 T (sent.) 330 252 T (fortran/blocking/functional/) 114 230 T (MPI_Ssend_rtoa) 114 216 T (Calling MPI_Ssend\050\051 /) 330 230 T -0.46 (MPI_Recv\050\051 to send message from) 330 216 P (root to all other ranks in communi-) 330 202 T -0.02 (cators. T) 330 188 P -0.02 (est loops through various) 374.1 188 P (communicators, message) 330 174 T (datatypes, message lengths and) 330 160 T (root\325) 330 146 T (s ranks.) 352.67 146 T 1 F (T) 212.05 712 T (able 31: C Blocking functional tests) 218.95 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 138.25 2 L V 0.5 H 0 Z N 324 702.25 324 137.75 2 L V N 504 701.75 504 138.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 570 504.25 570 2 L V N 107.75 506 504.25 506 2 L V N 107.75 400 504.25 400 2 L V N 107.75 322 504.25 322 2 L V N 107.75 244 504.25 244 2 L V N 107.75 138 504.25 138 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "109" 59 %%Page: "108" 60 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (108) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/blocking/functional/) 114 662 T (MPI_Rsend_rtoa) 114 648 T (Calling MPI_Rsend\050\051 /) 330 662 T -0.46 (MPI_Recv\050\051 to send message from) 330 648 P (root to all other ranks in communi-) 330 634 T -0.02 (cators. T) 330 620 P -0.02 (est loops through various) 374.1 620 P (communicators, message) 330 606 T (datatypes, message lengths and) 330 592 T (root\325) 330 578 T (s ranks.) 352.67 578 T (fortran/blocking/functional/) 114 556 T (MPI_Send_ator) 114 542 T (Calling MPI_Send\050\051 /) 330 556 T -0.46 (MPI_Recv\050\051 to send message from) 330 542 P -0.08 (all other ranks to the root\325) 330 528 P -0.08 (s rank in) 453.92 528 P (communicators. T) 330 514 T (est loops) 419.48 514 T (through various communicators,) 330 500 T (message datatypes, message) 330 486 T (lengths and root\325) 330 472 T (s ranks.) 410.66 472 T (fortran/blocking/functional/) 114 450 T (MPI_Send_ator2) 114 436 T (Calling MPI_Send\050\051 /) 330 450 T -0.46 (MPI_Recv\050\051 to send message from) 330 436 P -0.08 (all other ranks to the root\325) 330 422 P -0.08 (s rank in) 453.92 422 P (communicators. T) 330 408 T (est loops) 419.48 408 T (through various communicators,) 330 394 T (message datatypes, message) 330 380 T (lengths and root\325) 330 366 T (s ranks.) 410.66 366 T (fortran/blocking/functional/) 114 344 T (MPI_Send_null) 114 330 T (Calling MPI_Send\050\051 with destina-) 330 344 T (tion of MPI_PROC_NULL. T) 330 330 T (est) 476.83 330 T (loops through various communica-) 330 316 T (tors, message types, and message) 330 302 T (lengths.) 330 288 T (fortran/blocking/functional/) 114 266 T (MPI_Send_of) 114 252 T (f) 181.12 252 T (Calling MPI_Send\050\051 /) 330 266 T -0.46 (MPI_Recv\050\051 to send message from) 330 252 P (all ranks in communicators to a) 330 238 T (selected root with byte of) 330 224 T (fsets.) 451.76 224 T (T) 330 210 T (est loops through various com-) 336.49 210 T (municators, message datatypes,) 330 196 T (message lengths and root\325 ranks.) 330 182 T (fortran/blocking/functional/) 114 160 T (MPI_Send_overtake) 114 146 T (Calling MPI_Send\050\051 /) 330 160 T -0.1 (MPI_Recv\050\051 to send a sequence of) 330 146 P (messages and make sure they are) 330 132 T (received in the order they were) 330 118 T (sent.) 330 104 T 1 F (T) 212.05 712 T (able 31: C Blocking functional tests) 218.95 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 96.25 2 L V 0.5 H 0 Z N 324 702.25 324 95.75 2 L V N 504 701.75 504 96.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 570 504.25 570 2 L V N 107.75 464 504.25 464 2 L V N 107.75 358 504.25 358 2 L V N 107.75 280 504.25 280 2 L V N 107.75 174 504.25 174 2 L V N 107.75 96 504.25 96 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "108" 60 %%Page: "107" 61 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (107) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (fortran/blocking/functional/) 114 662 T (MPI_Bsend_overtake) 114 648 T (Calling MPI_Bsend\050\051 /) 330 662 T -0.1 (MPI_Recv\050\051 to send a sequence of) 330 648 P (message and make sure they are) 330 634 T (received in the order they were) 330 620 T (sent.) 330 606 T (fortran/blocking/functional/) 114 584 T (MPI_Bsend_rtoa) 114 570 T (Calling MPI_Bsend\050\051 /) 330 584 T (MPI_Recv\050\051 and MPI_Recv\050\051 to) 330 570 T -0.62 (send message from root to all other) 330 556 P (ranks in communicators. T) 330 542 T (est) 460.81 542 T (loops through various communica-) 330 528 T (tors, message datatypes, message) 330 514 T (lengths and root\325) 330 500 T (s ranks.) 410.66 500 T (fortran/blocking/functional/) 114 478 T (MPI_Recv_comm) 114 464 T (Calling MPI_Recv\050\051 with various) 330 478 T (communicators created and make) 330 464 T (sure the messages are received in) 330 450 T (the order sent for each communi-) 330 436 T (cator \050not the order the recvs were) 330 422 T (posted\051) 330 408 T (fortran/blocking/functional/) 114 386 T (MPI_Recv_null) 114 372 T (Calling MPI_Recv\050\051 with source) 330 386 T -0.5 (of MPI_PROC_NULL. T) 330 372 P -0.5 (est loops) 453.66 372 P (through various communicators,) 330 358 T (message types, and message) 330 344 T (lengths.) 330 330 T (fortran/blocking/functional/) 114 308 T (MPI_Recv_pack) 114 294 T (Calling MPI_Recv\050\051 verifying) 330 308 T (that every datatype can be sent as) 330 294 T (MPI_P) 330 280 T (ACKED. T) 362.9 280 T (est loops) 419.72 280 T (through various communicators,) 330 266 T (message types, and message) 330 252 T (lengths.) 330 238 T (fortran/blocking/functional/) 114 216 T (MPI_Rsend_null) 114 202 T (Calling MPI_Rsend\050\051 with desti-) 330 216 T (nation of MPI_PROC_NULL.) 330 202 T (T) 330 188 T (est loops through various com-) 336.49 188 T (municators, message types, and) 330 174 T (message lengths.) 330 160 T 1 F (T) 212.05 712 T (able 31: C Blocking functional tests) 218.95 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 152.25 2 L V 0.5 H 0 Z N 324 702.25 324 151.75 2 L V N 504 701.75 504 152.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 598 504.25 598 2 L V N 107.75 492 504.25 492 2 L V N 107.75 400 504.25 400 2 L V N 107.75 322 504.25 322 2 L V N 107.75 230 504.25 230 2 L V N 107.75 152 504.25 152 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "107" 61 %%Page: "106" 62 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (106) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (B.2) 108 384 T (Fortran T) 144 384 T (ests) 194.56 384 T (B.2.1) 108 364 T (Blocking Operations) 153 364 T 0 F (c/topo/error/MPI_Graph_neighbors_err1) 114 662 T (Invalid communicator) 330 662 T (\050MPI_COMM_WORLD\051) 330 648 T (c/topo/error/MPI_Graph_neighbors_err2) 114 626 T (Invalid communicator) 330 626 T (\050MPI_COMM_NULL\051) 330 612 T (c/topo/error/MPI_Graph_neighbors_err3) 114 590 T (Invalid communicator \050communi-) 330 590 T (cator with cartesian topology\051) 330 576 T (c/topo/error/MPI_Graphdims_get_err1) 114 554 T (Invalid communicator) 330 554 T (\050MPI_COMM_WORLD\051) 330 540 T (c/topo/error/MPI_Graphdims_get_err2) 114 518 T (Invalid communicator) 330 518 T (\050MPI_COMM_NULL\051) 330 504 T (c/topo/error/MPI_Graphdims_get_err3) 114 482 T (Invalid communicator \050communi-) 330 482 T (cator with cartesian topology\051) 330 468 T (c/topo/error/MPI_T) 114 446 T (opo_test_err1) 207.82 446 T (Invalid communicator) 330 446 T (\050MPI_COMM_NULL\051) 330 432 T 1 F (T) 212.05 340 T (able 31: C Blocking functional tests) 218.95 340 T 0 F (T) 194.26 314 T (est path) 200.75 314 T (Description) 386 314 T (fortran/blocking/functional/) 114 290 T (MPI_Bsend_ator) 114 276 T (Calling MPI_Bsend\050\051 /) 330 290 T -0.46 (MPI_Recv\050\051 to send message from) 330 276 P -0.08 (all other ranks to the root\325) 330 262 P -0.08 (s rank in) 453.92 262 P (communicators. T) 330 248 T (est loops) 419.48 248 T (through various communicators,) 330 234 T (message datatypes, message) 330 220 T (lengths and root\325) 330 206 T (s ranks.) 410.66 206 T (fortran/blocking/functional/) 114 184 T (MPI_Bsend_null) 114 170 T (Calling MPI_Bsend\050\051 with desti-) 330 184 T (nation of MPI_PROC_NULL.) 330 170 T (T) 330 156 T (est loops through various com-) 336.49 156 T (municators, message types, and) 330 142 T (message lengths.) 330 128 T 1 F (T) 229.55 712 T (able 30: T) 236.45 712 T (opology err) 286.69 712 T (or tests) 345.46 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 424.25 2 L V 0.5 H 0 Z N 324 702.25 324 423.75 2 L V N 504 701.75 504 424.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 107.75 424 504.25 424 2 L V N 108 329.75 108 120.25 2 L V N 324 330.25 324 119.75 2 L V N 504 329.75 504 120.25 2 L V N 107.75 330 504.25 330 2 L V N 107.75 304 504.25 304 2 L V N 107.75 198 504.25 198 2 L V N 107.75 120 504.25 120 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "106" 62 %%Page: "105" 63 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (105) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/topo/error/MPI_Cartdim_get_err3) 114 662 T (Invalid communicator \050communi-) 330 662 T (cator with graph topology\051) 330 648 T (c/topo/error/MPI_Dims_create_err1) 114 626 T (nodes not a multiple of non-zero) 330 626 T (dimensions) 330 612 T (c/topo/error/MPI_Dims_create_err2) 114 590 T (Negative dimension) 330 590 T (c/topo/error/MPI_Dims_create_err3) 114 568 T (Negative nodes) 330 568 T (c/topo/error/MPI_Dims_create_err4) 114 546 T (Number of dimensions < 0) 330 546 T (c/topo/error/MPI_Graph_create_err1) 114 524 T (Negative nodes) 330 524 T (c/topo/error/MPI_Graph_create_err2) 114 502 T (nodes > size of) 330 502 T (MPI_COMM_WORLD) 330 488 T (c/topo/error/MPI_Graph_create_err3) 114 466 T (Edge number too lar) 330 466 T (ge) 428.1 466 T (c/topo/error/MPI_Graph_create_err4) 114 444 T (Negative edge number) 330 444 T (c/topo/error/MPI_Graph_create_err5) 114 422 T (Edge to itself) 330 422 T (c/topo/error/MPI_Graph_create_err6) 114 400 T (Invalid communicator) 330 400 T (\050MPI_COMM_NULL\051) 330 386 T (c/topo/error/MPI_Graph_get_err1) 114 364 T (Invalid communicator) 330 364 T (\050MPI_COMM_WORLD\051) 330 350 T (c/topo/error/MPI_Graph_get_err2) 114 328 T (Invalid communicator) 330 328 T (\050MPI_COMM_NULL\051) 330 314 T (c/topo/error/MPI_Graph_get_err3) 114 292 T (Invalid communicator \050communi-) 330 292 T (cator with cartesian topology\051) 330 278 T (c/topo/error/MPI_Graph_map_err2) 114 256 T (Invalid communicator) 330 256 T (\050MPI_COMM_NULL\051) 330 242 T (c/topo/error/MPI_Graph_map_err3) 114 220 T (Negative nnodes) 330 220 T (c/topo/error/MPI_Graph_map_err4) 114 198 T (More ranks than available) 330 198 T (c/topo/error/) 114 176 T (MPI_Graph_neighbors_count_err1) 114 162 T (Invalid communicator) 330 176 T (\050MPI_COMM_WORLD\051) 330 162 T (c/topo/error/) 114 140 T (MPI_Graph_neighbors_count_err2) 114 126 T (Invalid communicator) 330 140 T (\050MPI_COMM_NULL\051) 330 126 T (c/topo/error/) 114 104 T (MPI_Graph_neighbors_count_err3) 114 90 T (Invalid communicator \050communi-) 330 104 T (cator with cartesian topology\051) 330 90 T 1 F (T) 229.55 712 T (able 30: T) 236.45 712 T (opology err) 286.69 712 T (or tests) 345.46 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 82.25 2 L V 0.5 H 0 Z N 324 702.25 324 81.75 2 L V N 504 701.75 504 82.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 582 504.25 582 2 L V N 107.75 560 504.25 560 2 L V N 107.75 538 504.25 538 2 L V N 107.75 516 504.25 516 2 L V N 107.75 480 504.25 480 2 L V N 107.75 458 504.25 458 2 L V N 107.75 436 504.25 436 2 L V N 107.75 414 504.25 414 2 L V N 107.75 378 504.25 378 2 L V N 107.75 342 504.25 342 2 L V N 107.75 306 504.25 306 2 L V N 107.75 270 504.25 270 2 L V N 107.75 234 504.25 234 2 L V N 107.75 212 504.25 212 2 L V N 107.75 190 504.25 190 2 L V N 107.75 154 504.25 154 2 L V N 107.75 118 504.25 118 2 L V N 107.75 82 504.25 82 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "105" 63 %%Page: "104" 64 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (104) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/topo/error/MPI_Cart_get_err3) 114 662 T (Invalid communicator \050communi-) 330 662 T (cator with graph topology\051) 330 648 T (c/topo/error/MPI_Cart_get_err4) 114 626 T (Negative dimension) 330 626 T (c/topo/error/MPI_Cart_map_err2) 114 604 T (Invalid communicator) 330 604 T (\050MPI_COMM_NULL\051) 330 590 T (c/topo/error/MPI_Cart_map_err3) 114 568 T (dimensions = 0) 330 568 T (c/topo/error/MPI_Cart_map_err5) 114 546 T (More ranks than available) 330 546 T (c/topo/error/MPI_Cart_rank_err1) 114 524 T (Invalid communicator) 330 524 T (\050MPI_COMM_WORLD\051) 330 510 T (c/topo/error/MPI_Cart_rank_err2) 114 488 T (Invalid communicator) 330 488 T (\050MPI_COMM_NULL\051) 330 474 T (c/topo/error/MPI_Cart_rank_err3) 114 452 T (Invalid communicator \050communi-) 330 452 T (cator with graph topology\051) 330 438 T (c/topo/error/MPI_Cart_shift_err1) 114 416 T (Invalid communicator) 330 416 T (\050MPI_COMM_WORLD\051) 330 402 T (c/topo/error/MPI_Cart_shift_err2) 114 380 T (Invalid communicator) 330 380 T (\050MPI_COMM_NULL\051) 330 366 T (c/topo/error/MPI_Cart_shift_err3) 114 344 T (Invalid communicator \050communi-) 330 344 T (cator with graph topology\051) 330 330 T (c/topo/error/MPI_Cart_shift_err4) 114 308 T (displacement = 0) 330 308 T (c/topo/error/MPI_Cart_shift_err5) 114 286 T (Invalid shift direction value) 330 286 T (c/topo/error/MPI_Cart_sub_err2) 114 264 T (Invalid communicator) 330 264 T (\050MPI_COMM_WORLD\051) 330 250 T (c/topo/error/MPI_Cart_sub_err3) 114 228 T (Invalid communicator) 330 228 T (\050MPI_COMM_NULL\051) 330 214 T (c/topo/error/MPI_Cart_sub_err4) 114 192 T (Invalid communicator \050communi-) 330 192 T (cator with graph topology\051) 330 178 T (c/topo/error/MPI_Cartdim_get_err1) 114 156 T (Invalid communicator) 330 156 T (\050MPI_COMM_WORLD\051) 330 142 T (c/topo/error/MPI_Cartdim_get_err2) 114 120 T (Invalid communicator) 330 120 T (\050MPI_COMM_NULL\051) 330 106 T 1 F (T) 229.55 712 T (able 30: T) 236.45 712 T (opology err) 286.69 712 T (or tests) 345.46 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 98.25 2 L V 0.5 H 0 Z N 324 702.25 324 97.75 2 L V N 504 701.75 504 98.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 618 504.25 618 2 L V N 107.75 582 504.25 582 2 L V N 107.75 560 504.25 560 2 L V N 107.75 538 504.25 538 2 L V N 107.75 502 504.25 502 2 L V N 107.75 466 504.25 466 2 L V N 107.75 430 504.25 430 2 L V N 107.75 394 504.25 394 2 L V N 107.75 358 504.25 358 2 L V N 107.75 322 504.25 322 2 L V N 107.75 300 504.25 300 2 L V N 107.75 278 504.25 278 2 L V N 107.75 242 504.25 242 2 L V N 107.75 206 504.25 206 2 L V N 107.75 170 504.25 170 2 L V N 107.75 134 504.25 134 2 L V N 107.75 98 504.25 98 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "104" 64 %%Page: "103" 65 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (103) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/topo/functional/) 114 662 T (MPI_Graph_neighbors_count) 114 648 T (Calling MPI_Graph_count\050\051 with) 330 662 T (various graph communicators cre-) 330 648 T (ated. Looping through various) 330 634 T (intracommunicators.) 330 620 T (c/topo/functional/MPI_Graphdims_get) 114 598 T (Calling MPI_Graphdims_get\050\051) 330 598 T (with various graph communica-) 330 584 T (tors created. Looping through var-) 330 570 T (ious intracommunicators.) 330 556 T (c/topo/functional/MPI_T) 114 534 T (opo_test_cart) 233.16 534 T (Calling MPI_T) 330 534 T (opo_test\050\051 with var-) 402.17 534 T (ious cartesian communicators cre-) 330 520 T (ated. Looping through various) 330 506 T (intracommunicators.) 330 492 T (c/topo/functional/MPI_T) 114 470 T (opo_test_graph) 233.16 470 T (Calling MPI_T) 330 470 T (opo_test\050\051 with var-) 402.17 470 T -1.19 (ious graph communicators created.) 330 456 P (Looping through various intrac-) 330 442 T (ommunicators.) 330 428 T 1 F (T) 229.55 376 T (able 30: T) 236.45 376 T (opology err) 286.69 376 T (or tests) 345.46 376 T 0 F (T) 194.26 350 T (est path) 200.75 350 T (Description) 386 350 T (c/topo/error/MPI_Cart_coords_err1) 114 326 T (Invalid communicator) 330 326 T (\050MPI_COMM_WORLD\051) 330 312 T (c/topo/error/MPI_Cart_coords_err2) 114 290 T (Invalid communicator) 330 290 T (\050MPI_COMM_NULL\051) 330 276 T (c/topo/error/MPI_Cart_coords_err3) 114 254 T (Invalid communicator \050communi-) 330 254 T (cator with graph topology\051) 330 240 T (c/topo/error/MPI_Cart_create_err1) 114 218 T (Fewer processes than dimensions) 330 218 T (c/topo/error/MPI_Cart_create_err2) 114 196 T (Dimensions = 0) 330 196 T (c/topo/error/MPI_Cart_create_err3) 114 174 T (Invalid communicator) 330 174 T (\050MPI_COMM_NULL\051) 330 160 T (c/topo/error/MPI_Cart_get_err1) 114 138 T (Invalid communicator) 330 138 T (\050MPI_COMM_WORLD\051) 330 124 T (c/topo/error/MPI_Cart_get_err2) 114 102 T (Invalid communicator) 330 102 T (\050MPI_COMM_NULL\051) 330 88 T 1 F (T) 217.1 712 T (able 29: T) 224 712 T (opology functional tests) 274.23 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 420.25 2 L V 0.5 H 0 Z N 324 702.25 324 419.75 2 L V N 504 701.75 504 420.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 612 504.25 612 2 L V N 107.75 548 504.25 548 2 L V N 107.75 484 504.25 484 2 L V N 107.75 420 504.25 420 2 L V N 108 365.75 108 80.25 2 L V N 324 366.25 324 79.75 2 L V N 504 365.75 504 80.25 2 L V N 107.75 366 504.25 366 2 L V N 107.75 340 504.25 340 2 L V N 107.75 304 504.25 304 2 L V N 107.75 268 504.25 268 2 L V N 107.75 232 504.25 232 2 L V N 107.75 210 504.25 210 2 L V N 107.75 188 504.25 188 2 L V N 107.75 152 504.25 152 2 L V N 107.75 116 504.25 116 2 L V N 107.75 80 504.25 80 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "103" 65 %%Page: "102" 66 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (102) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/topo/functional/MPI_Cartdim_get) 114 662 T (Calling MPI_Cartdim_get\050\051 with) 330 662 T (various cartesian communicators) 330 648 T (created. Looping through various) 330 634 T (intracommunicators.) 330 620 T (c/topo/functional/) 114 598 T (MPI_Dims_create_system) 114 584 T (Calling MPI_Dims_create\050\051 with) 330 598 T (all output dimensions set up by) 330 584 T (MPI. Looping through various) 330 570 T (intracommunicators.) 330 556 T (c/topo/functional/MPI_Dims_create_user) 114 534 T (Calling MPI_Dims_create\050\051 with) 330 534 T (some output dimensions set up by) 330 520 T (MPI and some are set by user) 330 506 T (.) 471.31 506 T (Looping through various intrac-) 330 492 T (ommunicators.) 330 478 T (c/topo/functional/) 114 456 T (MPI_Graph_create_noreorder) 114 442 T (Calling MPI_Graph_create\050\051 with) 330 456 T (reorder = F) 330 442 T (ALSE. Looping) 383.2 442 T (through various intracommunica-) 330 428 T (tors.) 330 414 T (c/topo/functional/) 114 392 T (MPI_Graph_create_reorder) 114 378 T (Calling MPI_Graph_create\050\051 with) 330 392 T -0.62 (reorder = TRUE. Looping through) 330 378 P (various intracommunicators.) 330 364 T (c/topo/functional/) 114 342 T (MPI_Graph_create_undef) 114 328 T (Calling MPI_Graph_create\050\051 such) 330 342 T (that some ranks will return) 330 328 T (MPI_UNDEFINED. Looping) 330 314 T (through various intracommunica-) 330 300 T (tors.) 330 286 T (c/topo/functional/MPI_Graph_get) 114 264 T (Calling MPI_Graph_get\050\051 with) 330 264 T (various graph communicators cre-) 330 250 T (ated. Looping through various) 330 236 T (intracommunicators.) 330 222 T (c/topo/functional/MPI_Graph_map) 114 200 T (Calling MPI_Graph_map\050\051 with) 330 200 T (various graph communicators cre-) 330 186 T (ated. Looping through various) 330 172 T (intracommunicators.) 330 158 T (c/topo/functional/MPI_Graph_neighbors) 114 136 T (Calling MPI_Graph_neighbors\050\051) 330 136 T (with various graph communica-) 330 122 T (tors created. Looping through var-) 330 108 T (ious intracommunicators.) 330 94 T 1 F (T) 217.1 712 T (able 29: T) 224 712 T (opology functional tests) 274.23 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 86.25 2 L V 0.5 H 0 Z N 324 702.25 324 85.75 2 L V N 504 701.75 504 86.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 612 504.25 612 2 L V N 107.75 548 504.25 548 2 L V N 107.75 470 504.25 470 2 L V N 107.75 406 504.25 406 2 L V N 107.75 356 504.25 356 2 L V N 107.75 278 504.25 278 2 L V N 107.75 214 504.25 214 2 L V N 107.75 150 504.25 150 2 L V N 107.75 86 504.25 86 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "102" 66 %%Page: "101" 67 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (101) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/topo/functional/) 114 662 T (MPI_Cart_create_nonperiodic) 114 648 T (Using MPI_Cart_create\050\051 to cre-) 330 662 T (ate various non-periodic cartesian) 330 648 T (communicators) 330 634 T (c/topo/functional/) 114 612 T (MPI_Cart_create_periodic) 114 598 T (Using MPI_Cart_create\050\051 to cre-) 330 612 T (ate various periodic cartesian com-) 330 598 T (municators. Looping through) 330 584 T (various intracommunicators.) 330 570 T (c/topo/functional/MPI_Cart_create_undef) 114 548 T (Calling MPI_Cart_create\050\051 with) 330 548 T (some ranks returning) 330 534 T (MPI_UNDEFINED. Looping) 330 520 T (through various intracommunica-) 330 506 T (tors.) 330 492 T (c/topo/functional/MPI_Cart_get) 114 470 T (Calling MPI_Cart_get\050\051 with vari-) 330 470 T (ous cartesian communicators cre-) 330 456 T (ated. Looping through various) 330 442 T (intracommunicators.) 330 428 T (c/topo/functional/MPI_Cart_map) 114 406 T (Calling MPI_Cart_map\050\051 with var-) 330 406 T (ious cartesian communicators cre-) 330 392 T (ated. Looping through various) 330 378 T (intracommunicators.) 330 364 T (c/topo/functional/MPI_Cart_rank) 114 342 T -0.1 (Calling MPI_Cart_rank\050\051 with var-) 330 342 P (ious cartesian communicators cre-) 330 328 T (ated. Looping through various) 330 314 T (intracommunicators.) 330 300 T (c/topo/functional/) 114 278 T (MPI_Cart_shift_nonperiodic) 114 264 T -0.11 (Calling MPI_Cart_shift\050\051 with var-) 330 278 P (ious non-periodic cartesian com-) 330 264 T (municators created. Looping) 330 250 T (through various intracommunica-) 330 236 T (tors.) 330 222 T (c/topo/functional/) 114 200 T (MPI_Cart_shift_periodic) 114 186 T -0.11 (Calling MPI_Cart_shift\050\051 with var-) 330 200 P (ious periodic cartesian communi-) 330 186 T (cators created. Looping through) 330 172 T (various intracommunicators.) 330 158 T (c/topo/functional/MPI_Cart_sub) 114 136 T (Calling MPI_Cart_sub\050\051 with vari-) 330 136 T (ous cartesian communicators cre-) 330 122 T (ated. Looping through various) 330 108 T (intracommunicators.) 330 94 T 1 F (T) 217.1 712 T (able 29: T) 224 712 T (opology functional tests) 274.23 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 86.25 2 L V 0.5 H 0 Z N 324 702.25 324 85.75 2 L V N 504 701.75 504 86.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 626 504.25 626 2 L V N 107.75 562 504.25 562 2 L V N 107.75 484 504.25 484 2 L V N 107.75 420 504.25 420 2 L V N 107.75 356 504.25 356 2 L V N 107.75 292 504.25 292 2 L V N 107.75 214 504.25 214 2 L V N 107.75 150 504.25 150 2 L V N 107.75 86 504.25 86 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "101" 67 %%Page: "100" 68 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (100) 298.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (B.1.1) 108 204 T (1) 133.34 204 T (T) 153 204 T (opology) 159.9 204 T 0 F (c/sendrecv/error/) 114 662 T (MPI_Sendrecv_replace_err1b) 114 648 T (Negative Source rank) 330 662 T (c/sendrecv/error/) 114 626 T (MPI_Sendrecv_replace_err2a) 114 612 T (Destination rank >= group size) 330 626 T (c/sendrecv/error/) 114 590 T (MPI_Sendrecv_replace_err2b) 114 576 T (Source rank >= group size) 330 590 T (c/sendrecv/error/) 114 554 T (MPI_Sendrecv_replace_err3) 114 540 T (Invalid communicator) 330 554 T (\050MPI_COMM_NULL\051) 330 540 T (c/sendrecv/error/) 114 518 T (MPI_Sendrecv_replace_err4) 114 504 T (Freed communicator) 330 518 T (c/sendrecv/error/) 114 482 T (MPI_Sendrecv_replace_err5a) 114 468 T (send tag < 0) 330 482 T (c/sendrecv/error/) 114 446 T (MPI_Sendrecv_replace_err5b) 114 432 T (receive tag < 0) 330 446 T (c/sendrecv/error/) 114 410 T (MPI_Sendrecv_replace_err6a) 114 396 T (send tag > MPI_T) 330 410 T (AG_UB) 416.14 410 T (c/sendrecv/error/) 114 374 T (MPI_Sendrecv_replace_err6b) 114 360 T (receive tag > MPI_T) 330 374 T (AG_UB) 428.78 374 T (c/sendrecv/error/) 114 338 T (MPI_Sendrecv_replace_err7) 114 324 T (Negative count) 330 338 T (c/sendrecv/error/) 114 302 T (MPI_Sendrecv_replace_err8) 114 288 T (Invalid datatype) 330 302 T (\050MPI_DA) 330 288 T (T) 377.33 288 T (A) 383.7 288 T (TYPE_NULL\051) 391.03 288 T (c/sendrecv/error/) 114 266 T (MPI_Sendrecv_replace_err9) 114 252 T (Mismatching type at sender and) 330 266 T (receiver) 330 252 T 1 F (T) 217.1 180 T (able 29: T) 224 180 T (opology functional tests) 274.23 180 T 0 F (T) 194.26 154 T (est path) 200.75 154 T (Description) 386 154 T (c/topo/functional/MPI_Cart_coords) 114 130 T (Calling MPI_Cart_coords for vari-) 330 130 T (ous cartesian communicators cre-) 330 116 T (ated.) 330 102 T 1 F (T) 215 712 T (able 28: Send and Recv err) 221.9 712 T (or tests) 360.01 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 244.25 2 L V 0.5 H 0 Z N 324 702.25 324 243.75 2 L V N 504 701.75 504 244.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 107.75 424 504.25 424 2 L V N 107.75 388 504.25 388 2 L V N 107.75 352 504.25 352 2 L V N 107.75 316 504.25 316 2 L V N 107.75 280 504.25 280 2 L V N 107.75 244 504.25 244 2 L V N 108 169.75 108 94.25 2 L V N 324 170.25 324 93.75 2 L V N 504 169.75 504 94.25 2 L V N 107.75 170 504.25 170 2 L V N 107.75 144 504.25 144 2 L V N 107.75 94 504.25 94 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "100" 68 %%Page: "99" 69 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (99) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/sendrecv/functional/MPI_Sendrecv_self) 114 662 T (Calling MPI_Sendrecv\050\051 to send) 330 662 T (message from each rank to itself.) 330 648 T (T) 330 634 T (est loops through various com-) 336.49 634 T (municators, message datatypes,) 330 620 T (and message lengths.) 330 606 T 1 F (T) 215 554 T (able 28: Send and Recv err) 221.9 554 T (or tests) 360.01 554 T 0 F (T) 194.26 528 T (est path) 200.75 528 T (Description) 386 528 T (c/sendrecv/error/MPI_Sendrecv_err1a) 114 504 T (Negative Destination rank) 330 504 T (c/sendrecv/error/MPI_Sendrecv_err1b) 114 482 T (Negative Source rank) 330 482 T (c/sendrecv/error/MPI_Sendrecv_err2a) 114 460 T (Destination rank >= group size) 330 460 T (c/sendrecv/error/MPI_Sendrecv_err2b) 114 438 T (Source rank >= group size) 330 438 T (c/sendrecv/error/MPI_Sendrecv_err3) 114 416 T (Invalid communicator) 330 416 T (\050MPI_COMM_NULL\051) 330 402 T (c/sendrecv/error/MPI_Sendrecv_err4) 114 380 T (Freed communicator) 330 380 T (c/sendrecv/error/MPI_Sendrecv_err5a) 114 358 T (send tag < 0) 330 358 T (c/sendrecv/error/MPI_Sendrecv_err5b) 114 336 T (receive tag < 0) 330 336 T (c/sendrecv/error/MPI_Sendrecv_err6a) 114 314 T (send tag > MPI_T) 330 314 T (AG_UB) 416.14 314 T (c/sendrecv/error/MPI_Sendrecv_err6b) 114 292 T (receive tag > MPI_T) 330 292 T (AG_UB) 428.78 292 T (c/sendrecv/error/MPI_Sendrecv_err7a) 114 270 T (Negative send count) 330 270 T (c/sendrecv/error/MPI_Sendrecv_err7b) 114 248 T (Negative receive count) 330 248 T (c/sendrecv/error/MPI_Sendrecv_err8a) 114 226 T (Invalid send type) 330 226 T (\050MPI_DA) 330 212 T (T) 377.33 212 T (A) 383.7 212 T (TYPE_NULL\051) 391.03 212 T (c/sendrecv/error/MPI_Sendrecv_err8b) 114 190 T (Invalid receive type) 330 190 T (\050MPI_DA) 330 176 T (T) 377.33 176 T (A) 383.7 176 T (TYPE_NULL\051) 391.03 176 T (c/sendrecv/error/MPI_Sendrecv_err9) 114 154 T (Mismatching type at sender and) 330 154 T (receiver) 330 140 T (c/sendrecv/error/) 114 118 T (MPI_Sendrecv_replace_err1a) 114 104 T (Negative Destination rank) 330 118 T 1 F (T) 202.55 712 T (able 27: Send and Recv functional tests) 209.45 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 598.25 2 L V 0.5 H 0 Z N 324 702.25 324 597.75 2 L V N 504 701.75 504 598.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 598 504.25 598 2 L V N 108 543.75 108 96.25 2 L V N 324 544.25 324 95.75 2 L V N 504 543.75 504 96.25 2 L V N 107.75 544 504.25 544 2 L V N 107.75 518 504.25 518 2 L V N 107.75 496 504.25 496 2 L V N 107.75 474 504.25 474 2 L V N 107.75 452 504.25 452 2 L V N 107.75 430 504.25 430 2 L V N 107.75 394 504.25 394 2 L V N 107.75 372 504.25 372 2 L V N 107.75 350 504.25 350 2 L V N 107.75 328 504.25 328 2 L V N 107.75 306 504.25 306 2 L V N 107.75 284 504.25 284 2 L V N 107.75 262 504.25 262 2 L V N 107.75 240 504.25 240 2 L V N 107.75 204 504.25 204 2 L V N 107.75 168 504.25 168 2 L V N 107.75 132 504.25 132 2 L V N 107.75 96 504.25 96 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "99" 69 %%Page: "98" 70 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (98) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (B.1.10) 108 712 T (Send and Recv) 153 712 T (T) 202.55 688 T (able 27: Send and Recv functional tests) 209.45 688 T 0 F (T) 194.26 662 T (est path) 200.75 662 T (Description) 386 662 T (c/sendrecv/functional/MPI_Sendrecv_null) 114 638 T (Calling MPI_Sendrecv\050\051 using) 330 638 T (MPI_PROC_NULL. T) 330 624 T (est loops) 442.16 624 T (through various communicators,) 330 610 T (message datatypes, and message) 330 596 T (lengths.) 330 582 T (c/sendrecv/functional/) 114 560 T (MPI_Sendrecv_replace_null) 114 546 T (Calling MPI_Sendrecv_replace\050\051) 330 560 T (using MPI_PROC_NULL. T) 330 546 T (est) 471.17 546 T (loops through various communica-) 330 532 T (tors, message datatypes, and mes-) 330 518 T (sage lengths.) 330 504 T (c/sendrecv/functional/) 114 482 T (MPI_Sendrecv_replace_ring) 114 468 T (Calling MPI_Sendrecv_replace\050\051) 330 482 T (to send and recv message in a ring) 330 468 T (style. T) 330 454 T (est loops through various) 368.16 454 T (communicators, message) 330 440 T (datatypes, and message lengths.) 330 426 T (c/sendrecv/functional/) 114 404 T (MPI_Sendrecv_replace_rtoa) 114 390 T (Calling MPI_Sendrecv_replace\050\051) 330 404 T (to send message from root to all) 330 390 T (other ranks in communicators.) 330 376 T (T) 330 362 T (est loops through various com-) 336.49 362 T (municators, message datatypes,) 330 348 T (and message lengths.) 330 334 T (c/sendrecv/functional/) 114 312 T (MPI_Sendrecv_replace_self) 114 298 T (Calling MPI_Sendrecv_replace\050\051) 330 312 T -0.14 (to send message from each rank to) 330 298 P (itself. T) 330 284 T (est loops through various) 369.49 284 T (communicators, message) 330 270 T (datatypes, and message lengths.) 330 256 T (c/sendrecv/functional/MPI_Sendrecv_ring) 114 234 T (Calling MPI_Sendrecv\050\051 to send) 330 234 T (and recv message in a ring style.) 330 220 T (T) 330 206 T (est loops through various com-) 336.49 206 T (municators, message datatypes,) 330 192 T (and message lengths.) 330 178 T (c/sendrecv/functional/MPI_Sendrecv_rtoa) 114 156 T (Calling MPI_Sendrecv\050\051 to send) 330 156 T (message from root to all other) 330 142 T (ranks in communicators. T) 330 128 T (est) 460.81 128 T (loops through various communica-) 330 114 T (tors, message datatypes, and mes-) 330 100 T (sage lengths.) 330 86 T 108 677.75 108 78.25 2 L V 0.5 H 0 Z N 324 678.25 324 77.75 2 L V N 504 677.75 504 78.25 2 L V N 107.75 678 504.25 678 2 L V N 107.75 652 504.25 652 2 L V N 107.75 574 504.25 574 2 L V N 107.75 496 504.25 496 2 L V N 107.75 418 504.25 418 2 L V N 107.75 326 504.25 326 2 L V N 107.75 248 504.25 248 2 L V N 107.75 170 504.25 170 2 L V N 107.75 78 504.25 78 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "98" 70 %%Page: "97" 71 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (97) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/probe_cancel/functional/MPI_Probe_tag) 114 662 T (Calling MPI_Probe\050\051 with mes-) 330 662 T (sage sent with various tags. Loop-) 330 648 T (ing through various) 330 634 T (communicators, message lengths,) 330 620 T (and sender) 330 606 T (\325) 382.09 606 T (s ranks.) 385.43 606 T (c/probe_cancel/functional/) 114 584 T (MPI_T) 114 570 T (est_cancelled_false) 147.83 570 T (Calling MPI_T) 330 584 T (est_cancelled\050\051) 402.17 584 T (with active isend request that has) 330 570 T (not been cancelled. Looping) 330 556 T (through various communicators,) 330 542 T (message lengths, and sender) 330 528 T (\325) 466.42 528 T (s) 469.75 528 T (ranks.) 330 514 T 1 F (T) 207.45 462 T (able 26: Pr) 214.35 462 T (obe and Cancel err) 270.13 462 T (or tests) 367.57 462 T 0 F (T) 194.26 436 T (est path) 200.75 436 T (Description) 386 436 T (c/probe_cancel/error/MPI_Cancel_err1) 114 412 T (Inactive request) 330 412 T (c/probe_cancel/error/MPI_Cancel_err2) 114 390 T (Freed request) 330 390 T (c/probe_cancel/error/MPI_Iprobe_err1) 114 368 T (Negative source rank) 330 368 T (c/probe_cancel/error/MPI_Iprobe_err2) 114 346 T (Negative tag) 330 346 T (c/probe_cancel/error/MPI_Iprobe_err3) 114 324 T (tag > MPI_T) 330 324 T (AG_UB) 391.14 324 T (c/probe_cancel/error/MPI_Iprobe_err4) 114 302 T (Invalid communicator) 330 302 T (\050MPI_COMM_NULL\051) 330 288 T (c/probe_cancel/error/MPI_Iprobe_err5) 114 266 T (Invalid rank \050source rank =) 330 266 T (comm_size\051) 330 252 T (c/probe_cancel/error/MPI_Probe_err1) 114 230 T (Negative source rank) 330 230 T (c/probe_cancel/error/MPI_Probe_err2) 114 208 T (Negative tag) 330 208 T (c/probe_cancel/error/MPI_Probe_err3) 114 186 T (tag > MPI_T) 330 186 T (AG_UB) 391.14 186 T (c/probe_cancel/error/MPI_Probe_err4) 114 164 T (Invalid communicator) 330 164 T (\050MPI_COMM_NULL\051) 330 150 T (c/probe_cancel/error/MPI_Probe_err5) 114 128 T (Invalid rank \050source rank =) 330 128 T (comm_size\051) 330 114 T 1 F (T) 194.99 712 T (able 25: Pr) 201.89 712 T (obe and Cancel functional tests) 257.67 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 506.25 2 L V 0.5 H 0 Z N 324 702.25 324 505.75 2 L V N 504 701.75 504 506.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 598 504.25 598 2 L V N 107.75 506 504.25 506 2 L V N 108 451.75 108 106.25 2 L V N 324 452.25 324 105.75 2 L V N 504 451.75 504 106.25 2 L V N 107.75 452 504.25 452 2 L V N 107.75 426 504.25 426 2 L V N 107.75 404 504.25 404 2 L V N 107.75 382 504.25 382 2 L V N 107.75 360 504.25 360 2 L V N 107.75 338 504.25 338 2 L V N 107.75 316 504.25 316 2 L V N 107.75 280 504.25 280 2 L V N 107.75 244 504.25 244 2 L V N 107.75 222 504.25 222 2 L V N 107.75 200 504.25 200 2 L V N 107.75 178 504.25 178 2 L V N 107.75 142 504.25 142 2 L V N 107.75 106 504.25 106 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "97" 71 %%Page: "96" 72 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (96) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/probe_cancel/functional/) 114 662 T (MPI_Cancel_persist_send) 114 648 T -0.66 (Calling MPI_Cancel\050\051 followed by) 330 662 P (MPI_T) 330 648 T (est_cancelled\050\051 on active) 363.83 648 T (persistent send request\050s\051.) 330 634 T (Another persistent send request) 330 620 T (will be posted afterward with a) 330 606 T (matching recv request. Looping) 330 592 T (through various communicators,) 330 578 T (message lengths, and root\325) 330 564 T (s ranks.) 457.32 564 T (c/probe_cancel/functional/) 114 542 T (MPI_Cancel_some) 114 528 T (Calling MPI_Cancel\050\051 and) 330 542 T -0.62 (MPI_T) 330 528 P -0.62 (est_cancelled\050\051 on subset of) 363.83 528 P (active isend request\050s\051 and letting) 330 514 T (other active isend request\050s\051 com-) 330 500 T (pleted \050MPI_W) 330 486 T (ait\050\051\051.Looping) 404.03 486 T (through various communicators,) 330 472 T (message lengths, and root\325) 330 458 T (s ranks.) 457.32 458 T (c/probe_cancel/functional/) 114 436 T (MPI_Iprobe_return) 114 422 T (Calling MPI_Iprobe\050\051 without any) 330 436 T (message pending and make sure) 330 422 T (the call returns. Looping through) 330 408 T (various communicators, and) 330 394 T (receiver) 330 380 T (\325) 369.08 380 T (s rank.) 372.42 380 T (c/probe_cancel/functional/) 114 358 T (MPI_Iprobe_source) 114 344 T (Calling MPI_Iprobe\050\051 with mes-) 330 358 T (sage sent from various source) 330 344 T (ranks. Looping through various) 330 330 T (communicators, message lengths,) 330 316 T (and receiver) 330 302 T (\325) 389.41 302 T (s ranks.) 392.75 302 T (c/probe_cancel/functional/) 114 280 T (MPI_Iprobe_tag) 114 266 T (Calling MPI_Iprobe\050\051 with mes-) 330 280 T (sage sent with various tags. Loop-) 330 266 T (ing through various) 330 252 T (communicators, message lengths,) 330 238 T (and sender) 330 224 T (\325) 382.09 224 T (s ranks.) 385.43 224 T (c/probe_cancel/functional/) 114 202 T (MPI_Probe_source) 114 188 T (Calling MPI_Probe\050\051 with mes-) 330 202 T (sage sent from various source) 330 188 T (ranks. Looping through various) 330 174 T (communicators, message lengths,) 330 160 T (and receiver) 330 146 T (\325) 389.41 146 T (s ranks.) 392.75 146 T 1 F (T) 194.99 712 T (able 25: Pr) 201.89 712 T (obe and Cancel functional tests) 257.67 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 138.25 2 L V 0.5 H 0 Z N 324 702.25 324 137.75 2 L V N 504 701.75 504 138.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 556 504.25 556 2 L V N 107.75 450 504.25 450 2 L V N 107.75 372 504.25 372 2 L V N 107.75 294 504.25 294 2 L V N 107.75 216 504.25 216 2 L V N 107.75 138 504.25 138 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "96" 72 %%Page: "95" 73 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (95) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (B.1.9) 108 712 T (Pr) 153 712 T (obe and Cancel) 165.44 712 T (T) 194.99 688 T (able 25: Pr) 201.89 688 T (obe and Cancel functional tests) 257.67 688 T 0 F (T) 194.26 662 T (est path) 200.75 662 T (Description) 386 662 T (c/probe_cancel/functional/) 114 638 T (MPI_Cancel_irecv) 114 624 T -0.66 (Calling MPI_Cancel\050\051 followed by) 330 638 P (MPI_T) 330 624 T (est_cancelled\050\051 on active) 363.83 624 T (irecv request\050s\051. Another irecv) 330 610 T (request will be posted afterward) 330 596 T (with a matching send request.) 330 582 T (Looping through various commu-) 330 568 T (nicators, message lengths, and) 330 554 T (root\325) 330 540 T (s ranks.) 352.67 540 T (c/probe_cancel/functional/) 114 518 T (MPI_Cancel_isend) 114 504 T -0.66 (Calling MPI_Cancel\050\051 followed by) 330 518 P (MPI_T) 330 504 T (est_cancelled\050\051 on active) 363.83 504 T (isend request\050s\051. Another isend) 330 490 T (request will be posted afterward) 330 476 T (with a matching recv request.) 330 462 T (Looping through various commu-) 330 448 T (nicators, message lengths, and) 330 434 T (root\325) 330 420 T (s ranks.) 352.67 420 T (c/probe_cancel/functional/) 114 398 T (MPI_Cancel_issend) 114 384 T -0.66 (Calling MPI_Cancel\050\051 followed by) 330 398 P (MPI_T) 330 384 T (est_cancelled\050\051 on active) 363.83 384 T (issend request\050s\051. Another issend) 330 370 T (request will be posted afterward) 330 356 T (with a matching recv request.) 330 342 T (Looping through various commu-) 330 328 T (nicators, message lengths, and) 330 314 T (root\325) 330 300 T (s ranks.) 352.67 300 T (c/probe_cancel/functional/) 114 278 T (MPI_Cancel_persist_recv) 114 264 T -0.66 (Calling MPI_Cancel\050\051 followed by) 330 278 P (MPI_T) 330 264 T (est_cancelled\050\051 on active) 363.83 264 T (persistent receive request\050s\051.) 330 250 T (Another persistent receive request) 330 236 T (will be posted afterward with a) 330 222 T (matching send request. Looping) 330 208 T (through various communicators,) 330 194 T (message lengths, and root\325) 330 180 T (s ranks.) 457.32 180 T 108 677.75 108 172.25 2 L V 0.5 H 0 Z N 324 678.25 324 171.75 2 L V N 504 677.75 504 172.25 2 L V N 107.75 678 504.25 678 2 L V N 107.75 652 504.25 652 2 L V N 107.75 532 504.25 532 2 L V N 107.75 412 504.25 412 2 L V N 107.75 292 504.25 292 2 L V N 107.75 172 504.25 172 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "95" 73 %%Page: "94" 74 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (94) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/persist_request/error/) 114 662 T (MPI_Send_init_err9) 114 648 T (Mismatching type at sender and) 330 662 T (receiver) 330 648 T (c/persist_request/error/) 114 626 T (MPI_Ssend_init_err1) 114 612 T (Negative destination rank) 330 626 T (c/persist_request/error/) 114 590 T (MPI_Ssend_init_err2) 114 576 T (Destination rank >= group size) 330 590 T (c/persist_request/error/) 114 554 T (MPI_Ssend_init_err3) 114 540 T (Invalid communicator) 330 554 T (\050MPI_COMM_NULL\051) 330 540 T (c/persist_request/error/) 114 518 T (MPI_Ssend_init_err4) 114 504 T (Freed communicator) 330 518 T (c/persist_request/error/) 114 482 T (MPI_Ssend_init_err5) 114 468 T (tag < 0) 330 482 T (c/persist_request/error/) 114 446 T (MPI_Ssend_init_err6) 114 432 T (tag > MPI_T) 330 446 T (AG_UB) 391.14 446 T (c/persist_request/error/) 114 410 T (MPI_Ssend_init_err7) 114 396 T (Negative count) 330 410 T (c/persist_request/error/) 114 374 T (MPI_Ssend_init_err8) 114 360 T (Invalid datatype) 330 374 T (\050MPI_DA) 330 360 T (T) 377.33 360 T (A) 383.7 360 T (TYPE_NULL\051) 391.03 360 T (c/persist_request/error/) 114 338 T (MPI_Ssend_init_err9) 114 324 T (Mismatching type at sender and) 330 338 T (receiver) 330 324 T (c/persist_request/error/MPI_Start_err1) 114 302 T (Already active request) 330 302 T (c/persist_request/error/MPI_Start_err2) 114 280 T (Freed request) 330 280 T (c/persist_request/error/MPI_Startall_err1) 114 258 T (Already active request) 330 258 T (c/persist_request/error/MPI_Startall_err2) 114 236 T (Freed request) 330 236 T 1 F (T) 227.68 712 T (able 24: Persistent err) 234.58 712 T (or tests) 347.33 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 228.25 2 L V 0.5 H 0 Z N 324 702.25 324 227.75 2 L V N 504 701.75 504 228.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 107.75 424 504.25 424 2 L V N 107.75 388 504.25 388 2 L V N 107.75 352 504.25 352 2 L V N 107.75 316 504.25 316 2 L V N 107.75 294 504.25 294 2 L V N 107.75 272 504.25 272 2 L V N 107.75 250 504.25 250 2 L V N 107.75 228 504.25 228 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "94" 74 %%Page: "93" 75 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (93) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/persist_request/error/) 114 662 T (MPI_Rsend_init_err2) 114 648 T (Destination rank >= group size) 330 662 T (c/persist_request/error/) 114 626 T (MPI_Rsend_init_err3) 114 612 T (Invalid communicator) 330 626 T (\050MPI_COMM_NULL\051) 330 612 T (c/persist_request/error/) 114 590 T (MPI_Rsend_init_err4) 114 576 T (Freed communicator) 330 590 T (c/persist_request/error/) 114 554 T (MPI_Rsend_init_err5) 114 540 T (tag < 0) 330 554 T (c/persist_request/error/) 114 518 T (MPI_Rsend_init_err6) 114 504 T (tag > MPI_T) 330 518 T (AG_UB) 391.14 518 T (c/persist_request/error/) 114 482 T (MPI_Rsend_init_err7) 114 468 T (Negative count) 330 482 T (c/persist_request/error/) 114 446 T (MPI_Rsend_init_err8) 114 432 T (Invalid datatype) 330 446 T (\050MPI_DA) 330 432 T (T) 377.33 432 T (A) 383.7 432 T (TYPE_NULL\051) 391.03 432 T (c/persist_request/error/) 114 410 T (MPI_Rsend_init_err9) 114 396 T (Mismatching type at sender and) 330 410 T (receiver) 330 396 T (c/persist_request/error/) 114 374 T (MPI_Send_init_err1) 114 360 T (Negative destination rank) 330 374 T (c/persist_request/error/) 114 338 T (MPI_Send_init_err2) 114 324 T (Destination rank >= group size) 330 338 T (c/persist_request/error/) 114 302 T (MPI_Send_init_err3) 114 288 T (Invalid communicator) 330 302 T (\050MPI_COMM_NULL\051) 330 288 T (c/persist_request/error/) 114 266 T (MPI_Send_init_err4) 114 252 T (Freed communicator) 330 266 T (c/persist_request/error/) 114 230 T (MPI_Send_init_err5) 114 216 T (tag < 0) 330 230 T (c/persist_request/error/) 114 194 T (MPI_Send_init_err6) 114 180 T (tag > MPI_T) 330 194 T (AG_UB) 391.14 194 T (c/persist_request/error/) 114 158 T (MPI_Send_init_err7) 114 144 T (Negative count) 330 158 T (c/persist_request/error/) 114 122 T (MPI_Send_init_err8) 114 108 T (Invalid datatype) 330 122 T (\050MPI_DA) 330 108 T (T) 377.33 108 T (A) 383.7 108 T (TYPE_NULL\051) 391.03 108 T 1 F (T) 227.68 712 T (able 24: Persistent err) 234.58 712 T (or tests) 347.33 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 100.25 2 L V 0.5 H 0 Z N 324 702.25 324 99.75 2 L V N 504 701.75 504 100.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 107.75 424 504.25 424 2 L V N 107.75 388 504.25 388 2 L V N 107.75 352 504.25 352 2 L V N 107.75 316 504.25 316 2 L V N 107.75 280 504.25 280 2 L V N 107.75 244 504.25 244 2 L V N 107.75 208 504.25 208 2 L V N 107.75 172 504.25 172 2 L V N 107.75 136 504.25 136 2 L V N 107.75 100 504.25 100 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "93" 75 %%Page: "92" 76 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (92) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/persist_request/error/) 114 662 T (MPI_Bsend_init_err7) 114 648 T (Negative count) 330 662 T (c/persist_request/error/) 114 626 T (MPI_Bsend_init_err8) 114 612 T (Invalid datatype) 330 626 T (\050MPI_DA) 330 612 T (T) 377.33 612 T (A) 383.7 612 T (TYPE_NULL\051) 391.03 612 T (c/persist_request/error/) 114 590 T (MPI_Bsend_init_err9) 114 576 T (Mismatching type at sender and) 330 590 T (receiver) 330 576 T (c/persist_request/error/) 114 554 T (MPI_Bsend_init_err10) 114 540 T (Message size > attached buf) 330 554 T (fer) 465.18 554 T (size) 330 540 T (c/persist_request/error/) 114 518 T (MPI_Bsend_init_err1) 114 504 T (1) 218.22 504 T (No buf) 330 518 T (fer attached) 363.44 518 T (c/persist_request/error/) 114 482 T (MPI_Recv_init_err1) 114 468 T (Negative destination rank) 330 482 T (c/persist_request/error/) 114 446 T (MPI_Recv_init_err2) 114 432 T (Destination rank >= group size) 330 446 T (c/persist_request/error/) 114 410 T (MPI_Recv_init_err3) 114 396 T (Invalid communicator) 330 410 T (\050MPI_COMM_NULL\051) 330 396 T (c/persist_request/error/) 114 374 T (MPI_Recv_init_err4) 114 360 T (Freed communicator) 330 374 T (c/persist_request/error/) 114 338 T (MPI_Recv_init_err5) 114 324 T (tag < 0) 330 338 T (c/persist_request/error/) 114 302 T (MPI_Recv_init_err6) 114 288 T (tag > MPI_T) 330 302 T (AG_UB) 391.14 302 T (c/persist_request/error/) 114 266 T (MPI_Recv_init_err7) 114 252 T (Negative count) 330 266 T (c/persist_request/error/) 114 230 T (MPI_Recv_init_err8) 114 216 T (Invalid datatype) 330 230 T (\050MPI_DA) 330 216 T (T) 377.33 216 T (A) 383.7 216 T (TYPE_NULL\051) 391.03 216 T (c/persist_request/error/) 114 194 T (MPI_Recv_init_err9) 114 180 T (Message size > Recv_init count) 330 194 T (c/persist_request/error/) 114 158 T (MPI_Request_free_err1) 114 144 T (Freed request) 330 158 T (c/persist_request/error/) 114 122 T (MPI_Rsend_init_err1) 114 108 T (Negative destination rank) 330 122 T 1 F (T) 227.68 712 T (able 24: Persistent err) 234.58 712 T (or tests) 347.33 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 100.25 2 L V 0.5 H 0 Z N 324 702.25 324 99.75 2 L V N 504 701.75 504 100.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 107.75 424 504.25 424 2 L V N 107.75 388 504.25 388 2 L V N 107.75 352 504.25 352 2 L V N 107.75 316 504.25 316 2 L V N 107.75 280 504.25 280 2 L V N 107.75 244 504.25 244 2 L V N 107.75 208 504.25 208 2 L V N 107.75 172 504.25 172 2 L V N 107.75 136 504.25 136 2 L V N 107.75 100 504.25 100 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "92" 76 %%Page: "91" 77 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (91) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/persist_request/functional/MPI_Startall2) 114 662 T (Calling MPI_Send_init\050\051/) 330 662 T (MPI_Startall\050\051 in various commu-) 330 648 T (nicators.) 330 634 T (c/persist_request/functional/MPI_T) 114 612 T (est_p) 283.81 612 T (Calling MPI_T) 330 612 T (est\050\051 on active) 402.17 612 T (requests.) 330 598 T (c/persist_request/functional/) 114 576 T (MPI_T) 114 562 T (estall_p) 147.83 562 T (Calling MPI_T) 330 576 T (estall\050\051 on active) 402.17 576 T (requests.) 330 562 T (c/persist_request/functional/) 114 540 T (MPI_T) 114 526 T (estany_p) 147.83 526 T (Calling MPI_T) 330 540 T (estany\050\051 on active) 402.17 540 T (requests.) 330 526 T (c/persist_request/functional/) 114 504 T (MPI_T) 114 490 T (estsome_p) 147.83 490 T -0.12 (Calling MPI_T) 330 504 P -0.12 (estsome\050\051 on active) 402.05 504 P (requests.) 330 490 T (c/persist_request/functional/) 114 468 T (MPI_W) 114 454 T (aitall_p) 151.7 454 T (Calling MPI_W) 330 468 T (aitall\050\051 on active) 406.04 468 T (requests.) 330 454 T (c/persist_request/functional/) 114 432 T (MPI_W) 114 418 T (aitany_p) 151.7 418 T (Calling MPI_W) 330 432 T (aitany\050\051 on active) 406.04 432 T (requests.) 330 418 T (c/persist_request/functional/) 114 396 T (MPI_W) 114 382 T (aitsome_p) 151.7 382 T -0.76 (Calling MPI_W) 330 396 P -0.76 (aitsome\050\051 on active) 405.29 396 P (requests.) 330 382 T 1 F (T) 227.68 330 T (able 24: Persistent err) 234.58 330 T (or tests) 347.33 330 T 0 F (T) 194.26 304 T (est path) 200.75 304 T (Description) 386 304 T (c/persist_request/error/) 114 280 T (MPI_Bsend_init_err1) 114 266 T (Negative destination rank) 330 280 T (c/persist_request/error/) 114 244 T (MPI_Bsend_init_err2) 114 230 T (Destination rank >= group size) 330 244 T (c/persist_request/error/) 114 208 T (MPI_Bsend_init_err3) 114 194 T (Invalid communicator) 330 208 T (\050MPI_COMM_NULL\051) 330 194 T (c/persist_request/error/) 114 172 T (MPI_Bsend_init_err4) 114 158 T (Freed communicator) 330 172 T (c/persist_request/error/) 114 136 T (MPI_Bsend_init_err5) 114 122 T (tag < 0) 330 136 T (c/persist_request/error/) 114 100 T (MPI_Bsend_init_err6) 114 86 T (tag > MPI_T) 330 100 T (AG_UB) 391.14 100 T 1 F (T) 215.23 712 T (able 23: Persistent functional tests) 222.13 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 374.25 2 L V 0.5 H 0 Z N 324 702.25 324 373.75 2 L V N 504 701.75 504 374.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 626 504.25 626 2 L V N 107.75 590 504.25 590 2 L V N 107.75 554 504.25 554 2 L V N 107.75 518 504.25 518 2 L V N 107.75 482 504.25 482 2 L V N 107.75 446 504.25 446 2 L V N 107.75 410 504.25 410 2 L V N 107.75 374 504.25 374 2 L V N 108 319.75 108 78.25 2 L V N 324 320.25 324 77.75 2 L V N 504 319.75 504 78.25 2 L V N 107.75 320 504.25 320 2 L V N 107.75 294 504.25 294 2 L V N 107.75 258 504.25 258 2 L V N 107.75 222 504.25 222 2 L V N 107.75 186 504.25 186 2 L V N 107.75 150 504.25 150 2 L V N 107.75 114 504.25 114 2 L V N 107.75 78 504.25 78 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "91" 77 %%Page: "90" 78 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (90) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/persist_request/functional/) 114 662 T (MPI_Send_init_self) 114 648 T (Calling MPI_Send_init\050\051 /) 330 662 T (MPI_Recv_init\050\051 and) 330 648 T (MPI_Recv_init\050\051 to send message) 330 634 T (from a rank to itself. T) 330 620 T (est loops) 440.81 620 T (through various communicators.) 330 606 T (c/persist_request/functional/) 114 584 T (MPI_Ssend_init_ator) 114 570 T (Calling MPI_Ssend\050\051 /) 330 584 T (MPI_Recv_init\050\051 to send message) 330 570 T (from all other ranks to the root\325) 330 556 T (s) 480.65 556 T -0.58 (rank in communicators. T) 330 542 P -0.58 (est loops) 453.82 542 P (through various communicators,) 330 528 T (message datatypes, message) 330 514 T (lengths and root\325) 330 500 T (s ranks.) 410.66 500 T (c/persist_request/functional/) 114 478 T (MPI_Ssend_init_null) 114 464 T (Calling MPI_Ssend_init\050\051 using) 330 478 T (MPI_PROC_NULL. T) 330 464 T (est loops) 442.16 464 T (through various communicators,) 330 450 T (message datatypes, and message) 330 436 T (lengths.) 330 422 T (c/persist_request/functional/) 114 400 T (MPI_Ssend_init_overtake) 114 386 T (Calling MPI_Ssend_init\050\051 /) 330 400 T (MPI_Recv_init\050\051 and) 330 386 T (MPI_Recv_init\050\051 to send a) 330 372 T (sequence of messages and make) 330 358 T (sure they are received in the order) 330 344 T (they were sent.) 330 330 T (c/persist_request/functional/) 114 308 T (MPI_Ssend_init_perf) 114 294 T (T) 330 308 T (est for recording the latency for) 336.49 308 T (sending a message of speci\336ed) 330 294 T (length around a ring in a commu-) 330 280 T -0.69 (nicator) 330 266 P -0.69 (. T) 362.66 266 P -0.69 (est loops through various) 376.77 266 P (communicators, and message) 330 252 T (lengths.) 330 238 T (c/persist_request/functional/) 114 216 T (MPI_Ssend_init_rtoa) 114 202 T (Calling MPI_Ssend_init\050\051 /) 330 216 T (MPI_Recv_init\050\051 to send message) 330 202 T -0.23 (from root to all other ranks in com-) 330 188 P (municators. T) 330 174 T (est loops through) 398.82 174 T (various communicators, message) 330 160 T (datatypes, and message lengths.) 330 146 T (c/persist_request/functional/MPI_Startall1) 114 124 T (Calling MPI_Bsend_init\050\051/) 330 124 T (MPI_Startall\050\051 in various commu-) 330 110 T (nicators.) 330 96 T 1 F (T) 215.23 712 T (able 23: Persistent functional tests) 222.13 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 88.25 2 L V 0.5 H 0 Z N 324 702.25 324 87.75 2 L V N 504 701.75 504 88.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 598 504.25 598 2 L V N 107.75 492 504.25 492 2 L V N 107.75 414 504.25 414 2 L V N 107.75 322 504.25 322 2 L V N 107.75 230 504.25 230 2 L V N 107.75 138 504.25 138 2 L V N 107.75 88 504.25 88 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "90" 78 %%Page: "89" 79 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (89) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/persist_request/functional/) 114 662 T (MPI_Send_init_null) 114 648 T (Calling MPI_Send_init\050\051 using) 330 662 T (MPI_PROC_NULL. T) 330 648 T (est loops) 442.16 648 T (through various communicators,) 330 634 T (message datatypes, and message) 330 620 T (lengths.) 330 606 T (c/persist_request/functional/) 114 584 T (MPI_Send_init_of) 114 570 T (f) 203.12 570 T (Calling MPI_Send_init\050\051 /) 330 584 T (MPI_Recv_init\050\051 to send message) 330 570 T -0.66 (from all ranks in communicators to) 330 556 P (a selected root with byte of) 330 542 T (fsets.) 460.09 542 T (T) 330 528 T (est loops through various com-) 336.49 528 T (municators, message datatypes,) 330 514 T (message lengths and root\325 ranks.) 330 500 T (c/persist_request/functional/) 114 478 T (MPI_Send_init_overtake) 114 464 T (Calling MPI_Send_init\050\051 /) 330 478 T (MPI_Recv_init\050\051 and) 330 464 T (MPI_Recv_init\050\051 to send a) 330 450 T (sequence of messages and make) 330 436 T (sure they are received in the order) 330 422 T (they were sent.) 330 408 T (c/persist_request/functional/) 114 386 T (MPI_Send_init_overtake2) 114 372 T (Calling MPI_Send_init\050\051 /) 330 386 T (MPI_Recv_init\050\051 and) 330 372 T (MPI_Recv_init\050\051 using dif) 330 358 T (ferent) 457.12 358 T (tags to send a sequence of mes-) 330 344 T (sages and make sure they are) 330 330 T (received in the order they were) 330 316 T (sent.) 330 302 T (c/persist_request/functional/) 114 280 T (MPI_Send_init_perf) 114 266 T (T) 330 280 T (est for recording the latency for) 336.49 280 T (sending a message of speci\336ed) 330 266 T (length around a ring in a commu-) 330 252 T -0.69 (nicator) 330 238 P -0.69 (. T) 362.66 238 P -0.69 (est loops through various) 376.77 238 P (communicators, and message) 330 224 T (lengths.) 330 210 T (c/persist_request/functional/) 114 188 T (MPI_Send_init_rtoa) 114 174 T (Calling MPI_Send_init\050\051 /) 330 188 T (MPI_Recv_init\050\051 to send message) 330 174 T -0.23 (from root to all other ranks in com-) 330 160 P (municators. T) 330 146 T (est loops through) 398.82 146 T (various communicators, message) 330 132 T (datatypes, message lengths and) 330 118 T (root\325) 330 104 T (s ranks.) 352.67 104 T 1 F (T) 215.23 712 T (able 23: Persistent functional tests) 222.13 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 96.25 2 L V 0.5 H 0 Z N 324 702.25 324 95.75 2 L V N 504 701.75 504 96.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 598 504.25 598 2 L V N 107.75 492 504.25 492 2 L V N 107.75 400 504.25 400 2 L V N 107.75 294 504.25 294 2 L V N 107.75 202 504.25 202 2 L V N 107.75 96 504.25 96 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "89" 79 %%Page: "88" 80 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (88) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/persist_request/functional/) 114 662 T (MPI_Recv_init_pack) 114 648 T (Calling MPI_Recv_init\050\051 /) 330 662 T (MPI_Send\050\051 verifying that every) 330 648 T (datatype can be sent as) 330 634 T (MPI_P) 330 620 T (ACKED. T) 362.9 620 T (est loops) 419.72 620 T (through various communicators,) 330 606 T (message types, and message) 330 592 T (lengths.) 330 578 T (c/persist_request/functional/) 114 556 T (MPI_Request_free_p) 114 542 T (Calling MPI_Request_free\050\051) 330 556 T (using request generated from all) 330 542 T (persistent calls making sure pend-) 330 528 T (ing request can still be completed) 330 514 T (even though it has been freed.) 330 500 T (c/persist_request/functional/) 114 478 T (MPI_Rsend_init_null) 114 464 T (Calling MPI_Rsend_init\050\051 using) 330 478 T (MPI_PROC_NULL. T) 330 464 T (est loops) 442.16 464 T (through various communicators,) 330 450 T (message datatypes, and message) 330 436 T (lengths.) 330 422 T (c/persist_request/functional/) 114 400 T (MPI_Rsend_init_perf) 114 386 T (T) 330 400 T (est for recording the latency for) 336.49 400 T (sending a message of speci\336ed) 330 386 T (length around a ring in a commu-) 330 372 T -0.69 (nicator) 330 358 P -0.69 (. T) 362.66 358 P -0.69 (est loops through various) 376.77 358 P (communicators, and message) 330 344 T (lengths.) 330 330 T (c/persist_request/functional/) 114 308 T (MPI_Rsend_init_rtoa) 114 294 T (Calling MPI_Rsend_init\050\051 /) 330 308 T (MPI_Recv_init\050\051 to send message) 330 294 T -0.23 (from root to all other ranks in com-) 330 280 P (municators. T) 330 266 T (est loops through) 398.82 266 T (various communicators, message) 330 252 T (datatypes, message lengths and) 330 238 T (root\325) 330 224 T (s ranks.) 352.67 224 T (c/persist_request/functional/) 114 202 T (MPI_Send_init_ator) 114 188 T (Calling MPI_Send_init\050\051 /) 330 202 T (MPI_Recv_init\050\051 to send message) 330 188 T (from all other ranks to the root\325) 330 174 T (s) 480.65 174 T -0.58 (rank in communicators. T) 330 160 P -0.58 (est loops) 453.82 160 P (through various communicators,) 330 146 T (message datatypes, message) 330 132 T (lengths and root\325) 330 118 T (s ranks.) 410.66 118 T 1 F (T) 215.23 712 T (able 23: Persistent functional tests) 222.13 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 110.25 2 L V 0.5 H 0 Z N 324 702.25 324 109.75 2 L V N 504 701.75 504 110.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 570 504.25 570 2 L V N 107.75 492 504.25 492 2 L V N 107.75 414 504.25 414 2 L V N 107.75 322 504.25 322 2 L V N 107.75 216 504.25 216 2 L V N 107.75 110 504.25 110 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "88" 80 %%Page: "87" 81 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (87) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (B.1.8) 108 712 T (Persistent Operations) 153 712 T (T) 215.23 688 T (able 23: Persistent functional tests) 222.13 688 T 0 F (T) 194.26 662 T (est path) 200.75 662 T (Description) 386 662 T (c/persist_request/functional/) 114 638 T (MPI_Bsend_init_null) 114 624 T (Calling MPI_Bsend_init\050\051 with) 330 638 T -1.58 (destination of MPI_PROC_NULL.) 330 624 P (T) 330 610 T (est loops through various com-) 336.49 610 T (municators, message types, and) 330 596 T (message lengths.) 330 582 T (c/persist_request/functional/) 114 560 T (MPI_Bsend_init_overtake) 114 546 T (Calling MPI_Bsend_init\050\051 and) 330 560 T (MPI_Recv_init\050\051 to send a) 330 546 T (sequence of messages and make) 330 532 T (sure they are received in the order) 330 518 T (they were sent.) 330 504 T (c/persist_request/functional/) 114 482 T (MPI_Bsend_init_perf) 114 468 T (T) 330 482 T (est for recording the latency for) 336.49 482 T (sending a message of speci\336ed) 330 468 T (length around a ring in a commu-) 330 454 T -0.69 (nicator) 330 440 P -0.69 (. T) 362.66 440 P -0.69 (est loops through various) 376.77 440 P (communicators, and message) 330 426 T (lengths.) 330 412 T (c/persist_request/functional/) 114 390 T (MPI_Bsend_init_rtoa) 114 376 T (Calling MPI_Bsend_init\050\051 and) 330 390 T (MPI_Recv_init\050\051 to send message) 330 376 T -0.23 (from root to all other ranks in com-) 330 362 P (municators. T) 330 348 T (est loops through) 398.82 348 T (various communicators, message) 330 334 T (datatypes, message lengths and) 330 320 T (root\325) 330 306 T (s ranks.) 352.67 306 T (c/persist_request/functional/) 114 284 T (MPI_Recv_init_comm) 114 270 T (Calling MPI_Recv_init\050\051 and) 330 284 T (MPI_Bsend_init\050\051 with various) 330 270 T (communicators created and make) 330 256 T (sure the messages are received in) 330 242 T (the order sent for each communi-) 330 228 T -0.42 (cator \050not the order the recv/s were) 330 214 P (posted\051.) 330 200 T (c/persist_request/functional/) 114 178 T (MPI_Recv_init_null) 114 164 T (Calling MPI_Recv_init\050\051 using) 330 178 T (MPI_PROC_NULL. T) 330 164 T (est loops) 442.16 164 T (through various communicators,) 330 150 T (message datatypes, and message) 330 136 T (lengths.) 330 122 T 108 677.75 108 114.25 2 L V 0.5 H 0 Z N 324 678.25 324 113.75 2 L V N 504 677.75 504 114.25 2 L V N 107.75 678 504.25 678 2 L V N 107.75 652 504.25 652 2 L V N 107.75 574 504.25 574 2 L V N 107.75 496 504.25 496 2 L V N 107.75 404 504.25 404 2 L V N 107.75 298 504.25 298 2 L V N 107.75 192 504.25 192 2 L V N 107.75 114 504.25 114 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "87" 81 %%Page: "86" 82 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (86) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/nonblocking/error/MPI_Irsend_err7) 114 662 T (Negative count) 330 662 T (c/nonblocking/error/MPI_Irsend_err8) 114 640 T (Invalid datatype) 330 640 T (\050MPI_DA) 330 626 T (T) 377.33 626 T (A) 383.7 626 T (TYPE_NULL\051) 391.03 626 T (c/nonblocking/error/MPI_Irsend_err9) 114 604 T (Mismatching type at sender and) 330 604 T (receiver) 330 590 T (c/nonblocking/error/MPI_Isend_err1) 114 568 T (Negative destination rank) 330 568 T (c/nonblocking/error/MPI_Isend_err2) 114 546 T (Destination rank >= group size) 330 546 T (c/nonblocking/error/MPI_Isend_err3) 114 524 T (Invalid communicator) 330 524 T (\050MPI_COMM_NULL\051) 330 510 T (c/nonblocking/error/MPI_Isend_err4) 114 488 T (Freed communicator) 330 488 T (c/nonblocking/error/MPI_Isend_err5) 114 466 T (tag < 0) 330 466 T (c/nonblocking/error/MPI_Isend_err6) 114 444 T (tag > MPI_T) 330 444 T (AG_UB) 391.14 444 T (c/nonblocking/error/MPI_Isend_err7) 114 422 T (Negative count) 330 422 T (c/nonblocking/error/MPI_Isend_err8) 114 400 T (Invalid datatype) 330 400 T (\050MPI_DA) 330 386 T (T) 377.33 386 T (A) 383.7 386 T (TYPE_NULL\051) 391.03 386 T (c/nonblocking/error/MPI_Isend_err9) 114 364 T (Mismatching type at sender and) 330 364 T (receiver) 330 350 T (c/nonblocking/error/MPI_Issend_err1) 114 328 T (Negative destination rank) 330 328 T (c/nonblocking/error/MPI_Issend_err2) 114 306 T (Destination rank >= group size) 330 306 T (c/nonblocking/error/MPI_Issend_err3) 114 284 T (Invalid communicator) 330 284 T (\050MPI_COMM_NULL\051) 330 270 T (c/nonblocking/error/MPI_Issend_err4) 114 248 T (Freed communicator) 330 248 T (c/nonblocking/error/MPI_Issend_err5) 114 226 T (tag < 0) 330 226 T (c/nonblocking/error/MPI_Issend_err6) 114 204 T (tag > MPI_T) 330 204 T (AG_UB) 391.14 204 T (c/nonblocking/error/MPI_Issend_err7) 114 182 T (Negative count) 330 182 T (c/nonblocking/error/MPI_Issend_err8) 114 160 T (Invalid datatype) 330 160 T (\050MPI_DA) 330 146 T (T) 377.33 146 T (A) 383.7 146 T (TYPE_NULL\051) 391.03 146 T (c/nonblocking/error/MPI_Issend_err9) 114 124 T (Mismatching type at sender and) 330 124 T (receiver) 330 110 T 1 F (T) 220.33 712 T (able 22: Nonblocking err) 227.23 712 T (or tests) 354.68 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 102.25 2 L V 0.5 H 0 Z N 324 702.25 324 101.75 2 L V N 504 701.75 504 102.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 654 504.25 654 2 L V N 107.75 618 504.25 618 2 L V N 107.75 582 504.25 582 2 L V N 107.75 560 504.25 560 2 L V N 107.75 538 504.25 538 2 L V N 107.75 502 504.25 502 2 L V N 107.75 480 504.25 480 2 L V N 107.75 458 504.25 458 2 L V N 107.75 436 504.25 436 2 L V N 107.75 414 504.25 414 2 L V N 107.75 378 504.25 378 2 L V N 107.75 342 504.25 342 2 L V N 107.75 320 504.25 320 2 L V N 107.75 298 504.25 298 2 L V N 107.75 262 504.25 262 2 L V N 107.75 240 504.25 240 2 L V N 107.75 218 504.25 218 2 L V N 107.75 196 504.25 196 2 L V N 107.75 174 504.25 174 2 L V N 107.75 138 504.25 138 2 L V N 107.75 102 504.25 102 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "86" 82 %%Page: "85" 83 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (85) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/nonblocking/error/MPI_Ibsend_err4) 114 662 T (Freed communicator) 330 662 T (c/nonblocking/error/MPI_Ibsend_err5) 114 640 T (tag < 0) 330 640 T (c/nonblocking/error/MPI_Ibsend_err6) 114 618 T (tag > MPI_T) 330 618 T (AG_UB) 391.14 618 T (c/nonblocking/error/MPI_Ibsend_err7) 114 596 T (Negative count) 330 596 T (c/nonblocking/error/MPI_Ibsend_err8) 114 574 T (Invalid datatype) 330 574 T (\050MPI_DA) 330 560 T (T) 377.33 560 T (A) 383.7 560 T (TYPE_NULL\051) 391.03 560 T (c/nonblocking/error/MPI_Ibsend_err9) 114 538 T (Mismatching type at sender and) 330 538 T (receiver) 330 524 T (c/nonblocking/error/MPI_Ibsend_err10) 114 502 T (Message size > attached buf) 330 502 T (fer) 465.18 502 T (size) 330 488 T (c/nonblocking/error/MPI_Ibsend_err1) 114 466 T (1) 296.86 466 T (No buf) 330 466 T (fer attached) 363.44 466 T (c/nonblocking/error/MPI_Irecv_err1) 114 444 T (Negative destination rank) 330 444 T (c/nonblocking/error/MPI_Irecv_err2) 114 422 T (Destination rank >= group size) 330 422 T (c/nonblocking/error/MPI_Irecv_err3) 114 400 T (Invalid communicator) 330 400 T (\050MPI_COMM_NULL\051) 330 386 T (c/nonblocking/error/MPI_Irecv_err4) 114 364 T (Freed communicator) 330 364 T (c/nonblocking/error/MPI_Irecv_err5) 114 342 T (tag < 0) 330 342 T (c/nonblocking/error/MPI_Irecv_err6) 114 320 T (tag > MPI_T) 330 320 T (AG_UB) 391.14 320 T (c/nonblocking/error/MPI_Irecv_err7) 114 298 T (Negative count) 330 298 T (c/nonblocking/error/MPI_Irecv_err8) 114 276 T (Invalid datatype) 330 276 T (\050MPI_DA) 330 262 T (T) 377.33 262 T (A) 383.7 262 T (TYPE_NULL\051) 391.03 262 T (c/nonblocking/error/MPI_Irecv_err9) 114 240 T (Receiving message > Irecv count) 330 240 T (c/nonblocking/error/MPI_Irsend_err1) 114 218 T (Negative destination rank) 330 218 T (c/nonblocking/error/MPI_Irsend_err2) 114 196 T (Destination rank >= group size) 330 196 T (c/nonblocking/error/MPI_Irsend_err3) 114 174 T (Invalid communicator) 330 174 T (\050MPI_COMM_NULL\051) 330 160 T (c/nonblocking/error/MPI_Irsend_err4) 114 138 T (Freed communicator) 330 138 T (c/nonblocking/error/MPI_Irsend_err5) 114 116 T (tag < 0) 330 116 T (c/nonblocking/error/MPI_Irsend_err6) 114 94 T (tag > MPI_T) 330 94 T (AG_UB) 391.14 94 T 1 F (T) 220.33 712 T (able 22: Nonblocking err) 227.23 712 T (or tests) 354.68 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 86.25 2 L V 0.5 H 0 Z N 324 702.25 324 85.75 2 L V N 504 701.75 504 86.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 654 504.25 654 2 L V N 107.75 632 504.25 632 2 L V N 107.75 610 504.25 610 2 L V N 107.75 588 504.25 588 2 L V N 107.75 552 504.25 552 2 L V N 107.75 516 504.25 516 2 L V N 107.75 480 504.25 480 2 L V N 107.75 458 504.25 458 2 L V N 107.75 436 504.25 436 2 L V N 107.75 414 504.25 414 2 L V N 107.75 378 504.25 378 2 L V N 107.75 356 504.25 356 2 L V N 107.75 334 504.25 334 2 L V N 107.75 312 504.25 312 2 L V N 107.75 290 504.25 290 2 L V N 107.75 254 504.25 254 2 L V N 107.75 232 504.25 232 2 L V N 107.75 210 504.25 210 2 L V N 107.75 188 504.25 188 2 L V N 107.75 152 504.25 152 2 L V N 107.75 130 504.25 130 2 L V N 107.75 108 504.25 108 2 L V N 107.75 86 504.25 86 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "85" 83 %%Page: "84" 84 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (84) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/nonblocking/functional/) 114 662 T (MPI_Issend_rtoa) 114 648 T (Calling MPI_Issend\050\051 to send mes-) 330 662 T -0.16 (sage from root to all other ranks in) 330 648 P (communicators. T) 330 634 T (est loops) 419.48 634 T (through various communicators,) 330 620 T (message datatypes, message) 330 606 T (lengths and root\325) 330 592 T (s ranks.) 410.66 592 T (c/nonblocking/functional/) 114 570 T (MPI_Request_free) 114 556 T (Calling MPI_Request_free\050\051 on) 330 570 T (each non-blocking calls. All) 330 556 T (requests are expected to complete) 330 542 T (even though they are freed.) 330 528 T (c/nonblocking/functional/MPI_T) 114 506 T (estall) 271.82 506 T (Calling MPI_T) 330 506 T (estall\050\051 on active) 402.17 506 T (requests.) 330 492 T (c/nonblocking/functional/MPI_T) 114 470 T (estany) 271.82 470 T (Calling MPI_T) 330 470 T (estany\050\051 on active) 402.17 470 T (requests.) 330 456 T (c/nonblocking/functional/MPI_T) 114 434 T (estsome) 271.82 434 T -0.12 (Calling MPI_T) 330 434 P -0.12 (estsome\050\051 on active) 402.05 434 P (requests.) 330 420 T (c/nonblocking/functional/MPI_W) 114 398 T (aitall) 275.7 398 T (Calling MPI_W) 330 398 T (aitall\050\051 on active) 406.04 398 T (requests.) 330 384 T (c/nonblocking/functional/MPI_W) 114 362 T (aitany) 275.7 362 T (Calling MPI_W) 330 362 T (aitany\050\051 on active) 406.04 362 T (requests.) 330 348 T (c/nonblocking/functional/MPI_W) 114 326 T (aitsome) 275.7 326 T -0.76 (Calling MPI_W) 330 326 P -0.76 (aitsome\050\051 on active) 405.29 326 P (requests.) 330 312 T (c/nonblocking/functional/async) 114 290 T (Stress asynchronous rank-to-rank) 330 290 T (communication.) 330 276 T (c/nonblocking/functional/rings) 114 254 T (Stress message sending around) 330 254 T (rings of ranks.) 330 240 T 1 F (T) 220.33 188 T (able 22: Nonblocking err) 227.23 188 T (or tests) 354.68 188 T 0 F (T) 194.26 162 T (est path) 200.75 162 T (Description) 386 162 T (c/nonblocking/error/MPI_Ibsend_err1) 114 138 T (Negative destination rank) 330 138 T (c/nonblocking/error/MPI_Ibsend_err2) 114 116 T (Destination rank >= group size) 330 116 T (c/nonblocking/error/MPI_Ibsend_err3) 114 94 T (Invalid communicator) 330 94 T (\050MPI_COMM_NULL\051) 330 80 T 1 F (T) 207.88 712 T (able 21: Nonblocking functional tests) 214.78 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 232.25 2 L V 0.5 H 0 Z N 324 702.25 324 231.75 2 L V N 504 701.75 504 232.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 584 504.25 584 2 L V N 107.75 520 504.25 520 2 L V N 107.75 484 504.25 484 2 L V N 107.75 448 504.25 448 2 L V N 107.75 412 504.25 412 2 L V N 107.75 376 504.25 376 2 L V N 107.75 340 504.25 340 2 L V N 107.75 304 504.25 304 2 L V N 107.75 268 504.25 268 2 L V N 107.75 232 504.25 232 2 L V N 108 177.75 108 72.25 2 L V N 324 178.25 324 71.75 2 L V N 504 177.75 504 72.25 2 L V N 107.75 178 504.25 178 2 L V N 107.75 152 504.25 152 2 L V N 107.75 130 504.25 130 2 L V N 107.75 108 504.25 108 2 L V N 107.75 72 504.25 72 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "84" 84 %%Page: "83" 85 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (83) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/nonblocking/functional/MPI_Isend_self) 114 662 T (Calling MPI_Isend\050\051 to send mes-) 330 662 T (sage from a rank to itself. T) 330 648 T (est) 465.13 648 T (loops through various communica-) 330 634 T (tors.) 330 620 T (c/nonblocking/functional/) 114 598 T (MPI_Issend_ator) 114 584 T (Calling MPI_Issend\050\051 /) 330 598 T -0.46 (MPI_Irecv\050\051 to send message from) 330 584 P -0.08 (all other ranks to the root\325) 330 570 P -0.08 (s rank in) 453.92 570 P (communicators. T) 330 556 T (est loops) 419.48 556 T (through various communicators,) 330 542 T (message datatypes, message) 330 528 T (lengths and root\325) 330 514 T (s ranks.) 410.66 514 T (c/nonblocking/functional/) 114 492 T (MPI_Issend_null) 114 478 T (Calling MPI_Issend\050\051 with desti-) 330 492 T (nation of MPI_PROC_NULL.) 330 478 T (T) 330 464 T (est loops through various com-) 336.49 464 T (municators, message types, and) 330 450 T (message lengths.) 330 436 T (c/nonblocking/functional/) 114 414 T (MPI_Issend_overtake1) 114 400 T (Calling MPI_Issend\050\051 /) 330 414 T (MPI_Irecv\050\051 and making sure it) 330 400 T (does not return until a matching) 330 386 T (receive has been posted.) 330 372 T (c/nonblocking/functional/) 114 350 T (MPI_Issend_overtake2) 114 336 T (Calling MPI_Issend\050\051 /) 330 350 T (MPI_Irecv\050\051 and make sure it) 330 336 T (makes progress when matched by) 330 322 T (a MPI_Irecv\050\051 even though) 330 308 T (MPI_W) 330 294 T (ait\050\051 is not called until) 367.7 294 T (sometime later) 330 280 T (.) 400.33 280 T (c/nonblocking/functional/) 114 258 T (MPI_Issend_overtake3) 114 244 T (2 ranks calling MPI_Issend\050\051 /) 330 258 T (MPI_Irecv\050\051 to each other) 330 244 T (. They) 454.3 244 T (should both make progress when) 330 230 T (matching MPI_Recv\050\051s have been) 330 216 T (called.) 330 202 T (c/nonblocking/functional/) 114 180 T (MPI_Issend_perf) 114 166 T (T) 330 180 T (est for recording the latency for) 336.49 180 T (sending a message of speci\336ed) 330 166 T (length around a ring in a commu-) 330 152 T -0.69 (nicator) 330 138 P -0.69 (. T) 362.66 138 P -0.69 (est loops through various) 376.77 138 P (communicators, and message) 330 124 T (lengths.) 330 110 T 1 F (T) 207.88 712 T (able 21: Nonblocking functional tests) 214.78 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 102.25 2 L V 0.5 H 0 Z N 324 702.25 324 101.75 2 L V N 504 701.75 504 102.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 612 504.25 612 2 L V N 107.75 506 504.25 506 2 L V N 107.75 428 504.25 428 2 L V N 107.75 364 504.25 364 2 L V N 107.75 272 504.25 272 2 L V N 107.75 194 504.25 194 2 L V N 107.75 102 504.25 102 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "83" 85 %%Page: "82" 86 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (82) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/nonblocking/functional/) 114 662 T (MPI_Isend_\337ood) 114 648 T (Quality of implementation test) 330 662 T -0.11 (testing the behavior of the sending) 330 648 P (protocol dealing with many) 330 634 T -0.46 (MPI_Isend\050\051 from various ranks to) 330 620 P (the same destination.) 330 606 T (c/nonblocking/functional/MPI_Isend_null) 114 584 T (Calling MPI_Isend\050\051 with destina-) 330 584 T (tion of MPI_PROC_NULL. T) 330 570 T (est) 476.83 570 T (loops through various communica-) 330 556 T (tors, message types, and message) 330 542 T (lengths.) 330 528 T (c/nonblocking/functional/MPI_Isend_of) 114 506 T (f) 307.1 506 T (Calling MPI_Isend\050\051 /) 330 506 T -0.46 (MPI_Irecv\050\051 to send message from) 330 492 P (all ranks in communicators to a) 330 478 T (selected root with byte of) 330 464 T (fsets.) 451.76 464 T (T) 330 450 T (est loops through various com-) 336.49 450 T (municators, message datatypes,) 330 436 T (message lengths and root\325 ranks.) 330 422 T (c/nonblocking/functional/) 114 400 T (MPI_Isend_overtake) 114 386 T (Calling MPI_Isend\050\051 /) 330 400 T -0.1 (MPI_Irecv\050\051 and MPI_Recv_init\050\051) 330 386 P (to send a sequence of messages) 330 372 T -0.23 (and make sure they are received in) 330 358 P (the order they were sent.) 330 344 T (c/nonblocking/functional/) 114 322 T (MPI_Isend_overtake2) 114 308 T (Calling MPI_Isend\050\051 /) 330 322 T -0.55 (MPI_Irecv\050\051 using dif) 330 308 P -0.55 (ferent tags to) 434 308 P (send a sequence of messages and) 330 294 T (make sure they are received in the) 330 280 T (order they were sent.) 330 266 T (c/nonblocking/functional/MPI_Isend_perf) 114 244 T (T) 330 244 T (est for recording the latency for) 336.49 244 T (sending a message of speci\336ed) 330 230 T (length around a ring in a commu-) 330 216 T -0.69 (nicator) 330 202 P -0.69 (. T) 362.66 202 P -0.69 (est loops through various) 376.77 202 P (communicators, and message) 330 188 T (lengths.) 330 174 T (c/nonblocking/functional/MPI_Isend_rtoa) 114 152 T (Calling MPI_Isend\050\051 to send mes-) 330 152 T -0.16 (sage from root to all other ranks in) 330 138 P (communicators. T) 330 124 T (est loops) 419.48 124 T (through various communicators,) 330 110 T (message datatypes, message) 330 96 T (lengths and root\325) 330 82 T (s ranks.) 410.66 82 T 1 F (T) 207.88 712 T (able 21: Nonblocking functional tests) 214.78 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 74.25 2 L V 0.5 H 0 Z N 324 702.25 324 73.75 2 L V N 504 701.75 504 74.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 598 504.25 598 2 L V N 107.75 520 504.25 520 2 L V N 107.75 414 504.25 414 2 L V N 107.75 336 504.25 336 2 L V N 107.75 258 504.25 258 2 L V N 107.75 166 504.25 166 2 L V N 107.75 74 504.25 74 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "82" 86 %%Page: "81" 87 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (81) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/nonblocking/functional/) 114 662 T (MPI_Irsend_null) 114 648 T (Calling MPI_Irsend\050\051 with desti-) 330 662 T (nation of MPI_PROC_NULL.) 330 648 T (T) 330 634 T (est loops through various com-) 336.49 634 T (municators, message types, and) 330 620 T (message lengths.) 330 606 T (c/nonblocking/functional/) 114 584 T (MPI_Irsend_perf) 114 570 T (T) 330 584 T (est for recording the latency for) 336.49 584 T (sending a message of speci\336ed) 330 570 T (length around a ring in a commu-) 330 556 T -0.69 (nicator) 330 542 P -0.69 (. T) 362.66 542 P -0.69 (est loops through various) 376.77 542 P (communicators, and message) 330 528 T (lengths.) 330 514 T (c/nonblocking/functional/) 114 492 T (MPI_Irsend_rtoa) 114 478 T (Calling MPI_Irsend\050\051 /) 330 492 T -0.46 (MPI_Irecv\050\051 to send message from) 330 478 P (root to all other ranks in communi-) 330 464 T -0.02 (cators. T) 330 450 P -0.02 (est loops through various) 374.1 450 P (communicators, message) 330 436 T (datatypes, message lengths and) 330 422 T (root\325) 330 408 T (s ranks.) 352.67 408 T (c/nonblocking/functional/MPI_Isend_ator) 114 386 T (Calling MPI_Isend\050\051 /) 330 386 T -0.46 (MPI_Irecv\050\051 to send message from) 330 372 P -0.08 (all other ranks to the root\325) 330 358 P -0.08 (s rank in) 453.92 358 P (communicators. T) 330 344 T (est loops) 419.48 344 T (through various communicators,) 330 330 T (message datatypes, message) 330 316 T (lengths and root\325) 330 302 T (s ranks.) 410.66 302 T (c/nonblocking/functional/) 114 280 T (MPI_Isend_ator2) 114 266 T (Calling MPI_Isend\050\051 /) 330 280 T -0.46 (MPI_Irecv\050\051 to send message from) 330 266 P -0.08 (all other ranks to the root\325) 330 252 P -0.08 (s rank in) 453.92 252 P (communicators. T) 330 238 T (est loops) 419.48 238 T (through various communicators,) 330 224 T (message datatypes, message) 330 210 T (lengths and root\325) 330 196 T (s ranks.) 410.66 196 T (c/nonblocking/functional/) 114 174 T (MPI_Isend_fairness) 114 160 T (Quality of implementation test) 330 174 T (testing the fairness of the sending) 330 160 T (protocol dealing with multiple) 330 146 T -0.46 (MPI_Isend\050\051 from various ranks to) 330 132 P (the same destination.) 330 118 T 1 F (T) 207.88 712 T (able 21: Nonblocking functional tests) 214.78 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 110.25 2 L V 0.5 H 0 Z N 324 702.25 324 109.75 2 L V N 504 701.75 504 110.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 598 504.25 598 2 L V N 107.75 506 504.25 506 2 L V N 107.75 400 504.25 400 2 L V N 107.75 294 504.25 294 2 L V N 107.75 188 504.25 188 2 L V N 107.75 110 504.25 110 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "81" 87 %%Page: "80" 88 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (80) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/nonblocking/functional/) 114 662 T (MPI_Ibsend_perf) 114 648 T (T) 330 662 T (est for recording the latency for) 336.49 662 T (sending a message of speci\336ed) 330 648 T (length around a ring in a commu-) 330 634 T -0.69 (nicator) 330 620 P -0.69 (. T) 362.66 620 P -0.69 (est loops through various) 376.77 620 P (communicators, and message) 330 606 T (lengths.) 330 592 T (c/nonblocking/functional/) 114 570 T (MPI_Ibsend_rtoa) 114 556 T (Calling MPI_Ibsend\050\051 /) 330 570 T -0.46 (MPI_Irecv\050\051 to send message from) 330 556 P (root to all other ranks in communi-) 330 542 T -0.02 (cators. T) 330 528 P -0.02 (est loops through various) 374.1 528 P (communicators, message) 330 514 T (datatypes, message lengths and) 330 500 T (root\325) 330 486 T (s ranks.) 352.67 486 T (c/nonblocking/functional/) 114 464 T (MPI_Ibsend_rtoaq) 114 450 T (Calling MPI_Ibsend\050\051 /) 330 464 T -0.46 (MPI_Irecv\050\051 to send message from) 330 450 P (root to all other ranks in communi-) 330 436 T (cators. test will retry if the buf) 330 422 T (fer) 478.43 422 T (is full. T) 330 408 T (est loops through various) 373.16 408 T (communicators, message) 330 394 T (datatypes, message lengths and) 330 380 T (root\325) 330 366 T (s ranks.) 352.67 366 T (c/nonblocking/functional/) 114 344 T (MPI_Irecv_comm) 114 330 T (Calling MPI_Irecv\050\051 with various) 330 344 T (communicators created and make) 330 330 T (sure the messages are received in) 330 316 T (the order sent for each communi-) 330 302 T (cator \050not the order the recvs were) 330 288 T (posted\051.) 330 274 T (c/nonblocking/functional/MPI_Irecv_null) 114 252 T (Calling MPI_Irecv\050\051 with source) 330 252 T -0.5 (of MPI_PROC_NULL. T) 330 238 P -0.5 (est loops) 453.66 238 P (through various communicators,) 330 224 T (message types, and message) 330 210 T (lengths.) 330 196 T (c/nonblocking/functional/) 114 174 T (MPI_Irecv_pack) 114 160 T (Calling MPI_Irecv\050\051 verifying) 330 174 T (that every datatype can be sent as) 330 160 T (MPI_P) 330 146 T (ACKED. T) 362.9 146 T (est loops) 419.72 146 T (through various communicators,) 330 132 T (message types, and message) 330 118 T (lengths.) 330 104 T 1 F (T) 207.88 712 T (able 21: Nonblocking functional tests) 214.78 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 96.25 2 L V 0.5 H 0 Z N 324 702.25 324 95.75 2 L V N 504 701.75 504 96.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 584 504.25 584 2 L V N 107.75 478 504.25 478 2 L V N 107.75 358 504.25 358 2 L V N 107.75 266 504.25 266 2 L V N 107.75 188 504.25 188 2 L V N 107.75 96 504.25 96 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "80" 88 %%Page: "79" 89 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (79) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (B.1.6) 108 672 T (Miscllany Operations) 153 672 T (B.1.7) 108 464 T (Nonblocking Operations) 153 464 T (T) 215.55 648 T (able 20: Miscllany functional tests) 222.45 648 T 0 F (T) 194.26 622 T (est path) 200.75 622 T (Description) 386 622 T (c/misc/functional/MPI_defs) 114 598 T (T) 330 598 T (est to verify all required MPI) 336.49 598 T (constants and routines are de\336ned.) 330 584 T (c/misc/functional/MPI_pdefs) 114 562 T (T) 330 562 T (est to verify all required MPI) 336.49 562 T (constants and routines are de\336ned) 330 548 T (correctly for pro\336ling.) 330 534 T 1 F (T) 207.88 440 T (able 21: Nonblocking functional tests) 214.78 440 T 0 F (T) 194.26 414 T (est path) 200.75 414 T (Description) 386 414 T (c/nonblocking/functional/) 114 390 T (MPI_Ibsend_ator) 114 376 T (Calling MPI_Ibsend\050\051 /) 330 390 T -0.46 (MPI_Irecv\050\051 to send message from) 330 376 P -0.08 (all other ranks to the root\325) 330 362 P -0.08 (s rank in) 453.92 362 P (communicators. T) 330 348 T (est loops) 419.48 348 T (through various communicators,) 330 334 T (message datatypes, message) 330 320 T (lengths and root\325) 330 306 T (s ranks.) 410.66 306 T (c/nonblocking/functional/) 114 284 T (MPI_Ibsend_null) 114 270 T (Calling MPI_Ibsend\050\051 with desti-) 330 284 T (nation of MPI_PROC_NULL.) 330 270 T (T) 330 256 T (est loops through various com-) 336.49 256 T (municators, message types, and) 330 242 T (message lengths.) 330 228 T (c/nonblocking/functional/) 114 206 T (MPI_Ibsend_overtake) 114 192 T (Calling MPI_Ibsend\050\051 and) 330 206 T -0.1 (MPI_Irecv\050\051 to send a sequence of) 330 192 P (messages and make sure they are) 330 178 T (received in the order they were) 330 164 T (sent.) 330 150 T 108 637.75 108 526.25 2 L V 0.5 H 0 Z N 324 638.25 324 525.75 2 L V N 504 637.75 504 526.25 2 L V N 107.75 638 504.25 638 2 L V N 107.75 612 504.25 612 2 L V N 107.75 576 504.25 576 2 L V N 107.75 526 504.25 526 2 L V N 108 429.75 108 142.25 2 L V N 324 430.25 324 141.75 2 L V N 504 429.75 504 142.25 2 L V N 107.75 430 504.25 430 2 L V N 107.75 404 504.25 404 2 L V N 107.75 298 504.25 298 2 L V N 107.75 220 504.25 220 2 L V N 107.75 142 504.25 142 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "79" 89 %%Page: "78" 90 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (78) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/grp_ctxt_comm/error/) 114 662 T (MPI_Group_trans_ranks_err4) 114 648 T (Negative ar) 330 662 T (gument in ranks1) 385.43 662 T (c/grp_ctxt_comm/error/) 114 626 T (MPI_Group_trans_ranks_err5) 114 612 T (rank >= size of group in ranks1) 330 626 T (c/grp_ctxt_comm/error/) 114 590 T (MPI_Group_union_err1) 114 576 T (Invalid group) 330 590 T (\050group1=MPI_GROUP_NULL\051) 330 576 T (c/grp_ctxt_comm/error/) 114 554 T (MPI_Group_union_err2) 114 540 T (Invalid group) 330 554 T (\050group2=MPI_GROUP_NULL\051) 330 540 T (c/grp_ctxt_comm/error/) 114 518 T (MPI_Intercomm_create_err1) 114 504 T (Invalid communicator) 330 518 T (\050local_comm=) 330 504 T (MPI_COMM_NULL\051) 330 490 T (c/grp_ctxt_comm/error/) 114 468 T (MPI_Intercomm_create_err2) 114 454 T (Invalid communicator) 330 468 T (\050peer_comm=) 330 454 T (MPI_COMM_NULL\051) 330 440 T (c/grp_ctxt_comm/error/) 114 418 T (MPI_Intercomm_create_err3) 114 404 T (local_comm is intercommunicator) 330 418 T (c/grp_ctxt_comm/error/) 114 382 T (MPI_Intercomm_create_err5) 114 368 T (Local and remote leaders not in) 330 382 T (peer_comm) 330 368 T (c/grp_ctxt_comm/error/) 114 346 T (MPI_Intercomm_create_err7) 114 332 T (local_leader =) 330 346 T (MPI_ANY_SOURCE) 330 332 T (c/grp_ctxt_comm/error/) 114 310 T (MPI_Intercomm_create_err8) 114 296 T (remote_leader =) 330 310 T (MPI_ANY_SOURCE) 330 296 T (c/grp_ctxt_comm/error/) 114 274 T (MPI_Intercomm_create_err9) 114 260 T (local_leader not a valid rank in) 330 274 T (local_comm) 330 260 T (c/grp_ctxt_comm/error/) 114 238 T (MPI_Intercomm_create_err10) 114 224 T (remote_leader not a valid rank in) 330 238 T (peer_comm) 330 224 T (c/grp_ctxt_comm/error/) 114 202 T (MPI_Intercomm_mer) 114 188 T (ge_err1) 218.44 188 T (Invalid communicator) 330 202 T (\050MPI_COMM_NULL\051) 330 188 T (c/grp_ctxt_comm/error/) 114 166 T (MPI_Intercomm_mer) 114 152 T (ge_err2) 218.44 152 T (Invalid communicator \050intercom-) 330 166 T (municator\051) 330 152 T (c/grp_ctxt_comm/error/) 114 130 T (MPI_Intercomm_mer) 114 116 T (ge_err3) 218.44 116 T (Dif) 330 130 T (ferent values of high within a) 345.78 130 T (single group) 330 116 T (c/grp_ctxt_comm/error/) 114 94 T (MPI_Keyval_free_err1) 114 80 T (Invalid keyval) 330 94 T (\050MPI_KEYV) 330 80 T (AL_INV) 393.11 80 T (ALID\051) 434.88 80 T 1 F (T) 159.62 712 T (able 19: Gr) 166.52 712 T (oup, Context, and Communicator err) 224.3 712 T (or tests) 415.4 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 72.25 2 L V 0.5 H 0 Z N 324 702.25 324 71.75 2 L V N 504 701.75 504 72.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 482 504.25 482 2 L V N 107.75 432 504.25 432 2 L V N 107.75 396 504.25 396 2 L V N 107.75 360 504.25 360 2 L V N 107.75 324 504.25 324 2 L V N 107.75 288 504.25 288 2 L V N 107.75 252 504.25 252 2 L V N 107.75 216 504.25 216 2 L V N 107.75 180 504.25 180 2 L V N 107.75 144 504.25 144 2 L V N 107.75 108 504.25 108 2 L V N 107.75 72 504.25 72 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "78" 90 %%Page: "77" 91 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (77) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/grp_ctxt_comm/error/) 114 662 T (MPI_Group_range_excl_err4) 114 648 T (ranges[] implies rank >= size of) 330 662 T (group) 330 648 T (c/grp_ctxt_comm/error/) 114 626 T (MPI_Group_range_excl_err5) 114 612 T (Negative stride and \336rst < last) 330 626 T (c/grp_ctxt_comm/error/) 114 590 T (MPI_Group_range_excl_err6) 114 576 T (Positive stride and \336rst > last) 330 590 T (c/grp_ctxt_comm/error/) 114 554 T (MPI_Group_range_excl_err7) 114 540 T (stride = 0) 330 554 T (c/grp_ctxt_comm/error/) 114 518 T (MPI_Group_range_incl_err1) 114 504 T (Invalid group) 330 518 T (\050MPI_GROUP_NULL\051) 330 504 T (c/grp_ctxt_comm/error/) 114 482 T (MPI_Group_range_incl_err2) 114 468 T (Negative n) 330 482 T (c/grp_ctxt_comm/error/) 114 446 T (MPI_Group_range_incl_err3) 114 432 T (ranges[] implies negative ranks) 330 446 T (c/grp_ctxt_comm/error/) 114 410 T (MPI_Group_range_incl_err4) 114 396 T (ranges[] implies rank >= size of) 330 410 T (group) 330 396 T (c/grp_ctxt_comm/error/) 114 374 T (MPI_Group_range_incl_err5) 114 360 T (Negative stride and \336rst < last) 330 374 T (c/grp_ctxt_comm/error/) 114 338 T (MPI_Group_range_incl_err6) 114 324 T (Positive stride and \336rst > last) 330 338 T (c/grp_ctxt_comm/error/) 114 302 T (MPI_Group_range_incl_err7) 114 288 T (stride = 0) 330 302 T (c/grp_ctxt_comm/error/) 114 266 T (MPI_Group_rank_err1) 114 252 T (Invalid group) 330 266 T (\050MPI_GROUP_NULL\051) 330 252 T (c/grp_ctxt_comm/error/) 114 230 T (MPI_Group_size_err1) 114 216 T (Invalid group) 330 230 T (\050MPI_GROUP_NULL\051) 330 216 T (c/grp_ctxt_comm/error/) 114 194 T (MPI_Group_trans_ranks_err1) 114 180 T (Invalid group) 330 194 T (\050group1=MPI_GROUP_NULL\051) 330 180 T (c/grp_ctxt_comm/error/) 114 158 T (MPI_Group_trans_ranks_err2) 114 144 T (Invalid group) 330 158 T (\050group2=MPI_GROUP_NULL\051) 330 144 T (c/grp_ctxt_comm/error/) 114 122 T (MPI_Group_trans_ranks_err3) 114 108 T (Negative n) 330 122 T 1 F (T) 159.62 712 T (able 19: Gr) 166.52 712 T (oup, Context, and Communicator err) 224.3 712 T (or tests) 415.4 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 100.25 2 L V 0.5 H 0 Z N 324 702.25 324 99.75 2 L V N 504 701.75 504 100.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 107.75 424 504.25 424 2 L V N 107.75 388 504.25 388 2 L V N 107.75 352 504.25 352 2 L V N 107.75 316 504.25 316 2 L V N 107.75 280 504.25 280 2 L V N 107.75 244 504.25 244 2 L V N 107.75 208 504.25 208 2 L V N 107.75 172 504.25 172 2 L V N 107.75 136 504.25 136 2 L V N 107.75 100 504.25 100 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "77" 91 %%Page: "76" 92 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (76) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/grp_ctxt_comm/error/) 114 662 T (MPI_Group_excl_err3) 114 648 T (n > size of group) 330 662 T (c/grp_ctxt_comm/error/) 114 626 T (MPI_Group_excl_err4) 114 612 T (Negative rank) 330 626 T (c/grp_ctxt_comm/error/) 114 590 T (MPI_Group_excl_err5) 114 576 T (rank >= size of group) 330 590 T (c/grp_ctxt_comm/error/) 114 554 T (MPI_Group_excl_err6) 114 540 T (Duplicated ranks) 330 554 T (c/grp_ctxt_comm/error/) 114 518 T (MPI_Group_free_err1) 114 504 T (Invalid group) 330 518 T (\050MPI_GROUP_NULL\051) 330 504 T (c/grp_ctxt_comm/error/) 114 482 T (MPI_Group_incl_err1) 114 468 T (Invalid group) 330 482 T (\050MPI_GROUP_NULL\051) 330 468 T (c/grp_ctxt_comm/error/) 114 446 T (MPI_Group_incl_err2) 114 432 T (Negative n) 330 446 T (c/grp_ctxt_comm/error/) 114 410 T (MPI_Group_incl_err3) 114 396 T (n > size of group) 330 410 T (c/grp_ctxt_comm/error/) 114 374 T (MPI_Group_incl_err4) 114 360 T (Negative rank) 330 374 T (c/grp_ctxt_comm/error/) 114 338 T (MPI_Group_incl_err5) 114 324 T (rank >= size of group) 330 338 T (c/grp_ctxt_comm/error/) 114 302 T (MPI_Group_incl_err6) 114 288 T (Duplicated ranks) 330 302 T (c/grp_ctxt_comm/error/) 114 266 T (MPI_Group_intersection_err1) 114 252 T (Invalid group) 330 266 T (\050group1=MPI_GROUP_NULL\051) 330 252 T (c/grp_ctxt_comm/error/) 114 230 T (MPI_Group_intersection_err2) 114 216 T (Invalid group) 330 230 T (\050group2=MPI_GROUP_NULL\051) 330 216 T (c/grp_ctxt_comm/error/) 114 194 T (MPI_Group_range_excl_err1) 114 180 T (Invalid group) 330 194 T (\050MPI_GROUP_NULL\051) 330 180 T (c/grp_ctxt_comm/error/) 114 158 T (MPI_Group_range_excl_err2) 114 144 T (Negative n) 330 158 T (c/grp_ctxt_comm/error/) 114 122 T (MPI_Group_range_excl_err3) 114 108 T (ranges[] implies negative ranks) 330 122 T 1 F (T) 159.62 712 T (able 19: Gr) 166.52 712 T (oup, Context, and Communicator err) 224.3 712 T (or tests) 415.4 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 100.25 2 L V 0.5 H 0 Z N 324 702.25 324 99.75 2 L V N 504 701.75 504 100.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 107.75 424 504.25 424 2 L V N 107.75 388 504.25 388 2 L V N 107.75 352 504.25 352 2 L V N 107.75 316 504.25 316 2 L V N 107.75 280 504.25 280 2 L V N 107.75 244 504.25 244 2 L V N 107.75 208 504.25 208 2 L V N 107.75 172 504.25 172 2 L V N 107.75 136 504.25 136 2 L V N 107.75 100 504.25 100 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "76" 92 %%Page: "75" 93 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (75) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/grp_ctxt_comm/error/) 114 662 T (MPI_Comm_free_err3) 114 648 T (Invalid communicator) 330 662 T (\050MPI_COMM_SELF\051) 330 648 T (c/grp_ctxt_comm/error/) 114 626 T (MPI_Comm_group_err1) 114 612 T (Invalid communicator) 330 626 T (\050MPI_COMM_NULL\051) 330 612 T (c/grp_ctxt_comm/error/) 114 590 T (MPI_Comm_rank_err1) 114 576 T (Invalid communicator) 330 590 T (\050MPI_COMM_NULL\051) 330 576 T (c/grp_ctxt_comm/error/) 114 554 T (MPI_Comm_remote_group_err1) 114 540 T (Invalid communicator) 330 554 T (\050MPI_COMM_NULL\051) 330 540 T (c/grp_ctxt_comm/error/) 114 518 T (MPI_Comm_remote_group_err2) 114 504 T (Invalid communicator) 330 518 T (\050MPI_COMM_WORLD\051) 330 504 T (c/grp_ctxt_comm/error/) 114 482 T (MPI_Comm_remote_size_err1) 114 468 T (Invalid communicator) 330 482 T (\050MPI_COMM_NULL\051) 330 468 T (c/grp_ctxt_comm/error/) 114 446 T (MPI_Comm_remote_size_err2) 114 432 T (Invalid communicator) 330 446 T (\050MPI_COMM_WORLD\051) 330 432 T (c/grp_ctxt_comm/error/) 114 410 T (MPI_Comm_size_err1) 114 396 T (Invalid communicator) 330 410 T (\050MPI_COMM_NULL\051) 330 396 T (c/grp_ctxt_comm/error/) 114 374 T (MPI_Comm_split_err1) 114 360 T (Invalid communicator) 330 374 T (\050MPI_COMM_NULL\051) 330 360 T (c/grp_ctxt_comm/error/) 114 338 T (MPI_Comm_test_inter_err1) 114 324 T (Invalid communicator) 330 338 T (\050MPI_COMM_NULL\051) 330 324 T (c/grp_ctxt_comm/error/) 114 302 T (MPI_Group_compare_err1) 114 288 T (Invalid group) 330 302 T (\050group1=MPI_GROUP_NULL\051) 330 288 T (c/grp_ctxt_comm/error/) 114 266 T (MPI_Group_compare_err2) 114 252 T (Invalid group) 330 266 T (\050group2=MPI_GROUP_NULL\051) 330 252 T (c/grp_ctxt_comm/error/) 114 230 T (MPI_Group_dif) 114 216 T (ference_err1) 191.11 216 T (Invalid group) 330 230 T (\050group1=MPI_GROUP_NULL\051) 330 216 T (c/grp_ctxt_comm/error/) 114 194 T (MPI_Group_dif) 114 180 T (ference_err2) 191.11 180 T (Invalid group) 330 194 T (\050group2=MPI_GROUP_NULL\051) 330 180 T (c/grp_ctxt_comm/error/) 114 158 T (MPI_Group_excl_err1) 114 144 T (Invalid group) 330 158 T (\050MPI_GROUP_NULL\051) 330 144 T (c/grp_ctxt_comm/error/) 114 122 T (MPI_Group_excl_err2) 114 108 T (Negative n) 330 122 T 1 F (T) 159.62 712 T (able 19: Gr) 166.52 712 T (oup, Context, and Communicator err) 224.3 712 T (or tests) 415.4 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 100.25 2 L V 0.5 H 0 Z N 324 702.25 324 99.75 2 L V N 504 701.75 504 100.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 460 504.25 460 2 L V N 107.75 424 504.25 424 2 L V N 107.75 388 504.25 388 2 L V N 107.75 352 504.25 352 2 L V N 107.75 316 504.25 316 2 L V N 107.75 280 504.25 280 2 L V N 107.75 244 504.25 244 2 L V N 107.75 208 504.25 208 2 L V N 107.75 172 504.25 172 2 L V N 107.75 136 504.25 136 2 L V N 107.75 100 504.25 100 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "75" 93 %%Page: "74" 94 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (74) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/grp_ctxt_comm/functional/) 114 662 T (MPI_Keyval3) 114 648 T (V) 330 662 T (erifying errors from copy and) 337.33 662 T (delete functions are returned to an) 330 648 T (application.) 330 634 T 1 F (T) 159.62 582 T (able 19: Gr) 166.52 582 T (oup, Context, and Communicator err) 224.3 582 T (or tests) 415.4 582 T 0 F (T) 194.26 556 T (est path) 200.75 556 T (Description) 386 556 T (c/grp_ctxt_comm/error/) 114 532 T (MPI_Attr_delete_err1) 114 518 T (Invalid communicator) 330 532 T (\050MPI_COMM_NULL\051) 330 518 T (c/grp_ctxt_comm/error/) 114 496 T (MPI_Attr_delete_err2) 114 482 T (Invalid keyval) 330 496 T (\050MPI_KEYV) 330 482 T (AL_INV) 393.11 482 T (ALID\051) 434.88 482 T (c/grp_ctxt_comm/error/) 114 460 T (MPI_Attr_get_err1) 114 446 T (Invalid communicator) 330 460 T (\050MPI_COMM_NULL\051) 330 446 T (c/grp_ctxt_comm/error/) 114 424 T (MPI_Attr_get_err2) 114 410 T (Invalid keyval) 330 424 T (\050MPI_KEYV) 330 410 T (AL_INV) 393.11 410 T (ALID\051) 434.88 410 T (c/grp_ctxt_comm/error/) 114 388 T (MPI_Attr_put_err1) 114 374 T (Invalid communicator) 330 388 T (\050MPI_COMM_NULL\051) 330 374 T (c/grp_ctxt_comm/error/) 114 352 T (MPI_Attr_put_err2) 114 338 T (Invalid keyval) 330 352 T (\050MPI_KEYV) 330 338 T (AL_INV) 393.11 338 T (ALID\051) 434.88 338 T (c/grp_ctxt_comm/error/) 114 316 T (MPI_Comm_compare_err1) 114 302 T (Invalid communicator) 330 316 T (\050comm1=MPI_COMM_NULL\051) 330 302 T (c/grp_ctxt_comm/error/) 114 280 T (MPI_Comm_compare_err2) 114 266 T (Invalid communicator) 330 280 T (\050comm2=MPI_COMM_NULL\051) 330 266 T (c/grp_ctxt_comm/error/) 114 244 T (MPI_Comm_create_err1) 114 230 T (Invalid communicator) 330 244 T (\050MPI_COMM_NULL\051) 330 230 T (c/grp_ctxt_comm/error/) 114 208 T (MPI_Comm_create_err2) 114 194 T (Invalid Group) 330 208 T (\050MPI_GROUP_NULL\051) 330 194 T (c/grp_ctxt_comm/error/) 114 172 T (MPI_Comm_dup_err1) 114 158 T (Invalid communicator) 330 172 T (\050MPI_COMM_NULL\051) 330 158 T (c/grp_ctxt_comm/error/) 114 136 T (MPI_Comm_free_err1) 114 122 T (Invalid communicator) 330 136 T (\050MPI_COMM_NULL\051) 330 122 T (c/grp_ctxt_comm/error/) 114 100 T (MPI_Comm_free_err2) 114 86 T (Invalid communicator) 330 100 T (\050MPI_COMM_WORLD\051) 330 86 T 1 F (T) 147.16 712 T (able 18: Gr) 154.06 712 T (oup, Context, and Communicator functional tests) 211.84 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 626.25 2 L V 0.5 H 0 Z N 324 702.25 324 625.75 2 L V N 504 701.75 504 626.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 626 504.25 626 2 L V N 108 571.75 108 78.25 2 L V N 324 572.25 324 77.75 2 L V N 504 571.75 504 78.25 2 L V N 107.75 572 504.25 572 2 L V N 107.75 546 504.25 546 2 L V N 107.75 510 504.25 510 2 L V N 107.75 474 504.25 474 2 L V N 107.75 438 504.25 438 2 L V N 107.75 402 504.25 402 2 L V N 107.75 366 504.25 366 2 L V N 107.75 330 504.25 330 2 L V N 107.75 294 504.25 294 2 L V N 107.75 258 504.25 258 2 L V N 107.75 222 504.25 222 2 L V N 107.75 186 504.25 186 2 L V N 107.75 150 504.25 150 2 L V N 107.75 114 504.25 114 2 L V N 107.75 78 504.25 78 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "74" 94 %%Page: "73" 95 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (73) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/grp_ctxt_comm/functional/) 114 662 T (MPI_Intercomm_create1) 114 648 T (Calling MPI_Comm_split\050\051 to) 330 662 T (split various communicators) 330 648 T (\050either half or 1/3\051 and calling) 330 634 T (MPI_Intercomm_create\050\051 to cre-) 330 620 T (ate intercommunicators using the) 330 606 T (split communicators.) 330 592 T (c/grp_ctxt_comm/functional/) 114 570 T (MPI_Intercomm_create2) 114 556 T (Calling MPI_Comm_split\050\051 to) 330 570 T (split various communicators) 330 556 T -0.43 (\050either half or 1/3 split\051 and calling) 330 542 P (MPI_Intercomm_create\050\051 to cre-) 330 528 T (ate intercommunicators using the) 330 514 T (split communicators.) 330 500 T (c/grp_ctxt_comm/functional/) 114 478 T (MPI_Intercomm_mer) 114 464 T (ge1) 218.44 464 T (Calling MPI_Comm_split\050\051 to) 330 478 T (split various communicators) 330 464 T -0.43 (\050either half or 1/3 split\051 and calling) 330 450 P (MPI_Intercomm_create\050\051 to cre-) 330 436 T (ate intercommunicators using the) 330 422 T (split communicators. Then call) 330 408 T (MPI_Intercomm_mer) 330 394 T (ge\050\051) 434.44 394 T (c/grp_ctxt_comm/functional/) 114 372 T (MPI_Intercomm_mer) 114 358 T (ge2) 218.44 358 T (Calling MPI_Comm_split\050\051 to) 330 372 T (split various communicators) 330 358 T -0.43 (\050either half or 1/3 split\051 and calling) 330 344 P (MPI_Intercomm_create\050\051 to cre-) 330 330 T (ate intercommunicators using the) 330 316 T (split communicators. Then call) 330 302 T (MPI_Intercomm_mer) 330 288 T (ge\050\051) 434.44 288 T (c/grp_ctxt_comm/functional/) 114 266 T (MPI_Intercomm_mer) 114 252 T (ge3) 218.44 252 T (Calling MPI_Comm_split\050\051 to) 330 266 T (split various communicators) 330 252 T -0.43 (\050either half or 1/3 split\051 and calling) 330 238 P (MPI_Intercomm_create\050\051 to cre-) 330 224 T (ate intercommunicators using the) 330 210 T (split communicators. Then call) 330 196 T (MPI_Intercomm_mer) 330 182 T (ge\050\051) 434.44 182 T (c/grp_ctxt_comm/functional/) 114 160 T (MPI_Keyval1) 114 146 T (Creating MPI Keyvals and assign-) 330 160 T (ing attributes in various communi-) 330 146 T (cators.) 330 132 T (c/grp_ctxt_comm/functional/) 114 110 T (MPI_Keyval2) 114 96 T (V) 330 110 T (erifying attribute values can be) 337.33 110 T (changed.) 330 96 T 1 F (T) 147.16 712 T (able 18: Gr) 154.06 712 T (oup, Context, and Communicator functional tests) 211.84 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 88.25 2 L V 0.5 H 0 Z N 324 702.25 324 87.75 2 L V N 504 701.75 504 88.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 584 504.25 584 2 L V N 107.75 492 504.25 492 2 L V N 107.75 386 504.25 386 2 L V N 107.75 280 504.25 280 2 L V N 107.75 174 504.25 174 2 L V N 107.75 124 504.25 124 2 L V N 107.75 88 504.25 88 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "73" 95 %%Page: "72" 96 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (72) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/grp_ctxt_comm/functional/) 114 662 T (MPI_Group_range_excl1) 114 648 T (Calling MPI_Group_range_excl\050\051) 330 662 T -0.55 (to create groups with various ranks) 330 648 P (from arbitrary communicators.) 330 634 T (c/grp_ctxt_comm/functional/) 114 612 T (MPI_Group_range_excl2) 114 598 T (Calling MPI_Group_range_excl\050\051) 330 612 T (to create groups of size one from) 330 598 T (arbitrary communicators.) 330 584 T (c/grp_ctxt_comm/functional/) 114 562 T (MPI_Group_range_excl3) 114 548 T (Calling MPI_Group_range_excl\050\051) 330 562 T (to create groups excluding every) 330 548 T (other rank from arbitrary commu-) 330 534 T (nicators.) 330 520 T (c/grp_ctxt_comm/functional/) 114 498 T (MPI_Group_range_incl1) 114 484 T (Calling MPI_Group_range_incl\050\051) 330 498 T -0.55 (to create groups with various ranks) 330 484 P (from arbitrary communicators.) 330 470 T (c/grp_ctxt_comm/functional/) 114 448 T (MPI_Group_range_incl2) 114 434 T (Calling MPI_Group_range_incl\050\051) 330 448 T (to create groups of size one from) 330 434 T (arbitrary communicators.) 330 420 T (c/grp_ctxt_comm/functional/) 114 398 T (MPI_Group_range_incl3) 114 384 T (Calling MPI_Group_range_incl\050\051) 330 398 T (to create groups excluding every) 330 384 T (other rank from arbitrary commu-) 330 370 T (nicators.) 330 356 T (c/grp_ctxt_comm/functional/) 114 334 T (MPI_Group_trans_ranks) 114 320 T (Calling MPI_Group_compare\050\051) 330 334 T (with groups from various commu-) 330 320 T (nicators.) 330 306 T (c/grp_ctxt_comm/functional/) 114 284 T (MPI_Group_union1) 114 270 T (Calling MPI_Group_union\050\051 with) 330 284 T (arbitrary groups and) 330 270 T (\050MPI_EMPTY_GROUP) 330 256 T (, or) 447.34 256 T (MPI_COMM_WORLD\051.) 330 242 T (c/grp_ctxt_comm/functional/) 114 220 T (MPI_Group_union2) 114 206 T (Calling MPI_Group_union\050\051 with) 330 220 T (various groups.) 330 206 T (c/grp_ctxt_comm/functional/) 114 184 T (MPI_Group_union3) 114 170 T (Calling) 330 184 T (MPI_Group_intersection\050\051 with) 330 170 T (arbitrary overlapping groups of) 330 156 T (MPI_COMM_WORLD.) 330 142 T 1 F (T) 147.16 712 T (able 18: Gr) 154.06 712 T (oup, Context, and Communicator functional tests) 211.84 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 134.25 2 L V 0.5 H 0 Z N 324 702.25 324 133.75 2 L V N 504 701.75 504 134.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 626 504.25 626 2 L V N 107.75 576 504.25 576 2 L V N 107.75 512 504.25 512 2 L V N 107.75 462 504.25 462 2 L V N 107.75 412 504.25 412 2 L V N 107.75 348 504.25 348 2 L V N 107.75 298 504.25 298 2 L V N 107.75 234 504.25 234 2 L V N 107.75 198 504.25 198 2 L V N 107.75 134 504.25 134 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "72" 96 %%Page: "71" 97 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (71) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/grp_ctxt_comm/functional/) 114 662 T (MPI_Group_dif) 114 648 T (ference1) 191.11 648 T (Calling MPI_Group_dif) 330 662 T (ference\050\051) 445.45 662 T (with arbitrary groups and) 330 648 T (\050MPI_EMPTY_GROUP) 330 634 T (, or) 447.34 634 T (MPI_COMM_WORLD\051.) 330 620 T (c/grp_ctxt_comm/functional/) 114 598 T (MPI_Group_dif) 114 584 T (ference2) 191.11 584 T (Calling MPI_Group_dif) 330 598 T (ference\050\051) 445.45 598 T (with arbitrary non-overlapping) 330 584 T (groups of MPI_COMM_WORLD.) 330 570 T (c/grp_ctxt_comm/functional/) 114 548 T (MPI_Group_dif) 114 534 T (ference3) 191.11 534 T (Calling MPI_Group_dif) 330 548 T (ference\050\051) 445.45 548 T (with arbitrary overlapping groups) 330 534 T (of MPI_COMM_WORLD.) 330 520 T (c/grp_ctxt_comm/functional/) 114 498 T (MPI_Group_excl1) 114 484 T (Calling MPI_Group_excl\050\051 to cre-) 330 498 T -0.44 (ate groups with various ranks from) 330 484 P (arbitrary communicators.) 330 470 T (c/grp_ctxt_comm/functional/) 114 448 T (MPI_Group_excl2) 114 434 T (Calling MPI_Group_excl\050\051 to cre-) 330 448 T (ate groups of size one from arbi-) 330 434 T (trary communicators.) 330 420 T (c/grp_ctxt_comm/functional/) 114 398 T (MPI_Group_incl1) 114 384 T (Calling MPI_Group_incl\050\051 to cre-) 330 398 T -0.44 (ate groups with various ranks from) 330 384 P (arbitrary communicators.) 330 370 T (c/grp_ctxt_comm/functional/) 114 348 T (MPI_Group_incl2) 114 334 T (Calling MPI_Group_incl\050\051 to cre-) 330 348 T (ate groups of size one from arbi-) 330 334 T (trary communicators.) 330 320 T (c/grp_ctxt_comm/functional/) 114 298 T (MPI_Group_intersection1) 114 284 T (Calling) 330 298 T (MPI_Group_intersection\050\051 with) 330 284 T (arbitrary groups and) 330 270 T (\050MPI_EMPTY_GROUP) 330 256 T (, or) 447.34 256 T (MPI_COMM_WORLD\051.) 330 242 T (c/grp_ctxt_comm/functional/) 114 220 T (MPI_Group_intersection2) 114 206 T (Calling) 330 220 T (MPI_Group_intersection\050\051 with) 330 206 T (arbitrary non-overlapping groups) 330 192 T (of MPI_COMM_WORLD.) 330 178 T (c/grp_ctxt_comm/functional/) 114 156 T (MPI_Group_intersection3) 114 142 T (Calling) 330 156 T (MPI_Group_intersection\050\051 with) 330 142 T (arbitrary overlapping groups of) 330 128 T (MPI_COMM_WORLD.) 330 114 T 1 F (T) 147.16 712 T (able 18: Gr) 154.06 712 T (oup, Context, and Communicator functional tests) 211.84 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 106.25 2 L V 0.5 H 0 Z N 324 702.25 324 105.75 2 L V N 504 701.75 504 106.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 612 504.25 612 2 L V N 107.75 562 504.25 562 2 L V N 107.75 512 504.25 512 2 L V N 107.75 462 504.25 462 2 L V N 107.75 412 504.25 412 2 L V N 107.75 362 504.25 362 2 L V N 107.75 312 504.25 312 2 L V N 107.75 234 504.25 234 2 L V N 107.75 170 504.25 170 2 L V N 107.75 106 504.25 106 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "71" 97 %%Page: "70" 98 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (70) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (B.1.5) 108 712 T (Gr) 153 712 T (oup, Context, and Communicator Operations) 167.45 712 T (T) 147.16 688 T (able 18: Gr) 154.06 688 T (oup, Context, and Communicator functional tests) 211.84 688 T 0 F (T) 194.26 662 T (est path) 200.75 662 T (Description) 386 662 T (c/grp_ctxt_comm/functional/) 114 638 T (MPI_Comm_compare) 114 624 T (Using MPI_Comm_compare\050\051) 330 638 T (with MPI_IDENT on various user) 330 624 T (created communicators and pre-) 330 610 T (de\336ned communicators) 330 596 T (\050MPI_COMM_WORLD,) 330 582 T (MPI_COMM_SELF\051.) 330 568 T (c/grp_ctxt_comm/functional/) 114 546 T (MPI_Comm_create) 114 532 T (Calling MPI_Comm_create\050\051 to) 330 546 T (create communicators from arbi-) 330 532 T (trary group of ranks.) 330 518 T (c/grp_ctxt_comm/functional/) 114 496 T (MPI_Comm_dup) 114 482 T (Calling MPI_Comm_dup\050\051 to) 330 496 T (duplicate various communicators) 330 482 T (making sure they really are sepa-) 330 468 T (rate communicators.) 330 454 T (c/grp_ctxt_comm/functional/) 114 432 T (MPI_Comm_group) 114 418 T (Calling MPI_Comm_group\050\051 to) 330 432 T (retrieve groups from arbitrary) 330 418 T (communicators.) 330 404 T (c/grp_ctxt_comm/functional/) 114 382 T (MPI_Comm_split1) 114 368 T (Calling MPI_Comm_split\050\051 to) 330 382 T (split various intracommunicators) 330 368 T (into communicators of size one.) 330 354 T (c/grp_ctxt_comm/functional/) 114 332 T (MPI_Comm_split2) 114 318 T (Calling MPI_Comm_split\050\051 to) 330 332 T (split various intracommunicators) 330 318 T (into communicators the same as) 330 304 T (the original one.) 330 290 T (c/grp_ctxt_comm/functional/) 114 268 T (MPI_Comm_split3) 114 254 T (Calling MPI_Comm_split\050\051 to) 330 268 T (split various intracommunicators) 330 254 T (into communicators of half of the) 330 240 T (original size.) 330 226 T (c/grp_ctxt_comm/functional/) 114 204 T (MPI_Comm_split4) 114 190 T (Calling MPI_Comm_split\050\051 to) 330 204 T (split various intracommunicators) 330 190 T (into 2 communicators with some) 330 176 T (non-zero set of ranks not being in) 330 162 T (either) 330 148 T (.) 356.66 148 T (c/grp_ctxt_comm/functional/) 114 126 T (MPI_Group_compare) 114 112 T (Calling MPI_Group_compare\050\051) 330 126 T (with various groups.) 330 112 T 108 677.75 108 104.25 2 L V 0.5 H 0 Z N 324 678.25 324 103.75 2 L V N 504 677.75 504 104.25 2 L V N 107.75 678 504.25 678 2 L V N 107.75 652 504.25 652 2 L V N 107.75 560 504.25 560 2 L V N 107.75 510 504.25 510 2 L V N 107.75 446 504.25 446 2 L V N 107.75 396 504.25 396 2 L V N 107.75 346 504.25 346 2 L V N 107.75 282 504.25 282 2 L V N 107.75 218 504.25 218 2 L V N 107.75 140 504.25 140 2 L V N 107.75 104 504.25 104 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "70" 98 %%Page: "69" 99 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (69) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/env_manager/functional/MPI_Init_attr) 114 662 T (Calling MPI_Attr_get\050\051 to get all) 330 662 T (the prede\336ned attributes) 330 648 T (\050MPI_T) 330 634 T (AG_UB, MPI_HOST) 367.7 634 T (,) 471.48 634 T (MPI_WTIME_IS_GLOBAL,) 330 620 T (MPI_IO\051.) 330 606 T (c/env_manager/functional/) 114 584 T (MPI_Initialized) 114 570 T (Calling MPI_Initialized\050\051 before) 330 584 T (and after MPI_Init\050\051.) 330 570 T (c/env_manager/functional/MPI_Pcontrol) 114 548 T (Calling MPI_Pcontrol\050\051 with vari-) 330 548 T (ous levels.) 330 534 T (c/env_manager/functional/MPI_Wtime) 114 512 T (Calling MPI_Wtime\050\051 and) 330 512 T (MPI_Wtick\050\051 from all ranks in) 330 498 T (MPI_COMM_WORLD.) 330 484 T 1 F (T) 181.83 432 T (able 17: Envir) 188.73 432 T (onment Manager functional tests) 261.19 432 T 0 F (T) 194.26 406 T (est path) 200.75 406 T (Description) 386 406 T (c/env_manager/error/MPI_Abort_err1) 114 382 T (Invalid communicator) 330 382 T (\050MPI_COMM_NULL\051) 330 368 T (c/env_manager/error/) 114 346 T (MPI_Errhandler_free_err1) 114 332 T (Invalid error handler) 330 346 T (\050MPI_ERRHANDLER_NULL\051) 330 332 T (c/env_manager/error/) 114 310 T (MPI_Errhandler_get_err1) 114 296 T (Invalid communicator) 330 310 T (\050MPI_COMM_NULL\051) 330 296 T (c/env_manager/error/) 114 274 T (MPI_Errhandler_get_err2) 114 260 T (Freed communicator) 330 274 T (c/env_manager/error/) 114 238 T (MPI_Errhandler_set_err1) 114 224 T (Invalid communicator) 330 238 T (\050MPI_COMM_NULL\051) 330 224 T (c/env_manager/error/) 114 202 T (MPI_Errhandler_set_err2) 114 188 T (Freed communicator) 330 202 T (c/env_manager/error/) 114 166 T (MPI_Errhandler_set_err3) 114 152 T (Invalid error handler) 330 166 T (\050MPI_ERRHANDLER_NULL\051) 330 152 T (c/env_manager/error/MPI_Init_err1) 114 130 T (Calling MPI_Init\050\051 twice) 330 130 T 1 F (T) 181.83 712 T (able 16: Envir) 188.73 712 T (onment Manager functional tests) 261.19 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 476.25 2 L V 0.5 H 0 Z N 324 702.25 324 475.75 2 L V N 504 701.75 504 476.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 598 504.25 598 2 L V N 107.75 562 504.25 562 2 L V N 107.75 526 504.25 526 2 L V N 107.75 476 504.25 476 2 L V N 108 421.75 108 122.25 2 L V N 324 422.25 324 121.75 2 L V N 504 421.75 504 122.25 2 L V N 107.75 422 504.25 422 2 L V N 107.75 396 504.25 396 2 L V N 107.75 360 504.25 360 2 L V N 107.75 324 504.25 324 2 L V N 107.75 288 504.25 288 2 L V N 107.75 252 504.25 252 2 L V N 107.75 216 504.25 216 2 L V N 107.75 180 504.25 180 2 L V N 107.75 144 504.25 144 2 L V N 107.75 122 504.25 122 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "69" 99 %%Page: "68" 100 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (68) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (B.1.4) 108 500 T (Envir) 153 500 T (onment Manager) 182.12 500 T 0 F (c/datatype/error/MPI_Unpack_err3) 114 662 T (Invalid communicator) 330 662 T (\050MPI_COMM_NULL\051) 330 648 T (c/datatype/error/MPI_Unpack_err4) 114 626 T (Invalid type) 330 626 T (\050MPI_DA) 330 612 T (T) 377.33 612 T (A) 383.7 612 T (TYPE_NULL\051) 391.03 612 T (c/datatype/error/MPI_Unpack_err5) 114 590 T (Uncommitted datatype) 330 590 T (c/datatype/error/MPI_Unpack_err6) 114 568 T (outcount < insize) 330 568 T 1 F (T) 181.83 476 T (able 16: Envir) 188.73 476 T (onment Manager functional tests) 261.19 476 T 0 F (T) 194.26 450 T (est path) 200.75 450 T (Description) 386 450 T (c/env_manager/functional/MPI_Abort) 114 426 T (Calling MPI_Abort\050\051 from rank 0) 330 426 T (in MPI_COMM_WORLD.) 330 412 T (c/env_manager/functional/) 114 390 T (MPI_Errhandler_fatal) 114 376 T (Setting) 330 390 T (MPI_ERRORS_ARE_F) 330 376 T (A) 445.8 376 T (T) 453.13 376 T (AL) 459.5 376 T (using MPI_Errhandler_set\050\051.) 330 362 T (c/env_manager/functional/) 114 340 T (MPI_Errhandler_free) 114 326 T (Freeing user de\336ned error handler) 330 340 T (using MPI_Errhandler_free\050\051.) 330 326 T (c/env_manager/functional/) 114 304 T (MPI_Errhandler_get) 114 290 T (Setting user de\336ned error handler) 330 304 T (and retrieving it using) 330 290 T (MPI_Errhandler_get\050\051.) 330 276 T (c/env_manager/functional/) 114 254 T (MPI_Errhandler_set) 114 240 T (Setting user de\336ned error handler) 330 254 T (using MPI_Errhandler_set\050\051.) 330 240 T (c/env_manager/functional/) 114 218 T (MPI_Error_string) 114 204 T (Calling MPI_Error_string for) 330 218 T (every standard error class.) 330 204 T (c/env_manager/functional/MPI_Finalize) 114 182 T (Calling MPI_Finalize\050\051 from all) 330 182 T (ranks.) 330 168 T (c/env_manager/functional/) 114 146 T (MPI_Get_processor_name) 114 132 T (Calling) 330 146 T (MPI_Get_processor_name\050\051 from) 330 132 T (each rank.) 330 118 T 1 F (T) 203.02 712 T (able 15: C Derived datatype err) 209.92 712 T (or tests) 372 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 560.25 2 L V 0.5 H 0 Z N 324 702.25 324 559.75 2 L V N 504 701.75 504 560.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 582 504.25 582 2 L V N 107.75 560 504.25 560 2 L V N 108 465.75 108 110.25 2 L V N 324 466.25 324 109.75 2 L V N 504 465.75 504 110.25 2 L V N 107.75 466 504.25 466 2 L V N 107.75 440 504.25 440 2 L V N 107.75 404 504.25 404 2 L V N 107.75 354 504.25 354 2 L V N 107.75 318 504.25 318 2 L V N 107.75 268 504.25 268 2 L V N 107.75 232 504.25 232 2 L V N 107.75 196 504.25 196 2 L V N 107.75 160 504.25 160 2 L V N 107.75 110 504.25 110 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "68" 100 %%Page: "67" 101 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (67) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/datatype/error/) 114 662 T (MPI_T) 114 648 T (ype_hindexed_err1) 147.83 648 T (Negative input count) 330 662 T (c/datatype/error/) 114 626 T (MPI_T) 114 612 T (ype_hindexed_err2) 147.83 612 T (Negative blocklength) 330 626 T (c/datatype/error/) 114 590 T (MPI_T) 114 576 T (ype_hindexed_err3) 147.83 576 T (Invalid type) 330 590 T (\050MPI_DA) 330 576 T (T) 377.33 576 T (A) 383.7 576 T (TYPE_NULL\051) 391.03 576 T (c/datatype/error/MPI_T) 114 554 T (ype_hvector_err1) 227.14 554 T (Negative input count) 330 554 T (c/datatype/error/MPI_T) 114 532 T (ype_hvector_err2) 227.14 532 T (Negative blocklength) 330 532 T (c/datatype/error/MPI_T) 114 510 T (ype_hvector_err3) 227.14 510 T (Invalid type) 330 510 T (\050MPI_DA) 330 496 T (T) 377.33 496 T (A) 383.7 496 T (TYPE_NULL\051) 391.03 496 T (c/datatype/error/MPI_T) 114 474 T (ype_indexed_err1) 227.14 474 T (Negative input count) 330 474 T (c/datatype/error/MPI_T) 114 452 T (ype_indexed_err2) 227.14 452 T (Negative blocklength) 330 452 T (c/datatype/error/MPI_T) 114 430 T (ype_indexed_err3) 227.14 430 T (Invalid type) 330 430 T (\050MPI_DA) 330 416 T (T) 377.33 416 T (A) 383.7 416 T (TYPE_NULL\051) 391.03 416 T (c/datatype/error/MPI_T) 114 394 T (ype_lb_err1) 227.14 394 T (Invalid type) 330 394 T (\050MPI_DA) 330 380 T (T) 377.33 380 T (A) 383.7 380 T (TYPE_NULL\051) 391.03 380 T (c/datatype/error/MPI_T) 114 358 T (ype_size_err1) 227.14 358 T (Invalid type) 330 358 T (\050MPI_DA) 330 344 T (T) 377.33 344 T (A) 383.7 344 T (TYPE_NULL\051) 391.03 344 T (c/datatype/error/MPI_T) 114 322 T (ype_struct_err1) 227.14 322 T (Negative input count) 330 322 T (c/datatype/error/MPI_T) 114 300 T (ype_struct_err2) 227.14 300 T (Negative blocklength) 330 300 T (c/datatype/error/MPI_T) 114 278 T (ype_struct_err3) 227.14 278 T (Invalid type) 330 278 T (\050MPI_DA) 330 264 T (T) 377.33 264 T (A) 383.7 264 T (TYPE_NULL\051) 391.03 264 T (c/datatype/error/MPI_T) 114 242 T (ype_ub_err1) 227.14 242 T (Invalid type) 330 242 T (\050MPI_DA) 330 228 T (T) 377.33 228 T (A) 383.7 228 T (TYPE_NULL\051) 391.03 228 T (c/datatype/error/MPI_T) 114 206 T (ype_vector_err1) 227.14 206 T (Negative input count) 330 206 T (c/datatype/error/MPI_T) 114 184 T (ype_vector_err2) 227.14 184 T (Negative blocklength) 330 184 T (c/datatype/error/MPI_T) 114 162 T (ype_vector_err3) 227.14 162 T (Invalid type) 330 162 T (\050MPI_DA) 330 148 T (T) 377.33 148 T (A) 383.7 148 T (TYPE_NULL\051) 391.03 148 T (c/datatype/error/MPI_Unpack_err1) 114 126 T (Negative insize) 330 126 T (c/datatype/error/MPI_Unpack_err2) 114 104 T (Negative outcount) 330 104 T 1 F (T) 203.02 712 T (able 15: C Derived datatype err) 209.92 712 T (or tests) 372 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 96.25 2 L V 0.5 H 0 Z N 324 702.25 324 95.75 2 L V N 504 701.75 504 96.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 546 504.25 546 2 L V N 107.75 524 504.25 524 2 L V N 107.75 488 504.25 488 2 L V N 107.75 466 504.25 466 2 L V N 107.75 444 504.25 444 2 L V N 107.75 408 504.25 408 2 L V N 107.75 372 504.25 372 2 L V N 107.75 336 504.25 336 2 L V N 107.75 314 504.25 314 2 L V N 107.75 292 504.25 292 2 L V N 107.75 256 504.25 256 2 L V N 107.75 220 504.25 220 2 L V N 107.75 198 504.25 198 2 L V N 107.75 176 504.25 176 2 L V N 107.75 140 504.25 140 2 L V N 107.75 118 504.25 118 2 L V N 107.75 96 504.25 96 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "67" 101 %%Page: "66" 102 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (66) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/datatype/error/MPI_T) 114 662 T (ype_commit_err1) 227.14 662 T (Invalid datatype) 330 662 T (\050MPI_DA) 330 648 T (T) 377.33 648 T (A) 383.7 648 T (TYPE_NULL\051) 391.03 648 T (c/datatype/error/) 114 626 T (MPI_T) 114 612 T (ype_contiguous_err1) 147.83 612 T (Negative input count) 330 626 T (c/datatype/error/) 114 590 T (MPI_T) 114 576 T (ype_contiguous_err2) 147.83 576 T (Invalid datatype) 330 590 T (\050MPI_DA) 330 576 T (T) 377.33 576 T (A) 383.7 576 T (TYPE_NULL\051) 391.03 576 T (c/datatype/error/MPI_T) 114 554 T (ype_extent_err1) 227.14 554 T (Invalid datatype) 330 554 T (\050MPI_DA) 330 540 T (T) 377.33 540 T (A) 383.7 540 T (TYPE_NULL\051) 391.03 540 T (c/datatype/error/MPI_T) 114 518 T (ype_free_err1) 227.14 518 T (Invalid datatype) 330 518 T (\050MPI_DA) 330 504 T (T) 377.33 504 T (A) 383.7 504 T (TYPE_NULL\051) 391.03 504 T (c/datatype/error/MPI_T) 114 482 T (ype_free_err2) 227.14 482 T (Prede\336ned type \050MPI_BYTE\051) 330 482 T (c/datatype/error/MPI_T) 114 460 T (ype_free_err3) 227.14 460 T (Prede\336ned type \050MPI_CHAR\051) 330 460 T (c/datatype/error/MPI_T) 114 438 T (ype_free_err4) 227.14 438 T (Prede\336ned type \050MPI_DOUBLE\051) 330 438 T (c/datatype/error/MPI_T) 114 416 T (ype_free_err5) 227.14 416 T (Prede\336ned type \050MPI_FLOA) 330 416 T (T\051) 469.32 416 T (c/datatype/error/MPI_T) 114 394 T (ype_free_err6) 227.14 394 T (Prede\336ned type \050MPI_INT\051) 330 394 T (c/datatype/error/MPI_T) 114 372 T (ype_free_err7) 227.14 372 T (Prede\336ned type \050MPI_LONG\051) 330 372 T (c/datatype/error/MPI_T) 114 350 T (ype_free_err8) 227.14 350 T (Prede\336ned type) 330 350 T (\050MPI_LONG_DOUBLE\051) 330 336 T (c/datatype/error/MPI_T) 114 314 T (ype_free_err9) 227.14 314 T (Prede\336ned type \050MPI_P) 330 314 T (ACKED\051) 444.89 314 T (c/datatype/error/MPI_T) 114 292 T (ype_free_err10) 227.14 292 T (Prede\336ned type \050MPI_SHOR) 330 292 T (T\051) 470.6 292 T (c/datatype/error/MPI_T) 114 270 T (ype_free_err1) 227.14 270 T (1) 293.99 270 T (Prede\336ned type) 330 270 T (\050MPI_UNSIGNED_CHAR\051) 330 256 T (c/datatype/error/MPI_T) 114 234 T (ype_free_err12) 227.14 234 T (Prede\336ned type) 330 234 T (\050MPI_UNSIGNED\051) 330 220 T (c/datatype/error/MPI_T) 114 198 T (ype_free_err13) 227.14 198 T (Prede\336ned type) 330 198 T (\050MPI_UNSIGNED_LONG\051) 330 184 T (c/datatype/error/MPI_T) 114 162 T (ype_free_err14) 227.14 162 T (Prede\336ned type) 330 162 T (\050MPI_UNSIGNED_SHOR) 330 148 T (T\051) 459.94 148 T (c/datatype/error/MPI_T) 114 126 T (ype_free_err15) 227.14 126 T (Prede\336ned type \050MPI_LB\051) 330 126 T (c/datatype/error/MPI_T) 114 104 T (ype_free_err16) 227.14 104 T (Prede\336ned type \050MPI_UB\051) 330 104 T 1 F (T) 203.02 712 T (able 15: C Derived datatype err) 209.92 712 T (or tests) 372 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 96.25 2 L V 0.5 H 0 Z N 324 702.25 324 95.75 2 L V N 504 701.75 504 96.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 474 504.25 474 2 L V N 107.75 452 504.25 452 2 L V N 107.75 430 504.25 430 2 L V N 107.75 408 504.25 408 2 L V N 107.75 386 504.25 386 2 L V N 107.75 364 504.25 364 2 L V N 107.75 328 504.25 328 2 L V N 107.75 306 504.25 306 2 L V N 107.75 284 504.25 284 2 L V N 107.75 248 504.25 248 2 L V N 107.75 212 504.25 212 2 L V N 107.75 176 504.25 176 2 L V N 107.75 140 504.25 140 2 L V N 107.75 118 504.25 118 2 L V N 107.75 96 504.25 96 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "66" 102 %%Page: "65" 103 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (65) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/datatype/functional/) 114 662 T (MPI_T) 114 648 T (ype_vector_stride) 147.83 648 T (Calling MPI_T) 330 662 T (ype_vector\050\051 with) 402.17 662 T -0.29 (user de\336ned type with stride lar) 330 648 P -0.29 (ger) 479.97 648 P (than the type size of the user) 330 634 T (de\336ned type. T) 330 620 T (est loops through) 404.48 620 T (various communicators, lengths) 330 606 T (and sender) 330 592 T (\325) 382.09 592 T (s rank.) 385.43 592 T (c/datatype/functional/) 114 570 T (MPI_T) 114 556 T (ype_vector_types) 147.83 556 T (Calling MPI_T) 330 570 T (ype_vector\050\051 with) 402.17 570 T (basic and user de\336ned type. T) 330 556 T (est) 475.46 556 T (loops through various communica-) 330 542 T (tors, lengths, and sender) 330 528 T (\325) 446.76 528 T (s ranks.) 450.1 528 T 1 F (T) 203.02 476 T (able 15: C Derived datatype err) 209.92 476 T (or tests) 372 476 T 0 F (T) 194.26 450 T (est path) 200.75 450 T (Description) 386 450 T (c/datatype/error/MPI_Get_elements_err1) 114 426 T (Invalid type) 330 426 T (\050MPI_DA) 330 412 T (T) 377.33 412 T (A) 383.7 412 T (TYPE_NULL\051) 391.03 412 T (c/datatype/error/MPI_Get_elements_err2) 114 390 T (Uncommitted datatype) 330 390 T (c/datatype/error/MPI_Pack_err1) 114 368 T (Negative input count) 330 368 T (c/datatype/error/MPI_Pack_err2) 114 346 T (Negative outsize) 330 346 T (c/datatype/error/MPI_Pack_err3) 114 324 T (Invalid communicator) 330 324 T (\050MPI_COMM_NULL\051) 330 310 T (c/datatype/error/MPI_Pack_err4) 114 288 T (Invalid datatype) 330 288 T (\050MPI_DA) 330 274 T (T) 377.33 274 T (A) 383.7 274 T (TYPE_NULL\051) 391.03 274 T (c/datatype/error/MPI_Pack_err5) 114 252 T (Uncommitted datatype) 330 252 T (c/datatype/error/MPI_Pack_err6) 114 230 T (outsize < incount with basic type) 330 230 T (c/datatype/error/MPI_Pack_size_err1) 114 208 T (Negative input incount) 330 208 T (c/datatype/error/MPI_Pack_size_err2) 114 186 T (Invalid communicator) 330 186 T (\050MPI_COMM_NULL\051) 330 172 T (c/datatype/error/MPI_Pack_size_err3) 114 150 T (Invalid datatype) 330 150 T (\050MPI_DA) 330 136 T (T) 377.33 136 T (A) 383.7 136 T (TYPE_NULL\051) 391.03 136 T (c/datatype/error/MPI_Pack_size_err4) 114 114 T (Uncommitted datatype) 330 114 T 1 F (T) 196.39 712 T (able 14: Derived datatype functional tests) 203.29 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 520.25 2 L V 0.5 H 0 Z N 324 702.25 324 519.75 2 L V N 504 701.75 504 520.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 584 504.25 584 2 L V N 107.75 520 504.25 520 2 L V N 108 465.75 108 106.25 2 L V N 324 466.25 324 105.75 2 L V N 504 465.75 504 106.25 2 L V N 107.75 466 504.25 466 2 L V N 107.75 440 504.25 440 2 L V N 107.75 404 504.25 404 2 L V N 107.75 382 504.25 382 2 L V N 107.75 360 504.25 360 2 L V N 107.75 338 504.25 338 2 L V N 107.75 302 504.25 302 2 L V N 107.75 266 504.25 266 2 L V N 107.75 244 504.25 244 2 L V N 107.75 222 504.25 222 2 L V N 107.75 200 504.25 200 2 L V N 107.75 164 504.25 164 2 L V N 107.75 128 504.25 128 2 L V N 107.75 106 504.25 106 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "65" 103 %%Page: "64" 104 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (64) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/datatype/functional/) 114 662 T (MPI_T) 114 648 T (ype_struct_displs) 147.83 648 T (Calling MPI_T) 330 662 T (ype_struct\050\051 with) 402.17 662 T (user de\336ned types using nonzero) 330 648 T (displacement greater than the type) 330 634 T (size of each entry of the user) 330 620 T (de\336ned type. T) 330 606 T (est loops through) 404.48 606 T (various communicators, lengths) 330 592 T (and sender) 330 578 T (\325) 382.09 578 T (s rank.) 385.43 578 T (c/datatype/functional/) 114 556 T (MPI_T) 114 542 T (ype_struct_types) 147.83 542 T (Calling MPI_T) 330 556 T (ype_struct\050\051 with) 402.17 556 T (basic and user de\336ned type. T) 330 542 T (est) 475.46 542 T (loops through various communica-) 330 528 T (tors, lengths, and root\325) 330 514 T (s ranks.) 437.66 514 T (c/datatype/functional/) 114 492 T (MPI_T) 114 478 T (ype_ub_2MPI_UB) 147.83 478 T (Calling MPI_T) 330 492 T (ype_ub\050\051 with 2) 402.17 492 T -0.06 (user de\336ned types which each con-) 330 478 P -0.47 (tains MPI_UB. T) 330 464 P -0.47 (est loops through) 413.75 464 P (various communicators.) 330 450 T (c/datatype/functional/) 114 428 T (MPI_T) 114 414 T (ype_ub_MPI_UB) 147.83 414 T (Calling MPI_T) 330 428 T (ype_ub\050\051 with user) 402.17 428 T (de\336ned type which contains) 330 414 T (MPI_UB. T) 330 400 T (est loops through vari-) 389.5 400 T (ous communicators.) 330 386 T (c/datatype/functional/) 114 364 T (MPI_T) 114 350 T (ype_ub_neg_displ) 147.83 350 T (Calling MPI_T) 330 364 T (ype_ub\050\051 with user) 402.17 364 T (de\336ned type which has negative) 330 350 T (displacement. T) 330 336 T (est loops through) 408.82 336 T (various communicators.) 330 322 T (c/datatype/functional/) 114 300 T (MPI_T) 114 286 T (ype_ub_pos_displ) 147.83 286 T (Calling MPI_T) 330 300 T (ype_ub\050\051 with user) 402.17 300 T (de\336ned type which has positive) 330 286 T (displacement. T) 330 272 T (est loops through) 408.82 272 T (various communicators.) 330 258 T (c/datatype/functional/) 114 236 T (MPI_T) 114 222 T (ype_vector_basic) 147.83 222 T (Calling MPI_T) 330 236 T (ype_vector\050\051 with) 402.17 236 T (basic types. T) 330 222 T (est loops through) 398.48 222 T (various communicators, lengths,) 330 208 T (and sender) 330 194 T (\325) 382.09 194 T (s ranks.) 385.43 194 T (c/datatype/functional/) 114 172 T (MPI_T) 114 158 T (ype_vector_blklen) 147.83 158 T (Calling MPI_T) 330 172 T (ype_vector\050\051 with) 402.17 172 T (user de\336ned types using block) 330 158 T -0.18 (length > 1. T) 330 144 P -0.18 (est loops through var-) 393.55 144 P (ious communicators, lengths and) 330 130 T (sender) 330 116 T (\325) 361.76 116 T (s rank.) 365.1 116 T 1 F (T) 196.39 712 T (able 14: Derived datatype functional tests) 203.29 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 108.25 2 L V 0.5 H 0 Z N 324 702.25 324 107.75 2 L V N 504 701.75 504 108.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 570 504.25 570 2 L V N 107.75 506 504.25 506 2 L V N 107.75 442 504.25 442 2 L V N 107.75 378 504.25 378 2 L V N 107.75 314 504.25 314 2 L V N 107.75 250 504.25 250 2 L V N 107.75 186 504.25 186 2 L V N 107.75 108 504.25 108 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "64" 104 %%Page: "63" 105 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (63) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/datatype/functional/) 114 662 T (MPI_T) 114 648 T (ype_lb_2MPI_LB) 147.83 648 T -0.83 (Calling MPI_T) 330 662 P -0.83 (ype_lb\050\051 with 2 user) 401.34 662 P (de\336ned types which each contains) 330 648 T (MPI_LB. T) 330 634 T (est loops through vari-) 388.16 634 T (ous communicators.) 330 620 T (c/datatype/functional/) 114 598 T (MPI_T) 114 584 T (ype_lb_MPI_LB) 147.83 584 T (Calling MPI_T) 330 598 T (ype_lb\050\051 with user) 402.17 598 T (de\336ned type which contains) 330 584 T (MPI_LB. T) 330 570 T (est loops through vari-) 388.16 570 T (ous communicators.) 330 556 T (c/datatype/functional/) 114 534 T (MPI_T) 114 520 T (ype_lb_neg_displ) 147.83 520 T (Calling MPI_T) 330 534 T (ype_lb\050\051 with user) 402.17 534 T (de\336ned type which has negative) 330 520 T (displacement. T) 330 506 T (est loops through) 408.82 506 T (various communicators.) 330 492 T (c/datatype/functional/) 114 470 T (MPI_T) 114 456 T (ype_lb_pos_displ) 147.83 456 T (Calling MPI_T) 330 470 T (ype_lb\050\051 with user) 402.17 470 T (de\336ned type which has positive) 330 456 T (displacement. T) 330 442 T (est loops through) 408.82 442 T (various communicators and data) 330 428 T (types.) 330 414 T (c/datatype/functional/) 114 392 T (MPI_T) 114 378 T (ype_size_MPI_LB_UB) 147.83 378 T (Calling MPI_T) 330 392 T (ype_size\050\051 with) 402.17 392 T -0.47 (MPI_LB and MPI_UB. T) 330 378 P -0.47 (est loops) 453.61 378 P (through various communicators) 330 364 T (and data types.) 330 350 T (c/datatype/functional/) 114 328 T (MPI_T) 114 314 T (ype_size_basic) 147.83 314 T (Calling MPI_T) 330 328 T (ype_size\050\051 with) 402.17 328 T (basic types. T) 330 314 T (est loops through) 398.48 314 T (various communicators,) 330 300 T (c/datatype/functional/) 114 278 T (MPI_T) 114 264 T (ype_size_types) 147.83 264 T (Calling MPI_T) 330 278 T (ype_size\050\051 with) 402.17 278 T (user de\336ned type. T) 330 264 T (est loops) 427.48 264 T (through various communicators,) 330 250 T (and lengths.) 330 236 T (c/datatype/functional/) 114 214 T (MPI_T) 114 200 T (ype_struct_basic) 147.83 200 T (Calling MPI_T) 330 214 T (ype_struct\050\051 with) 402.17 214 T (basic types. T) 330 200 T (est loops through) 398.48 200 T (various communicators, lengths,) 330 186 T (and sender) 330 172 T (\325) 382.09 172 T (s ranks.) 385.43 172 T (c/datatype/functional/) 114 150 T (MPI_T) 114 136 T (ype_struct_blklen) 147.83 136 T (Calling MPI_T) 330 150 T (ype_struct\050\051 with) 402.17 150 T (user de\336ned types using block) 330 136 T -0.18 (length > 1. T) 330 122 P -0.18 (est loops through var-) 393.55 122 P (ious communicators, lengths and) 330 108 T (sender) 330 94 T (\325) 361.76 94 T (s rank.) 365.1 94 T 1 F (T) 196.39 712 T (able 14: Derived datatype functional tests) 203.29 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 86.25 2 L V 0.5 H 0 Z N 324 702.25 324 85.75 2 L V N 504 701.75 504 86.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 612 504.25 612 2 L V N 107.75 548 504.25 548 2 L V N 107.75 484 504.25 484 2 L V N 107.75 406 504.25 406 2 L V N 107.75 342 504.25 342 2 L V N 107.75 292 504.25 292 2 L V N 107.75 228 504.25 228 2 L V N 107.75 164 504.25 164 2 L V N 107.75 86 504.25 86 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "63" 105 %%Page: "62" 106 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (62) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/datatype/functional/) 114 662 T (MPI_T) 114 648 T (ype_hvector_blklen) 147.83 648 T (Calling MPI_T) 330 662 T (ype_hvector\050\051 with) 402.17 662 T (user de\336ned types using block) 330 648 T -0.18 (length > 1. T) 330 634 P -0.18 (est loops through var-) 393.55 634 P (ious communicators, lengths and) 330 620 T (sender) 330 606 T (\325) 361.76 606 T (s rank.) 365.1 606 T (c/datatype/functional/) 114 584 T (MPI_T) 114 570 T (ype_hvector_stride) 147.83 570 T (Calling MPI_T) 330 584 T (ype_hvector\050\051 with) 402.17 584 T -0.29 (user de\336ned type with stride lar) 330 570 P -0.29 (ger) 479.97 570 P (than the type size of the user) 330 556 T (de\336ned type. T) 330 542 T (est loops through) 404.48 542 T (various communicators, lengths) 330 528 T (and sender) 330 514 T (\325) 382.09 514 T (s rank.) 385.43 514 T (c/datatype/functional/) 114 492 T (MPI_T) 114 478 T (ype_hvector_types) 147.83 478 T (Calling MPI_T) 330 492 T (ype_hvector\050\051 with) 402.17 492 T (user de\336ned type. test loops) 330 478 T (through various communicators,) 330 464 T (lengths, and root\325) 330 450 T (s ranks.) 413.66 450 T (c/datatype/functional/) 114 428 T (MPI_T) 114 414 T (ype_indexed_basic) 147.83 414 T -0.27 (Calling MPI_T) 330 428 P -0.27 (ype_indexed\050\051 with) 401.9 428 P (basic types. T) 330 414 T (est loops through) 398.48 414 T (various communicators, lengths,) 330 400 T (and sender) 330 386 T (\325) 382.09 386 T (s ranks.) 385.43 386 T (c/datatype/functional/) 114 364 T (MPI_T) 114 350 T (ype_indexed_blklen) 147.83 350 T -0.27 (Calling MPI_T) 330 364 P -0.27 (ype_indexed\050\051 with) 401.9 364 P (user de\336ned types using block) 330 350 T -0.18 (length > 1. T) 330 336 P -0.18 (est loops through var-) 393.55 336 P (ious communicators, lengths and) 330 322 T (sender) 330 308 T (\325) 361.76 308 T (s rank.) 365.1 308 T (c/datatype/functional/) 114 286 T (MPI_T) 114 272 T (ype_indexed_displs) 147.83 272 T -0.27 (Calling MPI_T) 330 286 P -0.27 (ype_indexed\050\051 with) 401.9 286 P (user de\336ned types using nonzero) 330 272 T (displacement greater than the type) 330 258 T (size of each entry of the user) 330 244 T (de\336ned type. T) 330 230 T (est loops through) 404.48 230 T (various communicators, lengths) 330 216 T (and sender) 330 202 T (\325) 382.09 202 T (s rank.) 385.43 202 T (c/datatype/functional/) 114 180 T (MPI_T) 114 166 T (ype_indexed_types) 147.83 166 T -0.27 (Calling MPI_T) 330 180 P -0.27 (ype_indexed\050\051 with) 401.9 180 P (user de\336ned type. T) 330 166 T (est loops) 427.48 166 T (through various communicators,) 330 152 T (lengths, and root\325) 330 138 T (s ranks.) 413.66 138 T 1 F (T) 196.39 712 T (able 14: Derived datatype functional tests) 203.29 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 130.25 2 L V 0.5 H 0 Z N 324 702.25 324 129.75 2 L V N 504 701.75 504 130.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 598 504.25 598 2 L V N 107.75 506 504.25 506 2 L V N 107.75 442 504.25 442 2 L V N 107.75 378 504.25 378 2 L V N 107.75 300 504.25 300 2 L V N 107.75 194 504.25 194 2 L V N 107.75 130 504.25 130 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "62" 106 %%Page: "61" 107 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (61) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/datatype/functional/) 114 662 T (MPI_T) 114 648 T (ype_extent_types) 147.83 648 T (Calling MPI_T) 330 662 T (ype_extent\050\051 with) 402.17 662 T (user de\336ned types. T) 330 648 T (est loops) 432.14 648 T (through various communicators,) 330 634 T (and lengths.) 330 620 T (c/datatype/functional/) 114 598 T (MPI_T) 114 584 T (ype_free_pending_msg) 147.83 584 T (Calling MPI_T) 330 598 T (ype_free\050\051 with) 402.17 598 T (user de\336ned type that is in use by) 330 584 T (some active data transmission.) 330 570 T (T) 330 556 T (est loops through various com-) 336.49 556 T (municators, lengths, and sender) 330 542 T (\325) 482.09 542 T (s) 485.42 542 T (ranks.) 330 528 T (c/datatype/functional/) 114 506 T (MPI_T) 114 492 T (ype_free_types) 147.83 492 T (Calling MPI_T) 330 506 T (ype_free\050\051 with) 402.17 506 T (user de\336ned type. T) 330 492 T (est loops) 427.48 492 T (through various communicators,) 330 478 T (lengths, and root\325) 330 464 T (s ranks.) 413.66 464 T (c/datatype/functional/) 114 442 T (MPI_T) 114 428 T (ype_hindexed_basic) 147.83 428 T (Calling MPI_T) 330 442 T (ype_hindexed\050\051) 402.17 442 T (with basic types. T) 330 428 T (est loops) 422.82 428 T (through various communicators,) 330 414 T (lengths, and sender) 330 400 T (\325) 422.76 400 T (s ranks.) 426.1 400 T (c/datatype/functional/) 114 378 T (MPI_T) 114 364 T (ype_hindexed_blklen) 147.83 364 T (Calling MPI_T) 330 378 T (ype_hindexed\050\051) 402.17 378 T (with user de\336ned types using) 330 364 T (block length > 1. T) 330 350 T (est loops) 423.92 350 T (through various communicators,) 330 336 T (lengths and sender) 330 322 T (\325) 419.76 322 T (s rank.) 423.1 322 T (c/datatype/functional/) 114 300 T (MPI_T) 114 286 T (ype_hindexed_displs) 147.83 286 T (Calling MPI_T) 330 300 T (ype_hindexed\050\051) 402.17 300 T (with user de\336ned types using non-) 330 286 T (zero displacement greater than the) 330 272 T (type size of each entry of the user) 330 258 T (de\336ned type. T) 330 244 T (est loops through) 404.48 244 T (various communicators, lengths) 330 230 T (and sender) 330 216 T (\325) 382.09 216 T (s rank.) 385.43 216 T (c/datatype/functional/) 114 194 T (MPI_T) 114 180 T (ype_hindexed_types) 147.83 180 T (Calling MPI_T) 330 194 T (ype_hindexed\050\051) 402.17 194 T (with user de\336ned type. test loops) 330 180 T (through various communicators,) 330 166 T (lengths, and root\325) 330 152 T (s ranks.) 413.66 152 T (c/datatype/functional/) 114 130 T (MPI_T) 114 116 T (ype_hvector_basic) 147.83 116 T (Calling MPI_T) 330 130 T (ype_hvector\050\051 with) 402.17 130 T (basic types. T) 330 116 T (est loops through) 398.48 116 T (various communicators, lengths,) 330 102 T (and sender) 330 88 T (\325) 382.09 88 T (s ranks.) 385.43 88 T 1 F (T) 196.39 712 T (able 14: Derived datatype functional tests) 203.29 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 80.25 2 L V 0.5 H 0 Z N 324 702.25 324 79.75 2 L V N 504 701.75 504 80.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 612 504.25 612 2 L V N 107.75 520 504.25 520 2 L V N 107.75 456 504.25 456 2 L V N 107.75 392 504.25 392 2 L V N 107.75 314 504.25 314 2 L V N 107.75 208 504.25 208 2 L V N 107.75 144 504.25 144 2 L V N 107.75 80 504.25 80 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "61" 107 %%Page: "60" 108 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (60) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/datatype/functional/MPI_Pack_displs) 114 662 T (Calling MPI_Pack\050\051 and) 330 662 T (MPI_Unpack\050\051 using basic types) 330 648 T (with non-zero displacement space) 330 634 T -0.47 (between any 2 adjacent types. The) 330 620 P (test loops over various communi-) 330 606 T (cators, message lengths and root) 330 592 T (ranks.) 330 578 T (c/datatype/functional/) 114 556 T (MPI_Pack_size_basic) 114 542 T (Calling MPI_Pack_size\050\051 with) 330 556 T (basic types. The test loops over) 330 542 T (various communicators, lengths) 330 528 T (and datatypes.) 330 514 T (c/datatype/functional/) 114 492 T (MPI_Pack_size_types) 114 478 T (Calling MPI_Pack_size\050\051 with) 330 492 T (user de\336ned types. The test loops) 330 478 T (through various communicators) 330 464 T (and lengths.) 330 450 T (c/datatype/functional/) 114 428 T (MPI_Pack_user_type) 114 414 T (Calling MPI_Pack\050\051 and) 330 428 T (MPI_Unpack\050\051 with user de\336ned) 330 414 T (types. The test loops through vari-) 330 400 T (ous communicators, and lengths.) 330 386 T (c/datatype/functional/) 114 364 T (MPI_T) 114 350 T (ype_contiguous_basic) 147.83 350 T (Calling MPI_T) 330 364 T (ype_contiguous\050\051) 402.17 364 T (with basic types. T) 330 350 T (est loops) 422.82 350 T (through various communicators,) 330 336 T (lengths, and sender) 330 322 T (\325) 422.76 322 T (s ranks.) 426.1 322 T (c/datatype/functional/) 114 300 T (MPI_T) 114 286 T (ype_contiguous_idispls) 147.83 286 T (Calling MPI_T) 330 300 T (ype_contiguous\050\051) 402.17 300 T (with user de\336ned types which has) 330 286 T (non-zero inner displacement) 330 272 T (between each basic type. T) 330 258 T (est) 461.78 258 T (loops through various communica-) 330 244 T (tors, lengths, and sender) 330 230 T (\325) 446.76 230 T (s ranks.) 450.1 230 T (c/datatype/functional/) 114 208 T (MPI_T) 114 194 T (ype_contiguous_types) 147.83 194 T (Calling MPI_T) 330 208 T (ype_contiguous\050\051) 402.17 208 T -0.55 (with user de\336ned types, T) 330 194 P -0.55 (est loops) 453.75 194 P (through various communicators,) 330 180 T (lengths, and sender) 330 166 T (\325) 422.76 166 T (s ranks.) 426.1 166 T (c/datatype/functional/) 114 144 T (MPI_T) 114 130 T (ype_extent_MPI_LB_UB) 147.83 130 T (Calling MPI_T) 330 144 T (ype_extent\050\051 with) 402.17 144 T (MPI_LB and MPI_UB. test loops) 330 130 T (through various communicators.) 330 116 T 1 F (T) 196.39 712 T (able 14: Derived datatype functional tests) 203.29 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 108.25 2 L V 0.5 H 0 Z N 324 702.25 324 107.75 2 L V N 504 701.75 504 108.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 570 504.25 570 2 L V N 107.75 506 504.25 506 2 L V N 107.75 442 504.25 442 2 L V N 107.75 378 504.25 378 2 L V N 107.75 314 504.25 314 2 L V N 107.75 222 504.25 222 2 L V N 107.75 158 504.25 158 2 L V N 107.75 108 504.25 108 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "60" 108 %%Page: "59" 109 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (59) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (B.1.3) 108 434 T (Derived Datatype Operations) 153 434 T 0 F (c/collective/error/MPI_Scatterv_err2) 114 662 T (Invalid type) 330 662 T (\050MPI_DA) 330 648 T (T) 377.33 648 T (A) 383.7 648 T (TYPE_NULL\051) 391.03 648 T (c/collective/error/MPI_Scatterv_err3) 114 626 T (Invalid size \050-1\051) 330 626 T (c/collective/error/MPI_Scatterv_err4) 114 604 T (Invalid root \050-1\051) 330 604 T (c/collective/error/MPI_Scatterv_err5) 114 582 T (Invalid root \050> number of ranks\051) 330 582 T (c/collective/error/MPI_Scatterv_err6) 114 560 T (Invalid communicator) 330 560 T (\050MPI_COMM_NULL\051) 330 546 T (c/collective/error/MPI_Scatterv_err7) 114 524 T (Freed communicator) 330 524 T (c/collective/error/MPI_Scatterv_err8) 114 502 T (Inter) 330 502 T (-communicator) 352.42 502 T 1 F (T) 196.39 390 T (able 14: Derived datatype functional tests) 203.29 390 T 0 F (T) 194.26 364 T (est path) 200.75 364 T (Description) 386 364 T (c/datatype/functional/MPI_Address) 114 340 T (Calling MPI_Address\050\051 looping) 330 340 T (over various length buf) 330 326 T (fer address) 441.43 326 T (c/datatype/functional/) 114 304 T (MPI_Get_elements_basic_type) 114 290 T (Calling) 330 304 T (MPI_Get_elements_basic_type\050\051) 330 290 T (looping over various communica-) 330 276 T (tors, message pre-de\336ned data) 330 262 T (types, message data lengths and) 330 248 T (root ranks) 330 234 T (c/datatype/functional/) 114 212 T (MPI_Pack_basic_type) 114 198 T (Calling MPI_Pack\050\051 and) 330 212 T (MPI_Unpack\050\051 using basic types) 330 198 T (with 0 displacement space) 330 184 T -0.47 (between any 2 adjacent types. The) 330 170 P (test loops over various communi-) 330 156 T (cators, message lengths and root) 330 142 T (ranks.) 330 128 T 1 F (T) 221.85 712 T (able 13: C Collective err) 228.75 712 T (or tests) 353.17 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 494.25 2 L V 0.5 H 0 Z N 324 702.25 324 493.75 2 L V N 504 701.75 504 494.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 618 504.25 618 2 L V N 107.75 596 504.25 596 2 L V N 107.75 574 504.25 574 2 L V N 107.75 538 504.25 538 2 L V N 107.75 516 504.25 516 2 L V N 107.75 494 504.25 494 2 L V N 108 379.75 108 120.25 2 L V N 324 380.25 324 119.75 2 L V N 504 379.75 504 120.25 2 L V N 107.75 380 504.25 380 2 L V N 107.75 354 504.25 354 2 L V N 107.75 318 504.25 318 2 L V N 107.75 226 504.25 226 2 L V N 107.75 120 504.25 120 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "59" 109 %%Page: "58" 110 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (58) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/collective/error/) 114 662 T (MPI_Reduce_scatter_err3) 114 648 T (Invalid type) 330 662 T (\050MPI_DA) 330 648 T (T) 377.33 648 T (A) 383.7 648 T (TYPE_NULL\051) 391.03 648 T (c/collective/error/) 114 626 T (MPI_Reduce_scatter_err4) 114 612 T (Invalid size \050-1\051) 330 626 T (c/collective/error/) 114 590 T (MPI_Reduce_scatter_err5) 114 576 T (Invalid communicator) 330 590 T (\050MPI_COMM_NULL\051) 330 576 T (c/collective/error/) 114 554 T (MPI_Reduce_scatter_err6) 114 540 T (Freed communicator) 330 554 T (c/collective/error/) 114 518 T (MPI_Reduce_scatter_err7) 114 504 T (Inter) 330 518 T (-communicator) 352.42 518 T (c/collective/error/MPI_Scan_err1) 114 482 T (Invalid type/operator pair) 330 482 T (c/collective/error/MPI_Scan_err2) 114 460 T (Mis-matched types) 330 460 T (c/collective/error/MPI_Scan_err3) 114 438 T (Invalid type) 330 438 T (\050MPI_DA) 330 424 T (T) 377.33 424 T (A) 383.7 424 T (TYPE_NULL\051) 391.03 424 T (c/collective/error/MPI_Scan_err4) 114 402 T (Invalid size \050-1\051) 330 402 T (c/collective/error/MPI_Scan_err5) 114 380 T (Invalid communicator) 330 380 T (\050MPI_COMM_NULL\051) 330 366 T (c/collective/error/MPI_Scan_err6) 114 344 T (Freed communicator) 330 344 T (c/collective/error/MPI_Scan_err7) 114 322 T (Inter) 330 322 T (-communicator) 352.42 322 T (c/collective/error/MPI_Scatter_err1) 114 300 T (Mis-matched types) 330 300 T (c/collective/error/MPI_Scatter_err2) 114 278 T (Invalid type) 330 278 T (\050MPI_DA) 330 264 T (T) 377.33 264 T (A) 383.7 264 T (TYPE_NULL\051) 391.03 264 T (c/collective/error/MPI_Scatter_err3) 114 242 T (Invalid size \050-1\051) 330 242 T (c/collective/error/MPI_Scatter_err4) 114 220 T (Invalid root \050-1\051) 330 220 T (c/collective/error/MPI_Scatter_err5) 114 198 T (Invalid root \050> number of ranks\051) 330 198 T (c/collective/error/MPI_Scatter_err6) 114 176 T (Invalid communicator) 330 176 T (\050MPI_COMM_NULL\051) 330 162 T (c/collective/error/MPI_Scatter_err7) 114 140 T (Freed communicator) 330 140 T (c/collective/error/MPI_Scatter_err8) 114 118 T (Inter) 330 118 T (-communicator) 352.42 118 T (c/collective/error/MPI_Scatterv_err1) 114 96 T (Mis-matched types) 330 96 T 1 F (T) 221.85 712 T (able 13: C Collective err) 228.75 712 T (or tests) 353.17 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 88.25 2 L V 0.5 H 0 Z N 324 702.25 324 87.75 2 L V N 504 701.75 504 88.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 107.75 568 504.25 568 2 L V N 107.75 532 504.25 532 2 L V N 107.75 496 504.25 496 2 L V N 107.75 474 504.25 474 2 L V N 107.75 452 504.25 452 2 L V N 107.75 416 504.25 416 2 L V N 107.75 394 504.25 394 2 L V N 107.75 358 504.25 358 2 L V N 107.75 336 504.25 336 2 L V N 107.75 314 504.25 314 2 L V N 107.75 292 504.25 292 2 L V N 107.75 256 504.25 256 2 L V N 107.75 234 504.25 234 2 L V N 107.75 212 504.25 212 2 L V N 107.75 190 504.25 190 2 L V N 107.75 154 504.25 154 2 L V N 107.75 132 504.25 132 2 L V N 107.75 110 504.25 110 2 L V N 107.75 88 504.25 88 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "58" 110 %%Page: "57" 111 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (57) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/collective/error/MPI_Gather_err7) 114 662 T (Freed communicator) 330 662 T (c/collective/error/MPI_Gather_err8) 114 640 T (Inter) 330 640 T (-communicator) 352.42 640 T (c/collective/error/MPI_Gatherv_err1) 114 618 T (Mis-matched types) 330 618 T (c/collective/error/MPI_Gatherv_err2) 114 596 T (Invalid type) 330 596 T (\050MPI_DA) 330 582 T (T) 377.33 582 T (A) 383.7 582 T (TYPE_NULL\051) 391.03 582 T (c/collective/error/MPI_Gatherv_err3) 114 560 T (Invalid size \050-1\051) 330 560 T (c/collective/error/MPI_Gatherv_err4) 114 538 T (Invalid root \050-1\051) 330 538 T (c/collective/error/MPI_Gatherv_err5) 114 516 T (Invalid root \050> number of ranks\051) 330 516 T (c/collective/error/MPI_Gatherv_err6) 114 494 T (Invalid communicator) 330 494 T (\050MPI_COMM_NULL\051) 330 480 T (c/collective/error/MPI_Gatherv_err7) 114 458 T (Freed communicator) 330 458 T (c/collective/error/MPI_Gatherv_err8) 114 436 T (Inter) 330 436 T (-communicator) 352.42 436 T (c/collective/error/MPI_Op_free_err1) 114 414 T (Invalid operator) 330 414 T (\050MPI_OP_NULL\051) 330 400 T (c/collective/error/MPI_Op_free_err2) 114 378 T (Pre-de\336ned operators) 330 378 T (c/collective/error/MPI_Reduce_err1) 114 356 T (Invalid type/operator pair) 330 356 T (c/collective/error/MPI_Reduce_err2) 114 334 T (Mis-matched types) 330 334 T (c/collective/error/MPI_Reduce_err3) 114 312 T (Invalid type) 330 312 T (\050MPI_DA) 330 298 T (T) 377.33 298 T (A) 383.7 298 T (TYPE_NULL\051) 391.03 298 T (c/collective/error/MPI_Reduce_err4) 114 276 T (Invalid size \050-1\051) 330 276 T (c/collective/error/MPI_Reduce_err5) 114 254 T (Invalid root \050-1\051) 330 254 T (c/collective/error/MPI_Reduce_err6) 114 232 T (Invalid root \050> number of ranks\051) 330 232 T (c/collective/error/MPI_Reduce_err7) 114 210 T (Invalid communicator) 330 210 T (\050MPI_COMM_NULL\051) 330 196 T (c/collective/error/MPI_Reduce_err8) 114 174 T (Freed communicator) 330 174 T (c/collective/error/MPI_Reduce_err9) 114 152 T (Inter) 330 152 T (-communicator) 352.42 152 T (c/collective/error/) 114 130 T (MPI_Reduce_scatter_err1) 114 116 T (Invalid type/operator pair) 330 130 T (c/collective/error/) 114 94 T (MPI_Reduce_scatter_err2) 114 80 T (Mis-matched types) 330 94 T 1 F (T) 221.85 712 T (able 13: C Collective err) 228.75 712 T (or tests) 353.17 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 72.25 2 L V 0.5 H 0 Z N 324 702.25 324 71.75 2 L V N 504 701.75 504 72.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 654 504.25 654 2 L V N 107.75 632 504.25 632 2 L V N 107.75 610 504.25 610 2 L V N 107.75 574 504.25 574 2 L V N 107.75 552 504.25 552 2 L V N 107.75 530 504.25 530 2 L V N 107.75 508 504.25 508 2 L V N 107.75 472 504.25 472 2 L V N 107.75 450 504.25 450 2 L V N 107.75 428 504.25 428 2 L V N 107.75 392 504.25 392 2 L V N 107.75 370 504.25 370 2 L V N 107.75 348 504.25 348 2 L V N 107.75 326 504.25 326 2 L V N 107.75 290 504.25 290 2 L V N 107.75 268 504.25 268 2 L V N 107.75 246 504.25 246 2 L V N 107.75 224 504.25 224 2 L V N 107.75 188 504.25 188 2 L V N 107.75 166 504.25 166 2 L V N 107.75 144 504.25 144 2 L V N 107.75 108 504.25 108 2 L V N 107.75 72 504.25 72 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "57" 111 %%Page: "56" 112 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (56) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/collective/error/MPI_Alltoallv_err1) 114 662 T (Mis-matched types) 330 662 T (c/collective/error/MPI_Alltoallv_err2) 114 640 T (Invalid type) 330 640 T (\050MPI_DA) 330 626 T (T) 377.33 626 T (A) 383.7 626 T (TYPE_NULL\051) 391.03 626 T (c/collective/error/MPI_Alltoallv_err3) 114 604 T (Invalid size \050-1\051) 330 604 T (c/collective/error/MPI_Alltoallv_err4) 114 582 T (Invalid communicator) 330 582 T (\050MPI_COMM_NULL\051) 330 568 T (c/collective/error/MPI_Alltoallv_err5) 114 546 T (Freed communicator) 330 546 T (c/collective/error/MPI_Alltoallv_err6) 114 524 T (Inter) 330 524 T (-communicator) 352.42 524 T (c/collective/error/MPI_Barrier_err1) 114 502 T (Invalid communicator) 330 502 T (\050MPI_COMM_NULL\051) 330 488 T (c/collective/error/MPI_Barrier_err2) 114 466 T (Freed communicator) 330 466 T (c/collective/error/MPI_Barrier_err3) 114 444 T (Inter) 330 444 T (-communicator) 352.42 444 T (c/collective/error/MPI_Bcast_err1) 114 422 T (Mis-matched types) 330 422 T (c/collective/error/MPI_Bcast_err2) 114 400 T (Invalid type) 330 400 T (\050MPI_DA) 330 386 T (T) 377.33 386 T (A) 383.7 386 T (TYPE_NULL\051) 391.03 386 T (c/collective/error/MPI_Bcast_err3) 114 364 T (Invalid size \050-1\051) 330 364 T (c/collective/error/MPI_Bcast_err4) 114 342 T (Invalid root \050-1\051) 330 342 T (c/collective/error/MPI_Bcast_err5) 114 320 T (Invalid root \050> number of ranks\051) 330 320 T (c/collective/error/MPI_Bcast_err6) 114 298 T (Invalid communicator) 330 298 T (\050MPI_COMM_NULL\051) 330 284 T (c/collective/error/MPI_Bcast_err7) 114 262 T (Freed communicator) 330 262 T (c/collective/error/MPI_Bcast_err8) 114 240 T (Inter) 330 240 T (-communicator) 352.42 240 T (c/collective/error/MPI_Gather_err1) 114 218 T (Mis-matched types) 330 218 T (c/collective/error/MPI_Gather_err2) 114 196 T (Invalid type) 330 196 T (\050MPI_DA) 330 182 T (T) 377.33 182 T (A) 383.7 182 T (TYPE_NULL\051) 391.03 182 T (c/collective/error/MPI_Gather_err3) 114 160 T (Invalid size \050-1\051) 330 160 T (c/collective/error/MPI_Gather_err4) 114 138 T (Invalid root \050-1\051) 330 138 T (c/collective/error/MPI_Gather_err5) 114 116 T (Invalid root \050> number of ranks\051) 330 116 T (c/collective/error/MPI_Gather_err6) 114 94 T (Invalid communicator) 330 94 T (\050MPI_COMM_NULL\051) 330 80 T 1 F (T) 221.85 712 T (able 13: C Collective err) 228.75 712 T (or tests) 353.17 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 72.25 2 L V 0.5 H 0 Z N 324 702.25 324 71.75 2 L V N 504 701.75 504 72.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 654 504.25 654 2 L V N 107.75 618 504.25 618 2 L V N 107.75 596 504.25 596 2 L V N 107.75 560 504.25 560 2 L V N 107.75 538 504.25 538 2 L V N 107.75 516 504.25 516 2 L V N 107.75 480 504.25 480 2 L V N 107.75 458 504.25 458 2 L V N 107.75 436 504.25 436 2 L V N 107.75 414 504.25 414 2 L V N 107.75 378 504.25 378 2 L V N 107.75 356 504.25 356 2 L V N 107.75 334 504.25 334 2 L V N 107.75 312 504.25 312 2 L V N 107.75 276 504.25 276 2 L V N 107.75 254 504.25 254 2 L V N 107.75 232 504.25 232 2 L V N 107.75 210 504.25 210 2 L V N 107.75 174 504.25 174 2 L V N 107.75 152 504.25 152 2 L V N 107.75 130 504.25 130 2 L V N 107.75 108 504.25 108 2 L V N 107.75 72 504.25 72 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "56" 112 %%Page: "55" 113 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (55) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/collective/error/MPI_Allgather_err3) 114 662 T (Invalid size \050-1\051) 330 662 T (c/collective/error/MPI_Allgather_err4) 114 640 T (Invalid communicator) 330 640 T (\050MPI_COMM_NULL\051) 330 626 T (c/collective/error/MPI_Allgather_err5) 114 604 T (Freed communicator) 330 604 T (c/collective/error/MPI_Allgather_err6) 114 582 T (Inter) 330 582 T (-communicator) 352.42 582 T (c/collective/error/MPI_Allgatherv_err1) 114 560 T (Mis-matched types) 330 560 T (c/collective/error/MPI_Allgatherv_err2) 114 538 T (Invalid type) 330 538 T (\050MPI_DA) 330 524 T (T) 377.33 524 T (A) 383.7 524 T (TYPE_NULL\051) 391.03 524 T (c/collective/error/MPI_Allgatherv_err3) 114 502 T (Invalid size \050-1\051) 330 502 T (c/collective/error/MPI_Allgatherv_err4) 114 480 T (Invalid communicator) 330 480 T (\050MPI_COMM_NULL\051) 330 466 T (c/collective/error/MPI_Allgatherv_err5) 114 444 T (Freed communicator) 330 444 T (c/collective/error/MPI_Allgatherv_err6) 114 422 T (Inter) 330 422 T (-communicator) 352.42 422 T (c/collective/error/MPI_Allreduce_err1) 114 400 T (Invalid type/operator pair) 330 400 T (c/collective/error/MPI_Allreduce_err2) 114 378 T (Mis-matched types) 330 378 T (c/collective/error/MPI_Allreduce_err3) 114 356 T (Invalid type) 330 356 T (\050MPI_DA) 330 342 T (T) 377.33 342 T (A) 383.7 342 T (TYPE_NULL\051) 391.03 342 T (c/collective/error/MPI_Allreduce_err4) 114 320 T (Invalid size \050-1\051) 330 320 T (c/collective/error/MPI_Allreduce_err5) 114 298 T (Invalid communicator) 330 298 T (\050MPI_COMM_NULL\051) 330 284 T (c/collective/error/MPI_Allreduce_err6) 114 262 T (Freed communicator) 330 262 T (c/collective/error/MPI_Allreduce_err7) 114 240 T (Inter) 330 240 T (-communicator) 352.42 240 T (c/collective/error/MPI_Alltoall_err1) 114 218 T (Mis-matched types) 330 218 T (c/collective/error/MPI_Alltoall_err2) 114 196 T (Invalid type) 330 196 T (\050MPI_DA) 330 182 T (T) 377.33 182 T (A) 383.7 182 T (TYPE_NULL\051) 391.03 182 T (c/collective/error/MPI_Alltoall_err3) 114 160 T (Invalid size \050-1\051) 330 160 T (c/collective/error/MPI_Alltoall_err4) 114 138 T (Invalid communicator) 330 138 T (\050MPI_COMM_NULL\051) 330 124 T (c/collective/error/MPI_Alltoall_err5) 114 102 T (Freed communicator) 330 102 T (c/collective/error/MPI_Alltoall_err6) 114 80 T (Inter) 330 80 T (-communicator) 352.42 80 T 1 F (T) 221.85 712 T (able 13: C Collective err) 228.75 712 T (or tests) 353.17 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 72.25 2 L V 0.5 H 0 Z N 324 702.25 324 71.75 2 L V N 504 701.75 504 72.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 654 504.25 654 2 L V N 107.75 618 504.25 618 2 L V N 107.75 596 504.25 596 2 L V N 107.75 574 504.25 574 2 L V N 107.75 552 504.25 552 2 L V N 107.75 516 504.25 516 2 L V N 107.75 494 504.25 494 2 L V N 107.75 458 504.25 458 2 L V N 107.75 436 504.25 436 2 L V N 107.75 414 504.25 414 2 L V N 107.75 392 504.25 392 2 L V N 107.75 370 504.25 370 2 L V N 107.75 334 504.25 334 2 L V N 107.75 312 504.25 312 2 L V N 107.75 276 504.25 276 2 L V N 107.75 254 504.25 254 2 L V N 107.75 232 504.25 232 2 L V N 107.75 210 504.25 210 2 L V N 107.75 174 504.25 174 2 L V N 107.75 152 504.25 152 2 L V N 107.75 116 504.25 116 2 L V N 107.75 94 504.25 94 2 L V N 107.75 72 504.25 72 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "55" 113 %%Page: "54" 114 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (54) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/collective/functional/MPI_Scan_loc) 114 662 T (Calling MPI_Scan\050\051 looping) 330 662 T (between various intracommunica-) 330 648 T (tors, various message data types,) 330 634 T -0.08 (various message data lengths, vari-) 330 620 P (ous root ranks and 2 reduction) 330 606 T (operations \050MPI_MAXLOC &) 330 592 T (MPI_MINLOC\051.) 330 578 T (c/collective/functional/MPI_Scan_user) 114 556 T (Calling MPI_Scan\050\051 looping) 330 556 T (between various intracommunica-) 330 542 T (tors, various message data types,) 330 528 T -0.08 (various message data lengths, vari-) 330 514 P (ous root ranks and various user) 330 500 T (de\336ned reduction operations) 330 486 T (c/collective/functional/MPI_Scatter) 114 464 T (Calling MPI_Scatter\050\051 looping) 330 464 T (between various intracommunica-) 330 450 T (tors, various message data types,) 330 436 T (various message data lengths and) 330 422 T (various root ranks.) 330 408 T (c/collective/functional/MPI_Scatterv) 114 386 T (Calling MPI_Scatterv\050\051 looping) 330 386 T (between various intracommunica-) 330 372 T (tors, various message data types,) 330 358 T (various message data lengths and) 330 344 T (various root ranks.) 330 330 T (c/collective/functional/) 114 308 T (MPI_collective_message) 114 294 T (V) 330 308 T (erifying that collective operation) 337.33 308 T (does not interfere with ongoing) 330 294 T (message traf) 330 280 T (\336c.) 390.1 280 T (c/collective/functional/) 114 258 T (MPI_collective_overlap) 114 244 T (T) 330 258 T (esting overlapping collective) 336.49 258 T (operation in overlapping commu-) 330 244 T (nicators.) 330 230 T 1 F (T) 221.85 178 T (able 13: C Collective err) 228.75 178 T (or tests) 353.17 178 T 0 F (T) 194.26 152 T (est path) 200.75 152 T (Description) 386 152 T (c/collective/error/MPI_Allgather_err1) 114 128 T (Mis-matched types) 330 128 T (c/collective/error/MPI_Allgather_err2) 114 106 T (Invalid type) 330 106 T (\050MPI_DA) 330 92 T (T) 377.33 92 T (A) 383.7 92 T (TYPE_NULL\051) 391.03 92 T 1 F (T) 209.39 712 T (able 12: C Collective functional tests) 216.29 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 222.25 2 L V 0.5 H 0 Z N 324 702.25 324 221.75 2 L V N 504 701.75 504 222.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 570 504.25 570 2 L V N 107.75 478 504.25 478 2 L V N 107.75 400 504.25 400 2 L V N 107.75 322 504.25 322 2 L V N 107.75 272 504.25 272 2 L V N 107.75 222 504.25 222 2 L V N 108 167.75 108 84.25 2 L V N 324 168.25 324 83.75 2 L V N 504 167.75 504 84.25 2 L V N 107.75 168 504.25 168 2 L V N 107.75 142 504.25 142 2 L V N 107.75 120 504.25 120 2 L V N 107.75 84 504.25 84 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "54" 114 %%Page: "53" 115 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (53) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/collective/functional/) 114 662 T (MPI_Reduce_scatter) 114 648 T (Calling MPI_Reduce_scatter\050\051) 330 662 T (looping between various intracom-) 330 648 T (municators, various message data) 330 634 T (types, various message data) 330 620 T (lengths, various root ranks and) 330 606 T (various pre-de\336ned reduction) 330 592 T (operations) 330 578 T (c/collective/functional/) 114 556 T (MPI_Reduce_scatter_loc) 114 542 T (Calling MPI_Reduce_scatter\050\051) 330 556 T (looping between various intracom-) 330 542 T (municators, various message data) 330 528 T (types, various message data) 330 514 T (lengths, various root ranks and 2) 330 500 T (reduction operations) 330 486 T (\050MPI_MAXLOC &) 330 472 T (MPI_MINLOC\051.) 330 458 T (c/collective/functional/) 114 436 T (MPI_Reduce_scatter_user) 114 422 T (Calling MPI_Reduce_scatter\050\051) 330 436 T (looping between various intracom-) 330 422 T (municators, various message data) 330 408 T (types, various message data) 330 394 T (lengths, various root ranks and) 330 380 T (various user de\336ned reduction) 330 366 T (operations) 330 352 T (c/collective/functional/MPI_Reduce_user) 114 330 T (Calling MPI_Reduce\050\051 looping) 330 330 T (between various intracommunica-) 330 316 T (tors, various message data types,) 330 302 T -0.08 (various message data lengths, vari-) 330 288 P (ous root ranks and various user) 330 274 T (de\336ned reduction operations) 330 260 T (c/collective/functional/MPI_Scan) 114 238 T (Calling MPI_Scan\050\051 looping) 330 238 T (between various intracommunica-) 330 224 T (tors, various message data types,) 330 210 T -0.08 (various message data lengths, vari-) 330 196 P (ous root ranks and various pre-) 330 182 T (de\336ned reduction operations) 330 168 T 1 F (T) 209.39 712 T (able 12: C Collective functional tests) 216.29 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 160.25 2 L V 0.5 H 0 Z N 324 702.25 324 159.75 2 L V N 504 701.75 504 160.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 570 504.25 570 2 L V N 107.75 450 504.25 450 2 L V N 107.75 344 504.25 344 2 L V N 107.75 252 504.25 252 2 L V N 107.75 160 504.25 160 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "53" 115 %%Page: "52" 116 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (52) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/collective/functional/MPI_Alltoall) 114 662 T (Calling MPI_Alltoall\050\051 looping) 330 662 T (between various intracommunica-) 330 648 T (tors, various message data types) 330 634 T (and various message data lengths.) 330 620 T (c/collective/functional/MPI_Alltoallv) 114 598 T (Calling MPI_Alltoallv\050\051 looping) 330 598 T (between various intracommunica-) 330 584 T (tors, various message data types) 330 570 T (and various message data lengths.) 330 556 T (c/collective/functional/MPI_Barrier) 114 534 T (Calling MPI_Barrier\050\051 using vari-) 330 534 T (ous intracommunicators.) 330 520 T (c/collective/functional/MPI_Bcast) 114 498 T (Calling MPI_Bcast\050\051 looping) 330 498 T (between various intracommunica-) 330 484 T (tors, various message data types,) 330 470 T (various message data lengths and) 330 456 T (various root ranks.) 330 442 T (c/collective/functional/MPI_Gather) 114 420 T (Calling MPI_Gather\050\051 looping) 330 420 T (between various intracommunica-) 330 406 T (tors, various message data types,) 330 392 T (various message data lengths and) 330 378 T (various root ranks.) 330 364 T (c/collective/functional/MPI_Gatherv) 114 342 T (Calling MPI_Gatherv\050\051 looping) 330 342 T (between various intracommunica-) 330 328 T (tors, various message data types,) 330 314 T (various message data lengths and) 330 300 T (various root ranks.) 330 286 T (c/collective/functional/MPI_Reduce) 114 264 T (Calling MPI_Reduce\050\051 looping) 330 264 T (between various intracommunica-) 330 250 T (tors, various message data types,) 330 236 T -0.08 (various message data lengths, vari-) 330 222 P (ous root ranks and various pre-) 330 208 T (de\336ned reduction operations) 330 194 T (c/collective/functional/MPI_Reduce_loc) 114 172 T (Calling MPI_Reduce\050\051 looping) 330 172 T (between various intracommunica-) 330 158 T (tors, various message data types,) 330 144 T -0.08 (various message data lengths, vari-) 330 130 P (ous root ranks and 2 reduction) 330 116 T (operations \050MPI_MAXLOC &) 330 102 T (MPI_MINLOC\051.) 330 88 T 1 F (T) 209.39 712 T (able 12: C Collective functional tests) 216.29 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 80.25 2 L V 0.5 H 0 Z N 324 702.25 324 79.75 2 L V N 504 701.75 504 80.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 612 504.25 612 2 L V N 107.75 548 504.25 548 2 L V N 107.75 512 504.25 512 2 L V N 107.75 434 504.25 434 2 L V N 107.75 356 504.25 356 2 L V N 107.75 278 504.25 278 2 L V N 107.75 186 504.25 186 2 L V N 107.75 80 504.25 80 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "52" 116 %%Page: "51" 117 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (51) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (B.1.2) 108 558 T (Collective Operations) 153 558 T 0 F (c/blocking/error/MPI_Ssend_err8) 114 662 T (Invalid datatype) 330 662 T (\050MPI_DA) 330 648 T (T) 377.33 648 T (A) 383.7 648 T (TYPE_NULL\051.) 391.03 648 T (c/blocking/error/MPI_Ssend_err9) 114 626 T (Mismatching types.) 330 626 T 1 F (T) 209.39 534 T (able 12: C Collective functional tests) 216.29 534 T 0 F (T) 194.26 508 T (est path) 200.75 508 T (Description) 386 508 T (c/collective/functional/MPI_Allgather) 114 484 T (Calling MPI_Allgather\050\051 looping) 330 484 T (between various intracommunica-) 330 470 T (tors, various message data types) 330 456 T (and various message data lengths.) 330 442 T (c/collective/functional/MPI_Allgatherv) 114 420 T (Calling MPI_Allgatherv\050\051 looping) 330 420 T (between various intracommunica-) 330 406 T (tors, various message data types) 330 392 T (and various message data lengths.) 330 378 T (c/collective/functional/MPI_Allreduce) 114 356 T (Calling MPI_Allreduce\050\051 looping) 330 356 T (between various intracommunica-) 330 342 T (tors, various message data types,) 330 328 T -0.08 (various message data lengths, vari-) 330 314 P (ous root ranks and various pre-) 330 300 T (de\336ned reduction operations.) 330 286 T (c/collective/functional/) 114 264 T (MPI_Allreduce_loc) 114 250 T (Calling MPI_Allreduce\050\051 looping) 330 264 T (between various intracommunica-) 330 250 T (tors, various message data types,) 330 236 T -0.08 (various message data lengths, vari-) 330 222 P (ous root ranks and 2 reduction) 330 208 T (operations \050MPI_MAXLOC &) 330 194 T (MPI_MINLOC\051.) 330 180 T (c/collective/functional/) 114 158 T (MPI_Allreduce_user) 114 144 T (Calling MPI_Allreduce\050\051 looping) 330 158 T (between various intracommunica-) 330 144 T (tors, various message data types,) 330 130 T -0.08 (various message data lengths, vari-) 330 116 P (ous root ranks and various user) 330 102 T (de\336ned reduction operations) 330 88 T 1 F (T) 224.83 712 T (able 1) 231.73 712 T (1: C Blocking err) 261.41 712 T (or tests) 350.18 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 618.25 2 L V 0.5 H 0 Z N 324 702.25 324 617.75 2 L V N 504 701.75 504 618.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 618 504.25 618 2 L V N 108 523.75 108 80.25 2 L V N 324 524.25 324 79.75 2 L V N 504 523.75 504 80.25 2 L V N 107.75 524 504.25 524 2 L V N 107.75 498 504.25 498 2 L V N 107.75 434 504.25 434 2 L V N 107.75 370 504.25 370 2 L V N 107.75 278 504.25 278 2 L V N 107.75 172 504.25 172 2 L V N 107.75 80 504.25 80 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "51" 117 %%Page: "50" 118 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (50) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/blocking/error/MPI_Rsend_err3) 114 662 T (Invalid communicator) 330 662 T (\050MPI_COMM_NULL\051.) 330 648 T (c/blocking/error/MPI_Rsend_err4) 114 626 T (Freed communicator) 330 626 T (.) 428.99 626 T (c/blocking/error/MPI_Rsend_err5) 114 604 T (Invalid tag \050negative\051.) 330 604 T (c/blocking/error/MPI_Rsend_err6) 114 582 T (Invalid tag \050> MPI_T) 330 582 T (AG_UB\051) 432.13 582 T (c/blocking/error/MPI_Rsend_err7) 114 560 T (Invalid count \050negative\051.) 330 560 T (c/blocking/error/MPI_Rsend_err8) 114 538 T (Invalid datatype) 330 538 T (\050MPI_DA) 330 524 T (T) 377.33 524 T (A) 383.7 524 T (TYPE_NULL\051.) 391.03 524 T (c/blocking/error/MPI_Rsend_err9) 114 502 T (Mismatching types.) 330 502 T (c/blocking/error/MPI_Send_err1) 114 480 T (Invalid rank \050negative\051.) 330 480 T (c/blocking/error/MPI_Send_err2) 114 458 T (Invalid rank \050too lar) 330 458 T (ge\051.) 426.1 458 T (c/blocking/error/MPI_Send_err3) 114 436 T (Invalid communicator) 330 436 T (\050MPI_COMM_NULL\051.) 330 422 T (c/blocking/error/MPI_Send_err4) 114 400 T (Freed communicator) 330 400 T (.) 428.99 400 T (c/blocking/error/MPI_Send_err5) 114 378 T (Invalid tag \050negative\051.) 330 378 T (c/blocking/error/MPI_Send_err6) 114 356 T (Invalid tag \050> MPI_T) 330 356 T (AG_UB\051) 432.13 356 T (c/blocking/error/MPI_Send_err7) 114 334 T (Invalid count \050negative\051.) 330 334 T (c/blocking/error/MPI_Send_err8) 114 312 T (Invalid datatype) 330 312 T (\050MPI_DA) 330 298 T (T) 377.33 298 T (A) 383.7 298 T (TYPE_NULL\051.) 391.03 298 T (c/blocking/error/MPI_Send_err9) 114 276 T (Mismatching types.) 330 276 T (c/blocking/error/MPI_Ssend_err1) 114 254 T (Invalid rank \050negative\051.) 330 254 T (c/blocking/error/MPI_Ssend_err2) 114 232 T (Invalid rank \050too lar) 330 232 T (ge\051.) 426.1 232 T (c/blocking/error/MPI_Ssend_err3) 114 210 T (Invalid communicator) 330 210 T (\050MPI_COMM_NULL\051.) 330 196 T (c/blocking/error/MPI_Ssend_err4) 114 174 T (Freed communicator) 330 174 T (.) 428.99 174 T (c/blocking/error/MPI_Ssend_err5) 114 152 T (Invalid tag \050negative\051.) 330 152 T (c/blocking/error/MPI_Ssend_err6) 114 130 T (Invalid tag \050> MPI_T) 330 130 T (AG_UB\051) 432.13 130 T (c/blocking/error/MPI_Ssend_err7) 114 108 T (Invalid count \050negative\051.) 330 108 T 1 F (T) 224.83 712 T (able 1) 231.73 712 T (1: C Blocking err) 261.41 712 T (or tests) 350.18 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 100.25 2 L V 0.5 H 0 Z N 324 702.25 324 99.75 2 L V N 504 701.75 504 100.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 618 504.25 618 2 L V N 107.75 596 504.25 596 2 L V N 107.75 574 504.25 574 2 L V N 107.75 552 504.25 552 2 L V N 107.75 516 504.25 516 2 L V N 107.75 494 504.25 494 2 L V N 107.75 472 504.25 472 2 L V N 107.75 450 504.25 450 2 L V N 107.75 414 504.25 414 2 L V N 107.75 392 504.25 392 2 L V N 107.75 370 504.25 370 2 L V N 107.75 348 504.25 348 2 L V N 107.75 326 504.25 326 2 L V N 107.75 290 504.25 290 2 L V N 107.75 268 504.25 268 2 L V N 107.75 246 504.25 246 2 L V N 107.75 224 504.25 224 2 L V N 107.75 188 504.25 188 2 L V N 107.75 166 504.25 166 2 L V N 107.75 144 504.25 144 2 L V N 107.75 122 504.25 122 2 L V N 107.75 100 504.25 100 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "50" 118 %%Page: "49" 119 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (49) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/blocking/error/MPI_Bsend_err3) 114 662 T (Invalid communicator) 330 662 T (\050MPI_COMM_NULL\051.) 330 648 T (c/blocking/error/MPI_Bsend_err4) 114 626 T (Freed communicator) 330 626 T (.) 428.99 626 T (c/blocking/error/MPI_Bsend_err5) 114 604 T (Invalid tag \050negative\051.) 330 604 T (c/blocking/error/MPI_Bsend_err6) 114 582 T (Invalid tag \050> MPI_T) 330 582 T (AG_UB\051) 432.13 582 T (c/blocking/error/MPI_Bsend_err7) 114 560 T (Invalid count \050negative\051.) 330 560 T (c/blocking/error/MPI_Bsend_err8) 114 538 T (Invalid datatype) 330 538 T (\050MPI_DA) 330 524 T (T) 377.33 524 T (A) 383.7 524 T (TYPE_NULL\051.) 391.03 524 T (c/blocking/error/MPI_Bsend_err9) 114 502 T (Mismatching types.) 330 502 T (c/blocking/error/MPI_Bsend_err10) 114 480 T (Message size > attached buf) 330 480 T (fer) 465.18 480 T (size.) 330 466 T (c/blocking/error/MPI_Bsend_err1) 114 444 T (1) 276.86 444 T (Message with no attached buf) 330 444 T (fer) 473.09 444 T (c/blocking/error/MPI_Buf) 114 422 T (fer_attach_err1) 239.77 422 T (Attach more than 1 buf) 330 422 T (fer to one) 441.1 422 T (process.) 330 408 T (c/blocking/error/MPI_Buf) 114 386 T (fer_attach_err2) 239.77 386 T (Invalid length \050negative\051.) 330 386 T (c/blocking/error/MPI_Buf) 114 364 T (fer_detach_err1) 239.77 364 T (An non-attached buf) 330 364 T (fer) 428.42 364 T (.) 441.08 364 T (c/blocking/error/MPI_Recv_err1) 114 342 T (Invalid rank \050negative\051.) 330 342 T (c/blocking/error/MPI_Recv_err2) 114 320 T (Invalid rank \050too lar) 330 320 T (ge\051.) 426.1 320 T (c/blocking/error/MPI_Recv_err3) 114 298 T (Invalid communicator) 330 298 T (\050MPI_COMM_NULL\051.) 330 284 T (c/blocking/error/MPI_Recv_err4) 114 262 T (Freed communicator) 330 262 T (.) 428.99 262 T (c/blocking/error/MPI_Recv_err5) 114 240 T (Invalid tag \050negative\051.) 330 240 T (c/blocking/error/MPI_Recv_err6) 114 218 T (Invalid tag \050> MPI_T) 330 218 T (AG_UB\051) 432.13 218 T (c/blocking/error/MPI_Recv_err7) 114 196 T (Invalid count \050negative\051.) 330 196 T (c/blocking/error/MPI_Recv_err8) 114 174 T (Invalid datatype) 330 174 T (\050MPI_DA) 330 160 T (T) 377.33 160 T (A) 383.7 160 T (TYPE_NULL\051.) 391.03 160 T (c/blocking/error/MPI_Recv_err9) 114 138 T (Message size > recv count.) 330 138 T (c/blocking/error/MPI_Rsend_err1) 114 116 T (Invalid rank \050negative\051.) 330 116 T (c/blocking/error/MPI_Rsend_err2) 114 94 T (Invalid rank \050too lar) 330 94 T (ge\051.) 426.1 94 T 1 F (T) 224.83 712 T (able 1) 231.73 712 T (1: C Blocking err) 261.41 712 T (or tests) 350.18 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 86.25 2 L V 0.5 H 0 Z N 324 702.25 324 85.75 2 L V N 504 701.75 504 86.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 618 504.25 618 2 L V N 107.75 596 504.25 596 2 L V N 107.75 574 504.25 574 2 L V N 107.75 552 504.25 552 2 L V N 107.75 516 504.25 516 2 L V N 107.75 494 504.25 494 2 L V N 107.75 458 504.25 458 2 L V N 107.75 436 504.25 436 2 L V N 107.75 400 504.25 400 2 L V N 107.75 378 504.25 378 2 L V N 107.75 356 504.25 356 2 L V N 107.75 334 504.25 334 2 L V N 107.75 312 504.25 312 2 L V N 107.75 276 504.25 276 2 L V N 107.75 254 504.25 254 2 L V N 107.75 232 504.25 232 2 L V N 107.75 210 504.25 210 2 L V N 107.75 188 504.25 188 2 L V N 107.75 152 504.25 152 2 L V N 107.75 130 504.25 130 2 L V N 107.75 108 504.25 108 2 L V N 107.75 86 504.25 86 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "49" 119 %%Page: "48" 120 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (48) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/blocking/functional/MPI_Ssend_ator) 114 662 T (Calling MPI_Ssend\050\051 /) 330 662 T -0.46 (MPI_Recv\050\051 to send message from) 330 648 P -0.08 (all other ranks to the root\325) 330 634 P -0.08 (s rank in) 453.92 634 P (communicators. T) 330 620 T (est loops) 419.48 620 T (through various communicators,) 330 606 T (message datatypes, message) 330 592 T (lengths and root\325) 330 578 T (s ranks.) 410.66 578 T (c/blocking/functional/MPI_Ssend_null) 114 556 T (Calling MPI_Ssend\050\051 with destina-) 330 556 T (tion of MPI_PROC_NULL. T) 330 542 T (est) 476.83 542 T (loops through various communica-) 330 528 T (tors, message types, and message) 330 514 T (lengths.) 330 500 T (c/blocking/functional/) 114 478 T (MPI_Ssend_overtake) 114 464 T (Calling MPI_Ssend\050\051 and) 330 478 T -0.1 (MPI_Recv\050\051 to send a sequence of) 330 464 P (messages and make sure they are) 330 450 T (received in the order they were) 330 436 T (sent.) 330 422 T (c/blocking/functional/MPI_Ssend_perf) 114 400 T (T) 330 400 T (est for recording the latency for) 336.49 400 T (sending a message of speci\336ed) 330 386 T (length around a ring in a commu-) 330 372 T -0.69 (nicator) 330 358 P -0.69 (. T) 362.66 358 P -0.69 (est loops through various) 376.77 358 P (communicators, and message) 330 344 T (lengths.) 330 330 T (c/blocking/functional/MPI_Ssend_rtoa) 114 308 T (Calling MPI_Ssend\050\051 /) 330 308 T -0.46 (MPI_Recv\050\051 to send message from) 330 294 P (root to all other ranks in communi-) 330 280 T -0.02 (cators. T) 330 266 P -0.02 (est loops through various) 374.1 266 P (communicators, message) 330 252 T (datatypes, message lengths and) 330 238 T (root\325) 330 224 T (s ranks.) 352.67 224 T 1 F (T) 224.83 172 T (able 1) 231.73 172 T (1: C Blocking err) 261.41 172 T (or tests) 350.18 172 T 0 F (T) 194.26 146 T (est path) 200.75 146 T (Description) 386 146 T (c/blocking/error/MPI_Bsend_err1) 114 122 T (Invalid rank \050negative\051.) 330 122 T (c/blocking/error/MPI_Bsend_err2) 114 100 T (Invalid rank \050too lar) 330 100 T (ge\051.) 426.1 100 T 1 F (T) 212.05 712 T (able 10: C Blocking functional tests) 218.95 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 216.25 2 L V 0.5 H 0 Z N 324 702.25 324 215.75 2 L V N 504 701.75 504 216.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 570 504.25 570 2 L V N 107.75 492 504.25 492 2 L V N 107.75 414 504.25 414 2 L V N 107.75 322 504.25 322 2 L V N 107.75 216 504.25 216 2 L V N 108 161.75 108 92.25 2 L V N 324 162.25 324 91.75 2 L V N 504 161.75 504 92.25 2 L V N 107.75 162 504.25 162 2 L V N 107.75 136 504.25 136 2 L V N 107.75 114 504.25 114 2 L V N 107.75 92 504.25 92 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "48" 120 %%Page: "47" 121 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (47) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/blocking/functional/MPI_Send_null) 114 662 T (Calling MPI_Send\050\051 with destina-) 330 662 T (tion of MPI_PROC_NULL. T) 330 648 T (est) 476.83 648 T (loops through various communica-) 330 634 T (tors, message types, and message) 330 620 T (lengths.) 330 606 T (c/blocking/functional/MPI_Send_of) 114 584 T (f) 287.11 584 T (Calling MPI_Send\050\051 /) 330 584 T -0.46 (MPI_Recv\050\051 to send message from) 330 570 P (all ranks in communicators to a) 330 556 T (selected root with byte of) 330 542 T (fsets.) 451.76 542 T (T) 330 528 T (est loops through various com-) 336.49 528 T (municators, message datatypes,) 330 514 T (message lengths and root\325 ranks.) 330 500 T (c/blocking/functional/) 114 478 T (MPI_Send_overtake) 114 464 T (Calling MPI_Send\050\051 /) 330 478 T -0.1 (MPI_Recv\050\051 to send a sequence of) 330 464 P (messages and make sure they are) 330 450 T (received in the order they were) 330 436 T (sent.) 330 422 T (c/blocking/functional/MPI_Send_perf) 114 400 T (T) 330 400 T (est for recording the latency for) 336.49 400 T (sending a message of speci\336ed) 330 386 T (length around a ring in a commu-) 330 372 T -0.69 (nicator) 330 358 P -0.69 (. T) 362.66 358 P -0.69 (est loops through various) 376.77 358 P (communicators, and message) 330 344 T (lengths.) 330 330 T (c/blocking/functional/MPI_Send_rtoa) 114 308 T (Calling MPI_Send\050\051 /) 330 308 T -0.46 (MPI_Recv\050\051 to send message from) 330 294 P (root to all other ranks in communi-) 330 280 T -0.02 (cators. T) 330 266 P -0.02 (est loops through various) 374.1 266 P (communicators, message) 330 252 T (datatypes, message lengths and) 330 238 T (root\325) 330 224 T (s ranks.) 352.67 224 T (c/blocking/functional/MPI_Send_self) 114 202 T (Calling MPI_Send\050\051 /) 330 202 T -0.46 (MPI_Recv\050\051 to send message from) 330 188 P -0.27 (a rank to itself. T) 330 174 P -0.27 (est loops through) 413.14 174 P (various communicators.) 330 160 T 1 F (T) 212.05 712 T (able 10: C Blocking functional tests) 218.95 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 152.25 2 L V 0.5 H 0 Z N 324 702.25 324 151.75 2 L V N 504 701.75 504 152.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 598 504.25 598 2 L V N 107.75 492 504.25 492 2 L V N 107.75 414 504.25 414 2 L V N 107.75 322 504.25 322 2 L V N 107.75 216 504.25 216 2 L V N 107.75 152 504.25 152 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "47" 121 %%Page: "46" 122 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (46) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/blocking/functional/MPI_Rsend_perf) 114 662 T (T) 330 662 T (est for recording the latency for) 336.49 662 T (sending a message of speci\336ed) 330 648 T (length around a ring in a commu-) 330 634 T -0.69 (nicator) 330 620 P -0.69 (. T) 362.66 620 P -0.69 (est loops through various) 376.77 620 P (communicators, and message) 330 606 T (lengths.) 330 592 T (c/blocking/functional/MPI_Rsend_rtoa) 114 570 T (Calling MPI_Rsend\050\051 /) 330 570 T -0.46 (MPI_Recv\050\051 to send message from) 330 556 P (root to all other ranks in communi-) 330 542 T -0.02 (cators. T) 330 528 P -0.02 (est loops through various) 374.1 528 P (communicators, message) 330 514 T (datatypes, message lengths and) 330 500 T (root\325) 330 486 T (s ranks.) 352.67 486 T (c/blocking/functional/MPI_Send_ator) 114 464 T (Calling MPI_Send\050\051 /) 330 464 T -0.46 (MPI_Recv\050\051 to send message from) 330 450 P -0.08 (all other ranks to the root\325) 330 436 P -0.08 (s rank in) 453.92 436 P (communicators. T) 330 422 T (est loops) 419.48 422 T (through various communicators,) 330 408 T (message datatypes, message) 330 394 T (lengths and root\325) 330 380 T (s ranks.) 410.66 380 T (c/blocking/functional/MPI_Send_ator2) 114 358 T (Calling MPI_Send\050\051 /) 330 358 T -0.46 (MPI_Recv\050\051 to send message from) 330 344 P -0.08 (all other ranks to the root\325) 330 330 P -0.08 (s rank in) 453.92 330 P (communicators. T) 330 316 T (est loops) 419.48 316 T (through various communicators,) 330 302 T (message datatypes, message) 330 288 T (lengths and root\325) 330 274 T (s ranks.) 410.66 274 T (c/blocking/functional/MPI_Send_fairness) 114 252 T (Quality of implementation test) 330 252 T (testing the fairness of the sending) 330 238 T (protocol dealing with multiple) 330 224 T -0.06 (MPI_Send\050\051 from various ranks to) 330 210 P (the same destination.) 330 196 T (c/blocking/functional/MPI_Send_\337ood) 114 174 T (Quality of implementation test) 330 174 T -0.11 (testing the behavior of the sending) 330 160 P (protocol dealing with many) 330 146 T (MPI_Send\050\051 farm various ranks to) 330 132 T (the same destination.) 330 118 T 1 F (T) 212.05 712 T (able 10: C Blocking functional tests) 218.95 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 110.25 2 L V 0.5 H 0 Z N 324 702.25 324 109.75 2 L V N 504 701.75 504 110.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 584 504.25 584 2 L V N 107.75 478 504.25 478 2 L V N 107.75 372 504.25 372 2 L V N 107.75 266 504.25 266 2 L V N 107.75 188 504.25 188 2 L V N 107.75 110 504.25 110 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "46" 122 %%Page: "45" 123 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (45) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (c/blocking/functional/MPI_Bsend_rtoa) 114 662 T (Calling MPI_Bsend\050\051 /) 330 662 T (MPI_Recv\050\051 and MPI_Recv\050\051 to) 330 648 T -0.62 (send message from root to all other) 330 634 P (ranks in communicators. T) 330 620 T (est) 460.81 620 T (loops through various communica-) 330 606 T (tors, message datatypes, message) 330 592 T (lengths and root\325) 330 578 T (s ranks.) 410.66 578 T (c/blocking/functional/MPI_Bsend_rtoaq) 114 556 T (Calling MPI_Bsend\050\051 /) 330 556 T -0.46 (MPI_Recv\050\051 to send message from) 330 542 P (root to all other ranks in communi-) 330 528 T (cators. T) 330 514 T (est will retry if the buf) 374.15 514 T (fer) 481.58 514 T (is full. T) 330 500 T (est loops through various) 373.16 500 T (communicators, message) 330 486 T (datatypes, message lengths and) 330 472 T (root\325) 330 458 T (s ranks.) 352.67 458 T (c/blocking/functional/MPI_Recv_comm) 114 436 T (Calling MPI_Recv\050\051 with various) 330 436 T (communicators created and make) 330 422 T (sure the messages are received in) 330 408 T (the order sent for each communi-) 330 394 T (cator \050not the order the recvs were) 330 380 T (posted\051) 330 366 T (c/blocking/functional/MPI_Recv_null) 114 344 T (Calling MPI_Recv\050\051 with source) 330 344 T -0.5 (of MPI_PROC_NULL. T) 330 330 P -0.5 (est loops) 453.66 330 P (through various communicators,) 330 316 T (message types, and message) 330 302 T (lengths.) 330 288 T (c/blocking/functional/MPI_Recv_pack) 114 266 T (Calling MPI_Recv\050\051 verifying) 330 266 T (that every datatype can be sent as) 330 252 T (MPI_P) 330 238 T (ACKED. T) 362.9 238 T (est loops) 419.72 238 T (through various communicators,) 330 224 T (message types, and message) 330 210 T (lengths.) 330 196 T (c/blocking/functional/MPI_Rsend_null) 114 174 T (Calling MPI_Rsend\050\051 with desti-) 330 174 T (nation of MPI_PROC_NULL.) 330 160 T (T) 330 146 T (est loops through various com-) 336.49 146 T (municators, message types, and) 330 132 T (message lengths.) 330 118 T 1 F (T) 212.05 712 T (able 10: C Blocking functional tests) 218.95 712 T 0 F (T) 194.26 686 T (est path) 200.75 686 T (Description) 386 686 T 108 701.75 108 110.25 2 L V 0.5 H 0 Z N 324 702.25 324 109.75 2 L V N 504 701.75 504 110.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 570 504.25 570 2 L V N 107.75 450 504.25 450 2 L V N 107.75 358 504.25 358 2 L V N 107.75 280 504.25 280 2 L V N 107.75 188 504.25 188 2 L V N 107.75 110 504.25 110 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "45" 123 %%Page: "44" 124 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (44) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 14 Q (B) 72 710.67 T (T) 108 710.67 T (ests Index) 116.05 710.67 T 0 12 Q (This section brie\337y explain the testing area of each test in the validation suite. It does not) 108 682 T (serve as a full test speci\336cation for each test but rather an index for locating tests for a) 108 668 T (particular testing area. For full detailed documentation of each test, please refer to the) 108 654 T -0.1 (corresponding test source. The test are grouped by the functional area, test type. and they) 108 640 P -0.77 (are alphabetically ordered. User may \336nd that, in some instances, there is no test associated) 108 626 P -0.5 (with a certain MPI calls. This is not because there is no test written for it but rather that the) 108 612 P (call is embedded in other tests.) 108 598 T 1 F (B.1) 108 578 T (C T) 144 578 T (ests) 162.56 578 T (B.1.1) 108 558 T (Blocking Operations) 153 558 T (T) 212.05 534 T (able 10: C Blocking functional tests) 218.95 534 T 0 F (T) 194.26 508 T (est path) 200.75 508 T (Description) 386 508 T (c/blocking/functional/MPI_Bsend_ator) 114 484 T (Calling MPI_Bsend\050\051 /) 330 484 T -0.46 (MPI_Recv\050\051 to send message from) 330 470 P -0.08 (all other ranks to the root\325) 330 456 P -0.08 (s rank in) 453.92 456 P (communicators. T) 330 442 T (est loops) 419.48 442 T (through various communicators,) 330 428 T (message datatypes, message) 330 414 T (lengths and root\325) 330 400 T (s ranks.) 410.66 400 T (c/blocking/functional/MPI_Bsend_null) 114 378 T (Calling MPI_Bsend\050\051 with desti-) 330 378 T (nation of MPI_PROC_NULL.) 330 364 T (T) 330 350 T (est loops through various com-) 336.49 350 T (municators, message types, and) 330 336 T (message lengths.) 330 322 T (c/blocking/functional/) 114 300 T (MPI_Bsend_overtake) 114 286 T (Calling MPI_Bsend\050\051 /) 330 300 T -0.1 (MPI_Recv\050\051 to send a sequence of) 330 286 P (message and make sure they are) 330 272 T (received in the order they were) 330 258 T (sent.) 330 244 T (c/blocking/functional/MPI_Bsend_perf) 114 222 T (T) 330 222 T (est for recording the latency for) 336.49 222 T (sending a message of speci\336ed) 330 208 T (length around a ring in a commu-) 330 194 T -0.69 (nicator) 330 180 P -0.69 (. T) 362.66 180 P -0.69 (est loops through various) 376.77 180 P (communicators, and message) 330 166 T (lengths.) 330 152 T 108 523.75 108 144.25 2 L V 0.5 H 0 Z N 324 524.25 324 143.75 2 L V N 504 523.75 504 144.25 2 L V N 107.75 524 504.25 524 2 L V N 107.75 498 504.25 498 2 L V N 107.75 392 504.25 392 2 L V N 107.75 314 504.25 314 2 L V N 107.75 236 504.25 236 2 L V N 107.75 144 504.25 144 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "44" 124 %%Page: "43" 125 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (43) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (I run Fortran tests with some command line options which seems to be ignor) 108 712 T (ed) 498.77 712 T 268.36 690.69 108 690.69 2 L V 0.59 H 0 Z N 0 F (Possible Explanation & Solution:) 108 692 T (There are a few things to be checked. First, be sure that the Fortran speci\336c options are) 108 672 T (entered as the last group of options in the mpitest driver) 108 658 T (. Second, be sure that the option) 375.31 658 T -0.05 (names are typed correctly) 108 644 P -0.05 (. Any typo in option names will be ignored and no error will be) 230.71 644 P (reported. Lastly) 108 630 T (, be sure that the Fortran compiler used supports both GET) 186.2 630 T (ARG\050\051 and) 467.54 630 T (IARGC\050\051 and edit $MPITEST_HOME/MPITEST/include/foptions.h so that) 108 616 T (MPITEST_FCMDLINE macro is #de\336ned \050uncomment it if necessary\051.) 108 602 T (If the Fortran compiler used does not support GET) 108 582 T (ARG\050\051 or IARGC\050\051 but does provide) 350.34 582 T (some other way to retrieve command line options, user may wish to modify the) 108 568 T (MPITEST_GET_P) 108 554 T (ARAMETER\050\051 routine in $MPITEST_HOME/MPITEST/lib/) 198.9 554 T (libmpitestf.F in order to turn on Fortran command line processing.) 108 540 T -0.47 (If the Fortran compiler used does not support GET) 108 520 P -0.47 (ARG\050\051 and / or IARGC\050\051 and it does not) 346.58 520 P (of) 108 506 T (fer any way to retrieve command line options, Fortran command line option processing) 117.78 506 T (of the mpitest driver will not be supported. Please comment out the de\336nition of) 108 492 T (MPITEST_FCMDLINE in $MPITEST_HOME/MPITEST/include/foptions.h for) 108 478 T (consistency) 108 464 T (.) 163.21 464 T (Please refer to section 18.0 for details on various command line options of the mpitest) 108 444 T (driver and section 13.4.1 for more details on Fortran command line options.) 108 430 T 1 F -0.34 (I have put a local mpitest_cfgf.h in a local test dir) 108 390 P -0.34 (ectory but the test appear to use the) 356.73 390 P (default one instead.) 108 376 T 212.34 354.69 108 354.69 2 L V N 0 F (Possible Explanation:) 108 356 T -0.41 (The mpi validation suite test driver uses the -I option of the host compiler to specify which) 108 336 P (include \336les to be used in compilation of test sources. In some host language compilers,) 108 322 T (the -I option is applied only for #include but not the Fortran INCLUDE or vice versa.) 108 308 T 193.02 286.69 108 286.69 2 L V N (Possible solution:) 108 288 T (Use a GNU-compliant Fortran compiler) 108 268 T (.) 299.3 268 T 1 F (What is MPITEST_BUF_TYPE / MPITEST_BUF_EXTENT?) 108 228 T 212.34 206.69 108 206.69 2 L V N 0 F (Possible Explanation:) 108 208 T (Please refer to section 13.4.4) 108 188 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "43" 125 %%Page: "42" 126 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (42) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (Please refer to section 13.0 for advanced con\336guration.) 108 712 T 1 F (When I submit tests to run in the curr) 108 672 T (ent dir) 302.45 672 T (ectory) 336.56 672 T (, I see some warnings saying) 367.88 672 T (Make\336le is not found in some dir) 108 658 T (ectory) 276.47 658 T (.) 307.79 658 T 212.34 636.69 108 636.69 2 L V 0.59 H 0 Z N 0 F (Possible Explanation:) 108 638 T -0.06 (If mpitest is complaining about some subdirectories that the user created and is not meant) 108 618 P -0.05 (to be a test, the warning can be ignored. When the mpitest driver searches for tests to run) 108 604 P (in a directory) 108 590 T (, it looks for all subdirectories. If a subdirectory has no Make\336le, the above) 171.2 590 T -0.85 (warning will be printed. This is just so that the user will be noti\336ed if some tests are missing) 108 576 P (a Make\336le.) 108 562 T 193.02 540.69 108 540.69 2 L V N (Possible solution:) 108 542 T (T) 108 522 T (ry not to create any additional subdirectory in the MPITEST/T) 114.91 522 T (est/*/*/* hierachy) 414.37 522 T (.) 499.25 522 T 1 F (I am running tests with -verbose 2. The test is not hanging but is taking a long time) 108 482 T (to run.) 108 468 T 212.34 446.69 108 446.69 2 L V N 0 F (Possible Explanation:) 108 448 T (When using -verbose 2, most of the tests takes considerably longer to run than without.) 108 428 T -0.59 (The reason behind is because of the additional I/O each mpi process has to do. Some of the) 108 414 P (tests could take hours or longer to run especially if a lar) 108 400 T (ge number of ranks is used.) 374.74 400 T 193.02 378.69 108 378.69 2 L V N (Possible solution:) 108 380 T (W) 108 360 T (e recommend, in a normal regression test run, not to use -verbose option and use rerun) 118.37 360 T (tests that failed with -verbose 1 or -verbose 2 for tests analysis.) 108 346 T 1 F -0.02 (One of the tests is r) 108 306 P -0.02 (eporting that it is skipping length = 0, or skipping communicator) 206 306 P (with size < 2, or skipping inter) 108 292 T (communicator) 262.97 292 T (, is my set up incorr) 336.52 292 T (ect?) 437.63 292 T 212.34 270.69 108 270.69 2 L V N 0 F (Possible Explanation:) 108 272 T -0.23 (These are informational message only and do not constitute a test failure. For some of the) 108 252 P (tests, they require non-zero message length, or communicator with at least 2 ranks \050for) 108 238 T (sending and receiving for example\051, or does not apply to intercommunicators \050collective) 108 224 T (operations\051.) 108 210 T 1 14 Q (Fortran speci\336c) 108 167.67 T 1 12 Q (How do I con\336gur) 108 145 T (e the Fortran test to use optional Fortran datatype\050s\051?) 200.8 145 T 193.02 123.69 108 123.69 2 L V N 0 F (Possible solution:) 108 125 T (Please refer to section 13.0 for advance con\336guration.) 108 105 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "42" 126 %%Page: "41" 127 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (41) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 14 Q (A) 72 710.67 T (Fr) 108 710.67 T (equently Asked Questions) 122.52 710.67 T (General) 108 680.67 T 1 12 Q (Some C or Fortran tests cannot be compiled successfully) 108 658 T (.) 395.98 658 T 212.34 636.69 108 636.69 2 L V 0.59 H 0 Z N 0 F (Possible Explanation:) 108 638 T (A non-ANSI compliant C compiler or non-Fortran 77 compliant compiler is being used.) 108 618 T 193.02 596.69 108 596.69 2 L V N (Possible solution:) 108 598 T -0.47 (Make sure a ANSI compliant C compiler and a Fortran 77 compiler are being used. Please) 108 578 P (refer to Section 6.2.3 for more details on compilers requirements.) 108 564 T 1 F (What does a con\336guration \336le contain?) 108 524 T 193.02 502.69 108 502.69 2 L V N 0 F (Possible solution:) 108 504 T (Please refer to section 13.2.1 for more details.) 108 484 T 1 F (How do I \336nd speci\336c options which ar) 108 444 T (e available for a certain platform?) 306.82 444 T 189.68 422.69 108 422.69 2 L V N 0 F (Possible solution) 108 424 T (If MPITEST_ARCH is set up to be the platform you wish to \336nd out the run options) 108 404 T (available, type:) 108 390 T 2 10 Q (mpitest -help) 108 371.33 T 0 12 Q (Otherwise, type) 108 352 T 2 10 Q (mpitest -arch -help) 108 333.33 T 1 12 Q (When running tests in an automounted \336le system, some test executable ar) 108 294 T (e being) 488.44 294 T (r) 108 280 T (eported as not found.) 113.11 280 T 212.34 258.69 108 258.69 2 L V N 0 F (Possible Explanation:) 108 260 T (If the \336le system where some of the test executables are located in a soft mounted \336le) 108 240 T (system, it may be that the mounting point was dropped owing to insuf) 108 226 T (\336cient I/O activity) 443.45 226 T (.) 530.66 226 T 193.02 204.69 108 204.69 2 L V N (Possible solution:) 108 206 T -0.52 (Manually open a window to the machine running the test and do a cd to the mounting point) 108 186 P (where the executables are. This would cause the mounting point to stay busy and hence) 108 172 T (will not be dropped by the automounter) 108 158 T (.) 297.32 158 T 1 F (How do I con\336gur) 108 118 T (e the test suite to use a particular message length\050s\051, message) 200.8 118 T (type\050s\051, or communicator?) 108 104 T 193.02 82.69 108 82.69 2 L V N 0 F (Possible solution:) 108 84 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "41" 127 %%Page: "40" 128 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (40) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (MPITEST_MPIFLIB) 114 662 T (Fortran link option) 286.8 662 T (for linking with the) 286.8 648 T (mpi library used.) 286.8 634 T (-lmpi) 394.8 662 T (MPITEST_NPROCS) 114 612 T -0.16 (Number of ranks to) 286.8 612 P (be used when exe-) 286.8 598 T (cuting tests.) 286.8 584 T (2) 394.8 612 T (MPITEST_USER) 114 562 T (T) 199.96 562 T (AG) 206.33 562 T (User speci\336ed tag) 286.8 562 T (MPITEST_MAKELOG) 114 540 T (Log \336le when mak-) 286.8 540 T (ing test.) 286.8 526 T (makelog.${MPITES) 394.8 540 T (T_ARCH}_${MPIT) 394.8 526 T (EST_NPROCS}${M) 394.8 512 T (PITEST_USER) 394.8 498 T (T) 470.09 498 T (AG) 476.46 498 T (}) 394.8 484 T (MPITEST_P) 114 462 T (ASS) 175.57 462 T (P) 394.8 462 T (ASSED) 400.37 462 T (MPITEST_SCRA) 114 440 T (TCH_FILE) 200.02 440 T (Scratch \336le name) 286.8 440 T (for each test \050I/O) 286.8 426 T (of each ranks is) 286.8 412 T (redirected here\051.) 286.8 398 T (scratch.{MPITEST_) 394.8 440 T (ARCH}_${MPITES) 394.8 426 T (T_NPROCS}) 394.8 412 T (MPITEST_MAKESHELL) 114 376 T (Shell used in make) 286.8 376 T (/bin/sh) 394.8 376 T (MPITEST_SHLIB) 114 354 T -0.16 (sh library functions.) 286.8 354 P (${MPITEST_HOME) 394.8 354 T (}/lib/mpitest_lib.sh) 394.8 340 T (MPITEST_SIGUP) 114 318 T (Signal number for) 286.8 318 T (hang up.) 286.8 304 T (1) 394.8 318 T (MPITEST_SIGINT) 114 282 T (Signal number for) 286.8 282 T (interrupt.) 286.8 268 T (2) 394.8 282 T (MPITEST_TESTLIST) 114 246 T (A \336le which store) 286.8 246 T (all the tests to be) 286.8 232 T (executed, cleaned,) 286.8 218 T (or built.) 286.8 204 T (MPITEST_USERLIB) 114 182 T (User library for the) 286.8 182 T (system.) 286.8 168 T (-nx) 394.8 182 T (MPITEST_VERBOSE) 114 146 T (V) 286.8 146 T (erbosity level) 294.13 146 T (when running) 286.8 132 T (test\050s\051 \0501, 2, or) 286.8 118 T (\322NULL\323\051) 286.8 104 T 1 F (T) 211.33 712 T (able 9: System speci\336c envir) 218.23 712 T (onment) 362 712 T 0 F (System speci\336c environment) 125.07 686 T (Description) 306.8 686 T (V) 432.74 686 T (alue) 440.07 686 T 108 701.75 108 96.25 2 L V 0.5 H 0 Z N 280.8 702.25 280.8 95.75 2 L V N 388.8 702.25 388.8 95.75 2 L V N 504 701.75 504 96.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 626 504.25 626 2 L V N 107.75 576 504.25 576 2 L V N 107.75 554 504.25 554 2 L V N 107.75 476 504.25 476 2 L V N 107.75 454 504.25 454 2 L V N 107.75 390 504.25 390 2 L V N 107.75 368 504.25 368 2 L V N 107.75 332 504.25 332 2 L V N 107.75 296 504.25 296 2 L V N 107.75 260 504.25 260 2 L V N 107.75 196 504.25 196 2 L V N 107.75 160 504.25 160 2 L V N 107.75 96 504.25 96 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "40" 128 %%Page: "39" 129 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (39) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (T) 211.33 690 T (able 9: System speci\336c envir) 218.23 690 T (onment) 362 690 T 0 F (System speci\336c environment) 125.07 664 T (Description) 306.8 664 T (V) 432.74 664 T (alue) 440.07 664 T (MPITEST_FLIB_HOME) 114 640 T -0.1 (Directory where all) 286.8 640 P (the common For-) 286.8 626 T (tran library rou-) 286.8 612 T (tines for the suite) 286.8 598 T (live.) 286.8 584 T (${MPITEST_HOME) 394.8 640 T (}/lib) 394.8 626 T (MPITEST_FLIB) 114 562 T (-) 394.8 562 T (L${MPITEST_FLIB) 394.8 548 T (_HOME} -) 394.8 534 T (lmpitestf_${MPITES) 394.8 520 T (T_ARCH}) 394.8 506 T (MPITEST_INCLUDE_DIR) 114 484 T -0.1 (Directory where all) 286.8 484 P (the header \336les for) 286.8 470 T (the suite live.) 286.8 456 T (${MPITEST_HOME) 394.8 484 T (}/include) 394.8 470 T (MPITEST_MPI_INCLUDE) 114 434 T -0.1 (Directory where all) 286.8 434 P (the mpi header for) 286.8 420 T (the implementation) 286.8 406 T (used live.) 286.8 392 T (MPITEST_INCLUDE_OPTION) 114 370 T (The include) 286.8 370 T (options to the com-) 286.8 356 T (pilers.) 286.8 342 T (-I. -) 394.8 370 T (I${MPITEST_INCL) 394.8 356 T (UDE_DIR} -) 394.8 342 T (I${MPITEST_MPI_I) 394.8 328 T (NCLUDE_DIR}) 394.8 314 T (MPITEST_KSHLIB) 114 292 T (ksh library func-) 286.8 292 T (tions.) 286.8 278 T (${MPITEST_HOME) 394.8 292 T (}/lib/mpitest_lib.ksh) 394.8 278 T (MPITEST_LOCAL_OPTIONS) 114 256 T -0.67 (Local options to the) 286.8 256 P (compiler) 286.8 242 T (.) 328.8 242 T (MPITEST_LOCKFILE) 114 220 T -0.06 (Name of a test lock) 286.8 220 P (\336le.) 286.8 206 T (LOCK.mpitest) 394.8 220 T (MPITEST_MMAKEFILE) 114 184 T (Name of the mas-) 286.8 184 T (ter make\336le.) 286.8 170 T (${MPITEST_HOME) 394.8 184 T (}/bin/Make\336le.mas-) 394.8 170 T (ter) 394.8 156 T (MPITEST_MPICLIB) 114 134 T (C link option for) 286.8 134 T (linking with the) 286.8 120 T (mpi library used.) 286.8 106 T (-lmpi) 394.8 134 T 108 679.75 108 98.25 2 L V 0.5 H 0 Z N 280.8 680.25 280.8 97.75 2 L V N 388.8 680.25 388.8 97.75 2 L V N 504 679.75 504 98.25 2 L V N 107.75 680 504.25 680 2 L V N 107.75 654 504.25 654 2 L V N 107.75 576 504.25 576 2 L V N 107.75 498 504.25 498 2 L V N 107.75 448 504.25 448 2 L V N 107.75 384 504.25 384 2 L V N 107.75 306 504.25 306 2 L V N 107.75 270 504.25 270 2 L V N 107.75 234 504.25 234 2 L V N 107.75 198 504.25 198 2 L V N 107.75 148 504.25 148 2 L V N 107.75 98 504.25 98 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "39" 129 %%Page: "38" 130 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (38) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (be dynamically overridden at run time by an explicit environment set \050e.g. setenv in csh\051) 108 712 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 F (T) 245.05 688 T (able 8: System utilities) 251.95 688 T 0 F (System Utilities) 155.89 662 T (V) 378.74 662 T (alue) 386.07 662 T (MPITEST_AR) 114 638 T (ar860) 286.8 638 T (MPITEST_A) 114 616 T (WK) 177.71 616 T (awk) 286.8 616 T (MPITEST_BASENAME) 114 594 T (basename) 286.8 594 T (MPITEST_CC) 114 572 T (icc) 286.8 572 T (MPITEST_CFLAGS) 114 550 T (-g) 286.8 550 T (MPITEST_CA) 114 528 T (T) 185.34 528 T (cat) 286.8 528 T (MPITEST_CPP) 114 506 T (CC) 286.8 506 T (MPITEST_DA) 114 484 T (TE) 186 484 T (date) 286.8 484 T (MPITEST_ECHO) 114 462 T (/usr/bin/echo) 286.8 462 T (MPITEST_EXPR) 114 440 T (expr) 286.8 440 T (MPITEST_F77) 114 418 T (if77) 286.8 418 T (MPITEST_FFLAGS) 114 396 T (-g) 286.8 396 T (MPITEST_GREP) 114 374 T (grep) 286.8 374 T (MPITEST_HOSTNAME) 114 352 T (hostname) 286.8 352 T (MPITEST_LN) 114 330 T (ln) 286.8 330 T (MPITEST_LS) 114 308 T (ls) 286.8 308 T (MPITEST_MAKE) 114 286 T (make) 286.8 286 T (MPITEST_MORE) 114 264 T (more) 286.8 264 T (MPITEST_MV) 114 242 T (mv) 286.8 242 T (MPITEST_RANLIB) 114 220 T (ranlib) 286.8 220 T (MPITEST_RM) 114 198 T (rm) 286.8 198 T (MPITEST_RSH) 114 176 T (rsh) 286.8 176 T (MPITEST_SED) 114 154 T (sed) 286.8 154 T (MPITEST_SYNC) 114 132 T (sync) 286.8 132 T (MPITEST_T) 114 110 T (OUCH) 177.12 110 T (touch) 286.8 110 T (MPITEST_WC) 114 88 T (wc) 286.8 88 T 108 677.75 108 80.25 2 L V 0.5 H 0 Z N 280.8 678.25 280.8 79.75 2 L V N 504 677.75 504 80.25 2 L V N 107.75 678 504.25 678 2 L V N 107.75 652 504.25 652 2 L V N 107.75 630 504.25 630 2 L V N 107.75 608 504.25 608 2 L V N 107.75 586 504.25 586 2 L V N 107.75 564 504.25 564 2 L V N 107.75 542 504.25 542 2 L V N 107.75 520 504.25 520 2 L V N 107.75 498 504.25 498 2 L V N 107.75 476 504.25 476 2 L V N 107.75 454 504.25 454 2 L V N 107.75 432 504.25 432 2 L V N 107.75 410 504.25 410 2 L V N 107.75 388 504.25 388 2 L V N 107.75 366 504.25 366 2 L V N 107.75 344 504.25 344 2 L V N 107.75 322 504.25 322 2 L V N 107.75 300 504.25 300 2 L V N 107.75 278 504.25 278 2 L V N 107.75 256 504.25 256 2 L V N 107.75 234 504.25 234 2 L V N 107.75 212 504.25 212 2 L V N 107.75 190 504.25 190 2 L V N 107.75 168 504.25 168 2 L V N 107.75 146 504.25 146 2 L V N 107.75 124 504.25 124 2 L V N 107.75 102 504.25 102 2 L V N 107.75 80 504.25 80 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "38" 130 %%Page: "37" 131 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (37) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (-leave_pg) 108 712 T (Do not delete the pg \336le) 234 712 T (-leave_stdout) 108 692 T (Do not delete the redirected stdout \336le\050s\051) 234 692 T (-machine\336le <\336le>) 108 672 T (Machine \336le) 234 672 T (\050e.g. -machine\336le /usr/local/MPITEST/sun4.list\051) 234 652 T (-nolocal) 108 632 T (Do not start process locally) 234 632 T (-p4pg <\336le>) 108 612 T (Process group \336le) 234 612 T (\050e.g. -p4pg /usr/local/MPITEST/p4\336le\051) 234 592 T 115.33 570.69 108 570.69 2 L V 0.59 H 0 Z N (T) 108 572 T 300.8 570.69 114.49 570.69 2 L V N (est binary executable options: \050C only\051) 114.49 572 T (-verbose ) 108 552 T (V) 234 552 T (erbosity level) 241.33 552 T (\050e.g. -verbose 2\051) 234 532 T (-length ) 108 512 T (Message length \050in bytes\051) 234 512 T (\050e.g. -length 100\051) 234 492 T (-context ) 108 472 T (Context string setting) 234 472 T (\050e.g. -context world,self\051) 234 452 T (-type ) 108 432 T (Message datatype) 234 432 T (\050e.g. -type int,\337oat\051) 234 412 T (For example to submit test\050s\051 using 3 ranks and running on a newly created partition on a) 108 372 T (Paragon supercomputer:) 108 358 T 2 10 Q (mpitest -np 3 -mkpart) 108 339.33 T 0 12 Q -0.23 (Or) 108 320 P -0.23 (, to submit test using 10 ranks, compiling only the C library) 120.18 320 P -0.23 (, not starting process locally) 403.18 320 P (using message length of 100 byte in a Sun4/MPICH environment:) 108 306 T 2 10 Q (mpitest -np 10 -clibonly -nolocal -length 100) 108 287.33 T 0 12 Q (T) 108 268 T (o avoid confusion, user may also use the option separator --. Thus with the option) 114.49 268 T (separator) 108 254 T (, the above 2 examples become:) 151.5 254 T 2 10 Q (mpitest -np 3 -- -mkpart) 108 235.33 T (mpitest -np 10 -clibonly -- -nolocal -- -length 100) 108 218.33 T 1 14 Q (19.0) 72 189.67 T (Driver Envir) 108 189.67 T (onment V) 185.13 189.67 T (ariables) 242.55 189.67 T 0 12 Q (The following is a listing of all driver environment variables. The de\336nitions are in) 108 161 T -0.82 ($MPITEST_HOME/bin/mpitest..env) 108 147 P -0.82 (. The shown assigned values are the) 368.26 147 P -0.79 (default driver environment for the Intel Paragon) 108 133 P 0 9.6 Q -0.63 (TM) 333.86 137.8 P 0 12 Q -0.79 ( Supercomputer system. Each value can) 348.26 133 P 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "37" 131 %%Page: "36" 132 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (36) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (-con\336g <\336le>) 108 712 T (Con\336guration \336le) 234 712 T (\050e.g. -con\336g \322/usr/local/MPITEST/include/mpitest_cfg.h\051) 234 692 T (-clibonly) 108 672 T (Build or clean mpitest C library only) 234 672 T (-env\336le <\336le>) 108 652 T (Environment \336le) 234 652 T (\050e.g. -env\336le \322/usr/local/MPITEST/bin/my) 234 632 T (.env\051) 437.88 632 T (-\337ibonly) 108 612 T (Build, or clean mpitest Fortran library only) 234 612 T (-help) 108 592 T (Help option, this message) 234 592 T (-mmake\336le <\336le>) 108 572 T (Alternate master Make\336le) 234 572 T (\050e.g. -mmake\336le /usr/local/MPITEST/bin/Make\336le.master\051) 234 552 T (-mpiclib ) 108 532 T (MPI C library link option) 234 532 T (\050e.g. -mpiclib \322-L/usr/local/MPITEST/lib -lmpi\051) 234 512 T (-mpi\337ib ) 108 492 T (MPI Fortran library link option) 234 492 T (\050e.g. -mpiclib \322-L/usr/local/MPITEST/lib -lmpi\051) 234 472 T (-np ) 108 452 T (Number of process\050es\051) 234 452 T (\050e.g. -np 4\051) 234 432 T (-stdout\336le) 108 412 T (Each process write all stdout to a dif) 234 412 T (ferent \336le) 408.76 412 T (-tag ) 108 392 T (User tag) 234 392 T (\050e.g. -tag mytestrun\051) 234 372 T (-testclib ) 108 352 T (C test library directory) 234 352 T (\050e.g. -testclib /usr/local/MPITEST/lib\051) 234 332 T (-test\337ib ) 108 312 T (Fortran test library directory) 234 312 T (\050e.g. -testclib /usr/local/MPITEST/lib\051) 234 292 T (-testlist ) 108 272 T (T) 234 272 T (est\050s\051 to be run) 240.49 272 T (\050e.g. -testlist /usr/local/MPITEST/testlist\051) 234 252 T (-verbose ) 108 232 T (V) 234 232 T (erbose option) 241.33 232 T (-version) 108 212 T (Shows version) 234 212 T 366.97 170.69 108 170.69 2 L V 0.59 H 0 Z N (Platform speci\336c options for Paragon Supercomputer:) 108 172 T (-leave_stdout) 108 152 T (Do not delete the redirected stdout \336le\050s\051) 234 152 T (-mkpart) 108 132 T (Create partition for test) 234 132 T 314 90.69 108 90.69 2 L V N (Platform speci\336c options for Sun4/MPICH) 108 92 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "36" 132 %%Page: "35" 133 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (35) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (echo command utility:) 108 712 T 0 10 Q (MPITEST_ECHO=/usr/bin/echo) 108 693.33 T 0 12 Q (These environment variables not only specify the names of each system utility but also) 108 674 T -0.19 (where the command executable lives. This allow the user to specify a particular one to be) 108 660 P (used should there be more than one available in a system.) 108 646 T 1 F (17.1.2) 108 626 T (System speci\336c envir) 153 626 T (onment) 259.44 626 T 0 F (The second section of the environment \336le is where the other system speci\336c information) 108 606 T (is stored. An example is where the MPI V) 108 592 T (alidation common routines are:) 311.3 592 T 0 10 Q (MPITEST_CLIB_NAME=\323${MPITEST_CLIB_HOME}/libmpitest_${MPITEST_ARCH}.a\323) 108 573.33 T 1 12 Q (17.1.3) 108 534 T (User de\336ned envir) 153 534 T (onment.) 246.78 534 T 0 F (This is the section where the user de\336ned environment variables can be added. The) 108 514 T (standard environment \336les that come with the package do not have any user de\336ned) 108 500 T (environment.) 108 486 T 1 F (17.2) 108 446 T (Job submission script) 144 446 T 0 F (Dif) 108 426 T (ferent systems have dif) 123.78 426 T (ferent ways to submit a parallel application. Dif) 234.54 426 T (ferent systems) 466.62 426 T (may also of) 108 412 T (fer dif) 163.78 412 T (ferent run-time system support. These aspects have been factored into) 193.21 412 T -0.71 (the job submission script. Each job submission script is to process any de\336ned options, and) 108 398 P (submit the application requested with the input command line ar) 108 384 T (gument\050s\051.) 416.76 384 T 1 14 Q (18.0) 72 354.67 T (Command Line Options) 108 354.67 T 0 12 Q (There are a number of command line options to the driver environment. T) 108 326 T (o list all of the) 465.1 326 T (available options for the platform set up, type mpitest -help.) 108 312 T (Input command line options to the mpi test driver are grouped and ordered into 3 sets of) 108 292 T (options: test driver speci\336c options, platform speci\336c options, and job speci\336c options.) 108 278 T (Each input command line option is processed in 3 levels: mpitest driver) 108 264 T (, job submission) 451.16 264 T (script, and the binary executable for each test. Any unrecognized option being processed) 108 250 T (at any level will cause the current unrecognized option and the rest of the options to be) 108 236 T (passed to the next level for further processing. Therefore, it is very important the options) 108 222 T -0.74 (be inputed and grouped in the correct order) 108 208 P -0.74 (. The \336rst set of options is speci\336c to the mpitest) 309.81 208 P (driver) 108 194 T (.) 136 194 T 115.33 172.69 108 172.69 2 L V 0.59 H 0 Z N (T) 108 174 T 201.16 172.69 114.49 172.69 2 L V N (est driver options:) 114.49 174 T (-arch ) 108 154 T (Platform name) 234 154 T (\050e.g. -arch INTEL_paragon_nx\051) 234 134 T (-build) 108 114 T (Only build executable\050s\051, do not run test) 234 114 T (-cleanall) 108 94 T (Remove all logs, results, make outputs & executables) 234 94 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "35" 133 %%Page: "34" 134 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (34) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 14 Q (17.0) 72 642.67 T (Porting the Driver Envir) 108 642.67 T (onment to Other Platforms) 255.9 642.67 T 0 12 Q (Before porting the driver environment to a dif) 108 614 T (ferent platform, a unique name for the) 328.08 614 T -0.04 (platform needs to be decided. For the platforms that come with the package, they loosely) 108 600 P (follow a naming convention:) 108 586 T (__) 108 552 T (e.g. INTEL_paragon_nx) 108 532 T (__) 176.1 512 T (e.g. MPICH_sun4_ch_p4) 108 492 T (__) 162 472 T -0.12 (Dif) 108 452 P -0.12 (ferent platforms \050architecture / MPI implementation\051 are set up dif) 123.78 452 P -0.12 (ferently) 441.41 452 P -0.12 (. In order to) 477.95 452 P (have a portable test driver environment, all the platform speci\336c environments have been) 108 438 T -0.44 (factored into 2 platform speci\336c \336les: an environment \336le and a job submission script. For) 108 424 P -0.43 (each new platform, a new environment \336le and a new job submission script will need to be) 108 410 P (created in order for the validation suite to be used on the new platform.) 108 396 T (The names of the environment \336les and the job submission scripts that comes with the) 108 376 T (package follow the following naming convention:) 108 362 T (Environment \336les:) 108 342 T (mpitest..env) 162 322 T (e.g. mpitest.INTEL_paragon_nx.env) 162 302 T (, mpitest.MPICH_sun4_ch_p4.env) 337.52 302 T (job submission script:) 108 282 T (startjob.) 162 262 T (e.g. startjob.INTEL_paragon_nx, startjob.MPICH_sun4_ch_p4) 162 242 T (These are useful examples of what needs to be implemented.) 108 222 T 1 F (17.1) 108 202 T (Envir) 144 202 T (onment \336le) 173.12 202 T 0 F (Each environment \336le contains 3 basic categories of information speci\336c to a platform:) 108 182 T -0.23 (absolute names of each system utilities, system speci\336c environment, and the user de\336ned) 108 168 P -0.82 (environment. All the information is stored in environment variables having names pre\336xed) 108 154 P (with the word MPITEST) 108 140 T (.) 226.78 140 T 1 F (17.1.1) 108 100 T (Name of each system utility) 153 100 T 0 F -0.62 (The \336rst section contains the absolute path names of each system utility) 108 80 P -0.62 (. An example is the) 444.72 80 P 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "34" 134 %%Page: "33" 135 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (33) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (16.2) 108 692 T (T) 144 692 T (est with multiple sour) 150.9 692 T (ce \336les) 261.68 692 T 0 F -0.55 (The mpitest driver environment supports tests with multiple source \336les so long as they are) 108 672 P -0.26 (all using one language \050all C or all Fortran\051. W) 108 658 P -0.26 (ith multiple source \336les, one should follow) 333.18 658 P (all the above steps for creating a test with a single source \336le. Some changes to the) 108 644 T (Make\336le of the test would then need to be made:) 108 630 T (The following shows a Make\336le for a test with 2 source \336les: node.c and reduce.c) 108 590 T 2 10 Q (#) 108 571.33 T (# Makef) 108 558.33 T (ile for MPI Test) 156 558.33 T (#) 108 545.33 T (MPITEST_LOCALLIB=) 108 519.33 T (MPITEST_LOCALOBJ= reduce.${MPITEST_ARCH}${MPITEST_USERTAG}_o) 108 506.33 T (sources: ${MPITEST_TESTNAME}.sh node.c reduce.c) 108 480.33 T (execs: ${MPITEST_TESTNAME}.sx) 108 450.33 T (node.${MPITEST_ARCH}${MPITEST_USERTAG}_bx) 108 438.33 T (logs::) 108 421.33 T (${MPITEST_TESTNAME}.${MPITEST_ARCH}_${MPITEST_NPROCS}${MPITEST_USERTAG}) 108 409.33 T (_L) 108 397.33 T (results::) 108 363.33 T (${MPITEST_TESTNAME}.${MPITEST_ARCH}_${MPITEST_NPROCS}${MPITEST_USERTAG}) 108 351.33 T (_R) 108 339.33 T (node.$\050MPITEST_ARCH\051${MPITEST_USERTAG}_bx: $\050MPITEST_CONFIG_FILE\051 \134) 108 305.33 T ($\050MPITEST_LOCALOBJ\051) 108 293.33 T 0 12 Q -0.46 (Except for the main source program source \050node.c, node.f, or node.F\051, all the other source) 108 254 P (\336le\050s\051 would be listed as object \336le\050s\051 in MPITEST_LOCALOBJ and) 108 240 T (MPITEST_LOCALOBJ will be listed as a dependency for making the main test binary) 108 226 T (executable \050node.$\050MPITEST_ARCH\051$\050MPITEST_USER) 108 212 T (T) 391.92 212 T (AG\051_bx\051. Hence, all the) 398.29 212 T -0.47 (source \336le\050s\051 except the main source program will \336rst be compiled into the corresponding) 108 198 P (object \336le\050s\051. The main test program will then be compiled and linked with all the) 108 184 T (dependent object \336le\050s\051 producing the \336nal test binary executable.) 108 170 T (Please refer to section 12.0 for details on interpreting and analyzing test result.) 108 150 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "33" 135 %%Page: "32" 136 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (32) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 2 F ( f) 108 713.33 T (i) 162 713.33 T (f) 108 700.33 T (i) 114 700.33 T (echo \322\322) 108 674.33 T (echo \322***** END ${MPITEST_TESTNAME} TEST *****\323) 108 661.33 T (echo \322\322) 108 648.33 T 0 12 Q (This run script is executed by the mpitest driver) 108 613 T (. It sets up the required environment and) 336.65 613 T (submits the test binary executable using the job submission script for the platform being) 108 599 T (tested. After the test is completed, the run script will check for errors and report test pass) 108 585 T -0.16 (or failure. The way the test script reports errors is to \336rst \336nd any \322F) 108 571 P -0.16 (AILED\323 string in the) 435.99 571 P (test log \336le, which will cause the test to fail. Then it counts the occurrences of the) 108 557 T -0.73 (\322P) 108 543 P -0.73 (ASSED\323 string, which in this case must be 1 or the test will fail. In most case, the sample) 118.9 543 P (run script can be used as is unless something special needs to be done.) 108 529 T (The last step is to create test program \336le\050s\051. For C tests, the main test program \050with) 108 509 T (main\050\051\051 must be name node.c. For Fortran tests, the main test program must be named) 108 495 T (node.f or node.F depending on whether cpp directive\050s\051 or macro\050s\051 is / are used in the) 108 481 T (source.) 108 467 T (For tests that require linking with another library \050e.g. the C math library\051, the) 108 447 T -0.1 (MPITEST_LOCALLIB in the Make\336le would need to be edited. The following make\336le) 108 433 P (shows a test that requires linking with the C math library:) 108 419 T 0 10 Q (#) 108 400.33 T 2 F (# Makef) 108 387.33 T (ile for MPI Test) 156 387.33 T (#) 108 370.33 T (MPITEST_LOCALLIB=-lm) 108 336.33 T (MPITEST_LOCALOBJ=) 108 319.33 T (sources: ${MPITEST_TESTNAME}.sh node.c) 108 285.33 T (execs: ${MPITEST_TESTNAME}.sx) 108 251.33 T (node.${MPITEST_ARCH}${MPITEST_USERTAG}_bx) 108 239.33 T (logs::) 108 222.33 T (${MPITEST_TESTNAME}.${MPITEST_ARCH}_${MPITEST_NPROCS}${MPITEST_USERTAG}) 108 210.33 T (_L) 108 198.33 T (results::) 108 164.33 T (${MPITEST_TESTNAME}.${MPITEST_ARCH}_${MPITEST_NPROCS}${MPITEST_USERTAG}) 108 152.33 T (_R) 108 140.33 T (node.${MPITEST_ARCH}_bx: ${MPITEST_CONFIG_FILE} ${MPITEST_LOCALOBJ}) 108 106.33 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "32" 136 %%Page: "31" 137 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (31) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 2 F (f) 108 713.33 T (i) 114 713.33 T (. $MPITEST_SHLIB) 108 700.33 T (#) 108 674.33 T (# Some pre processing\050s\051 add here \050if needed\051) 108 661.33 T (#) 108 648.33 T (#) 108 622.33 T (# Get start time for the test) 108 609.33 T (#) 108 596.33 T (GetStartTime) 108 583.33 T (#) 108 557.33 T (# Run test) 108 544.33 T (#) 108 531.33 T ($MPITEST_BINDIR/startjob.$MPITEST_ARCH -appname node.${MPITEST_ARCH}_bx) 108 505.33 T (\134 $MPITEST_LOCAL_OPTIONS > ${MPITEST_SCRATCH_FILE:-scratch} 2>&1) 108 497.33 T (#) 108 471.33 T (# Get run info) 108 458.33 T (#) 108 445.33 T (GetRunInfo) 108 432.33 T (#) 108 406.33 T (# Capture application output) 108 393.33 T (#) 108 380.33 T (${MPITEST_CAT:-cat} ${MPITEST_SCRATCH_FILE:-scratch}) 108 367.33 T (#) 108 341.33 T (# Report test results) 108 328.33 T (#) 108 315.33 T (echo \322\322) 108 289.33 T (expectedPassCnt=1) 108 263.33 T (actualPassCnt=0) 108 250.33 T (if $MPITEST_GREP \322$MPITEST_FAIL\323 ${MPITEST_SCRATCH_FILE:-scratch} > \134) 108 224.33 T ($MPITEST_DEVNULL) 108 216.33 T (then) 108 203.33 T ( echo \322TEST_RESULT: F \050found $MPITEST_FAIL\051 $runInfo\323) 108 190.33 T (else) 108 177.33 T ( actualPassCnt=`$MPITEST_GREP -c \322$MPITEST_PASS\323) 108 164.33 T (${MPITEST_SCRATCH_FILE:-scratch}`) 108 156.33 T -0.43 ( if test \322$actualPassCnt\323 != \322$expectedPassCnt\323 > $MPITEST_DEVNULL) 108 143.33 P ( then) 108 130.33 T -0.78 ( echo \322TEST_RESULT: F \050wrong $MPITEST_PASS count, Expected:) 108 117.33 P ($expectedPassCnt, Actual: $actualPassCnt\051 $runInfo\323) 108 109.33 T ( else) 108 96.33 T ( echo \322TEST_RESULT: P $runInfo\323) 108 83.33 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "31" 137 %%Page: "30" 138 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (30) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (templates to be used.) 108 712 T (The following shows the Make\336le for a test with one source:) 108 692 T 2 10 Q (##) 108 677.33 T (# Makef) 108 660.33 T (ile for MPI Test) 156 660.33 T (#) 108 643.33 T (MPITEST_LOCALLIB=) 108 609.33 T (MPITEST_LOCALOBJ=) 108 592.33 T (sources: ${MPITEST_TESTNAME}.sh node.c) 108 558.33 T (execs: ${MPITEST_TESTNAME}.sx node.${MPITEST_ARCH}_bx) 108 541.33 T (logs:: ${MPITEST_TESTNAME}.${MPITEST_ARCH}_${MPITEST_NPROCS}_L) 108 524.33 T (results:: ${MPITEST_TESTNAME}.${MPITEST_ARCH}_${MPITEST_NPROCS}_R) 108 507.33 T (node.${MPITEST_ARCH}_bx: ${MPITEST_CONFIG_FILE} ${MPITEST_LOCALOBJ}) 108 473.33 T 0 12 Q (The make rules are controlled by the master make\336le \050Please see section 17\051. The) 108 454 T (following shows a sample Bourne shell run script:) 108 440 T 2 10 Q (#!/bin/sh) 108 421.33 T (#######################################################################) 108 408.33 T (#####) 108 400.33 T (#) 108 387.33 T (# Run the ${MPITEST_TESTNAME} test) 108 374.33 T (#) 108 361.33 T (# Usage: ${MPITEST_TESTNAME}.sh) 108 348.33 T (#) 108 335.33 T (# MPI operator test) 108 322.33 T (#) 108 309.33 T (#######################################################################) 108 296.33 T (#####) 108 288.33 T (echo \322\322) 108 275.33 T (echo \322***** BEGIN ${MPITEST_TESTNAME} TEST *****\323) 108 262.33 T (echo \322\322) 108 249.33 T (${MPITEST_RM:-rm} -f $MPITEST_SCRATCH_FILE) 108 223.33 T (${MPITEST_TOUCH:-touch} $MPITEST_SCRATCH_FILE) 108 210.33 T (#) 108 184.33 T (# Check essential environment variables) 108 171.33 T (#) 108 158.33 T (if test -z \322$MPITEST_IS_ENV_DEF\323 > ${MPITEST_DEVNULL:-/dev/null}) 108 145.33 T (then) 108 132.33 T -0.38 ( echo \322MPITEST environment variables are not def) 108 119.33 P -0.38 (ined, terminating) 432.75 119.33 P (test, ${MPITEST_FAIL:-FAILED}\323 >> ${MPITEST_SCRATCH_FILE:-scratch}) 108 111.33 T ( ${MPITEST_CAT:-cat} ${MPITEST_SCRATCH_FILE:-scratch}) 108 98.33 T ( exit 4) 108 85.33 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "30" 138 %%Page: "29" 139 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (29) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (The user tag provided will be concatenated into \336lenames of all the test generated \336les.) 108 712 T -0.76 (This may be useful for test run\050s\051 with a special hardware / software con\336guration,) 108 698 P 3 F -0.76 (etc) 497.62 698 P 0 F -0.76 (. The) 511.62 698 P -0.06 (option -tag of the mpitest driver takes one ascii \050no space\051 string ar) 108 684 P -0.06 (gument. The input tag) 428.31 684 P -0.58 (will be combined into all test generated \336les to distinguish it from other test run\050s\051 possibly) 108 670 P (with or without a dif) 108 656 T (ferent user tag.) 206.45 656 T 1 14 Q (15.0) 72 626.67 T (Removing T) 108 626.67 T (est Generated \336les) 180.21 626.67 T 0 12 Q -0.49 (In each test run, the driver environment generates a number of \336les. This include the make) 108 598 P -0.29 (output, the test log \336le, the test result \336le, run script, binary executable, object \336le, mpitest) 108 584 P -0.69 (libraries, and some platform speci\336c \336les. The driver environment of) 108 570 P -0.69 (fers a convenient way) 434.81 570 P (to quickly remove all of the test generated \336le\050s\051.) 108 556 T (mpitest -cleanall) 108 536 T (The above command will not submit any test to be run but rather remove both the C and) 108 516 T -0.26 (Fortran version of the test libraries and all of the test generated \336les of tests residing in the) 108 502 P -0.61 (current directory) 108 488 P -0.61 (. Combining the above command with the -testlist option of the test driver) 186.91 488 P (will clean the tests in a speci\336ed list of tests in a \336le.) 108 474 T (mpitest -cleanall -testlist /$MPITEST_HOME/testlist) 108 454 T (The testlist \336le should list one test in each line. Each entry could be either a relative or) 108 434 T (absolute path name.) 108 420 T 1 14 Q (16.0) 72 390.67 T (Adding New T) 108 390.67 T (est\050s\051) 193.83 390.67 T 1 12 Q (16.1) 108 362 T (T) 144 362 T (est with a single sour) 150.9 362 T (ce \336le) 257.35 362 T 0 F -0.35 (In order for newly added tests to be successfully used by the test driver environment, there) 108 342 P (are a few compliance precautions. Each new test should reside in its own directory and) 108 328 T (should contain a run script, a Make\336le, and one or more source \336les. All source \336le\050s\051 in) 108 314 T (a single test must contain source of only one language - All in C or all in Fortran. All C) 108 300 T -0.13 (test source should be suf) 108 286 P -0.13 (\336xed by .c and Fortran source by suf) 225.23 286 P -0.13 (\336xed by .F) 400.05 286 P -0.13 (. The name of the) 450.49 286 P -0.41 (directory of the test will be the testname used by the test driver) 108 272 P -0.41 (. The name of the run script) 404.33 272 P (should be .sh or .csh or .ksh depending on which shell) 108 258 T (is being used.) 108 244 T (The \336rst step in creating a new test is to \336nd a proper location in the MPITEST/T) 108 224 T (est) 497.8 224 T (hierachy to put the test in. T) 108 210 T (ests are grouped by language \050C or Fortran\051, mpi library) 245.15 210 T (functional area \050collective, derived datatype,) 108 196 T 3 F (etc) 324.94 196 T 0 F (\051, and test type \050functional or error\051.) 338.93 196 T -0.19 (The next step is to \336nd a suitable test name that describe the new test to be written. It will) 108 176 P -0.7 (help the test users search your tests easily if the test name describe very brie\337y what the test) 108 162 P (is testing. we have used the name of the MPI functions combined with a few word) 108 148 T (separated with the underscore describing the testing area for functional test and the name) 108 134 T (of MPI library function and suf) 108 120 T (\336xed it with _err for our error test.) 258.1 120 T -0.77 (Create a test sub-directory using the name chosen. For each test, a Make\336le and a run script) 108 100 P (will needed to be created. For convenience, $MPITEST_HOME/template contains some) 108 86 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "29" 139 %%Page: "28" 140 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (28) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (13.6) 108 226 T (Adding platform speci\336c constants) 144 226 T 0 F (All MPITEST de\336ned constants works correctly with their preset values. In the event a) 108 206 T (new constant needs to be added, the original preset values of all MPITEST de\336ned) 108 192 T (constants should not be changed or some of the tests may not work. For example, some) 108 178 T (tests count on the fact that MPITEST_derived1 is greater than all of the prede\336ned basic) 108 164 T -0.75 (types \050e.g. MPITEST_int\051. Changing that will cause some tests to fail unreasonably or skip) 108 150 P (portion of the intended functional testing.) 108 136 T 1 14 Q (14.0) 72 106.67 T (T) 108 106.67 T (agging a T) 116.05 106.67 T (est Run) 177.78 106.67 T 0 12 Q (The driver environment of) 108 78 T (fers a way to specially tag a test run with a user provided tag.) 234.76 78 T (MPITEST_free_communicator\050\051) 114 662 T (Free a communicator created) 330 662 T (MPITEST_get_comm_size\050\051) 114 640 T (Get the size of an input communi-) 330 640 T (cator) 330 626 T (.) 353.33 626 T (MPITEST_get_communicator\050\051) 114 604 T (Get a communicator using input) 330 604 T (from the con\336guration \336le) 330 590 T (MPITEST_get_datatype\050\051) 114 568 T (Get a datatype using input from) 330 568 T (con\336guration \336le) 330 554 T (MPITEST_get_parameter\050\051) 114 532 T (Get command line options passed) 330 532 T (to the test binary executable) 330 518 T (MPITEST_get_max_message_length\050\051) 114 496 T (Get the maximum message length) 330 496 T (de\336ned in the con\336guration \336le) 330 482 T (MPITEST_get_message_length\050\051) 114 460 T (Get the current message length) 330 460 T (de\336ned in the con\336guration \336le) 330 446 T (MPITEST_message\050\051) 114 424 T (Display a message to the preset I/) 330 424 T (O channel. If the input is) 330 410 T (MPITEST_F) 330 396 T (A) 391.79 396 T (T) 399.12 396 T (AL, the test will) 405.49 396 T (abort) 330 382 T (MPITEST_num_datatypes\050\051) 114 360 T (Get the number of datatypes) 330 360 T (de\336ned in the con\336guration \336le) 330 346 T (MPITEST_num_message_lengths\050\051) 114 324 T (Get the number of message length) 330 324 T (de\336ned in the con\336guration \336le) 330 310 T (MPITEST_report\050\051) 114 288 T (Report test result\050s\051 and print a) 330 288 T (message to the preset I/O channel) 330 274 T 1 F (T) 241.16 712 T (able 7: Library r) 248.06 712 T (outines) 334.17 712 T 0 F (Routine name) 182.5 686 T (Description) 386 686 T 108 701.75 108 266.25 2 L V 0.5 H 0 Z N 324 702.25 324 265.75 2 L V N 504 701.75 504 266.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 654 504.25 654 2 L V N 107.75 618 504.25 618 2 L V N 107.75 582 504.25 582 2 L V N 107.75 546 504.25 546 2 L V N 107.75 510 504.25 510 2 L V N 107.75 474 504.25 474 2 L V N 107.75 438 504.25 438 2 L V N 107.75 374 504.25 374 2 L V N 107.75 338 504.25 338 2 L V N 107.75 302 504.25 302 2 L V N 107.75 266 504.25 266 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "28" 140 %%Page: "27" 141 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (27) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q -0.6 (buf) 108 712 P -0.6 (fer) 123.78 712 P -0.6 (. Each buf) 136.44 712 P -0.6 (fer used in most tests is considered to be typeless contiguous buf) 186.4 712 P -0.6 (fer space.) 489.84 712 P -0.71 (Data stored in the buf) 108 698 P -0.71 (fer could be packed together regardless of whether the actual datatype) 208.92 698 P (used is the same as the value de\336ned in MPITEST_BUF_TYPE. The values of) 108 684 T -0.23 (MPITEST_BUF_TYPE and MAX_BUFF_SIZE together determine the total buf) 108 670 P -0.23 (fer space) 494.49 670 P (\050in bytes\051 available for most Fortran tests. Most Fortran library routines use both) 108 656 T (MAX_BUFF_SIZE and MPITEST_BUF_EXTENT to determine if the buf) 108 642 T (fer space is) 468.77 642 T (suf) 108 628 T (\336cient for testing with various datatypes. MPITEST_BUF_EXTENT is needed since) 122.45 628 T (there is no portable and built in facility in Fortran 77 to calculate the size of a type. In) 108 614 T (general, MPITEST_BUF_TYPE must be de\336ned to be the lar) 108 600 T (gest datatype supported by) 403.43 600 T -0.43 (the Fortran compiler used and MPITEST_BUF_EXTENT must be de\336ned to be the extent) 108 586 P (of the lar) 108 572 T (gest datatype.) 151.1 572 T 1 F (13.5) 108 552 T (Changing library r) 144 552 T (outines) 241.13 552 T 0 F (The MPI V) 108 532 T (alidation suite comes with a set of common library routines. They handle the) 161.33 532 T (following tasks:) 108 518 T (-) 108 498 T (Initialization) 126 498 T (-) 108 478 T (All I/O and command line processing) 126 478 T (-) 108 458 T (Parsing of con\336guration \336le options \050message sizes, data types,) 126 458 T (communicators\051for functional tests) 126 438 T (-) 108 418 T (Most initialization of data areas) 126 418 T (-) 108 398 T (Most veri\336cation of data received) 126 398 T (-) 108 378 T (Results reporting) 126 378 T (They should suit most purposes but some users may wish to modify it for some system) 108 358 T (speci\336c support. This section would describe where each feature of the library is / are) 108 344 T (handled. The following table lists some of the library routines and what they are) 108 330 T (responsible for) 108 316 T (. This should serve as a good index for users who may wish to modify or) 178.99 316 T (develop new ones to suit their purpose. For more documentation on each of these library) 108 302 T -0.28 (routine, please refer to the source code of the library in $MPITEST/lib/libmpitest.c for the) 108 288 P (C version or $MPITEST_HOME/lib/libmpitestf.F for the Fortran version.) 108 274 T 1 F (T) 241.16 250 T (able 7: Library r) 248.06 250 T (outines) 334.17 250 T 0 F (Routine name) 182.5 224 T (Description) 386 224 T (MPITEST_buf) 114 200 T (fer_errors\050\051) 185.78 200 T (Check data received in buf) 330 200 T (fer) 458.41 200 T (MPITEST_buf) 114 178 T (fer_errors_ov\050\051) 185.78 178 T (Make sure receiver does not) 330 178 T (receive more data than expected) 330 164 T (MPITEST_get_buf) 114 142 T (fer\050\051) 206.45 142 T (Allocate a buf) 330 142 T (fer space) 397.76 142 T (MPITEST_init\050\051) 114 120 T (Initialize library - all tests call this) 330 120 T (immediately after MPI_Init\050\051) 330 106 T (MPITEST_init_buf) 114 84 T (fer\050\051) 207.79 84 T (Initialize a buf) 330 84 T (fer with data) 399.77 84 T 108 239.75 108 76.25 2 L V 0.5 H 0 Z N 324 240.25 324 75.75 2 L V N 504 239.75 504 76.25 2 L V N 107.75 240 504.25 240 2 L V N 107.75 214 504.25 214 2 L V N 107.75 192 504.25 192 2 L V N 107.75 156 504.25 156 2 L V N 107.75 134 504.25 134 2 L V N 107.75 98 504.25 98 2 L V N 107.75 76 504.25 76 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "27" 141 %%Page: "26" 142 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (26) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 2 F ( & MPITEST_REAL2) 108 713.33 T ( & MPITEST_REAL4, MPITEST_REAL8,) 108 696.33 T ( & MPITEST_DOUBLE_COMPLEX,) 108 679.33 T ( & MPITEST_END_TOKEN, 0, 0, ... ,0 /) 108 662.33 T 1 12 Q (13.4.3) 108 603 T (Display format for differ) 153 603 T (ent datatypes) 279.76 603 T 0 F -0.39 (The following are the display formats for various Fortran datatypes. They are also de\336ned) 108 583 P (in $MPITEST_HOME/include/foptions.h.) 108 569 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (These are created so that output format could be easily changed in various system) 108 219 T (environments.) 108 205 T 1 F (13.4.4) 108 185 T (T) 153 185 T (est buffer type) 159.9 185 T 0 F -0.04 (In order for tests to be able to use the same buf) 108 165 P -0.04 (fer for various MPI datatypes, the buf) 332.27 165 P -0.04 (fer is) 512.76 165 P (de\336ned to be of type MPITEST_BUF_TYPE in most Fortran tests.) 108 151 T (MPITEST_BUF_TYPE is a cpp MACRO \050in $MPITEST_HOME/include/foptions.h\051) 108 137 T (which by default is de\336ned to be DOUBLE COMPLEX. MPITEST_BUF_EXTENT is) 108 123 T (de\336ned to be the extent \050in bytes\051 of the Fortran type de\336ned in MPITEST_BUF_TYPE.) 108 109 T (There is also a Fortran constant MAX_BUFF_SIZE \050in $MPITEST_HOME/include/) 108 95 T (mpitestf.h\051 which determines the number of MPITEST_BUF_TYPE elements in each) 108 81 T (MACRO) 194 537 T (Default V) 380.84 537 T (alue) 427.16 537 T (INT_FMT) 114 513 T (I10) 330 513 T (REAL_FMT) 114 491 T (F10.2) 330 491 T (COMPLEX_FMT) 114 469 T (F10.2, F10.2) 330 469 T (DOUBLE_FMT) 114 447 T (D20.4) 330 447 T (CHAR_FMT) 114 425 T (A) 330 425 T (LOG_FMT) 114 403 T (L1) 330 403 T (INT1_FMT) 114 381 T (I3) 330 381 T (INT2_FMT) 114 359 T (I5) 330 359 T (INT4_FMT) 114 337 T (I10) 330 337 T (REAL2_FMT) 114 315 T (F10.2) 330 315 T (REAL4_FMT) 114 293 T (F10.2) 330 293 T (REAL8_FMT) 114 271 T (F10.2) 330 271 T (DCOMPLEX_FMT) 114 249 T (D20.4, D20.4) 330 249 T 108 552.75 108 241.25 2 L V 0.5 H 0 Z N 324 553.25 324 240.75 2 L V N 504 552.75 504 241.25 2 L V N 107.75 553 504.25 553 2 L V N 107.75 527 504.25 527 2 L V N 107.75 505 504.25 505 2 L V N 107.75 483 504.25 483 2 L V N 107.75 461 504.25 461 2 L V N 107.75 439 504.25 439 2 L V N 107.75 417 504.25 417 2 L V N 107.75 395 504.25 395 2 L V N 107.75 373 504.25 373 2 L V N 107.75 351 504.25 351 2 L V N 107.75 329 504.25 329 2 L V N 107.75 307 504.25 307 2 L V N 107.75 285 504.25 285 2 L V N 107.75 263 504.25 263 2 L V N 107.75 241 504.25 241 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "26" 142 %%Page: "25" 143 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (25) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (13.4.1) 108 712 T (Fortran command line option pr) 153 712 T (ocessing) 319.45 712 T 0 F (The validation suite does not require the underlying Fortran compiler used to support) 108 692 T (Fortran command line options handling. It is set up to handle Fortran command line) 108 678 T (options if it is available. W) 108 664 T (ith command line options, the run time environment is much) 240.52 664 T (more friendly) 108 650 T (. Changing test parameter\050s\051, turning on debugging output, etc could be) 172.87 650 T (handled by command line options. Fortran command line options are handled by non-) 108 636 T (Fortran 77 standard function IARGC\050\051 and GET) 108 622 T (ARG\050\051 \050both available in GNU Fortran) 339 622 T -0.17 (compiler\051 in the mpi test library routine MPITEST_GET_P) 108 608 P -0.17 (ARAMETER\050\051 and it assumes) 390.69 608 P -0.02 (that all command line option parameters be passed to all ranks using these functions. For) 108 594 P (platforms that of) 108 580 T (fers other ways of handling Fortran command line options processing,) 187.78 580 T -0.41 (users are free to make modi\336cation to the routine. In any case, all user can turn on / of) 108 566 P -0.41 (f the) 516.17 566 P (Fortran command line options processing using the compiler directive) 108 552 T (MPITEST_FCMDLINE, so this will allow all users to use the suite quickly without the) 108 538 T (need to make a lot of modi\336cation at \336rst. User should make sure that) 108 524 T -0.14 (MPITEST_FCMDLINE is #de\336ned to turn on Fortran command line options processing.) 108 510 P (It is of) 108 496 T (f by default for portability) 139.12 496 T (.) 263.65 496 T 1 F (13.4.2) 108 476 T (Fortran optional datatypes) 153 476 T 0 F -0.08 (There are a number of Fortran optional datatypes as de\336ned in the MPI Standard but does) 108 456 P -0.5 (not have to be supported by all MPI implementations. T) 108 442 P -0.5 (o turn on support for each optional) 373.84 442 P (datatype, make sure they are #de\336ned in $MPITEST_HOME/include/foptions.h:) 108 428 T (Users will need to add MPITEST_REAL4, MPITEST_REAL8,) 108 192 T -0.25 (MPITEST_DOUBLE_COMPLEX, MPITEST_INTEGER1, MPITEST_INTEGER2, and) 108 178 P -0.45 (/ or MPITEST_INTEGER4 to the type array in the con\336guration \336le \050$MPITEST_include/) 108 164 P (mpitest_cfgf.h\051 to con\336gure each test to use the optional datatypes) 108 150 T (The following is an example of the types array con\336gured to run test with all Fortran) 108 130 T (optional datatypes:) 108 116 T 2 10 Q ( DATA MPITEST_TYPES /) 108 97.33 T ( & MPITEST_INTEGER1, MPITEST_INTEGER2, MPITEST_INTEGER4,) 108 80.33 T 1 12 Q (T) 99.67 404 T (able 6: Compiler dir) 106.57 404 T (ective for turning on/off Fortran optional datatype support) 210.68 404 T 0 F (Directive) 193.67 378 T (Fortran Optional Datatype) 350.68 378 T (MPITEST_FREAL2_DEF) 114 354 T (REAL*2) 330 354 T (MPITEST_FREAL4_DEF) 114 332 T (REAL*4) 330 332 T (MPITEST_FREAL8_DEF) 114 310 T (REAL*8) 330 310 T (MPITEST_FDOUBLE_COMPLEX_DEF) 114 288 T (DOUBLE COMPLEX) 330 288 T (MPITEST_FINTEGER1_DEF) 114 266 T (INTEGER*1) 330 266 T (MPITEST_FINTEGER2_DEF) 114 244 T (INTEGER*2) 330 244 T (MPITEST_FINTEGER4_DEF) 114 222 T (INTEGER*4) 330 222 T 108 393.75 108 214.25 2 L V 0.5 H 0 Z N 324 394.25 324 213.75 2 L V N 504 393.75 504 214.25 2 L V N 107.75 394 504.25 394 2 L V N 107.75 368 504.25 368 2 L V N 107.75 346 504.25 346 2 L V N 107.75 324 504.25 324 2 L V N 107.75 302 504.25 302 2 L V N 107.75 280 504.25 280 2 L V N 107.75 258 504.25 258 2 L V N 107.75 236 504.25 236 2 L V N 107.75 214 504.25 214 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "25" 143 %%Page: "24" 144 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (24) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (Some examples of using the binary executable speci\336c options:) 108 692 T 115.33 670.69 108 670.69 2 L V 0.59 H 0 Z N (T) 108 672 T 377.14 670.69 114.49 670.69 2 L V N (o run test\050s\051 with only a message of length 1024 bytes:) 114.49 672 T 2 10 Q (mpitest -np 2 -length 1024) 108 653.33 T 115.33 632.69 108 632.69 2 L V N 0 12 Q (T) 108 634 T 303.13 632.69 114.49 632.69 2 L V N (o run test\050s\051 with message type integer:) 114.49 634 T 2 10 Q (mpitest -np 2 -type int) 108 615.33 T 115.33 594.69 108 594.69 2 L V N 0 12 Q (T) 108 596 T 347.8 594.69 114.49 594.69 2 L V N (o run test\050s\051 with message type integer and \337oat:) 114.49 596 T 2 10 Q (mpitest -np 2 -type int,f) 108 577.33 T (loat) 258 577.33 T 115.33 556.69 108 556.69 2 L V N 0 12 Q (T) 108 558 T 512.82 556.69 114.49 556.69 2 L V N (o run test\050s\051 with communicator MPI_COMM_WORLD and MPI_COMM_SELF:) 114.49 558 T 2 10 Q (mpitest -np 2 -context world,self) 108 539.33 T 1 12 Q (13.3) 108 520 T (C speci\336c con\336gurations) 144 520 T 0 F (All of the C speci\336c con\336guration are in $MPITEST_HOME/include/mpitest_def.h) 108 500 T (There are a number of things user can con\336gure in this \336le.) 108 480 T 1 F (13.3.1) 108 460 T (C optional datatypes) 153 460 T 0 F (Long long is optional C datatypes per) 108 440 T 3 F (MPI Standar) 291.66 440 T (d v1.1) 353.54 440 T 0 F (. There is a compiler directive) 382.87 440 T (that turn on or of) 108 426 T (f the support for the datatype:) 189.11 426 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (User will need to add MPITEST_longlong, and in the con\336guration \336le) 108 320 T -0.1 (\050$MPITEST_HOME/include/mpitest_cfg.h\051 in order to con\336gure tests to use the optional) 108 306 P (type\050s\051 in testing.) 108 292 T (The following is an example of the types array con\336gured to run test with all C optional) 108 272 T (datatypes:) 108 258 T 2 10 Q (int MPITEST_types[] =) 108 239.33 T ({) 108 222.33 T (MPITEST_longlong, MPITEST_long_double, MPITEST_END_TOKEN) 108 205.33 T (};) 108 188.33 T 1 12 Q (13.3.2) 108 169 T (C Con\336guration arrays size) 153 169 T 0 F -0.71 (MPITEST_CONFIG_ARRA) 108 149 P -0.71 (Y_SIZE is de\336ned to be the maximum number of entries each) 246.9 149 P (con\336guration array\051. It is set to 128 by default but user can increase or decrease it as) 108 135 T (desired.) 108 121 T 1 F (13.4) 108 101 T (Fortran speci\336c con\336gurations) 144 101 T 0 F (All of the Fortran speci\336c con\336gurations are in $MPITEST_HOME/include/foptions.h.) 108 81 T (Directive) 193.67 374 T (C Optional Datatype) 364.34 374 T (MPITEST_longlong_def) 114 350 T (long long) 330 350 T 108 389.75 108 342.25 2 L V 0.5 H N 324 390.25 324 341.75 2 L V N 504 389.75 504 342.25 2 L V N 107.75 390 504.25 390 2 L V N 107.75 364 504.25 364 2 L V N 107.75 342 504.25 342 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "24" 144 %%Page: "23" 145 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (23) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (individual test and the con\336guration \336le for more details.) 108 712 T 1 F (13.2.3) 108 672 T (Command line options) 153 672 T 0 F (Users may also override some of the test parameters using the binary executable speci\336c) 108 652 T (options.) 108 638 T (Please refer to section 18.0 for more details on dif) 108 618 T (ferent options group for the mpitest) 347.74 618 T (driver) 108 604 T (. The following is for C tests only:) 136 604 T 0 10 Q (Usage: testname [-help] [-verbose n] [-type type_string]) 108 585.33 T ( [-context context_string] [-length length_string]) 108 570.33 T ( [-stdoutdir dirname]) 108 555.33 T (Options \050order is not important\051 :) 108 525.33 T ( -help generate this message) 108 510.33 T ( -verbose n Set verbosity \337ag to n, 0 <= n <= 2) 108 480.33 T ( -length length_string use message length\050s\051 speci\336ed by length_string) 108 450.33 T ( length_string = length_token[,length_token,...]) 108 435.33 T ( length_token = length \0500<=length\051 or) 108 420.33 T ( \322mult,start,end,inc\323 \0500) 286.8 648 T (Duped communicator) 380.4 662 T (\050MPI_Comm_dup\050\051\051.) 380.4 648 T (MPITEST_comm_type_inter) 114 626 T (2 s) 286.8 612 T (Inter) 380.4 626 T (-communicator) 402.82 626 T (.) 475.48 626 T 1 F (T) 205.89 560 T (able 5: Communicator rank speci\336ers) 212.79 560 T 0 F (Communicator size speci\336ers) 123.41 534 T (Ar) 303.38 534 T (gument) 315.82 534 T (Description) 411.2 534 T (MPITEST_comm_last_rank) 114 510 T (N/A) 286.8 510 T -0.55 (Speci\336es the last rank in) 380.4 510 P (the current parent com-) 380.4 496 T (municator) 380.4 482 T (.) 428.4 482 T (MPITEST_comm_inc) 114 460 T (,) 286.8 460 T (,) 286.8 446 T () 286.8 432 T (Speci\336es list of ranks:) 380.4 460 T (, + ,) 380.4 432 T ( + 2 *) 380.4 418 T (, ..., lar) 380.4 404 T (gest) 475.37 404 T (value in the sequence) 380.4 390 T (<= ) 380.4 376 T (MPITEST_node_list) 114 354 T (, ,) 286.8 354 T (, ...) 286.8 340 T () 286.8 326 T (Speci\336es list of ranks) 380.4 354 T (, , ...,) 380.4 340 T () 380.4 326 T 1 F (T) 208.9 712 T (able 4: Communicator size speci\336ers) 215.8 712 T 0 F (Communicator speci\336ers) 134.24 686 T (Ar) 303.38 686 T (gument) 315.82 686 T (Description) 411.2 686 T 108 701.75 108 604.25 2 L V 0.5 H 0 Z N 280.8 702.25 280.8 603.75 2 L V N 374.4 702.25 374.4 603.75 2 L V N 504 701.75 504 604.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 640 504.25 640 2 L V N 107.75 604 504.25 604 2 L V N 108 549.75 108 318.25 2 L V N 280.8 550.25 280.8 317.75 2 L V N 374.4 550.25 374.4 317.75 2 L V N 504 549.75 504 318.25 2 L V N 107.75 550 504.25 550 2 L V N 107.75 524 504.25 524 2 L V N 107.75 474 504.25 474 2 L V N 107.75 368 504.25 368 2 L V N 107.75 318 504.25 318 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "22" 146 %%Page: "21" 147 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (21) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 2 F (/*39*/ MPITEST_END_TOKEN) 108 696.33 T (}) 108 679.33 T 0 12 Q (The above shows a communicator sizes array in the default con\336guration \336le. The) 108 660 T (communicators array contains token\050s\051 to specify the size of communicator\050s\051 to be) 108 646 T -0.57 (generated in most tests. It needs to be con\336gured so that there is at least one communicator) 108 632 P -0.27 (size token in the array and is terminated by MPITEST_END_T) 108 618 P -0.27 (OKEN or some of the tests) 408.97 618 P -0.88 (will not be con\336gured correctly) 108 604 P -0.88 (. The following shows the syntax of the communicator sizes) 255.02 604 P (array:) 108 590 T 2 10 Q (int MPITEST_comm_sizes[] = {) 108 571.33 T ([, ]+ MPITEST_END_TOKEN) 108 554.33 T (}) 108 537.33 T 0 F (where) 108 520.33 T ( ::) 108 503.33 T (MPITEST_comm_type_world |) 261 503.33 T (MPITEST_comm_type_self |) 261 486.33 T (MPITEST_comm_type_mer) 261 469.33 T (ge) 375.26 469.33 T () 396 469.33 T ( |) 396 452.33 T (MPITEST_comm_type_create) 261 435.33 T ( |) 396 435.33 T (MPITEST_comm_type_split) 261 418.33 T () 396 418.33 T ( |) 396 401.33 T (MPITEST_comm_type_dup) 261 384.33 T ( |) 396 384.33 T (MPITEST_comm_type_inter) 261 367.33 T () 396 367.33 T () 396 348 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (T) 208.9 284 T (able 4: Communicator size speci\336ers) 215.8 284 T 0 F (Communicator speci\336ers) 134.24 258 T (Ar) 303.38 258 T (gument) 315.82 258 T (Description) 411.2 258 T (MPITEST_comm_type_world) 114 234 T (N/A) 286.8 234 T (MPI_COMM_WORLD) 380.4 234 T (MPITEST_comm_type_self) 114 212 T (N/A) 286.8 212 T (MPI_COMM_SELF) 380.4 212 T (.) 478.79 212 T (MPITEST_comm_type_mer) 114 190 T (ge) 251.11 190 T (2 s) 286.8 176 T (Mer) 380.4 190 T (ged communicator) 400.18 190 T (\050MPI_Comm_mer) 380.4 176 T (ge\050\051\051.) 468.85 176 T (MPITEST_comm_type_create) 114 154 T () 286.8 140 T (Creating a new commu-) 380.4 154 T -0.59 (nicator using the rank\050s\051) 380.4 140 P (\050MPI_Comm_create\050\051\051) 380.4 126 T (MPITEST_comm_type_split) 114 104 T (2 s) 286.8 90 T (Split communicator) 380.4 104 T (\050MPI_Comm_split\050\051\051.) 380.4 90 T 108 273.75 108 82.25 2 L V 0.5 H 0 Z N 280.8 274.25 280.8 81.75 2 L V N 374.4 274.25 374.4 81.75 2 L V N 504 273.75 504 82.25 2 L V N 107.75 274 504.25 274 2 L V N 107.75 248 504.25 248 2 L V N 107.75 226 504.25 226 2 L V N 107.75 204 504.25 204 2 L V N 107.75 168 504.25 168 2 L V N 107.75 118 504.25 118 2 L V N 107.75 82 504.25 82 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "21" 147 %%Page: "20" 148 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (20) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (13.2.1.3) 108 526 T (Communicators) 162 526 T 2 10 Q (int MPITEST_comm_sizes[MPITEST_CONFIG_ARRAY_SIZE] =) 108 507.33 T ({) 108 490.33 T (/*0*/ MPITEST_comm_type_world,) 108 473.33 T (/*1*/ MPITEST_comm_type_self,) 108 439.33 T (/*2*/ MPITEST_comm_type_merge,) 108 405.33 T (/*3*/ MPITEST_comm_type_create,) 108 388.33 T (/*4*/ MPITEST_comm_inc, 1, 4, 2,) 108 371.33 T (/*8*/ MPITEST_comm_type_create,) 108 354.33 T (/*9*/ MPITEST_comm_inc, 2, MPITEST_comm_last_rank, 2,) 108 337.33 T (/*13*/ MPITEST_comm_type_split,) 108 303.33 T (/*14*/ MPITEST_comm_inc, 1, MPITEST_comm_last_rank, 2,) 108 286.33 T (/*18*/ MPITEST_comm_type_split,) 108 252.33 T (/*19*/ MPITEST_node_list, 2, 0, 2,) 108 235.33 T (/*23*/ MPITEST_comm_type_dup,) 108 201.33 T (/*24*/ MPITEST_comm_inc, 0, MPITEST_comm_last_rank, 3,) 108 184.33 T (/*28*/ MPITEST_comm_type_inter,) 108 150.33 T (/*29*/ MPITEST_comm_type_create,) 108 133.33 T (/*30*/ MPITEST_comm_inc, 1, 4, 2,) 108 116.33 T (/*34*/ MPITEST_comm_type_create,) 108 99.33 T (/*35*/ MPITEST_comm_inc, 2, MPITEST_comm_last_rank, 2,) 108 82.33 T 0 12 Q (MPI_INTEGER4) 114 662 T (MPITEST_INTEGER4) 315.6 662 T (MPI_REAL2) 114 640 T (MPITEST_REAL2) 315.6 640 T (MPI_REAL4) 114 618 T (MPITEST_REAL4) 315.6 618 T (MPI_REAL8) 114 596 T (MPITEST_REAL8) 315.6 596 T (MPI_DOUBLE_COMPLEX) 114 574 T (MPITEST_DOUBLE_COMPLEX) 315.6 574 T 1 F (T) 172.55 712 T (able 3: MPITEST Fortran datatype speci\336er token) 179.45 712 T 0 F (MPI Fortran data type) 155.64 686 T (MPITEST Fortran datatype token) 325.97 686 T 108 701.75 108 566.25 2 L V 0.5 H 0 Z N 309.6 702.25 309.6 565.75 2 L V N 504 701.75 504 566.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 654 504.25 654 2 L V N 107.75 632 504.25 632 2 L V N 107.75 610 504.25 610 2 L V N 107.75 588 504.25 588 2 L V N 107.75 566 504.25 566 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "20" 148 %%Page: "19" 149 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (19) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (some of the tests will not be con\336gured correctly) 108 712 T (. The following table shows all the MPI) 341.86 712 T (types and their corresponding MPITEST datatype tokens.) 108 698 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 F (T) 188.55 674 T (able 2: MPITEST C datatype speci\336er token) 195.45 674 T 0 F (MPI C data type) 169.3 648 T (MPITEST C datatype token) 339.64 648 T (MPI_CHAR) 114 624 T (MPITEST_char) 315.6 624 T (MPI_SHOR) 114 602 T (T) 172.62 602 T (MPITEST_short_int) 315.6 602 T (MPI_INT) 114 580 T (MPITEST_int) 315.6 580 T (MPI_LONG) 114 558 T (MPITEST_long) 315.6 558 T (MPI_UNSIGNED_CHAR) 114 536 T (MPITEST_unsigned_char) 315.6 536 T (MPI_UNSIGNED_SHOR) 114 514 T (T) 239.94 514 T (MPITEST_unsigned_short) 315.6 514 T (MPI_UNSIGNED) 114 492 T (MPITEST_unsigned) 315.6 492 T (MPI_UNSIGNED_LONG) 114 470 T (MPITEST_long) 315.6 470 T (MPI_FLOA) 114 448 T (T) 171.34 448 T (MPITEST_\337oat) 315.6 448 T (MPI_DOUBLE) 114 426 T (MPITEST_double) 315.6 426 T (MPI_LONG_DOUBLE) 114 404 T (MPITEST_long_double) 315.6 404 T (MI_LONG_LONG_INT) 114 382 T (MPITEST_longlong) 315.6 382 T (Derived datatype 1) 114 360 T (MPITEST_derived1) 315.6 360 T (Derived datatype 2) 114 338 T (MPITEST_derived2) 315.6 338 T 1 F (T) 172.55 284 T (able 3: MPITEST Fortran datatype speci\336er token) 179.45 284 T 0 F (MPI Fortran data type) 155.64 258 T (MPITEST Fortran datatype token) 325.97 258 T (MPI_INTEGER) 114 234 T (MPITEST_INTEGER) 315.6 234 T (MPI_REAL) 114 212 T (MPITEST_REAL) 315.6 212 T (MPI_DOUBLE_PRECISION) 114 190 T (MPITEST_DOUBLE_PRECISION) 315.6 190 T (MPI_COMPLEX) 114 168 T (MPITEST_COMPLEX) 315.6 168 T (MPI_LOGICAL) 114 146 T (MPITEST_LOGICAL) 315.6 146 T (MPI_CHARACTER) 114 124 T (MPITEST_CHARACTER) 315.6 124 T (MPI_INTEGER1) 114 102 T (MPITEST_INTEGER1) 315.6 102 T (MPI_INTEGER2) 114 80 T (MPITEST_INTEGER2) 315.6 80 T 108 663.75 108 330.25 2 L V 0.5 H 0 Z N 309.6 664.25 309.6 329.75 2 L V N 504 663.75 504 330.25 2 L V N 107.75 664 504.25 664 2 L V N 107.75 638 504.25 638 2 L V N 107.75 616 504.25 616 2 L V N 107.75 594 504.25 594 2 L V N 107.75 572 504.25 572 2 L V N 107.75 550 504.25 550 2 L V N 107.75 528 504.25 528 2 L V N 107.75 506 504.25 506 2 L V N 107.75 484 504.25 484 2 L V N 107.75 462 504.25 462 2 L V N 107.75 440 504.25 440 2 L V N 107.75 418 504.25 418 2 L V N 107.75 396 504.25 396 2 L V N 107.75 374 504.25 374 2 L V N 107.75 352 504.25 352 2 L V N 107.75 330 504.25 330 2 L V N 108 273.75 108 72.25 2 L V N 309.6 274.25 309.6 71.75 2 L V N 504 273.75 504 72.25 2 L V N 107.75 274 504.25 274 2 L V N 107.75 248 504.25 248 2 L V N 107.75 226 504.25 226 2 L V N 107.75 204 504.25 204 2 L V N 107.75 182 504.25 182 2 L V N 107.75 160 504.25 160 2 L V N 107.75 138 504.25 138 2 L V N 107.75 116 504.25 116 2 L V N 107.75 94 504.25 94 2 L V N 107.75 72 504.25 72 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "19" 149 %%Page: "18" 150 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (18) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (Therefore, the above example message lengths array is equivalent to the following:) 108 500 T 2 10 Q (int MPITEST_message_lengths[MPITEST_CONFIG_ARRAY_SIZE] =) 108 481.33 T ({) 108 464.33 T ( 0,) 108 447.33 T ( 8, 80, 800, 8000) 108 430.33 T ( 320, 320, 320, 320, 320, 320, 320, 320,) 108 413.33 T ( 48,) 108 396.33 T ( 1016, 1024, 1032,) 108 379.33 T ( 65536,) 108 362.33 T ( MPITEST_END_TOKEN) 108 345.33 T ( };) 108 328.33 T 0 12 Q -0.53 (The message length speci\336ers are the same for Fortran. The Fortran message lengths array) 108 309 P (is in the same format except in the Fortran syntax.) 108 295 T 1 F (13.2.1.2) 108 275 T (Datatypes) 162 275 T 2 10 Q (int MPITEST_types[] =) 108 256.33 T ({) 108 239.33 T (MPITEST_int, MPITEST_short_int, MPITEST_long, MPITEST_unsigned_short,) 108 222.33 T (MPITEST_unsigned, MPITEST_unsigned_long, MPITEST_f) 108 205.33 T (loat, MPITEST_double,) 408 205.33 T (MPITEST_char, MPITEST_unsigned_char, MPITEST_long_double, MPITEST_byte,) 108 188.33 T (MPITEST_derived1,MPITEST_derived2,MPITEST_END_TOKEN) 108 171.33 T (};) 108 154.33 T 0 12 Q (The above shows a datatypes array in the default con\336guration \336le. Instead of using the) 108 135 T (MPI type names directly from the) 108 121 T 3 F (MPI Standar) 273.31 121 T (d) 335.2 121 T 0 F (, we chose to us a dif) 341.2 121 T (ferent set so that an) 441.96 121 T -0.02 (MPITEST_END_T) 108 107 P -0.02 (OKEN can be added to the list portably) 201.78 107 P -0.02 (. The datatypes array contains) 390.49 107 P (datatypes to be used in most functional tests. It needs to be con\336gured so that there is at) 108 93 T (least one datatype token in the array and be terminated by MPITEST_END_T) 108 79 T (OKEN or) 482.05 79 T (MPITEST_MUL) 114 662 T (T_INC) 195.56 662 T ( , ) 258 634 T (message length speci\336ed) 366 662 T (are: , * ,) 366 634 T ( * * , ...,) 366 606 T (.) 366 592 T (MPITEST_REPEA) 114 570 T (T) 206.68 570 T (, ) 258 556 T (message length speci\336ed) 366 570 T (are: , , ...,) 366 556 T ( \050) 366 542 T (s\051.) 366 528 T 1 F (T) 221.89 712 T (able 1: Message length speci\336er) 228.79 712 T 0 F (Message length speci\336er) 120.68 686 T (Ar) 281.78 686 T (gument) 294.22 686 T (Description) 404 686 T 108 701.75 108 520.25 2 L V 0.5 H 0 Z N 252 702.25 252 519.75 2 L V N 360 702.25 360 519.75 2 L V N 504 701.75 504 520.25 2 L V N 107.75 702 504.25 702 2 L V N 107.75 676 504.25 676 2 L V N 107.75 584 504.25 584 2 L V N 107.75 520 504.25 520 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "18" 150 %%Page: "17" 151 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (17) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (mpitest_cfg.h\051 and one for the Fortran version \050$MPITEST_HOME/include/) 108 712 T (mpitest_cfgf.h\051. The following describes the con\336guration arrays in each con\336guration) 108 698 T (\336le.) 108 684 T 1 F (13.2.1.1) 108 664 T (Message lengths) 162 664 T 2 10 Q (int MPITEST_message_lengths[MPITEST_CONFIG_ARRAY_SIZE] =) 108 645.33 T ({) 108 628.33 T ( 0,) 108 611.33 T ( MPITEST_MULT_INC, 8, 8000, 10,) 108 594.33 T ( MPITEST_REPEAT, 320, 8,) 108 577.33 T ( 48,) 108 560.33 T ( MPITEST_ADD_INC, 1016, 1032, 8,) 108 543.33 T ( 65536,) 108 526.33 T ( MPITEST_END_TOKEN) 108 509.33 T ( };) 108 492.33 T 0 12 Q (The above shows the message length array in a default C con\336guration \336le. The array) 108 473 T (contains values to be used as message lengths \050in bytes\051 for functional tests. The array) 108 459 T (should always contains at least one message length and be terminated by) 108 445 T (MPITEST_END_T) 108 431 T (OKEN or the tests will not be con\336gured correctly) 201.78 431 T (. The following) 443.63 431 T (shows the format of the array \050+ means one of more\051:) 108 417 T 2 10 Q (int MPITEST_message_lengths[MPITEST_CONFIG_ARRAY_SIZE] =) 108 398.33 T ({) 108 381.33 T ([, ]+ MPITEST_END_TOKEN) 108 364.33 T (};) 108 347.33 T 0 F (where) 108 313.33 T ( :: | , [, ]*) 108 296.33 T 0 12 Q -0.83 (That is, the message lengths array contains a non-empty set of message length tokens. Each) 108 277 P -0.02 (token can be an integer or it can be a message length speci\336er followed by its ar) 108 263 P -0.02 (gument\050s\051) 491.34 263 P 1 F (T) 221.89 239 T (able 1: Message length speci\336er) 228.79 239 T 0 F (Message length speci\336er) 120.68 213 T (Ar) 281.78 213 T (gument) 294.22 213 T (Description) 404 213 T (MPITEST_ADD_INC) 114 189 T -0.1 (, , ) 258 161 T (message lengths speci\336ed) 366 189 T (are: , + ,) 366 161 T ( + 2 * , ..., .) 366 133 T 108 228.75 108 125.25 2 L V 0.5 H 0 Z N 252 229.25 252 124.75 2 L V N 360 229.25 360 124.75 2 L V N 504 228.75 504 125.25 2 L V N 107.75 229 504.25 229 2 L V N 107.75 203 504.25 203 2 L V N 107.75 125 504.25 125 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "17" 151 %%Page: "16" 152 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (16) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 14 Q (13.0) 72 710.67 T (Envir) 108 710.67 T (onment and Advanced Con\336guration) 141.98 710.67 T 1 12 Q (13.1) 108 682 T (Changing the envir) 144 682 T (onment) 242.46 682 T (13.1.1) 108 662 T (Envir) 153 662 T (onment \336le) 182.12 662 T 0 F (The platform speci\336c environment resides in $MPITEST_HOME/bin/mpitest..env by default. Users may provide their own environment using the -env option of) 108 628 P -0.67 (the mpitest driver) 108 614 P -0.67 (. The -env option takes an ar) 190.66 614 P -0.67 (gument of \336lename \050relative or absolute path) 325.72 614 P (name\051. Please refer to section 17 for details on the environment \336le.) 108 600 T 1 F (13.1.2) 108 580 T (Manually overriding envir) 153 580 T (onment) 288.79 580 T 0 F -0.45 (Users may also elect to override a subset of environment variables by a manual set without) 108 560 P (changing the environment or providing a separate version of the environment \336le. For) 108 546 T (example, if you wish to use a dif) 108 532 T (ferent C compiler for a particular run, you may do the) 264.43 532 T (following in csh before invoking the mpitest driver:) 108 518 T (setenv MPITEST_CC /usr/local/bin/gcc) 108 498 T (This newly set value will apply during the life of the shell where the environment is) 108 478 T -0.42 (explicitly overridden so long as the mpitest test driver is invoked there as well. For a more) 108 464 P -0.72 (persistent change, users may wish to provide a full environment in a separate \336le. For more) 108 450 P (details on the driver environment, please refer to section 17.0.) 108 436 T 1 F (13.2) 108 416 T (Changing test parameters) 144 416 T (13.2.1) 108 396 T (Con\336guration \336le) 153 396 T 0 F -0.53 (Some functional test parameters are not in the test but in a con\336guration \336le \050mpitest_cfg.h) 108 376 P (for C and mpitest_cfgf.h for Fortran\051. A con\336guration \336le contains information such as) 108 362 T -0.8 (lengths of messages to be sent, communicators, datatypes, compiler directives, macros, and) 108 348 P (some globally de\336ned constants. This is so a user may change a parameter in one place) 108 334 T (without having to change all the tests if a dif) 108 320 T (ferent set of testing parameters is desired.) 321.43 320 T -0.29 (Users may also wish to create a local con\336guration \336le \050residing in the test directory\051 for a) 108 306 P -0.25 (particular test. When compiling tests, the make rules of the mpitest utility will \336rst search) 108 292 P (for a local con\336guration \336le. If that does not succeed, it will use the global default) 108 278 T (con\336guration \336le \050in $MPITEST_HOME/include\051.) 108 264 T -0.72 (Users may also \336nd the \336rst time they run the validation suite on a new implementation that) 108 244 P -0.05 (there are just too many failures to analyze at once and desire a more systematic approach,) 108 230 P -0.58 (or the tests are too big and take too long to run. By modifying the con\336guration \336les, many) 108 216 P -0.81 (of the functional tests may be made as simple or stressful as desired. In addition, items such) 108 202 P (as message lengths may be increased or decreased which would change the amount of) 108 188 T (memory required to run a test. Y) 108 174 T (ou may also decide to test one datatype at a time, or just) 266.77 174 T (MPI_COMM_WORLD, or any other combination without having to modify tests.) 108 160 T 3 F (IMPORT) 272.61 140 T (ANT NOTE:) 315.71 140 T -0.39 (Extra car) 144 120 P -0.39 (e must be taken to pr) 188.83 120 P -0.39 (ovide valid input in the con\336guration \336les, as) 286.77 120 P (they will be consider) 144 106 T (ed corr) 243.22 106 T (ect input to MPI calls.) 277.76 106 T 0 F (There are 2 con\336guration \336les. One for the C version \050$MPITEST_HOME/include/) 108 86 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "16" 152 %%Page: "15" 153 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (15) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 2 F ( -f MPI_Cancel_err1.INTEL_paragon_nx_4_L) 108 713.33 T (MPI_Cancel_err1.sx ===> MPI_Cancel_err1.INTEL_paragon_nx_4_L) 108 696.33 T (MPI_Cancel_err1.INTEL_paragon_nx_4_L ===>) 108 679.33 T (MPI_Cancel_err1.INTEL_paragon_nx_4_R) 108 667.33 T (TEST_RESULT: F \050found FAILED\051 hostname 5 #4 MPI_Cancel_err1) 108 650.33 T (MPI_Cancel_err1.INTEL_paragon_nx_4_R test failed.) 108 633.33 T 0 12 Q (From the output with -verbose 2, one could \336nd out the core \336le was generated when the) 108 594 T -0.18 (test program \050rank 0\051 is cancelling an inactive request. -verbose may not be supported for) 108 580 P -0.73 (Fortran tests since there is no standard way to handle command line ar) 108 566 P -0.73 (guments in that case.) 436.99 566 P (Y) 108 552 T (ou must modify MPITEST_VERBOSE manually and recompile the test library and the) 115.46 552 T (test to use it.) 108 538 T 1 F (12.1.2) 108 518 T (What to look for in test failur) 153 518 T (es) 303.44 518 T 0 F (Each test detects incorrect result \050such as corrupted or incorrect data or an unexpected) 108 498 T -0.6 (error\051, it will generate a message to the log \336le describing the problem as best as it can. For) 108 484 P -0.48 (most tests, look for the keyword \322F) 108 470 P -0.48 (AILED\323, \322MPITEST error\323, or \322MPITEST_ERROR\323.) 273.91 470 P -0.86 (Where these are found should be fairly close to where the failure occurs. It is recommended) 108 456 P -0.4 (that the user look at the test log \336le around these areas and not the area just below or above) 108 442 P (since in a parallel environment, each unit output from each ranks could be mixed up on) 108 428 T (some systems.) 108 414 T (In a case of a test hang or system crash, the test log \336le, test result \336le, and the make log) 108 394 T (\336le may not be completely generated.) 108 380 T 1 F (12.2) 108 360 T (T) 144 360 T (est r) 150.9 360 T (esults gathering utility) 173 360 T 0 F -0.37 (In the bin directory of the package, there is a test results gathering utility: mpiresults. This) 108 340 P (utility gathers information from all the results \336les from the tests speci\336ed, and generates) 108 326 T (a simple report \050results._\051 in the current directory) 108 312 T (where mpiresults is invoked.) 108 298 T -0.49 (Similar to the mpitest driver) 108 278 P -0.49 (, it supports -arch, -env\336le, -np, -testlist, and a number of other) 240.9 278 P (options. T) 108 264 T (ype mpiresults -help for more details.) 158.83 264 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "15" 153 %%Page: "14" 154 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (14) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (12.1) 108 712 T (Analyzing test failur) 144 712 T (es) 248.45 712 T (12.1.1) 108 692 T (-verbose option) 153 692 T 0 F (The -verbose option may be helpful for debugging problem\050s\051 using a test. It takes one) 108 672 T (integer ar) 108 658 T (gument of verbosity level \0501 or 2\051. This option causes additional output to be) 153.43 658 T -0.29 (generated in the test log \336le and make log \336le at run time and hence may give more details) 108 644 P (on where the problem may lie. More output will be seen at verbosity level 2 than that of) 108 630 T -0.08 (verbosity level 1. Extra care must be taken when using -verbose, especially when using a) 108 616 P (lar) 108 602 T (ge number of ranks as the amount of output may be too lar) 120.44 602 T (ge to comprehend and may) 401.52 602 T -0.18 (also cause I/O issues \050output \336le too lar) 108 588 P -0.18 (ge, system may thrash,) 296.17 588 P 3 F -0.18 (etc) 408.1 588 P 0 F -0.18 (\051 on some systems. The) 422.09 588 P (following is an example of test run with and without the -verbose option:) 108 574 T 119.33 552.69 108 552.69 2 L V 0.59 H 0 Z N (W) 108 554 T 150.19 552.69 118.85 552.69 2 L V N (ithout:) 118.85 554 T (T) 108 534 T (est log \336le:) 114.49 534 T 0 10 Q (MPITEST info \0500\051: Starting MPI_Cancel_err1: Inactive request test) 108 515.33 T (Killed \050core dumped\051) 108 498.33 T 0 12 Q (Make log \336le:) 108 479 T 2 10 Q (node.c ===> node.INTEL_paragon_nx_bx) 108 460.33 T (MPI_Cancel_err1.sx ===> MPI_Cancel_err1.INTEL_paragon_nx_5_L) 108 443.33 T (MPI_Cancel_err1.INTEL_paragon_nx_5_L ===>) 108 426.33 T (MPI_Cancel_err1.INTEL_paragon_nx_5_R) 108 414.33 T (TEST_RESULT: F \050found FAILED\051 hostname 6 #5 MPI_Cancel_err1) 108 397.33 T (MPI_Cancel_err1.INTEL_paragon_nx_5_R test failed.) 108 380.33 T 119.33 339.69 108 339.69 2 L V N 0 12 Q (W) 108 341 T 188.17 339.69 118.85 339.69 2 L V N (ith -verbose 2:) 118.85 341 T (T) 108 321 T (est log \336le:) 114.49 321 T 2 10 Q (MPITEST info1 \0501\051: Receiving message from source: 0 to 1, tag: 1) 108 302.33 T (MPITEST info \0500\051: Starting MPI_Cancel_err1: Inactive request test) 108 285.33 T (MPITEST info1 \0500\051: Sending message from source 0 to 1, tag: 1) 108 268.33 T (MPITEST info1 \0500\051: Waiting for send request to be completed) 108 251.33 T (MPITEST info1 \0501\051: Verifying data received) 108 234.33 T (MPITEST info1 \0500\051: Cancelling an inactive request ...) 108 217.33 T (MPITEST info1 \0501\051: Verifying output status object) 108 200.33 T (MPITEST info1 \0501\051: Node results: pass=0, fail=0, verify=0) 108 183.33 T (Killed \050core dumped\051) 108 166.33 T 0 12 Q (Make log \336le:) 108 147 T 2 10 Q (MPI_Cancel_err1.sh ===> MPI_Cancel_err1.sx) 108 128.33 T (node.c ===> node.INTEL_paragon_nx_bx) 108 111.33 T -0.86 (icc -I. -I/usr/local/MPITEST/include -g -o node.INTEL_paragon_nx_bx node) 108 94.33 P -0.6 (.c -L/usr/local/MPITEST/lib -lmpitest_INTEL_paragon_nx -lmpi -nx ; rm) 108 77.33 P 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "14" 154 %%Page: "13" 155 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (13) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (1) 108 692 T (1.4) 113.34 692 T (-stdout\336le) 144 692 T 0 F (In a parallel environment, output from each rank can be mixed up with output from other) 108 672 T (ranks. The -stdout\336le option causes each rank to put their output in a \336le. All the \336les) 108 658 T -0.5 (created by each rank will be concatenated at the end of the test run ordered by rank number) 108 644 P -0.5 (.) 537 644 P (This way) 108 624 T (, the output from each rank is grouped together which may help debugging test) 151.55 624 T -0.71 (failures in some cases. The only requirement of the test river is that output be line buf) 108 610 P -0.71 (fered;) 509.72 610 P (i.e. a new-line terminated string will be printed intact but rank ordering is not required.) 108 596 T 1 14 Q (12.0) 72 566.67 T (Interpr) 108 566.67 T (eting or Analyzing T) 152.07 566.67 T (est Result) 274.07 566.67 T 0 12 Q (For each test, the test output is stored in the test log \336le \050.__L\051 residing in each test directory) 108 524 P -0.05 (. The test result \050Pass / Fail\051) 400.09 524 P (is in the test result \336le \050.__R\051 residing in) 108 510 T (each test directory) 108 496 T (. Compilation problem\050s\051 would be recorded in the make log \336le) 195.19 496 T (\050makelog._\051. The following shows an example of a result) 108 482 T (\336le for a test pass and a test failure:) 108 468 T 115.33 446.69 108 446.69 2 L V 0.59 H 0 Z N (T) 108 448 T 154.82 446.69 114.49 446.69 2 L V N (est pass:) 114.49 448 T 2 10 Q (TEST_RESULT: P hostname 31 #4 MPI_Bcast) 108 429.33 T 115.33 408.69 108 408.69 2 L V N 0 12 Q (T) 108 410 T 165.48 408.69 114.49 408.69 2 L V N (est failure:) 114.49 410 T 2 10 Q -1 (TEST_RESULT: F \050wrong PASSED count, Expected: 1, Actual: 0\051 hostname 6 #2) 108 391.33 P (MPI_Cancel_err1) 108 379.33 T 115.33 358.69 108 358.69 2 L V N 0 12 Q (T) 108 360 T 245.15 358.69 114.49 358.69 2 L V N (est to be manually veri\336ed:) 114.49 360 T 2 10 Q (TEST_RESULT: V mendel 339 #5 MPI_Bsend_perf) 108 341.33 T 0 12 Q -0.36 (The test result for each test is described by either P) 108 302 P -0.36 (, F) 347.66 302 P -0.36 (, or V in its test result \336le. A P stands) 359.01 302 P -0.28 (for a test pass, an F stands for a test failure and a V stands for a test with result not capable) 108 288 P (of being detected automatically and thus needs to be veri\336ed manually) 108 274 T (.) 445.84 274 T -0.26 (For each test failure, there is always a brief reason for the failure in the result \336le. It could) 108 254 P (be \322wrong P) 108 240 T (ASSED count\323 which says it is expecting to \336nd x number of the keyword) 166.88 240 T (\322P) 108 226 T (ASSED\323 in the test log \336le and did not \336nd them, or \322found F) 118.9 226 T (AILED\323 which says it) 415.34 226 T -0.63 (found the keyword \322F) 108 212 P -0.63 (AILED\323 in the test log \336le. In either case, further investigation of the) 210.87 212 P -0.76 (test log \336le and local make log \336le would need to be done in order to narrow down the cause) 108 198 P -0.15 (of the test failure. A test failure may be attributed to bug\050s\051 in the underlying hardware\050s\051) 108 184 P (or software\050s\051 or could simply be mistake\050s\051 in con\336guration. In any case, the test output) 108 170 T -0.53 (log should be used to narrow down any run time problem\050s\051 and the makelog \336le should be) 108 156 P (used to \336nd any compilation problem\050s\051.) 108 142 T -0.33 (There are 3 additional \336elds that may be useful to users in each result \336le - the name of the) 108 122 P (machine \050where the driver ran\051, the total execution time \050in seconds\051, and the number of) 108 108 T (ranks used \050pre\336xed by # in the result \336le\051. This information follows the letter P for test) 108 94 T (passes or the failure result \050in bracket\051 for test failures.) 108 80 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "13" 155 %%Page: "12" 156 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (12) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (template) 108 712 T 0 F (:) 152.65 712 T (Where all of the Make\336le and run script templates are located for adding new) 162 712 T (test\050s\051.) 162 698 T 1 F (Make\336le.c) 162 678 T 0 F ( - Make\336le template for C tests.) 214.99 678 T 1 F (Make\336le.f) 162 658 T 0 F ( - Make\336le template for Fortran tests.) 213.66 658 T 1 F (run_script.ksh) 162 638 T 0 F ( - Korn shell run script template.) 237.01 638 T 1 F (run_script.sh) 162 618 T 0 F ( - Born shell run script template.) 230.34 618 T 1 F (node.c) 162 598 T 0 F ( - C test program template.) 195 598 T 1 F (node.F) 162 578 T 0 F ( - Fortran test program template.) 197 578 T 1 14 Q (1) 72 548.67 T (1.0) 78.23 548.67 T (Compiling and Running T) 108 548.67 T (ests) 264.27 548.67 T 0 12 Q -0.02 (Compilation and execution of test is automatic when using the mpitest environment. The) 108 520 P -0.25 (rules for compiling and test execution are governed by the rules set in the master Make\336le) 108 506 P -0.03 (and the local test Make\336le. There are still a number of options a user can set to con\336gure) 108 492 P (test compilation and execution) 108 478 T 1 F (1) 108 458 T (1.1) 113.34 458 T (-testlist <\336le>) 144 458 T 0 F (If not speci\336ed, the mpitest driver creates a list of tests to be compiled and / or run in the) 108 438 T (current directory where mpitest is invoked. It does so by looking through the current) 108 424 T -0.15 (directory and its subdirectories. For any directory with a Make\336le, the mpitest driver will) 108 410 P -0.45 (consider it a test and will compile and execute the test. User may also specify a list of tests) 108 396 P (to be run by using the -testlist option. The -testlist option takes an ar) 108 382 T (gument of an ASCII) 438.11 382 T (\336le which contains test name\050s\051 \050relative or absolute pathnames\051 separated by newlines.) 108 368 T (This option can also be used with the -build, or -cleanall option. A testlist of all tests is) 108 354 T (supplied in $MPITEST_HOME/T) 108 340 T (est/testlist.) 271.16 340 T -0.07 (Please refer to section 1) 108 320 P -0.07 (1.3 for more details on -build and section 15.0 for more details on) 221.92 320 P (-cleanall.) 108 306 T 1 F (1) 108 286 T (1.2) 113.34 286 T (-clibonly) 144 286 T (, -\337ibonly) 188.02 286 T 0 F (Both the C and Fortran common library routines used by the test suite are automatically) 108 266 T -0.5 (compiled and updated, if required, every time the mpitest driver is invoked to compile and) 108 252 P -0.45 (/ or run tests. Users may choose to compile just the C library \050-clibonly\051 or just the Fortran) 108 238 P (library \050-\337ibonly\051 in the case when only C or Fortran tests are being run.) 108 224 T 1 F (1) 108 204 T (1.3) 113.34 204 T (-build) 144 204 T 0 F (W) 108 184 T (ith the -build option of the mpitest driver) 118.85 184 T (, user may elect to just compile a list of tests) 314.7 184 T -0.49 (without submitting them to be executed. This may be useful for environments where cross) 108 170 P (compiling is available.) 108 156 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "12" 156 %%Page: "11" 157 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (11) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (Error tests are designed to test one invalid parameter at a time, with the error) 162 712 T -0.78 (returned to caller and veri\336ed by the test suite. The ability to run these tests may) 162 698 P -0.92 (be limited by the quality of the MPI implementation, since the MPI speci\336cation) 162 684 P -0.39 (does not specify the state of MPI after an error) 162 670 P -0.39 (. All tests call the library routine) 381.45 670 P (MPITEST_report\050\051, which as delivered assume that MPI_Allreduce can be) 162 656 T -0.29 (successfully used. If this is not the case on the implementation you are testing,) 162 642 P -0.12 (the library can be easily modi\336ed to use a dif) 162 628 P -0.12 (ferent algorithm \050such as printing) 376.97 628 P (status then calling MPI_Abort\050\051\051.) 162 614 T 1 F (bin) 108 574 T 0 F (:) 124.68 574 T (Where the utility executables, environment \336les, job submission scripts and) 162 574 T -0.22 (related \336les are located. This is where \336les that are speci\336c to the platform you) 162 560 P (are using resides that may need to be modi\336ed.) 162 546 T 1 F (bin/mpitest) 162 526 T 0 F ( - MPI test driver) 220.01 526 T (.) 302 526 T 1 F (bin/mpitest.INTEL_paragon_nx) 162 506 T 0 F ( -) 327.7 506 T (Driver environment for Paragon) 342 506 T (supercomputer) 342 492 T (.) 412.66 492 T 1 F (bin/mpitest.MPICH_sun4_ch_p4) 162 478 T 0 F ( - Driver environment for Sun4/MPICH.) 331.02 478 T 1 F (bin/Make\336le.master) 162 458 T 0 F (- Master make\336le for the MPI test driver environment.) 268 458 T 1 F (bin/startjob.INTEL_paragon_nx) 162 438 T 0 F (-) 333.36 438 T (Job submission script for the Paragon) 351 438 T (supercomputer) 351 424 T (.) 421.66 424 T 1 F (bin/startjob.MPICH_sun4_ch_p4) 162 410 T 0 F ( -) 333.68 410 T (Job submission script for the) 351 410 T (Sun4/MPICH.) 351 396 T 1 F (bin/mpir) 162 382 T (esult) 207.13 382 T 0 F ( - Gathers results of all tests.) 231.13 382 T 1 F (include) 108 342 T 0 F (:) 145.34 342 T (Where all the include \336les for the validation suite are located. These may be) 162 342 T (modi\336ed easily by the user) 162 328 T (.) 290.66 328 T 1 F (mpitest_cfg.h) 162 308 T 0 F ( - Default C con\336guration \336le.) 230.99 308 T 1 F (mpitest.h) 162 288 T 0 F ( - Global C constants and variables for the test suite) 209.66 288 T 1 F (mpitest_cfgf.h) 162 268 T 0 F ( - Default Fortran con\336guration \336le.) 234.98 268 T 1 F (mpitest_def.h) 162 248 T 0 F ( - Miscllany C constant \336le.) 231.66 248 T 1 F (mpitestf.h) 162 228 T 0 F ( - Global Fortran constants and variables for test suite.) 213.66 228 T 1 F (externalf.h) 162 208 T 0 F ( - Fortran library external declaration.) 217.66 208 T 1 F (foptions.h) 162 188 T 0 F ( - Fortran speci\336c options con\336guration \336le.) 213.01 188 T 1 F (lib) 108 148 T 0 F (:) 121.34 148 T (Where the validation suite support libraries reside.) 162 148 T 1 F (libmpitest.c) 162 128 T 0 F ( - C library routines.) 221.66 128 T 1 F (libmpitestf.F) 162 108 T 0 F ( - Fortran library routines.) 227.66 108 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "11" 157 %%Page: "10" 158 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (10) 301 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 14 Q (10.0) 72 710.67 T (V) 108 710.67 T (alidation Suite Anatomy) 116.82 710.67 T 0 12 Q -0.63 (This section describes the MPITEST directory hierachy) 108 682 P -0.63 (. It brie\337y describes where \336les are) 370.74 682 P (located:) 108 668 T (Under $MPITEST_HOME, the following subdirectories should be found:) 108 648 T 1 F (T) 108 628 T (est) 114.9 628 T 0 F (:) 128.89 628 T (Where all the test programs reside.) 162 628 T 1 F (T) 162 608 T (est/c/blocking) 168.9 608 T 0 F ( - All C Blocking operations tests.) 238.91 608 T 1 F (T) 162 588 T (est/c/collective) 168.9 588 T 0 F ( - All C Collective operations tests.) 242.21 588 T 1 F (T) 162 568 T (est/c/datatype) 168.9 568 T 0 F ( - All C Derived datatype operations tests.) 239.56 568 T 1 F (T) 162 548 T (est/c/env_manager) 168.9 548 T 0 F ( - All C Environment manager tests.) 264.22 548 T 1 F (T) 162 528 T (est/c/grp_ctxt_comm) 168.9 528 T 0 F ( - All C Group, Context, and Comm operations tests.) 275.53 528 T 1 F (T) 162 508 T (est/c/misc) 168.9 508 T 0 F ( - All other C tests.) 218.22 508 T 1 F (T) 162 488 T (est/c/nonblocking) 168.9 488 T 0 F ( - All C Nonblocking operations tests.) 258.25 488 T 1 F (T) 162 468 T (est/c/persist_r) 168.9 468 T (equest) 240 468 T 0 F ( - All C Persistent request operations tests.) 272.66 468 T 1 F (T) 162 448 T (est/c/pr) 168.9 448 T (obe_cancel) 206.68 448 T 0 F ( - All C Probe and Cancel operations tests.) 262.67 448 T 1 F (T) 162 428 T (est/c/sendr) 168.9 428 T (ecv) 223.34 428 T 0 F ( - All C sendrecv operations tests.) 240 428 T 1 F (T) 162 408 T (est/c/topo) 168.9 408 T 0 F ( - All C topology operations tests.) 217.56 408 T 1 F (T) 162 388 T (est/fortran/blocking) 168.9 388 T 0 F ( - All Fortran Blocking operations tests.) 270.9 388 T 1 F (T) 162 368 T (est/fortran/collective) 168.9 368 T 0 F ( - All Fortran Collective operations tests.) 274.2 368 T 1 F (T) 162 348 T (est/fortran/datatype) 168.9 348 T 0 F ( - All Fortran Derived datatype tests.) 271.55 348 T 1 F (T) 162 328 T (est/fortran/env_manager) 168.9 328 T 0 F ( - All Fortran Environment manager tests.) 296.21 328 T 1 F (T) 162 308 T (est/fortran/grp_ctxt_comm) 168.9 308 T 0 F ( - All Fortran Group, Context, and Comm tests.) 307.52 308 T 1 F (T) 162 288 T (est/fortran/misc) 168.9 288 T 0 F ( - All other Fortran tests.) 250.21 288 T 1 F (T) 162 268 T (est/fortran/nonblocking) 168.9 268 T 0 F ( - All Fortran Nonblocking operations tests.) 290.24 268 T 1 F (T) 162 248 T (est/fortran/persist_r) 168.9 248 T (equest) 271.99 248 T 0 F ( - All Fortran Persistent request operations tests.) 304.66 248 T 1 F (T) 162 228 T (est/fortran/pr) 168.9 228 T (obe_cancel) 238.67 228 T 0 F ( - All Fortran Probe and Cancel operations tests.) 294.66 228 T 1 F (T) 162 208 T (est/fortran/sendr) 168.9 208 T (ecv) 255.34 208 T 0 F ( - All Fortran sendrecv operations tests.) 271.99 208 T 1 F (T) 162 188 T (est/fortran/topo) 168.9 188 T 0 F ( - All Fortran topology operations tests.) 249.55 188 T (Each directory is further broken down by:) 162 168 T 210.66 146.69 162 146.69 2 L V 0.59 H 0 Z N (functional) 162 148 T -0.47 (These tests verify the proper operation of MPI calls when used according to the) 162 128 P -0.77 (speci\336cation. Any unexpected errors are logged, otherwise the tests will simply) 162 114 P (report a Start and Passed message.) 162 100 T 185.32 78.69 162 78.69 2 L V N (error) 162 80 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "10" 158 %%Page: "9" 159 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9) 303.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (If you are installing the driver environment for the MPICH for the Sun4 implementation,) 108 712 T (using the provided driver environment for the platform, MPITEST_MACHINE_FILE) 108 698 T -0.16 (needs to be set up pointing to a \336le where all the Sun4 workstations to be used to simulate) 108 684 P (a multi-computer are de\336ned. Please refer to the MPICH 1.0.12 User) 108 670 T (\325) 442.38 670 T (s Guide for setting) 445.72 670 T (up a machine \336le.) 108 656 T -0.02 (If the MPI header \336les \050mpi.h, mpif.h,) 108 636 P 3 F -0.02 (etc) 294.2 636 P 0 F -0.02 (\051 for the MPI implementation to be used are not) 308.19 636 P (in a standard place where the host language compiler could automatically \336nd it, an) 108 622 T (additional environment variable needs to be set up. Currently) 108 608 T (, the mpitest driver expects) 406.85 608 T -0.41 (to \336nd both the C and Fortran header \336les at the same place as de\336ned by this environment) 108 594 P (variable.) 108 580 T (Assuming the include \336les are in $MPITEST_HOME/include, in csh,) 108 560 T 2 10 Q (setenv MPITEST_MPI_INCLUDE_DIR $MPITEST_HOME/include) 108 541.33 T 0 12 Q (The MPI V) 108 522 T (alidation suite is now successfully installed.) 161.33 522 T 1 14 Q (9.0) 72 492.67 T (Quick Start) 108 492.67 T 0 12 Q (T) 108 464 T (o quickly start a single test:) 114.49 464 T 199.67 442.69 108 442.69 2 L V 0.59 H 0 Z N (Step 1: Go to a test) 108 444 T 2 10 Q (cd $MPITEST_HOME/Test/c/collective/functional/MPI_Bcast) 108 425.33 T 264.34 404.69 108 404.69 2 L V N 0 12 Q (Step 2: Run the test with 4 ranks) 108 406 T (mpitest -np 4) 108 386 T (The following output from the driver environment should be seen in the test run:) 108 366 T 2 10 Q (09/11/96 12:05:04 hostname Making mpitest C library) 108 347.33 T (09/11/96 12:05:06 hostname Complete making mpitest C library) 108 334.33 T (09/11/96 12:05:07 hostname Making mpitest Fortran library) 108 321.33 T (09/11/96 12:05:09 hostname Complete making mpitest Fortran library) 108 308.33 T (09/11/96 12:05:12 hostname Test: MPI_Bcast) 108 295.33 T (09/11/96 12:05:13 hostname Using default conf) 108 282.33 T (iguration) 378 282.33 T (09/11/96 12:05:14 hostname Running MPI_Bcast) 108 269.33 T (09/11/96 12:05:48 hostname Completed running 1 test\050s\051) 108 256.33 T 0 12 Q (The test run is now completed. The test output can be seen in the test log \336le) 108 221 T -0.34 (MPI_Bcast.${MPITEST_ARCH}_${MPITEST_NPROCS}_L and the result \050Pass / Fail\051) 108 207 P (can be seen in the test result \336le) 108 193 T (MPI_Bcast.${MPITEST_ARCH}_${MPITEST_NPROCS}_R, where) 108 179 T (${MPITEST_NPROCS} was de\336ned by the -np parameter) 108 165 T (.) 390.17 165 T (Please refer to section 1) 108 145 T (1.0 for more details on compiling and running a list of tests and) 222.19 145 T (section 12.0 for further details on interpreting and analyzing test results.) 108 131 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "9" 159 %%Page: "8" 160 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (8) 303.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (8.2) 108 712 T (Unpacking the compr) 144 712 T (essed postscript and tar \336le) 255.12 712 T 0 F (The \336le mpitest.tar) 108 692 T (.Z is a compressed tar \336le. It needs to be uncompressed and untared.) 198.34 692 T 115.33 670.69 108 670.69 2 L V 0.59 H 0 Z N (T) 108 672 T 184.15 670.69 114.49 670.69 2 L V N (o uncompress:) 114.49 672 T 2 10 Q (uncompress mpitest_guide.ps.Z) 108 653.33 T (uncompress mpitest.tar.Z) 108 636.33 T 115.33 615.69 108 615.69 2 L V N 0 12 Q (T) 108 617 T 151.49 615.69 114.49 615.69 2 L V N (o untar:) 114.49 617 T 2 10 Q (tar xvf mpitest.tar) 108 598.33 T 1 12 Q (8.3) 108 579 T (Setting envir) 144 579 T (onment variables and sear) 209.45 579 T (ch path) 344.23 579 T 0 F (After the compressed tar \336le has been uncompressed and untarred, there are a number of) 108 559 T -0.27 (environment variables that need to be set before any test can be executed using the driver) 108 545 P -0.27 (.) 531.54 545 P -0.29 (It is recommended that these be set up in an environment \336le or in a user) 108 531 P -0.29 (\325) 453.09 531 P -0.29 (s login set up \336le) 456.43 531 P (\050e.g. .cshrc\051 MPITEST_HOME tells the driver where the validation suite resides while) 108 517 T -0.44 (MPITEST_ARCH tells the test driver what architecture / platform the tests will be run on.) 108 503 P (After these environment variables have been set up properly) 108 489 T (, $MPITEST_HOME/bin) 396.48 489 T -0.8 (needs to be added to user) 108 475 P -0.8 (\325) 225.42 475 P -0.8 (s search path in order for the system to successfully \336nd the utility) 228.76 475 P -0.11 (executables \050e.g. mpitest\051. For convenience, this set up should be done automatically in a) 108 461 P (standard setup \336le \050e.g. .cshrc\051.) 108 447 T (Assuming the V) 108 427 T (alidation suite has been installed in /home/foobar/MPITEST) 184.67 427 T (, setting up) 473.1 427 T (MPITEST_HOME in csh would be:) 108 413 T 2 10 Q (setenv MPITEST_HOME /home/foobar/MPITEST) 108 394.33 T 0 12 Q -0.39 (The driver environment for the Intel Paragon) 108 375 P 0 9.6 Q -0.31 (TM) 321.62 379.8 P 0 12 Q -0.39 ( Supercomputer running Paragon OS R1.4) 336.02 375 P (and the Sun 4 workstation running SunOS 4.1.4 using MPICH comes with the package.) 108 361 T -0.17 (Setting MPITEST_ARCH is optional. Y) 108 341 P -0.17 (ou can either set the environment variable or you) 303.28 341 P (can use the command line options of the mpitest driver) 108 327 T (. Please refer to section 18.0 for) 370.98 327 T (details on command line options of the mpitest driver) 108 313 T (.) 364 313 T -0.04 (T) 108 293 P -0.04 (o set up the installed validation suite to be run on Intel Paragon) 114.49 293 P 0 9.6 Q -0.03 (TM) 417.38 297.8 P 0 12 Q -0.04 ( Supercomputer using) 431.78 293 P (Paragon native MPI library:) 108 279 T (set the environment variable MPITEST_ARCH to be INTEL_paragon_nx) 108 259 T (\050in csh,) 108 239 T 2 10 Q (setenv MPITEST_ARCH INTEL_paragon_nx) 146.33 239 T 0 12 Q (\051) 362.33 239 T (T) 108 219 T (o set up the installed validation suite to be run on Sun 4 clustered network workstations) 114.49 219 T (using MPICH MPI implementation:) 108 205 T (set the environment variable MPITEST_ARCH to be MPICH_sun4_ch_p4) 108 185 T (\050in csh,) 108 165 T 2 10 Q (setenv MPITEST_ARCH MPICH_sun4_ch_p4) 146.33 165 T 0 12 Q (\051) 362.33 165 T (For details on porting the driver environment to other platforms, please refer to section) 108 145 T (17.0.) 108 131 T (Next, you need to add $MPITEST_HOME/bin to the user) 108 111 T (\325) 386.09 111 T (s search path.) 389.42 111 T (\050in csh,) 108 91 T 2 10 Q (set path = \050$MPITEST_HOME/bin $path \051) 146.33 91 T 0 12 Q (\051) 368.33 91 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "8" 160 %%Page: "7" 161 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (7) 303.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (6.2.4) 108 712 T (File system) 144 712 T 0 F -0.09 (The \336le system where the validation suite resides must be capable of handling hierachical) 108 692 P (\336le structures.) 108 678 T 1 F (6.2.5) 108 658 T (Other) 144 658 T 0 F (In addition, there might be more hardware / software requirement\050s\051 depending on which) 108 638 T (MPI implementation / system is used. Please refer to the documentation of your MPI) 108 624 T (library and system for more details.) 108 610 T 1 14 Q (7.0) 72 580.67 T (Package Contents) 108 580.67 T 1 12 Q (7.1) 108 552 T (User) 144 552 T (\325) 168.2 552 T (s Guide) 171.76 552 T 0 F (A guide detailing how to use the validation suite \050this document\051) 108 532 T 1 F (7.2) 108 512 T (MPI T) 144 512 T (est driver and envir) 177.23 512 T (onment) 278 512 T 0 F -0.47 (MPI test driver and environments for the Intel Paragon) 108 492 P 0 9.6 Q -0.38 (TM) 367.52 496.8 P 0 12 Q -0.47 ( supercomputer running Paragon) 381.92 492 P (OS Release R1.4 and cluster of Sun 4 workstations running SunOS 4.1.4 using MPICH) 108 478 T (1.0.12 are provided. A test result gathering utility is also included in the package) 108 464 T 1 F (7.3) 108 444 T (C and Fortran test suites) 144 444 T 0 F -0.46 (Functional and error test programs written in ANSI C and Fortran 77) 108 424 P 0 9.6 Q -0.37 (1) 433.88 428.8 P 0 12 Q -0.46 ( for the various areas) 438.68 424 P (of the MPI implementation to be veri\336ed.) 108 410 T 1 F (7.4) 108 390 T (Common library r) 144 390 T (outines in C and Fortran) 238.44 390 T 0 F -0.32 (Common library routines written in ANSI C and Fortran 77) 108 370 P 0 9.6 Q -0.25 (1) 391.46 374.8 P 0 12 Q -0.32 ( used by for the test programs.) 396.26 370 P 1 F (7.5) 108 350 T (Run script and Make\336le template) 144 350 T 0 F (Run script and make\336le template for adding new tests.) 108 330 T 1 14 Q (8.0) 72 300.67 T (Installation) 108 300.67 T 1 12 Q (8.1) 108 272 T (Space r) 144 272 T (equir) 182.11 272 T (ement) 209.23 272 T 0 F -0.4 (The package contains 2 \336les: the V) 108 252 P -0.4 (alidation Suite User) 272.89 252 P -0.4 (\325) 367.85 252 P -0.4 (s Guide and the compressed tar \336le) 371.19 252 P (for the V) 108 238 T (alidation Suite. The V) 149.99 238 T (alidation suite User) 257.65 238 T (\325) 351.42 238 T (s Guide is in postscript format) 354.76 238 T -0.74 (\050mpitest_guide.ps\051 and requires about 607 kilobytes of \336le space. and the uncompressed tar) 108 224 P (\336le \050mpitest.tar\051 for the validation suite requires 21 megabytes of \336le space. Additional) 108 210 T (space will be required for compiling and running the validation suites.) 108 196 T 72 84 540 99 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 81 97 225 97 2 L 0.5 H 2 Z 0 X 0 0 0 1 0 0 0 K N 0 0 612 792 C 0 10 Q 0 X 0 0 0 1 0 0 0 K (1.) 90 77.33 T (Fortran 77 with the extensions speci\336ed in section 6.2.3) 102 77.33 T 52 220 54 232 R V 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "7" 161 %%Page: "6" 162 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (6) 303.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (6.2) 108 712 T (Softwar) 144 712 T (e) 184.44 712 T (6.2.1) 108 692 T (UNIX or POSIX compatible Operating Envir) 144 692 T (onment) 376.12 692 T 0 F -0.51 (The test driver consists of make \336les and shell scripts. Therefore, the underlying operating) 108 672 P (system on the platform being used to run the test driver must be a UNIX or POSIX) 108 658 T (compatible shell providing standard UNIX / POSIX versions of command utilities \050sh,) 108 644 T (make, grep, awk, cp, mv) 108 630 T (, ls,) 225.19 630 T 3 F (etc) 245.2 630 T 0 F (\051.) 259.19 630 T 1 F (6.2.2) 108 610 T (Pr) 144 610 T (ocess I/O) 156.44 610 T 0 F (Each MPI process must be able to write standard output or error strings to a \336le which is) 108 590 T -0.28 (accessible to the test driver) 108 576 P -0.28 (. This is required for two reasons. MPI Standard v1.1 does not) 236.21 576 P -0.11 (specify an I/O interface. More importantly) 108 562 P -0.11 (, because the state of MPI is unde\336ned after an) 313.5 562 P -0.09 (error) 108 548 P -0.09 (, and most of the I/O is generated by test cases in response to an unexpected error) 130.84 548 P -0.09 (, an) 519.85 548 P (independent means of reporting results is required.) 108 534 T -0.18 (By default, the tests will write to standard output \050stdout\051 though -stdout\336le of the mpitest) 108 514 P -0.14 (driver allows I/O of each rank to be written to its own \336le. Please refer to section 1) 108 500 P -0.14 (1.4 for) 505.29 500 P (more details. All I/O routines are handled by the test libraries \050in MPITEST_message\050\051\051,) 108 486 T (so this can be easily modi\336ed by the user) 108 472 T (.) 304.66 472 T 1 F (6.2.3) 108 452 T (Fortran and C compilers) 144 452 T 0 F (Fortran and C compilers which support run time options of the GNU compilers) 108 432 T (semantically and syntactically equivalently are required. The following list some of the) 108 418 T (options used:) 108 404 T 254 382.69 108 382.69 2 L V 0.59 H 0 Z N (C & Fortran compiler options:) 108 384 T (-c) 108 364 T (-) 144 364 T (Compile the source but do not link.) 162 364 T (-o) 108 344 T (-) 144 344 T (Place output in speci\336ed \336le.) 162 344 T (-I) 108 324 T (-) 144 324 T (Specify all search directories for search include \336les.) 162 324 T (This must work both for #include and Fortran INCLUDE.) 162 310 T (-L) 108 290 T (-) 144 290 T (Specify directories to be search for -l.) 162 290 T (-l) 108 270 T (-) 144 270 T (Link with library) 162 270 T (.) 243.22 270 T (The C compiler must be capable of compiling ANSI C source and the Fortran compiler) 108 250 T (must be capable of compiling Fortran 77 source.) 108 236 T (In addition, Fortran has several requirements outside standard Fortran 77:) 108 216 T (-) 144 196 T (Like MPI, routine names must be able to posses up to 32 characters.) 153 196 T (-) 144 176 T (Like MPI, you must be able to call subroutines with varying data types \050For) 153 176 T (example, an integer array or complex array\051.) 153 156 T (- It must support INLCUDE \336les.) 144 136 T (The Fortran compiler must also supply C-preprocessor functionality) 108 116 T (, or you must use) 434.18 116 T (another preprocessor to convert \336le.F \336les to \336le.f \050such as the GNU pre-processor\051.) 108 102 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "6" 162 %%Page: "5" 163 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (5) 303.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 12 Q (platform) 108 712 T 0 F ( - for the purpose of this document, platform refers to the combination of the) 153.32 712 T (system architecture and the MPI implementation pair) 108 698 T (.) 362.64 698 T 1 F (pr) 108 678 T (ocess topology) 119.78 678 T 0 F ( - an optional attribute added to an intracommunicator) 192.78 678 T (. It provides a) 451.42 678 T (convenient naming mechanism for the processes of a group within a communicator) 108 664 T (.) 506.94 664 T 1 F -0.33 (rank) 108 644 P 0 F -0.33 ( - an integer to identify a process ranging from 0 to one less than the size of the group) 132.67 644 P (the process is in.) 108 630 T 1 F (type map) 108 610 T 0 F ( - a sequence of pairs of datatype and displacement.) 155.66 610 T 1 F (type signatur) 108 590 T (e) 175.45 590 T 0 F ( - a sequence of datatypes.) 180.78 590 T 1 14 Q (5.0) 72 560.67 T (Intr) 108 560.67 T (oduction) 131.86 560.67 T 0 12 Q (The MPI V) 108 532 T (alidation Suite version 1.0 contains a set of portable test programs written in) 161.33 532 T (ANSI C and Fortran 77) 108 518 T 0 9.6 Q (1) 220.66 522.8 T 0 12 Q (, a set of common library routines and portable test driver) 225.46 518 T (environment. T) 108 504 T (est driver environment implementation for the Intel Paragon) 184.15 504 T 0 9.6 Q (TM) 473.11 508.8 T 0 12 Q (Supercomputer system / Paragon OS R1.4 and Sun 4 workstations running SunOS 4.1.4) 108 490 T (and MPICH 1.0.12 are included in the package. Please refer to section 17.0 for details in) 108 476 T (porting the driver environment to other platforms.) 108 462 T (This document describes the details of the MPI V) 108 442 T (alidation Suite and test driver) 344.64 442 T -0.7 (environment. Information about how to use or set up the environment to build, execute and) 108 428 P -0.01 (/ or clean test\050s\051 in C and Fortran, interpret and analyze test results, how to add new tests,) 108 414 P (or port the driver environment to other platforms are also include. For a list of the most) 108 400 T (frequently asked questions, please refer to Appendix A.) 108 386 T 1 14 Q (6.0) 72 356.67 T (System Requir) 108 356.67 T (ement\050s\051) 196.02 356.67 T 1 12 Q (6.1) 108 328 T (Hardwar) 144 328 T (e) 191.11 328 T 0 F (Since this is intended to be a portable test implementation, a list of speci\336c supported) 108 308 T (platforms is not practical. In general, the hardware requirement for the MPI) 108 294 T -0.31 (implementation used will have to be met. The test cases have been designed to scale up to) 108 280 P (64 nodes \050ranks\051. While they may scale further) 108 266 T (, some of the test algorithms may become) 335.8 266 T (cumbersome.) 108 252 T (This suite was designed to operate on a homogeneous platform. Automatic test\050s\051) 108 232 T -0.53 (compilation and execution in a heterogenous system is not supported. The -build option of) 108 218 P (the mpitest driver may partially solve the problem of helping users use tests in a) 108 204 T -0.29 (heterogenous system. However) 108 190 P -0.29 (, further changes may be required in the validation suite in) 259.94 190 P (order to run tests in heterogenous system, especially if data representation on the systems) 108 176 T (does not allow for exact conversion. Please refer to section 1) 108 162 T (1.3 for details in the -build) 402.16 162 T -0.16 (option of the mpitest driver and section 17.0 for details on porting the validation suite to a) 108 148 P (other platforms.) 108 134 T 72 84 540 99 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 81 97 225 97 2 L 0.5 H 2 Z 0 X 0 0 0 1 0 0 0 K N 0 0 612 792 C 0 10 Q 0 X 0 0 0 1 0 0 0 K (1.) 90 77.33 T (Fortran 77 with the extensions speci\336ed in section 6.2.3) 102 77.33 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "5" 163 %%Page: "4" 164 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (4) 303.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 12 Q (processes.) 108 712 T 1 F (CPP) 108 692 T 0 F ( - C Preprocessor) 131.33 692 T (.) 213.65 692 T 1 F (equivalence class) 108 672 T 0 F ( - test cases belong to the same equivalence class if they test the same) 195 672 T -0.4 (thing. If one case catches a bug, other cases of the same equivalence class would catch the) 108 658 P (same bug, and if one case doesn't catch a bug, other cases of the equivalence class would) 108 644 T (not catch the same bug either) 108 630 T (.) 247.64 630 T 1 F (err) 108 610 T (or test) 123.77 610 T 0 F ( - tests focused on invalid parameter value\050s\051 or typographical error\050s\051 on a call) 156.08 610 T -0.81 (or command. Is the correct error generated for the case? Does the system gracefully handle) 108 596 P (the unexpected input? Does the application return a reasonable error?) 108 582 T 1 F (extent) 108 562 T 0 F ( - extent of a datatype is de\336ned to be the span from the \336rst byte to the last byte) 139.32 562 T (occupied by entries in this datatype, rounded up to satisfy alignment requirements.) 108 548 T 1 F -0.75 (functional test) 108 528 P 0 F -0.75 ( - tests designed to verify that the given command, library call or application) 180.24 528 P (behaves and operates as speci\336ed in its own speci\336cation. The test would include) 108 514 T -0.45 (exercising all switches or running various equivalence class cases through the parameters.) 108 500 P (This is the lar) 108 486 T (gest portion of the test cases to be designed and executed.) 173.45 486 T 1 F (gr) 108 466 T (oup) 119.11 466 T 0 F ( - an ordered collection of processes participating in a communication, each with a) 138.46 466 T (rank ranging from 0 to 1 less than the size of the group.) 108 452 T 1 F (inter) 108 432 T (communicator) 132.44 432 T 0 F ( - a communication structure allowing communication between two) 207.1 432 T -0.52 (dif) 108 418 P -0.52 (ferent intracommunicators. A message passed within an intercommunicator must not be) 121.12 418 P (received within the intracommunicator from which it was sent.) 108 404 T 1 F (intracommunicator) 108 384 T 0 F ( - a particular example of a context. This is a \050non-empty\051 set of all) 207.98 384 T (processes in the application. Messages passed in this communication domain must stay) 108 370 T (within this communicator) 108 356 T (.) 230.68 356 T 1 F (local) 108 336 T 0 F ( - the completion of the operation depends only on the local executing process.) 132 336 T 1 F (message) 108 316 T 0 F ( - a piece of information to be sent or received.) 149.99 316 T 1 F (message envelope) 108 296 T 0 F ( - information \050source, destination, tag and communicator\051 that can be) 197.65 296 T (used to distinguish messages and selectively receive them.) 108 282 T 1 F (message tag) 108 262 T 0 F ( - an integer value used by a program to distinguish dif) 168.98 262 T (ferent types of) 431.74 262 T (messages.) 108 248 T 1 F (MPI) 108 228 T 0 F ( - \050Message Passing Interface\051 is a standard speci\336cation for message-passing) 131.33 228 T (libraries.) 108 214 T 1 F -0.79 (MPICH) 108 194 P 0 F -0.79 ( - a freely available implementation of the MPI standard that runs on a wide variety) 149.33 194 P (of systems jointly developed by Ar) 108 180 T (gonne National Lab and Mississippi State University) 276.11 180 T (.) 529.32 180 T 1 F -0.23 (non-blocking operation) 108 160 P 0 F -0.23 ( - operation may return before it is completed and before the user) 227.45 160 P (is allowed to re-use resources speci\336ed in the call.) 108 146 T 1 F (non-local) 108 126 T 0 F ( - completion of operation may require execution of some MPI procedure on) 155.34 126 T (another process.) 108 112 T 1 F (persistent r) 108 92 T (equest) 166.1 92 T 0 F ( - pre-allocated, pre-de\336ned request that may be reused until it is) 198.77 92 T (explicitly freed.) 108 78 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "4" 164 %%Page: "3" 165 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (3) 303.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 14 Q (1.0) 72 710.67 T (Pr) 108 710.67 T (eface) 122.52 710.67 T 0 12 Q -0.45 (The Message Passing Interface Standard \050MPI version 1.1\051 is a document published by the) 108 682 P -0.22 (Message Passing Interface Forum, and describes the work supported in part by ARP) 108 668 P -0.22 (A and) 508.46 668 P (the National Science Foundation under Grant ASC-9310330, the NSF Science &) 108 654 T -0.62 (T) 108 640 P -0.62 (echnology Center Cooperative Agreement No. CCR-8809615, and by the Commission of) 114.49 640 P -0.71 (the European Community through Esprit project P6643. The document contains 231 pages) 108 626 P (of speci\336cations that de\336ne 128 distinct functions and dozens of constants. The) 108 612 T (speci\336cations include both a C and Fortran binding to these functions and constants.) 108 598 T (W) 108 578 T (ith any speci\336cation this lar) 118.85 578 T (ge, it is inevitable that there will be discrepancies and) 251.29 578 T -0.03 (disagreements between dif) 108 564 P -0.03 (ferent implementations. It is thus the primary goal of the U. S.) 235.7 564 P (government to produce or have produced a portable MPI validation suite \050both in C and) 108 550 T -0.44 (Fortran\051 that veri\336es the compliance of an MPI implementation to the MPI Standard. Intel) 108 536 P -0.57 (Corporation entered into a Cooperative Research and Development Agreement with Rome) 108 522 P (Labs to pursue this goal. The goal of this suite is to provide a set of systematic tests that) 108 508 T (encourage higher quality MPI implementations, better portability) 108 494 T (, and hence a wider) 420.19 494 T (acceptance of MPI. This validation suite is the result produced by this project and is) 108 480 T -0.21 (available through public domain, subject to a royalty free copyright license from Intel and) 108 466 P -0.71 (Intel\325) 108 452 P -0.71 (s disclaimer of all warranty and liability) 133.33 452 P -0.71 (. As described on the cover of this guide, Intel) 320.24 452 P -0.67 (does not of) 108 438 P -0.67 (fer maintenance, technical support, updates, enhancements, or modi\336cations for) 159.77 438 P (the V) 108 424 T (alidation Suite.) 133 424 T 1 14 Q (2.0) 72 394.67 T (Intended Audience) 108 394.67 T 0 12 Q (This document is tar) 108 366 T (geted at MPI V) 206.11 366 T (alidation Suite 1.0 users.) 278.44 366 T 1 14 Q (3.0) 72 336.67 T (Related Documents / Refer) 108 336.67 T (ences) 268.31 336.67 T 0 12 Q -0.43 (In addition to this guide, user may \336nd the following documents or references to be useful:) 108 308 P (1.) 108 288 T 335.96 286.85 126 286.85 2 L V 0.58 H 0 Z N 3 F (MPI: A Message-Passing Interface Standar) 126 288 T 397.85 286.85 335.52 286.85 2 L V N (d version 1.1) 335.52 288 T 0 F (; MPI Forum; June 12, 1995.) 397.85 288 T (2.) 108 268 T 285.32 266.85 126 266.85 2 L V N 3 F (Using MPI: Portable Parallel Pr) 126 268 T 514.86 266.85 284.88 266.85 2 L V N (ogramming with the Message-Passing Interface) 284.88 268 T 0 F (;) 514.86 268 T (Gropp, Lusk, and Skjellum; MIT Press; 1994) 126 248 T (3.) 108 228 T 246.31 226.85 126 226.85 2 L V N 3 F (MPI The Complete Refer) 126 228 T 267.85 226.85 245.87 226.85 2 L V N (ence) 245.87 228 T 0 F (; Snir) 267.85 228 T (, Otto, Huss-Lederman, W) 293.71 228 T (alker) 420.06 228 T (, and Dongarra;) 443.57 228 T (MIT Press; 1996) 126 208 T 1 14 Q (4.0) 72 178.67 T (De\336nition of T) 108 178.67 T (erms) 193.83 178.67 T 1 12 Q (blocking operation) 108 150 T 0 F ( - an operation which when completed will allow the user to re-use) 204.35 150 T (resources speci\336ed in the call.) 108 136 T 1 F -0.08 (collective operation) 108 116 P 0 F -0.08 ( - an operation which involves all members of a given communicator) 207.57 116 P -0.08 (.) 537 116 P 1 F (communicator) 108 96 T 0 F ( - the communication domain for a communication operation. It) 182.65 96 T -0.69 (encapsulates process rank\050s\051, group, and sometimes the virtual topology of communication) 108 82 P 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "3" 165 %%Page: "2" 166 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (2) 303.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 14 Q (13.0) 72 710.67 T (Envir) 108 710.67 T (onment and Advanced Con\336guration) 141.98 710.67 T (16) 504 710.67 T 0 12 Q (13.1) 108 682 T (Changing the environment) 144 682 T (16) 504 682 T (13.2) 108 662 T (Changing test parameters) 144 662 T (16) 504 662 T (13.3) 108 642 T (C speci\336c con\336guration) 144 642 T (24) 504 642 T (13.4) 108 622 T (Fortran speci\336c con\336guration) 144 622 T (24) 504 622 T (13.5) 108 602 T (Changing library routines) 144 602 T (27) 504 602 T 1 14 Q (14.0) 72 572.67 T (T) 108 572.67 T (agging a T) 116.05 572.67 T (est Run) 177.78 572.67 T (28) 504 572.67 T (15.0) 72 542.67 T (Removing T) 108 542.67 T (est Generated Files) 180.21 542.67 T (29) 504 542.67 T (16.0) 72 512.67 T (Adding New T) 108 512.67 T (ests) 193.83 512.67 T (29) 504 512.67 T 0 12 Q (16.1) 108 484 T (T) 144 484 T (est with a single source \336le) 150.49 484 T (29) 504 484 T (16.2) 108 464 T (T) 144 464 T (est with multiple source \336les) 150.49 464 T (32) 504 464 T 1 14 Q (17.0) 72 434.67 T (Porting Driver Envir) 108 434.67 T (onment to Other Platforms) 233.73 434.67 T (34) 504 434.67 T 0 12 Q (17.1) 108 406 T (Environment \336le) 144 406 T (34) 504 406 T (17.2) 108 386 T (Job submission script) 144 386 T (35) 504 386 T 1 14 Q (18.0) 72 356.67 T (Command Line Options) 108 356.67 T (35) 504 356.67 T (19.0) 72 326.67 T (Driver Envir) 108 326.67 T (onment V) 185.13 326.67 T (ariables) 242.55 326.67 T (37) 504 326.67 T (A) 72 296.67 T (Fr) 108 296.67 T (equently Asked Questions) 122.52 296.67 T (41) 504 296.67 T (B) 72 266.67 T (T) 108 266.67 T (ests Index) 116.05 266.67 T (44) 504 266.67 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "2" 166 %%Page: "1" 167 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K (MPI Validation Suite 1.0 User\325s Guide) 72 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (9/27/96) 509.44 749.33 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (1) 303.5 36 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 18 Q (Contents) 271.5 708 T 1 14 Q (1.0) 72 674.67 T (Pr) 108 674.67 T (eface) 122.52 674.67 T (3) 504 674.67 T (2.0) 72 644.67 T (Intended Audience) 108 644.67 T (3) 504 644.67 T (3.0) 72 614.67 T (Related Documents / Refer) 108 614.67 T (ences) 268.31 614.67 T (3) 504 614.67 T (4.0) 72 584.67 T (De\336nition of T) 108 584.67 T (erms) 193.83 584.67 T (3) 504 584.67 T (5.0) 72 554.67 T (Intr) 108 554.67 T (oduction) 131.86 554.67 T (5) 504 554.67 T (6.0) 72 524.67 T (System Requir) 108 524.67 T (ements) 196.02 524.67 T (5) 504 524.67 T 0 12 Q (6.1) 108 496 T (Hardware) 144 496 T (5) 504 496 T (6.2) 108 476 T (Software) 144 476 T (6) 504 476 T 1 14 Q (7.0) 72 446.67 T (Package Contents) 108 446.67 T (7) 504 446.67 T (8.0) 72 416.67 T (Installation) 108 416.67 T (7) 504 416.67 T 0 12 Q (8.1) 108 388 T (Space requirement) 144 388 T (7) 504 388 T (8.2) 108 368 T (Unpacking the compressed tar \336le) 144 368 T (8) 504 368 T (8.3) 108 348 T (Setting environment variables and search path) 144 348 T (8) 504 348 T 1 14 Q (9.0) 72 318.67 T (Quick Start) 108 318.67 T (9) 504 318.67 T (10.0) 72 288.67 T (V) 108 288.67 T (alidation Suite Anatomy) 116.82 288.67 T (10) 504 288.67 T (1) 72 258.67 T (1.0) 78.23 258.67 T (Compiling and Running T) 108 258.67 T (ests) 264.27 258.67 T (12) 504 258.67 T 0 12 Q (1) 108 230 T (1.1) 113.56 230 T (-testlist <\336le>) 144 230 T (12) 504 230 T (1) 108 210 T (1.2) 113.56 210 T (-clibonly) 144 210 T (, -\337ibonly) 186.55 210 T (12) 504 210 T (1) 108 190 T (1.3) 113.56 190 T (-build) 144 190 T (12) 504 190 T (1) 108 170 T (1.4) 113.56 170 T (-stdout\336le) 144 170 T (13) 504 170 T 1 14 Q (12.0) 72 140.67 T (Interpr) 108 140.67 T (eting or Analyzing T) 152.07 140.67 T (est Results) 274.07 140.67 T (13) 504 140.67 T 0 12 Q (12.1) 108 112 T (Analyzing test failures) 144 112 T (14) 504 112 T (12.2) 108 92 T (T) 144 92 T (est results gathering utility) 150.49 92 T (15) 504 92 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "1" 167 %%Page: "0" 168 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 0 0 0 1 1 1] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 8 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 1 18 Q 0 X 0 0 0 1 0 0 0 K ( MPI V) 164.15 642 T (ersion 1.1 V) 219.48 642 T (alidation Suite 1.0) 309.32 642 T (User) 255.92 620 T (\325) 292.23 620 T (s Guide) 297.56 620 T 0 12 Q (Document #665509) 258.5 580 T (September 27, 1996) 257.84 552 T (Document Revision 1.5) 249.17 524 T 1 F (Copyright - 1996 Intel Corporation) 215.67 440 T 0 F (Intel Corporation hereby grants a non-exclusive license under Intel\325) 72 412 T (s copyright to copy) 396.6 412 T (, modify) 488.15 412 T (and distribute this software for any purpose and without fee, provided that the above copyright) 72 398 T (notice and the following paragraphs appear on all copies.) 72 384 T (Intel Corporation makes no representation that the test cases comprising this suite are correct or) 72 370 T (are an accurate representation of any standard.) 72 356 T (IN NO EVENT SHALL INTEL HA) 72 328 T (VE ANY LIABILITY FOR ANY DIRECT) 245.41 328 T (, INDIRECT OR) 453.49 328 T -0.13 (SPECULA) 72 314 P -0.13 (TIVE DAMAGES, \050INCLUDING WITHOUT LIMITING THE FOREGOING, CON-) 124.01 314 P (SEQUENTIAL, INCIDENT) 72 300 T (AL AND SPECIAL DAMAGES\051 INCLUDING, BUT NOT LIM-) 208.34 300 T (ITED T) 72 286 T (O INFRINGEMENT) 109.44 286 T (, LOSS OF USE, BUSINESS INTERRUPTIONS, AND LOSS OF) 210.2 286 T (PROFITS, IRRESPECTIVE OF WHETHER INTEL HAS ADV) 72 272 T (ANCE NOTICE OF THE POS-) 381.44 272 T (SIBILITY OF ANY SUCH DAMAGES.) 72 258 T (INTEL CORPORA) 72 230 T (TION SPECIFICALL) 165 230 T (Y DISCLAIMS ANY W) 270.13 230 T (ARRANTIES INCLUDING,) 388.45 230 T (BUT NOT LIMITED T) 72 216 T (O, THE IMPLIED W) 186.1 216 T (ARRANTIES OF MERCHANT) 288.74 216 T (ABILITY) 443.78 216 T (, FIT-) 490.22 216 T (NESS FOR A P) 72 202 T (AR) 147.91 202 T (TICULAR PURPOSE AND NON-INFRINGEMENT) 163.86 202 T (. THE SOFTW) 422.62 202 T (ARE) 497.28 202 T -0.48 (PROVIDED HEREUNDER IS ON AN \322AS IS\323 BASIS AND INTEL CORPORA) 72 188 P -0.48 (TION HAS NO) 462.47 188 P (OBLIGA) 72 174 T (TION T) 115.99 174 T (O PROVIDE MAINTENANCE, SUPPOR) 154.76 174 T (T) 360.04 174 T (, UPDA) 366.48 174 T (TES, ENHANCEMENTS) 403.81 174 T (OR MODIFICA) 72 160 T (TIONS.) 149.66 160 T 0 10 Q (Intel, Paragon are trademarks of Intel Corporation and its af) 72 123.33 T (\336liates and may be used only to identify Intel products.) 311.21 123.33 T (Other brands and names are the property of their respective owners.) 72 114.33 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "0" 168 %%Trailer %%BoundingBox: 0 0 612 792 %%PageOrder: Descend %%Pages: 168 %%DocumentFonts: Times-Roman %%+ Times-Bold %%+ Courier %%+ Times-Italic %%EOF .