openmpi_3_1_4-gnu-hpc-testsuite-3.1.4-3.3.10 4>$  Ap^op9|' EnR#nߟÑh/kYgRg:!>b\.R~Dx358Ɉ 0! L0TA,i{n ?)gdo5JК^73ڏ JQ4hV+yctRآ|d|5 DSs8"ԙ J($9vU2t,3gp/K]eK5HjXp>,?+d"( / N 8QW`l r x    '6lxY(y8$9$:$F)"G)8H)DI)PX)TY)\\)l])x^)b*c*d+>e+Cf+Fl+Hu+\v+hz+}+++++++Copenmpi_3_1_4-gnu-hpc-testsuite3.1.43.3.10An implementation of MPI/SHMEM This package is just needed to run the testsuite and does not contain anything interesting.^nsheep19kSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/Parallelhttp://www.open-mpi.org/linuxnoarchjA큤^n\^na2b108a47117986daddd25debaeb90ea0215893d1555436ab36a6c70040d1975c1ca3670bd4ec9cd210e5d67d03f4368661b6f2495fe4e3737f8950a0d1a9518rootrootrootrootrootrootopenmpi_3_1_4-gnu-hpc-testsuite-3.1.4-3.3.10.src.rpmmpiopenmpi_3_1_4-gnu-hpc-testsuite    gnu-compilers-hpclua-lmodopenmpi-runtime-configopensshrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1]@]]rJ@\@\@\@[T@[\[@["@[y[[>@Z@ZZ}@Zp^@Z_:ZOhZ)-@Yܶ@Yp@Y˒YYYY@YZ1YZ1YS@YBvY9<@Y.@Y-^Y;@YtXnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comeich@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.combwiedemann@suse.comeich@suse.comnmoreychaisemartin@suse.comeich@suse.comnmoreychaisemartin@suse.comcgoll@suse.comeich@suse.comnmoreychaisemartin@suse.comeich@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.compth@suse.dejengelh@inai.denmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.com- Add missing Provides when openmpi3 is the default openmpi - Add conflict with the older hpc-macros-devel providers to avoid issues during updates - Add openmpi_prefix macro to openmpi-macros-devel- Add macro file for non-hpc flavour - Enable build on ppc64- Use FAT LTO objects in order to provide proper static library. - Mark LICENSE with %license- Fix bad INCLUDE path in module (bsc#1132949)- Update to openmpi 3.1.4 - See changelog in NEWS- Add add-gen-p5-chip-pci-id-to-ini-file.patch: - Adds support for Broadcom 57500 adapters (bsc#1125651) - Update to openmpi 3.1.3 - See changelog in NEWS- Add macro _hpc_openmpi_modules for modules support (bsc#1116458).- Remove bashism in preun scriptlet- Fix handling of mpi-selector during updates (bsc#1098653)- Add reproducible.patch to drop build time and hostname to make package build reproducible (boo#1047218, boo#1084909)- macros.hpc-openmpi3: replace %%compiler_family by %%hpc_compiler_family- Update to openmpi 3.1.1 3.1.1 -- June, 2018 - ------------------ - Fix potential hang in UCX PML during MPI_FINALIZE - Update internal PMIx to v2.1.2rc2 to fix forward version compatibility. - Add new MCA parameter osc_sm_backing_store to allow users to specify where in the filesystem the backing file for the shared memory one-sided component should live. Defaults to /dev/shm on Linux. - Fix potential hang on non-x86 platforms when using builds with optimization flags turned off. - Disable osc/pt2pt when using MPI_THREAD_MULTIPLE due to numerous race conditions in the component. - Fix dummy variable names for the mpi and mpi_f08 Fortran bindings to match the MPI standard. This may break applications which use name-based parameters in Fortran which used our internal names rather than those documented in the MPI standard. - Revamp Java detection to properly handle new Java versions which do not provide a javah wrapper. - Fix RMA function signatures for use-mpi-f08 bindings to have the asynchonous property on all buffers. - Improved configure logic for finding the UCX library. 3.1.0 -- May, 2018 - ----------------- - Various OpenSHMEM bug fixes. - Properly handle array_of_commands argument to Fortran version of MPI_COMM_SPAWN_MULTIPLE. - Fix bug with MODE_SEQUENTIAL and the sharedfp MPI-IO component. - Use "javac -h" instead of "javah" when building the Java bindings with a recent version of Java. - Fix mis-handling of jostepid under SLURM that could cause problems with PathScale/OmniPath NICs. - Disable the POWER 7/BE block in configure. Note that POWER 7/BE is still not a supported platform, but it is no longer automatically disabled. See https://github.com/open-mpi/ompi/issues/4349#issuecomment-374970982 for more information. - The output-filename option for mpirun is now converted to an absolute path before being passed to other nodes. - Add monitoring component for PML, OSC, and COLL to track data movement of MPI applications. See ompi/mca/commmon/monitoring/HowTo_pml_monitoring.tex for more information about the monitoring framework. - Add support for communicator assertions: mpi_assert_no_any_tag, mpi_assert_no_any_source, mpi_assert_exact_length, and mpi_assert_allow_overtaking. - Update PMIx to version 2.1.1. - Update hwloc to 1.11.7. - Many one-sided behavior fixes. - Improved performance for Reduce and Allreduce using Rabenseifner's algorithm. - Revamped mpirun --help output to make it a bit more manageable. - Portals4 MTL improvements: Fix race condition in rendezvous protocol and retry logic. - UCX OSC: initial implementation. - UCX PML improvements: add multi-threading support. - Yalla PML improvements: Fix error with irregular contiguous datatypes. - Openib BTL: disable XRC support by default. - TCP BTL: Add check to detect and ignore connections from processes that aren't MPI (such as IDS probes) and verify that source and destination are using the same version of Open MPI, fix issue with very large message transfer. - ompi_info parsable output now escapes double quotes in values, and also quotes values can contains colons. Thanks to Lev Givon for the suggestion. - CUDA-aware support can now handle GPUs within a node that do not support CUDA IPC. Earlier versions would get error and abort. - Add a mca parameter ras_base_launch_orted_on_hn to allow for launching MPI processes on the same node where mpirun is executing using a separate orte daemon, rather than the mpirun process. This may be useful to set to true when using SLURM, as it improves interoperability with SLURM's signal propagation tools. By default it is set to false, except for Cray XC systems. - Remove LoadLeveler RAS support. - Remove IB XRC support from the OpenIB BTL due to lack of support. - Add functionality for IBM s390 platforms. Note that regular regression testing does not occur on the s390 and it is not considered a supported platform. - Remove support for big endian PowerPC. - Remove support for XL compilers older than v13.1. - Remove support for atomic operations using MacOS atomics library. - Drop btl-vader-change-the-way-fast-boxes-are-used.patch which was merged upstream - Add Build-warning-stringop-overflow-in.patch to fix a potential buffer overflow warning.- Create missing docs master package (bsc#1091714)- Enable --enable-mpirun-prefix-by-default (bsc#1086821)- Fix summary in module files (bnc#1080259)- Use macro in mpivars.(c)sh to be independent of changes to the module setup for the compiler (boo#1078364).- Only build openmpi3-config for the standard flavor- Switch from gcc6 to gcc7 as additional compiler flavor for HPC on SLES. - Fix library package requires - use HPC macro (boo#1074890). - Fix rpm macro file.- Add btl-vader-change-the-way-fast-boxes-are-used.patch to fix a SEGV on i386 systems- Add a ringdisabled flag to allow building only the standard flavor so not all flavors are pulled into staging rings - Fix baselibs.conf generation (wrong directory and name) - Fix pre/post install call to ldconfig- Add conflicts between the macros-devel packages- Converted to multibuild. - Add HPC build using environment modules (FATE#321711). - Resync spec file with openmpi and openmpi2- Fix VERSION file during build so that ompi_info reports good infos- Remove --disable-mca-dso Related bug was due to openmpi/*.so wrongly packaged as devel- Update to OpenMPI 3.0.0 - Enable fortan08 bindings - Disable devel headers- Update to openMPI 3.0.0rc3- Build with openucx support- Initial packaging of openMPI 3.0.0rc1. * Use UCX allocator for OSHMEM symmetric heap allocations to optimize intra-node data transfers. UCX SPML only. * Use UCX multi-threaded API in the UCX PML. Requires UCX 1.0 or later. * Fix file list and call fdupes.- Trim filler wording from description - Replace uses of old $RPM_ variables, remove redundant %clean section, abolish %__-type macro indirection, remove excess piping to xargs - Add missing %_smp_mflags.- Add support for openmpi2 over PSM2 and libfabric - Reference baselibs.conf and openmpi2-rpmlintrc in spec - Add _service to fetch from upstream github repo- Remove version dependencies to libibumad and libibverbs- Fix module file paths- Add openmpi2-config package which contains runtime configuration files for OpenMPI 1 and/or 2- Update to OpenMPI 2.1.1 * Fix a problem with one of Open MPI's fifo data structures which led to hangs in a make check test. * Add missing MPI_AINT_ADD/MPI_AINT_DIFF function definitions to mpif.h. * Fix the error return from MPI_WIN_LOCK when rank argument is invalid. * Fix a problem with mpirun/orterun when started under a debugger. * Add configury option to disable use of CMA by the vader BTL. * Add configury check for MPI_DOUBLE_COMPLEX datatype support. * Fix memory allocated by MPI_WIN_ALLOCATE_SHARED to be 64 byte aligned. * Update MPI_WTICK man page to reflect possibly higher resolution than 10e-6. * Add missing MPI_T_PVAR_SESSION_NULL definition to mpi.h include file. * Enhance the Open MPI spec file to install modulefile in /opt if installed in a non-default location. * Fix a problem with conflicting PMI symbols when linking statically. * S390/S390x support - Drop openmpi2-ia32-fix-atomic.patch openmpi2-s390.patch as they are now fixed/supported upstream.- Add testsuite package- Initial packaging of OpenMPI 2.1.0sheep19 15786595013.1.4-3.3.10openmpi_3_1_4-gnu-hpc-testsuiteREADMEtest-suite.log/usr/share/doc/packages//usr/share/doc/packages/openmpi_3_1_4-gnu-hpc-testsuite/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:13227/SUSE_SLE-15-SP1_Update/f32578a0e18baeb77878adc79860122d-openmpi3.SUSE_SLE-15-SP1_Update:gnu-hpc-testsuitecpioxz5noarch-suse-linuxdirectoryASCII textr>uড়jNopenmpi3-configutf-8774ad151fc462788ec5ed2d1cc2486b0af4fd427f3ace026d9ca3a79a1cbe366? 7zXZ !t/ncj4] crt:bLL J)L}VdzA՘7d:^C o"` i ceSs.&@O[(cHe*vr )&1H'wUG-UX(7/ 80TTKxbn-qלg^@eXa=G% B?de\1Mx+hq~b)'䚌4t,Z>-8)¬9wQC [}mH>Z}ؼ#c*fJ'p͓ٴMBsg<} h8Eݞk !=O51"'R Y g=_$-0g"mWN{3 %mʛ?t݅L&:W817Bh׃-,g 0{@i$167Ҩ1SL=.{v*ZqBXledm@=a༓T!+]Kl~TyE1ՖeIw# NHLB>?*sf,^f-,jYƨaljHx]HDjkԜ*Z#/* oւ4?kgm9jwel~ *#&d`} .Sͻ*N]ޚkZVFmW4 ـo5?%uʃyin&LݱЕޭ7'5^ ktN k&uoBH h`@\DWt53v``kVv/:*@ap,<284d.5 StCN-ѕpxvPlSӆM*A%j">ZP7/OPut">7*T4 䐹rg[d s)dnM,2cenx?n,1oRx0yfغ~؟b0~7+RJ +5#tY& 74ԝ_֦$YF {r1Œ1K{3bl#gcKhQ-T>UeUJ%\8$AkµfS )hSqTSz}纕M/OXKRPT$W%lbZŢ6v _ Aٷ^hkQyApӘ|D.Q֟2KLbQ&5 .-5Lj#?Nwn%NR<2Kw64fC#9rLgv omJZ i6 Tf3WT;v<$rg&IڗS-E0Eq1@iqy_WuH[BAd⌇a&UމsJ"2M(HNAԕ@l^a=@s:fyr%jVjÆ"jBes vMUHif}``*]W\qeӌ,95ljѽfqt[4]p`B3;z(^T>W2 ICXc&+Ť}h7pzE&))hϴ8ZH qd };wAt{:,[4 ԩP@?H39KUrʼnj8YRY<<asHZaS:Ia, UM]up?+g!D}(0f6@qyNPjX9[J7 S_ڦ:4KdUALn# cnH{dR꛹幣@7R}U|:_Q a0Ԩfsì? Ir1xH5%H-,TEF&}?z0smaanŨ5lZ¨T˶}!,2mSFh->'`I֮[`[ϑT^`f/ FQ0ZFZM_nGbd>: aF6ȏ/grH nĖeJ2(]8Pi_:AoL1v')fG'wќbkXef0|gD^"sߠp'qr [0V!8od>v v0`ȮjVիY2h.'6R-g#u:'&?}EWB%AT:BHx_ڪV~qD5bƪt ?ihal\9JL+0cYwURBN_3}8OS9E)`jP8ox{E5ܷu}3iJmTiw ~ڿ3XCU_"SaM[` Ͷ{=΋qU %TFe8sUlr<@!D8X@V)'"HplXoH!ȋ.2c6D%I U_!h{I1|?>1s~v\IZ2~'XXh 4\LRFB' XLTy+NEyAܶVl,NC&jO+ƿ!Zs1$1%+O6oK+oR,r=`&CF҈?&>S%v] T*busƀ>[䋡Ю,KrJ#Y`BIN;lII}9]P~ͮ""b;qV˘i&fp}Fx:gD36E@3αs0]q¬w,7XvrO߄_g\0fPW(֭vVc@3'KT gnro|iMr^%p$L閡S܉B&7-v0xR7ܞgog&k }Zwk4'8r*LW%op9w 7܆(1Xs%fޞenJ5~Hk 2jNIiͤYV$&w [kh|4q.hT9bs[*1%ܭvc6 RaBzYpwe'4hjAG9o\45I.Ҿ>kҜ RPJߋ,@iH]2Kȵ'{xI8QfuD4ɺ' %qqGoKA?!]TWwT\bm򀤴^qXXЪU<\ER"%kjF>_pAy H *?L9 CTٝ9fzlEΥı"(Æ٩߮>[?i@FeRE{q8T^S'zw)*9d(]{^uӾGeB3dc :\u$yVf$( gփX)Y8k[ߦ k^5EF`r$6(]P+68ϔٻ!ҿgRX6g㎬ѷN2إ&ŷdF02)#]` Fg֟`06`^T5HbuUl7;-y%Eo#;bϟG?^"c oZ3%y5KjYaˆx8 Qqǫtx)知q!"3yI&MK׶'ofx`𘾭?;+ -R`栨3pUxcx$%W p\^3tN{%&na78nm~$@/̎URg71zu9]-rgDX9MYvs.VtsDT"!*U)I{'Q]R)xM~*Kq2+*Ju0 LL4+j|#iD/q7V\9:?fZXz= \G>ݨtD,C0; zKVx-93xLe9ۿflgˎ@i#L[G1e}2/ JE]AT"_X)m3ru_ϫ=dЪs"!č{g.BQ΅%$CËA\jP!⾼^d)_5g?e$fgEF3.nw7YޑcpEEc4@PPI>>mKhXY&tl Ӣ^E͏PnXx:4g c ks17F6\qሌ?'G J|񣩳cMB0v,gkXl"I"}p0,5"M#=P՚>"-T>s%Ў3I\oa~fDP l;/ ]^HVށ: )F&$x<א}jPs %u{n~*[3 i7DŽ%b{?]xEJX:׶˻+z3Fݭ$^ D(-=< c gdPJ F2V45^ 2hqz[ܝ޸{PV#>5M40okG3rbP706߻y‹.r\tM6./3n]anӳs:k7$GVB=kɄN2GELͨldb< օoNI/M\ԛ|f`o]n@pfhn,%ʝɾ)+wW6TU7"(nQN^5Hcs 'rps魪DVU0ib{-?} ZKm5Gv>ƺ.+!F쓟$B@X {]ޕr5lF{,‚(OhƖ?_Д?5[Lr1QuϑKeD CjOwW15qD}3|&S9 tNjgW|Pf28;lO4^drFM8O~Ned&Rk^M/ަ*X_3a:SbL !/ ouMtXt}3ɠB.$|(j2po^Lt{-y33Aqjt.~pE 5w,w6 -IOd=4MJq>ex}5ѴA-7Ld_5]N>?BG˚jEACXþI/& ܐM|z z;ɊNM>f5'i.G۵ bFG{ǬmܘO[^aTIPztM+e7kcAV]ǼN ;iS,t~۹Ԕ5q>"6o_Q.ʽ r[{-Txah}kŢmO7m:#u4UCE1 ]T/ZY-Cy AacX?. |]lDTO"2zxT1_n 멿d?"Q?}ditE ?:(GA( yK xf"=uE~[BUgvc:@=[sƢK $pPOen|MmX>AJ`F)܍2YUb*o81pЃd%ZT[}S9a@]`oXoLŽkq3*]ےLzöD!-sk-[oQ&Izߊʯ.y2O6N^dh\d׌qo$y9ou-mt[eOMsd; 1:t841`tfy" 05xd`&C#(M l%Q+Kâ^gr[熒{H6 2/+=;q$w<&ÎתyG\amUfi:gə)„~f K(b`:-r<8!*@KqqZ{}.ݘZ|=S+kX0[SP٫ʿJkvhڽob%-+[(mzcW1+]kړ} h棘^_տ}[OhtJ'bP{| T= eG rEV-!`7 q2 E8>ߧ{wM*&vY}R%PgGJ?ؽb'_tM}V6uʼ*#%"| W_+z3TFGԳנ7хi%~Z7)O Zϳ) ̟6>Suf;iAg13E!X2P_qLWUIʙzڃd򖳟CoFNqRJSq([@ݑ'it{2,{7_xiIsEqYD/EIdqEGvcbUԘߺs7ohtnBVPf2٣k0 s8*9bϤžzaD -mgm9&Hp×9kiwe6֑=>\呓v0I!¨1qGvSb}:rV}*ib&Fyxƛi-T!DFTC0 GuߔOq;Dj =MR՛T*`[L).K\?tw"`Q0(UM5H9~#ߝ?={$УbѿiJxVW KjѼ$1;T5 L0 iRrT3it^c{0dwO~DZ>96(xo5isT޲) e #*dJMơ頋S-uI}yc\v?O#cA=LRb!OӴQm`3pΥA rگ;l^eY>; ssN,P2\ID XdH&ad.؋J*>J{M`Rh(+[ Ͱ Q/O۾v$ Y1|Dh ә:9Չ\Ea4PY)`ǤT"Iv;p2(Bu 1?k jp^:&&NApݙI #KI0XHTUlFA|Gג{Ԃm[$ {ð+l,Urgz %Xk=@W02=B]~w߽ ={ ߅ XQϢ]6fYLƲpIzIirPVqrej-VZry5:N`=s^Vi\gxN"üPH5]{^stb@Й lC4-cIʁR,G4ûU5VB;=(DNOXhhEΪAya%N?RE\Y*̙чht#B _x55#wm~ /VH"$D`:}K$::M*1.jajt)3N h;SEb 5 &[CiP-oF{3 QYn}t<6m sW˦ .؋Xl_{ўߘ;_"+T ?Jݶg0]Zt^Ax_":X NX +Kn+S7iXS0ҳ7+wW+m,mae:le~ "8~m: e;jbSpK,*c"*6:;f7}:w7λR[륤Cȷ'ȉ=sl˲Ԡ"t2A^r.+0t?%;?ЀLq{[flrK*qR| wZN(N(oƆfdcSM+#B<`yqإ3PWK+01k싏CIIL̮a?bЅ9eǣWk5@q0,pSv;Xo:g S *F?ČnD62fI.-(~`k\2p@ad:B2j=?2WT3}|C ]{FOg)|B0(o!I&WC| d6O70)/0)׏>ccoAܠѲR}q>(;3\5a^ȹx !n4VhS?Hfۅ=lSs,C/pNZrFfn@ndFA'H 1y`N#vUbIk)Q>BT'Mߘٿ׉%;'g]9CFfU'0sitti V;w@>2( z$~pg3a/"TLjVۺewpЍ/z" s[>LՏ_:ՙB%el(b\*8)?Pq.JM;P>%kYĹ`5wA}BؖbE`0 ҠUuE&Φ"Ri&Qx]̮{L =fjEoG{K4??S -:Ij4يa_a x-@Pun/m.bB=]?ʼn[+x/%]1,KȵGqL!zVehA -lWUɳŽSx}>3-L֊R2Ec)6j EX 5ŧ¢çZl.HOZݹOS<@#~C#l rɑ {*g,>}s{ΰ%ä5b݃:°2}_WUt.} i.ADyK 8>pbji7m3;N:TƉ|:/ȧ@AH;˸ ܶk`TfĞӁ~Kˈ0v;Ɇ,~r`DY<k ǔuvST?.F'qL91h,K$IjaV؍~M $],r/XjEvTJR1_ZopV/߁V+։SJiog{SIzf Vjmn%&q4u[=ߟ tS2xMsW$ '8"${.XН"hDnpp6lEeXŴԕᎀ§^S; ]C9`;lѤI'tp/lӰw",רjzP Kau?L[= ـ+0nD[4mg?j] {'5|D'oxgBbk`+lx;.[Ϥ?#}>W }H.V$⋨dgx"J4wxԍ-\{Bn6}-TX˂g&]>jё{*>UcdzS}vPWp]_>xb{{!zY{YHF5vCGL[5GFD[𷨻~Tk֌Xek; E?};=f x>Bv暽+35WAzck;}kzFPS:eIIe o$P:0ׁ.Lc(pvT 189+a3'X3!!c[Ɓ:tԅ4rRȻ@8u(E#g׷ٶn oئW[hwA>-Ԥ@7"7ZuCuXOueOҲ n. ߵ[/z^~ge7 А@ XW[!<Wb^:y@ApsՏNIqHSA YQުS ᨗG_"#Mjsa'y݄(贏,;kdW+&HKFTC=-=d`)_E釿Aޓ!u%%$*teo F>iwv!SwrM V_#e& oC4Q)RSX}5~e j]ljTy[lx>Nc9s`lj@17 fEbo^iFv]+( zMMLK$w޳ߵ72IQ+Wpا~s_ CMۘؒ7y=5CܙJ1w3WќѪItz {d+R{ GWl>5U|2S ׼'hrouI,1Hr8ӀCwKk2;fv'\exQ  ~/sLF"FYQ(u.*d.H!B87BjSރ.F) q1:!U)ѷI]tK_rK|~kjkŻnwR[2 '3 ^I,ivcCvsvviݏޚ9(؝}Eg7G%)9I+)^RؿXo6(@8k[g 4<tOfQ@R< 2T&(tplq<8< z$'I(B⍯VUWFOV>_bIQT=^NŗL2l67l(Qd +z#o0H` :g9ei:X?}πX>񂟳.AUNh,]QxJ,5R}(D}"c}5vHhVJ ƃimO5|J'l y9*ԫ~ٗUĺ_Q6DE]O8}atyZyӏӊLT7[+{YdwA!!=E/fCѳG(["DPʒh+4fTotRe>vr#^#GXŨ%)T0qu)+EX*SdU\b*enrRU fqFj5~TSOhUGJ.F!TX8J;g9&ˀdOwg*]s{u%( >+mxb9d])pߐJ+^UMZ㉬ S$+ɔ?Sͤ[jxTzZf|sJ>XHoK̶ҹ(qL>yL*SΉ-6qgu|l|W= NO ,cv }9*a2"P<+gn2&/HpVq3juz/6ZL7]Hαvsi܌6;vhh`ULż }G|ZM^XU1zA_aʡ8h. VPrsi^ ߒS{xa'ĩq_@1 .C/ 1٥dKFOTk5a:`{j#;L (`|,R[(Y"S1M;l$ P@xj~Wuտ*21y ]wo/㜂@Ӿ6>y~>/AV)ؿS;kt!_ d\{߅`p7~$L+H8=m\/>pUO RM(ޖr7 8M`W+*u2>D|\e`I =dy@G)/Nc[[hywMlqIjރ2dI3 8XOR ! ~$`͛`9h8ffJ3(]s\w,FMy҂о0h=~O7zP*H`erl8]>YT 7Ɉz-6H:;t?G*J$Ӱ\:~yvJbNY0y􃽶xED(^Xc ٦F;Kr#~9guz?Ǘ vXqT4f!slq^؋TӖU ]VLҗnf,K5 u@ıcG>1aLPǽ:e>-`/Y[̓}%Geu]"#a`ъ8~ȡݮ kߵQ WDU0n6 a-L\_{*(ۃTa\~?5y {c.΢ s4zy}*:x؟F Fu{3sp8q (i[wh%E ;? p3GZ 1~={k6<aԞρǓiiI,O{ 1U+@&)r_%QLіC:Uʥ~,,.dFq~31-mH6 zeQ^n` ŠjNwQ*y:;yLwl@dps- ^W/\X=r<,öI ۟KZR;ܠ ЭI@hjl}ZFNfq]StPcK#$_6}u` 4ٔ)QZ4v50LXc<<:jZ *R4DԬR# ە;;=o]i[_rv_jSݜ, @8K8 "qa݅=Hsw"'mE/=qwvB`Ktz%TLIɡlFH_%>rlC cସAèkY2`DK2_7f%:"<on7ܕ8Ko=YL^BR8tdg& ztvߴ IS F|U^+L@7A؜"Q-(/.VJ1 ,y;r^&|0MpV Bˆ" FbLkaVǡF 1(R >+ʯ3 4OL<\㮧b\FESʒ|3żv87Psv={OֆÜvdͅ~^\{?gg덳9c=u @nE-'x٩|uF}YJ]%6״J7=}'gA@[ԑ}gy'/ܟͧ c %cdLF%- ң!h(V!މ`4{ D!)6ku%S.)v?h8,F2CtS-n4s*yPBn98egX1p*={(LJ6'8u݃~?8tn]HHBwݧ`nͅ QVdP0\7 . ZzdݚcV'\=X&l뚟X#\#%V !AaGA0 ~#,IH ?X@YF4(B#zڎ|lvÛ7x bk6"N~)]tĘL`@,Q.g< ts2Q sa:/KWǍx\XZMzv+߉<$g{J,$)☞uwt-,Ux-'0lXL%PXTy R!(ُU;!2ߘ L3O*=*xpqT^Eq FtRy.]lܴ#QimMy5a x`x9v+HP qnva_ߪ~Cʑv6$#52.VYbaSv`rRez|{s$;;;n#[H9a`7]XcԗDsXZ[WxKZ܄ o6bO/dF+ZC٪j)o܃%7HSQ}ֹsAN'Χ|'<[3LT.ΉP2:c qW>\N)p* XN@FIIKh xQ0rQܗ w8ZU۹"2QՍPLޢŖ-[(v趟3 ˰\tR}p}hܫ B v')P]kggl)R3 "N~ }' ֮o?4d1c ;exru;JξT],-Fwp[#µ04՘_\ji=rSbeB5Ɋj1Tοd@e9*㍱Y*؟=Ǵ2,ZQFh$ ˩Ɩ - <7)umHOڕRQ}˞p|p]q>% WzT?=AHʢ~G츠A 2nS*x'튰M\a}7I*քr}j>ԁ\;W)kFD1B~=i`~ŠMiNkr3ݓ^a+7vlY_[e`S(XJrYv - 9\R灍sY @5X#egVsZr63cnTRef_"qwQЙ =g{q\"ްunZq0[اSs> T!"nuz;شtj|[#bvf Њ†_mnso;Чj~ ` %=yY&t#8(>%6hT'r_S]@ĭug=,[B \wPG8DXfsP֙e3&O_o(;_ug%`B>͒=v]%4!ޱ9$-3ѥ׬oD5{ D^랤ϳÚI+g:+{X8&txs<ΑgB8b+/@G*Hk2rU_RM~j^ یjšmwu-u`]Fퟟ6J.i_t6M~Nҿo!"Rg@]}? ꋪyi̠^U%ëqd-|}M KRNۏPvQ Y5t5*]t7 vDJ%j+W,B?+=:M慓 .W ,ڻ4;OY{}l(&dP}gw?yYOρ2rqoԧ;钁%/GOzۏ%. ЫB߾)ڃf3=bcl^d.IGIkZiҼ!qKn>/Il9Ӥ]BO%lvO>~c[Ɵı}Ű 6{fYPw"o0֓KIwED1bn e6U90~Oi; /Xj3_=JWy%~dyRaӨiPs/Bx9ԨTS5@dm_eBV_XH8Gcҍ?"snMPɔ4H9H⾤aYrބT;kRŢgNjt)](]Mfh?ZG|_\0TYRY7!E >ZA=,a״>o`&B\@i5<~7 7 ]TN"Wy~o)Y^zuXm|-ڽ5MBhj~;˸uiPR*;!_dX=k@x!l&v[0vLzj3Ǎ]i[@ 6dqOôs`)~w˜ܢv۵ȀD*#:pm͔m]161;19Ţs}~2|C6*u?ۄ@}-ӪXFރӭEGWcXRy34.^"j4ĿqWYoЋњ`!2B[1P^{ E3u{;-FN AdmBGXD'Jn& @ CkZ|=w2 l|S_c!{5tմ ԩ?`H*E3V=rwe|nd"\\+Am1}#$. YZ