openmpi_4_1_4-gnu-hpc-testsuite-4.1.4-150500.1.1 >  A cKHp9|YOc<. ꣷ}v~vG\f٧v:mQ }y -g:CQSqSY#x@>LNӷ>Z˾o9n7c#gq5sZ _0bB/ :'7aI*e8HCJ j0>3%6, 'mζp{v߷#)=yi|6^=vq`g*{V=f/z8Pҵ; =TZi|A© 427dca90a0d33fde945e1d73a2f2cc5ad979ed7dd75779dcfe8d60b46a745046815112e790e77c65a241bc49c5e44da26b0d564dhcKHp9| -+W(v-smW7 ^ٮ7~ pqz =O" Ӽ+hsEm73 Xu$7~މٴ?>@t/Ŕ`;̎Z #e_V<.#Wc1gв }obBJ-|00[^Q8;biIHbGÊ/+yBM#XF p_'4?$c\h;u+bl<>p><?BSD-3-Clausehttps://www.suse.com/Development/Libraries/Parallelhttps://www.open-mpi.org/linuxnoarch^A큤cK(bEcK#3e4e32be24b0015a643fec51febbd90bdc84a672adaac49d633dfc4a94018c7cc1ca3670bd4ec9cd210e5d67d03f4368661b6f2495fe4e3737f8950a0d1a9518rootrootrootrootrootrootopenmpi_4_1_4-gnu-hpc-testsuite-4.1.4-150500.1.1.src.rpmmpiopenmpi_4_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.3c-c@bc@`N@`N@`[)_Wr@^^y^s^^]]@nmoreychaisemartin@suse.comnmoreychaisemartin@suse.comdmueller@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comeich@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.com- Replace btl-openib-Add-VF-support-for-ConnectX-5-and-6.patch by btl-openib-Add-VF-support-for-ConnectX-4-5-and-6.patch to add ConnectX4 VF suppor- Enable libfabric on all arch - Switch to external libevent for all flavors - Switch to external hwloc and PMIx for HPC builds - Update rpmlintrc file to ignore missing libname suffix in libopenmpi packages - Add patch btl-openib-Add-VF-support-for-ConnectX-5-and-6.patch to support ConnectX 5 and 6 VF- update to 4.1.4: * Fix possible length integer overflow in numerous non-blocking collective operations. * Fix segmentation fault in UCX if MPI Tool interface is finalized before MPI_Init is called. * Remove /usr/bin/python dependency in configure. * Fix OMPIO issue with long double etypes. * Update treematch topology component to fix numerous correctness issues. * Fix memory leak in UCX MCA parameter registration. * Fix long operation closing file descriptors on non-Linux systems that can appear as a hang to users. * Fix for attribute handling on GCC 11 due to pointer aliasing. * Fix multithreaded race in UCX PML's datatype handling. * Fix a correctness issue in CUDA Reduce algorithm. * Fix compilation issue with CUDA GPUDirect RDMA support. * Fix to make shmem_calloc(..., 0) conform to the OpenSHMEM specification. * Add UCC collectives component. * Fix divide by zero issue in OMPI IO component. * Fix compile issue with libnl when not in standard search locations. * Fixed a seg fault in the smcuda BTL. Thanks to Moritz Kreutzer and @Stadik for reporting the issue. * Added support for ELEMENTAL to the MPI handle comparison functions in the mpi_f08 module. Thanks to Salvatore Filippone for raising the issue. * Minor datatype performance improvements in the CUDA-based code paths. * Fix MPI_ALLTOALLV when used with MPI_IN_PLACE. * Fix MPI_BOTTOM handling for non-blocking collectives. Thanks to Lisandro Dalcin for reporting the problem. * Enable OPAL memory hooks by default for UCX. * Many compiler warnings fixes, particularly for newer versions of GCC. * Fix intercommunicator overflow with large payload collectives. Also fixed MPI_REDUCE_SCATTER_BLOCK for similar issues with large payload collectives. * Back-port ROMIO 3.3 fix to use stat64() instead of stat() on GPFS. * Fixed several non-blocking MPI collectives to not round fractions based on float precision. * Fix compile failure for --enable-heterogeneous. Also updated the README to clarify that --enable-heterogeneous is functional, but still not recomended for most environments. * Minor fixes to OMPIO, including: - Fixing the open behavior of shared memory shared file pointers. Thanks to Axel Huebl for reporting the issue - Fixes to clean up lockfiles when closing files. Thanks to Eric Chamberland for reporting the issue. * Update LSF configure failure output to be more clear (e.g., on RHEL platforms). * Update if_[in|ex]clude behavior in btl_tcp and oob_tcp to select * all* interfaces that fall within the specified subnet range. * ROMIO portability fix for OpenBSD * Fix handling of MPI_IN_PLACE with MPI_ALLTOALLW and improve performance of MPI_ALLTOALL and MPI_ALLTOALLV for MPI_IN_PLACE. * Fix one-sided issue with empty groups in Post-Start-Wait-Complete synchronization mode. * Fix Fortran status returns in certain use cases involving Generalized Requests * Romio datatype bug fixes. * Fix oshmem_shmem_finalize() when main() returns non-zero value. * Fix wrong affinity under LSF with the membind option. * Fix count==0 cases in MPI_REDUCE and MPI_IREDUCE. * Fix ssh launching on Bourne-flavored shells when the user has "set - u" set in their shell startup files. * Correctly process 0 slots with the mpirun --host option. * Ensure to unlink and rebind socket when the Open MPI session directory already exists. * Fix a segv in mpirun --disable-dissable-map. * Fix a potential hang in the memory hook handling. * Slight performance improvement in MPI_WAITALL when running in MPI_THREAD_MULTIPLE. * Fix hcoll datatype mapping and rooted operation behavior. * Correct some operations modifying MPI_Status.MPI_ERROR when it is disallowed by the MPI standard. * UCX updates: - Fix datatype reference count issues. - Detach dynamic window memory when freeing a window. - Fix memory leak in datatype handling. * Fix various atomic operations issues. * mpirun: try to set the curses winsize to the pty of the spawned task. Thanks to Stack Overflow user @Seriously for reporting the issue. * PMIx updates: - Fix compatibility with external PMIx v4.x installations. - Fix handling of PMIx v3.x compiler/linker flags. Thanks to Erik Schnetter for reporting the issue. - Skip SLURM-provided PMIx detection when appropriate. Thanks to Alexander Grund for reporting the issue. * Fix handling by C++ compilers when they #include the STL "" header file, which ends up including Open MPI's text VERSION file (which is not C code). Thanks to @srpgilles for reporting the issue. * Fix MPI_Op support for MPI_LONG. * Make the MPI C++ bindings library (libmpi_cxx) explicitly depend on the OPAL internal library (libopen-pal). Thanks to Ye Luo for reporting the issue. * Fix configure handling of "--with-libevent=/usr". * Fix memory leak when opening Lustre files. Thanks to Bert Wesarg for submitting the fix. * Fix MPI_SENDRECV_REPLACE to correctly process datatype errors. Thanks to Lisandro Dalcin for reporting the issue. * Fix MPI_SENDRECV_REPLACE to correctly handle large data. Thanks Jakub Benda for reporting this issue and suggesting a fix. * Add workaround for TCP "dropped connection" errors to drastically reduce the possibility of this happening. * OMPIO updates: - Fix handling when AMODE is not set. Thanks to Rainer Keller for reporting the issue and supplying the fix. - Fix FBTL "posix" component linking issue. Thanks for Honggang Li for reporting the issue. - Fixed segv with MPI_FILE_GET_BYTE_OFFSET on 0-sized file view. - Thanks to GitHub user @shanedsnyder for submitting the issue. * OFI updates: - Multi-plane / Multi-Nic nic selection cleanups - Add support for exporting Open MPI memory monitors into Libfabric. - Ensure that Cisco usNIC devices are never selected by the OFI MTL. - Fix buffer overflow in OFI networking setup. Thanks to Alexander Grund for reporting the issue and supplying the fix. * Fix SSEND on tag matching networks. * Fix error handling in several MPI collectives. * Fix the ordering of MPI_COMM_SPLIT_TYPE. Thanks to Wolfgang Bangerth for raising the issue. * No longer install the orted-mpir library (it's an internal / Libtool convenience library). Thanks to Andrew Hesford for the fix. * PSM2 updates: - Allow advanced users to disable PSM2 version checking. - Fix to allow non-default installation locations of psm2.h.- openmpi4 is now the default openmpi for releases > 15.3 - Add orted-mpir-add-version-to-shared-library.patch to fix unversionned library - Change RPM macros install path to %{_rpmmacrodir}- Update to version 4.1.1 - Fix a number of datatype issues, including an issue with improper handling of partial datatypes that could lead to an unexpected application failure. - Change UCX PML to not warn about MPI_Request leaks during MPI_FINALIZE by default. The old behavior can be restored with the mca_pml_ucx_request_leak_check MCA parameter. - Reverted temporary solution that worked around launch issues in SLURM v20.11.{0,1,2}. SchedMD encourages users to avoid these versions and to upgrade to v20.11.3 or newer. - Updated PMIx to v3.2.2. - Disabled gcc built-in atomics by default on aarch64 platforms. - Disabled UCX PML when UCX v1.8.0 is detected. UCX version 1.8.0 has a bug that may cause data corruption when its TCP transport is used in conjunction with the shared memory transport. UCX versions prior to v1.8.0 are not affected by this issue. Thanks to @ksiazekm for reporting the issue. - Fixed detection of available UCX transports/devices to better inform PML prioritization. - Fixed SLURM support to mark ORTE daemons as non-MPI tasks. - Improved AVX detection to more accurately detect supported platforms. Also improved the generated AVX code, and switched to using word-based MCA params for the op/avx component (vs. numeric big flags). - Improved OFI compatibility support and fixed memory leaks in error handling paths. - Improved HAN collectives with support for Barrier and Scatter. Thanks to @EmmanuelBRELLE for these changes and the relevant bug fixes. - Fixed MPI debugger support (i.e., the MPIR_Breakpoint() symbol). Thanks to @louisespellacy-arm for reporting the issue. - Fixed ORTE bug that prevented debuggers from reading MPIR_Proctable. - Removed PML uniformity check from the UCX PML to address performance regression. - Fixed MPI_Init_thread(3) statement about C++ binding and update references about MPI_THREAD_MULTIPLE. Thanks to Andreas Lösel for bringing the outdated docs to our attention. - Added fence_nb to Flux PMIx support to address segmentation faults. - Ensured progress of AIO requests in the POSIX FBTL component to prevent exceeding maximum number of pending requests on MacOS. - Used OPAL's mutli-thread support in the orted to leverage atomic operations for object refcounting. - Fixed segv when launching with static TCP ports. - Fixed --debug-daemons mpirun CLI option. - Fixed bug where mpirun did not honor --host in a managed job allocation. - Made a managed allocation filter a hostfile/hostlist. - Fixed bug to marked a generalized request as pending once initiated. - Fixed external PMIx v4.x check. - Fixed OSHMEM build with `--enable-mem-debug`. - Fixed a performance regression observed with older versions of GCC when __ATOMIC_SEQ_CST is used. Thanks to @BiplabRaut for reporting the issue. - Fixed buffer allocation bug in the binomial tree scatter algorithm when non-contiguous datatypes are used. Thanks to @sadcat11 for reporting the issue. - Fixed bugs related to the accumulate and atomics functionality in the osc/rdma component. - Fixed race condition in MPI group operations observed with MPI_THREAD_MULTIPLE threading level. - Fixed a deadlock in the TCP BTL's connection matching logic. - Fixed pml/ob1 compilation error when CUDA support is enabled. - Fixed a build issue with Lustre caused by unnecessary header includes. - Fixed a build issue with IMB LSF workload manager. - Fixed linker error with UCX SPML.- Update to version 4.1.0 * collectives: Add HAN and ADAPT adaptive collectives components. Both components are off by default and can be enabled by specifying "mpirun --mca coll_adapt_priority 100 --mca coll_han_priority 100 ...". We intend to enable both by default in Open MPI 5.0. * OMPIO is now the default for MPI-IO on all filesystems, including Lustre (prior to this, ROMIO was the default for Lustre). Many thanks to Mark Dixon for identifying MPI I/O issues and providing access to Lustre systems for testing. * Minor MPI one-sided RDMA performance improvements. * Fix hcoll MPI_SCATTERV with MPI_IN_PLACE. * Add AVX support for MPI collectives. * Updates to mpirun(1) about "slots" and PE=x values. * Fix buffer allocation for large environment variables. Thanks to @zrss for reporting the issue. * Upgrade the embedded OpenPMIx to v3.2.2. * Fix issue with extra-long values in MCA files. Thanks to GitHub user @zrss for bringing the issue to our attention. * UCX: Fix zero-sized datatype transfers. * Fix --cpu-list for non-uniform modes. * Fix issue in PMIx callback caused by missing memory barrier on Arm platforms. * OFI MTL: Various bug fixes. * Fixed issue where MPI_TYPE_CREATE_RESIZED would create a datatype with unexpected extent on oddly-aligned datatypes. * collectives: Adjust default tuning thresholds for many collective algorithms * runtime: fix situation where rank-by argument does not work * Portals4: Clean up error handling corner cases * runtime: Remove --enable-install-libpmix option, which has not worked since it was added * UCX: Allow UCX 1.8 to be used with the btl uct * UCX: Replace usage of the deprecated NB API of UCX with NBX * OMPIO: Add support for the IME file system * OFI/libfabric: Added support for multiple NICs * OFI/libfabric: Added support for Scalable Endpoints * OFI/libfabric: Added btl for one-sided support * OFI/libfabric: Multiple small bugfixes * libnbc: Adding numerous performance-improving algorithms - Removed: reproducible.patch - replaced by spec file settings.- Update to version 4.0.5 - See NEWS for the detailled changelog- Update to version 4.0.4 - See NEWS for the detailled changelog- Update to version 4.0.3 - See NEWS for the detailled changelog - Fixes compilation with UCX 1.8 - Drop memory-patcher-fix-compiler-warning.patch which was merged upstream- Drop different package string between SLES and Leap- Add memory-patcher-fix-compiler-warning.patch to fix 64bit portability issues- Link against libnuma (bsc#1155120)- Initial version (4.0.2) - Add reproducible.patch for reproducible builds.sheep16 16658662804.1.4-150500.1.1openmpi_4_1_4-gnu-hpc-testsuiteREADMEtest-suite.log/usr/share/doc/packages//usr/share/doc/packages/openmpi_4_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:SLE-15-SP5:GA/standard/16b9761e32c94e71046fc2e16cf5fb58-openmpi4:gnu-hpc-testsuitecpioxz5noarch-suse-linuxdirectoryASCII textskbS$1a\'openmpi4-configutf-8050c9b08c56054ca66fd17cbabbb14fa9911486ba60b6c62586d394f498ad569? 7zXZ !t/t] crt:bLL gl5|>9[u"H; nݢS2݈uJ_l9~m8s\Qiq=rMND0i|L?A)&q*ia|"; ڛ ~VpH|U}-\5@rQߒ*7m^hͨ:l,}Ti#x\=G{%@>f]x3|бq-YF*,MWCktp _Vd2NUL&$$o?ѶV#/FA]s[x S;,PRH1܋S;;RA}]t=u6w>FA ;ltS׭yZC,l }Y:@j2Q! Ck2Ff8C[6@=TdR-M+ EJMcwLCV \t% k&¤z<]{PஃA}jڣKvt5H63YgA56}_[.5%E7pHLf,LGAk&4uЗTpEo'fٕʗQ@Nm&oF|+\|+XS$ ?|n/ZVaڭܽ#̯|%P CMxy (;W2"syâf8~+f<ɖ? G궩C$\9iq+q3:zsh$'5HE=t fMX pNSPַ_(O3dm _ZWYڬ@IMXOEPBN5:]оvTƪLRuP`[:V:whx Ǫh];  "突  XD-c ]AhՉ xi _wh7oN%;>FYãJ b 0Uve:aoyIߑ็u"tKU$>~o.nZNSbwkKˆ@J2趉T.b D3(ZJ A [F]S? pjy#sJȏoLǚVA BFZ]6_]%ұꙸm46ڽ_+˅~72$4Xa@d2B9%^|އPc-?|,ʃriX y`@'$NXx"A.LEAUqT[2./|p`nG~Nqގ6DG@9=*t|Tap iUR\1otRQ5ø ocDz1,LftM Qī5*O_\βt"$ykÒLkZƾ\A;Bk:N5 ?xֵ[&,NkszNwtO"!N3Ä *ȫIkOD|L}'] UZȏeU/m@(^ЛIP{&6:xO1 lg},Mڥ l/9r袩fm⛧/҅yZy%Ú-[T&ZLB N R g)*WlVϠ =z7 ^,_cj05tX),aL!^M3ƴ1ΚH3-fh>_+J1kѡϹT&}4_?C۫3y >^]3Ӱ_9\]Ď.K-ޞ5ի\g_nB8g4ҠU{IлGWd@E)ޞMo84fAe2>FQ>+)i u-4MqAHB~|%7/pk|繤XD}1|("b N3}aDkzEd\>JIԣxHr`Lg;J%Q55>:'UZ^xA|.<"Aq[:%wKˮ)L-i{r lĭTSC.M9e' L \ڸ~"AҙL[;$U- LYR# U?Z j!։d9M8%e+sL g̡]{$23R5X]*ϛkԅB:FUH)Xާ@jPQ V b…ˋ9qT /cxF$;$;r'?d} pPFOla~՜glBy|dddOVK-.h2oD8Rߙ5HeU8, $vH= WtprHцMv|Wsgg_.Vqw.)*?H4|% YP&h"1:&s{YCdhRpD"K& 44DJAKz6Ix|<HZ n"nTw'} oJ;YbߠʐV䴊'F|+Ӣށ،* ,N?H"d1ISH]Z\DkI&wҶ]dȵt4HKdgea䁔$Lo a^8¦P+t9Zd6VRˬap&iKAw0'`Y7"1]r0@GR>"򛥑^p<~xHp{ā%V vDEMrsL>#?"Q64`LfvSv~CGr=Y>/zHۧ~o=ʷjƉC Z N0.YFЉWq̘wXM͌ Lb$zBz gUAn0n IaM3ѧ06XtD7!j=H[svTBӔ@ŏKgBuC>y4dY_$i]װrY:nW>H~8-ظ&֧;\= 3P%:`.$kzߝ8){gh!^ BLU4޻#䂟9i>J$A4I. |̧Mm?d's hk{}ooꝮh*XxEP_@yA!!|"7$ǹi&?R#N hE͌pFvwj _vU&/,j f R_qy/'OR &v rM/eg@Iis! pLJXe5\DjiT8(b2^&!;0 RҮ Zy3Xf3GTLQ΃v^HmN{O &qyn +' #.hU#fCl# u~=GAj`4)3ӓ[f[\t݂Ů^$:T@f5~X 3Z  '&ӖN*-?!UhYV>uW3ꖴn8ҶD+e='8zqn~֯9#w >\AС XaBv~tvq9VHmQ]mXN30yj Yh N*˱Suy6 !rE |l90Ċnx]Ӵ=Aaq1h--g|oC]Yvov8GDBtX}-(A3-1*j#\#X/ Nl Ubj0\/h1k$'d%p-hK}nF&{Kjୌ~WI)dMlb(ɢv OBTϡi..;E_d5NaiJmtڕE֕g!/f̥Cm["hJoW1҅pc}+5 ŤcBqONo3] rEgW)Nh&;Ȅ{MWT&'<)R@?C!B?![`I*enhu}<'Rf]a>CDj9o5{c5,#omQAR'0;]!Nq1Pu yE?!+TeA$zD B:8'z l?l@Ո a١5tAp0Ce1*0TTiVlj9!%.JI( ,K!CloyS-~l2(ww_E%NlLEN:O*`(l9CqN~ NdK܂y P^ɦGtJdɑNIMʩ9k>uUg'Y }Wڅ:^6zF!d Wc"k(3%ؔ]#Iv"TMcbV!qΒSR0 ԭ%_h#% O-e5 fmW:V-w1^3p'nLSx/ͺߣ)#{4NMkyyNA`8m&}i-|k&O h$;^ ?͢#*'c~ #p5ԃVJ,^`$ɮJ\$ߙz9}`_jgT!$]-U[Z> Ϗ BHnEQ(󑌼l r^D|'0t(i_8 }^a9OX~m=BhodD3թ2ǀr폦,__a6RGN11Tf)OmywV OV?{4iBq Ge(_yEa sO2R(yA|LDÚpLF6q=$7 m4_NGūӼM]ßwVhiy渨NUazJK=:ڠcQHx0@/ݑV1-~̻([9ˑO'YQk)j "MANW/2n%C9j6]2>:1Dl4#L^WPc@y*|kpäXYIUJ'`co@ ;e>dIfWRK^5ÜJ Oyޝ~;B%ę/[l[B?N`2th|}$ _癊c؁ (ոn7lCr5(: *[ 3"!\ [2Q i+>Ut~a=[X{luzDm1ф?K՝5l(`h6suz=1B,vz#,kUdMbLP? r9G,z3sgE€'aVnV o ,`uV/f+yrlé DG<#8̢iŸ{%LMSd砃&R/ ٯULB]UŘ.7QqGD_Y5WO2ۘ zH)НyߟA-YtLopm#öהMF o }S'$-6|.pdO+D)tt ))aXX5(>,Vܠ-d͛ray7πkZ2 /ȣy:ëe[@sM{C䉌%wBfe`蕱^GzDwb8zrL8s:ݫ/0b] SRҰ\64dŴ N`q}rd&g[ز" w+7Nć= NLL-b`U}sѵLȋ*Vc4ҌPmLJq݃$0)fun&NT/V nؗ~+hZTau;Org}28- =\j[H|#7ޔz%$IU0҅ N{9@q?Z Out3R^@ 1=(3d-E`/5~SGe>|~ko+ K^@Jk.)0l84 9 ;se"wk8peG~11m<58NӮbv𔫦_џljEz1v";a1tk WY)6sWes\jE%$^$]A47 ߁qUB%K{=+Qk%:;VMT=ӳ{΍STlGWz&i35;A6Cl]GnX跺~6ӹQB_F#b>x^Ќd_rWgH`QƷҒidJ#1dw= \kO~DO¯e`;SY" cRAsmɉpp">Dsq,rV>pd a!@MhET^Wq5@<9%Pk  }i3knfHj+fd7`O w^H)v* T#D6VYAoCڸK.1XDۡu [vh/O;B<5^/8INP]Ix":Ű,Ϳ=cK(CRuFh7~7*h\/2/CiڵјA@28~q*RFie?荿$2WcWBnVn1>'ʬF`g~Z,uQA\XQ'y%Nyd).QN\pƝ[\Y܈7M @Oz'/FoӒȰh/qOx4/ F6oX`67VEyC)j)W]QsDu/YS+!י Qʍs͛Cux܁qO hpj p:Ae -㶍(v#nT4nP+:^ܫNdgڈ=2fuU6hW{tdbfXtuEeu0h`u/KR* )L?Uf5#BGsN뼙9zÏ4"PۦN'y;&XvҖ'X`KyZFln/AP\̷-wBȀ?Q:k lp4JQSD5{`tU@d M׋:򰍟PRx%ޭW1ɍ2P>fjn<Ոer׏h,K!v*2H*ِf&sНc"M/ÖE^I;.sm}lkT= ϥFghun H myhI+d\R1A[(y [qb`zZ3dՊ/Th'0!`0.~<\ b)jb7s(c{Q/]SR\{<(rm(A˯ %N))eJ{ܻ8UfR 4{`Mֲ1\lU"S.U J9yG@JH;{=aI`KkadթD<xqK4la @ƒӺ1fQ O[! QEk>,Zlޗ:DNcAҹQ,4jå+Ĝč])[o~E+۰ݜ?X?t“a!WfKb}Y(ebPهZ=A1XԿX8;a?n9p>Gi'h˴eRk098[ϳ#F# )_ݒs&fH+>dzWx丼a%8XtUk<. NcyzڻD-ʁƵݷPF2AzgiUȴUOsRnrY%N%(`JK*x}hEa!~G_Ϻrg3po/J[4r_* DD*rݙ s̸ȟbE^_)TO 7a[aD$(\$wt޳hU,cw#"Xlԉ2 p v#36ίg aQmp+( A!~H7yBi䏾VUAB8Ǒ\we؉Y@jC6@P$bb4B}6FY]vB^;S|{7HA}޿$4U ʉC۸.ʉ%p;#M-:z, N2~Pem}gU@:BtcpOjnɹ@R~O \3ifu䃀2TTys1X];ضgSB^nrF,yhT-+)Cc{WfQEր>[(0TH ӆA`ZE 4X?~TZ,Y :;9LDѾ^dEڰU2?49UuR1*T-eFEOceԋHk+.9 e" o#zX"xZ A;/K'KKm#0>>ΗYGMҘ1P0\ s)P>v6[W'ܓ56`MrZ^ەQp0}q,)@X`~OL Y<:!{MwW劅ofn`)z9by3MdX9kԄNN 3տZWNPPN?4;Q͋E|*ȃ*Q-x~jV†j d0iܾy|<rXp0̔@k OQf'̟|v h؏ʠ%MʕgW\ us{j+\C#cI\;r{b/N#$+rDf"O21~M8ܞQ^ aS'].x fX0ELZ ߼^o@G!w吤 k]seD)lamr {gxhy~Z|iK`4_Q^>),a (M,K6&f>%Ԋ|n8i#eݟ jЇ*h×.P@CIHq۟2 J*8ͨ45 nhCv"1&TX@Hs;R9i䔽(Dt\iz@Olv^./ފZFB @%IKY@ʏJhN9SQ pW7Vʶ[#6enyal*}-䣦0cL=wx\`0do8=2X.+\/7`rѬ=M02DjIM 8=շU%1ڌ!1p! ;84uFVv +d^"ލ,Zrv5pq0Pxn>1(,!G#]oCkBpX86i("8rML`o?2-amoѸJ&1nj- a&i\ߴ[\'~ EG1,h!}DͰıy.j r#ʛn nT_Bg$t׈Ts't8*m۱30\X:mc~^!_5 ~X쎪%|&= {|ջ&ŵ楢Cr\IMA 4ʴM8{S3>lL:dx~2k9?!9IM[n/CJ`$U_#+gIV*3\o#ci)x}^ĹD>HX ;"|tJf ,JD"l@ Xb@BUvt:* Ym7Wjْ֒>BPR4zWJ٥-K&Ʀ{nx)͐>h Q+oxbld?)HPI~es*5%7W")<N5`P.J:N4'x?7CL=Q@OQ6Vk37l~+ xmU: 4rڅ0HxDnܽNȓf\k@ݚZ'+ x@;z!ջ~ߥd/*Оt@ߧ<6S$܇.8Lg.΋o^5VSMܚ*$q4#5< 2,9-r BIz׺óK+_MgqxrZ+ZA/1l*٣>ϫ<ÔuWZGsVz9S81.42x*i/Ҭ{|P5jw'$bP3 .r+Ъgm[z (_k!4 ]fR/q_^\u@6^A7Z,c"Tb-ŔBCLV;jX2Ȧb]V5?H=.r NE@"pH>hm{z,1.١*j^ W0ME2aPCKL| "3GiT0+ƬKZGȤx`cAyz7IT%!s j# o/rT aZLM Ϸދ*~4a/bWW|L>cڒ u\>З-J#KzCˈ\ 77 wLT;yrѠjw]-8;m901#!kע]y]5f"@Q? <4jw@sr@kN&U-h _34ĥL}osc0MLzNf^I%brޕ_ڻ,L WD [:V꿆>[w"$f?^=aS(i;'( q/.q5EB]>ݍF t"pH%m?ɫRqof徣/"`d6O9'g <ؑo1Nňt 1CCr'>x{܈Z@V*2xH|fvNWTݪEOM>&pE /'\,Q4U$GOB=-O2,3Dil-}AH@4tEf -Hڜ n9(% I'ުg a\ܴ%WtSm+T/uuD 6#VO/BX jO 0R *_fk*P3!dC.wҜ BgUxnܘmqNȞu[`grɑb?*kz^DrA]6('$(8=>J)ؖ*8ϝS!y_;eKjo*篏]{m-`0Mi;ȡURG " GijH Oil8](@U Vgu%+iꇫ/)+odByCMb,kI$Ϙ9f2bZbҝ>=>bD r9R<mUsl-Õ19+2y x<_VӏX[n|2S ڃm8O6ʧIޏ*駁]h09Q.R˰[ lt+nVҁ"IWs9'zT푁:}5#谀3'e= 89֜ ̖}p%֙%Fn64 , S/ sepXHQDpVzKj9{mr=(47^RHp8o}h7T-y7܈/9.mdGc^<8Qі;4,b fž.PyϞQ[? xuF1DZ3֧3i~Ȩ@QZ}=0%4#8ZI=oɜࠂTeKz1oO`ߡ?$K=)ⓨ)qoi_yhªBvX\}e6oQ6!)ROgbhirұp67zZuug܏p柮eq@:;aГ] =ߙksV#})ZfqqtM0,<;S* 'dz htg@j{dPNP)=ePɖp/`gS aŵˣ+\#>+W4[{qTLǵT>ؠRMSomO=ϼ5b%;-Ͽo0rH؎}.29:t1%g;sC2YC gWXrk.O"NH2WF<&\1j 'SUиdZ9M.*svTB;5ҬOTMWUM)E5,21r oV4-snULㆇ&pTb F3os c@/]Q 88s3X6yRs݁G7}S-giZasڛo*qJjaY瑌7i1Qb=~9* m`_o*LXv!f6#ҜA R;DD#}NstZVQ}N3T'$xO3n7w2+MVɜN\WжHWF]FyP#D`Ca4sҢnH/jUC%6Hi m"qS8Owl-x~D%?g5#]I~AC)%u8?_dfZP+$ubiȆoQ*`^ph~ctR}cdsA#k ov3$p%wf"HrS?E3:荻RQ Un> @Au *+3n"Ͻiv yP&Raq\2 +ɘ)ͧY_rV'n8-4n6 26u?W!u/bT5!_Kq#foGY.Bvc:.j*w+Q&)o|ELqGcoMɌ`1-s'd.3g"`R^K\{Lsۅ`,eGD)\.6X !bPLL@L@?`_XLy%ى]ń*c%4y.+}٬|~-j_`['Ab],&3*c=,=w3pEGe~!"ZUlSZ6YNg0WϽۘ6.M@|4vd:cC üh,ؼ@EbtCtASrΊ{q,%NmV/KF7FkrëVM`{p2*5*5||NQd2}$w.ZAcðpK^tNhF#yU0AzHmСڪ~` EZC|`έ)w{$v_dm$u :d1e/2sy԰z8:dy} koR=O"3^&+hvYl9hA+5ٸld_ N~4l[(>U!\t3FkPu2}S,eάC.vZB8R\V$ 9V(;̯=o2Pwm;6pw Vja]^ ˀIzf*\A9E#>>^ ]g~Ip2-hľ V2B V*I:_\Azep,k`C!Nd"ٝS".Υ? kbr)qF#f e)4U*#u$_>O>eډ7Թnq[QSΒɩ/Њ>;L1~2 f,F䊝sNEqR:Dⶕka%9.j^E?( @O>_yˊ(4|YK9jYZVא }W#jߢl՞ER`ڇy1|:hx %jR8߷ލFq=~[7 \Q_+-dt /x0\(HM $NXĦE3yC0Q ](6J)7rH<C!\K=6I/8m\zCqX{ {* WD<0 Q"t4 =G-!A] >=9E|;N1-ioXPQ4&5a :Gb[#16c+tVLٖ@]̙IFУiBהgCkh2!1wh A\{=&[-.Kfka//ڛvMvj7"a-o}_#V9W_֋!QReъM#Pq>RZT.xrxg]Q7'3meٛ i6^K" nYhΎjLbjE\iu27~hB ,7pDL"vd\j6L;|s`\ӞJry^"@pf%0XqKX T!7ݛ!9 t+UE?zTܔP ;(f, {xCKҿW[͇&D,6GM;kڿΩb2ߺ"̦3H@Cscϩ*耲`/M[ u0F{ifN^7;O}JcPB+G׷r QH]8Z/ة2bbo*VҮ =X\(י5\&<ً ˲O-edW. )AΠn((;ԦG甃)έĦBkω!ghpZ{f^iSzBZjNϪs%=D4E i\r'uJx ݽ$ -x[L8 w5C}}\F1\l!Q5oPnL2l|]cݽ]rymK \l8F_'^3)ks;3Ńo@l^vr)_*ݶy6= p~tg6qWPA9p!$:Sa306X﮶] Umjiy•ޏ-Tc?6.?9$Ԭ7M r0&\\6vF찉')Ж3@'JcG*}LKyȨ wO"ϐ⃗.Z1oudGpGEQ@plҎwבث4|aͽV2$ wH9&#Sܘj {׼a,ȋEI"E  ^[*cWhNdNCuy"jl*Lod V<;VYR ,,@ڥw-JX v Ӓ\?d蕄urpX 7J!P @۪A-Gb#674G09<1 q'Ů',0Fr;he)?eV`8]رe 6_!tz!$a q.a.2.Xo1עDYjV@ -B["K򺑫}IJ8A~s Bq9G*0*T+dl|bB)8=c]. KW?z.tFIEYޥ}l߬VY-<8*lzLEim0N $h',]S7YJJhg ,};LO6 :_Sc7IÆ?hϣ78ZeO69oI.`s'\ƥW97VesҖ4$`wp숗DFCڬ1ԵN/P1S\ @nF[wyf7^S\n`]/#{'URAkJ7һg Yk0 &>$NL+}MU@aɼnݻ; t;AE:do`9RXcr D,mNPНB$N&=Ld6 עfl|_p] ޜlBKhڛP\)_蕌f&%R a^Q-W%i-"a/'7=4]9V#/w ^,_B((z!uJF+>H۷BjAts73Оh)ό)co ?|èHjkEPBؿ6hZ-nq!6Jty!pgk0 ɺ9m8d-T1oiTu)&S*)̀3O$dMd; '!芳@Pcb(&RWq ) 6Q S̙+gbe7QbGR/9XXElq37߽+7i6s \0o'x2B%p5n|[Wab3úƴ[\$yb6>6d6p3F-tR޿T.uRbFg LSFCnuyCThηTh^曥|lGZORVM_3Eu IˆM8U ݏk{^KO|g~4}.+#cQB <SL`(C$@:B)8> yD #r $2Sُy1S]aU8 ٙ<ЄY}n)ʸ#/+d3<Ӗݗ1RNG|sɖڵ7esebV:f"s̀Ftxh6]O E..4aSG" :h]jz@)'j]mŢHj>ŌVw57[#nIpwX#ೖ ^F%k~6]FnH:W\06qrҙMSm{p?kTmEmw Edύ5y^ޣ=;uT*LQx"m΢iUd#kĿ*S3R]FJjFRY[6'?SL>}G G]3me5+IҰW^aX7MG1 jsf IU:G.)91]j!c-[E-e1K5;`"-%v} iRg\PYDAk\&'Lw5!dwϯJʦ mA %!UD^2(8wBѵ.?u6JY51j,bJ=+ޓ`*#7@nORrXDΊuKLI'CnѩwK pW ڙQC"+|(&. "~y?K3 'I /H#&؍Ҡ g;6H[Y)@y/7 [e`k86rMcp3ݺ*Wl~:V^w|rU)HxJK U[UتN_؎RIXrTS,w% {2`Mum&!5c/1Ǹ 8Qp>oScl|1]ZE~mqSX>apjYYv|ŭ% A q2AU\$\#iPpPX tp Iܚz*OA蠺YRC7mU.:͘|-z&vq2[:s+HZ\@t8w1Þ"홎6p)ɑAf!(=5,)B~|pW8\}Ns=CZZ,R+spBSkW](_wKm$'H3EYkY) Ԅatm.'Q\+fw.$ld_#[?o[玓=9ϧ|[ꡚAx: 44|i:L7r:b~%Dv5FlhWX[j,Σ޴P4~" ZY-fU~\k)qQ6YR&le,pu@%Zܿ*8 9wg<=κU5aԂ66f8lZzZNHdҵEq _Bs-ݤ)FAҨMZjd`h18품YNN)Wʣ_Vj AoDdҴ>|A먞l,>:Xh =v=z!:|7{G0𪟷ĀLomGV#x6ٓ" ?W=JGk,fr$V)1e4h|($"oeX. Mu4I;4N(~zTepnIMFQ \L#S] /ؘ3Qk4ƌCH=CʷVEA,;}ҟiֻ傦~8K!NI%n|-;6ok6~XY݄}\hNjD_׋R.9{C85L54Ǥb C(/~uזREI ۸m\*$D;r 8 eqć@)vù`7kwkaEH_[]{ǂ߈.{H 2Ƣr`FJd5~}j-/j@EV*i߫:9 g.YM)CX= yV{P O/; PZܗ5D}ip8LG"rR2=/GWIs5N}MH}'UZ4_3a1)_5KQKI@+n6C\t: v[y{yz8`%Rcz~rPR%HYg3 ~!i WHU [|Ą4\e,s0- ^47zci$y+[PTѩN7!kVO*/D>`RqUկ!z]ږhK݂]@:MfO gŸ΍1<7_pxd'px.S#T1z \J3iӬL)TAU ԍ$ 'r= ȗq y0.y@`rbT\A`E|u -$98G{s#Nwi4b&'#'/vG6cI8xzC՗\ޏ:YFHsNp!<`8,S=~V$d R$c яO8&c=@␇=~*B`=4+El~QkܵtDLM{ac"iMjxp_6Zmg/}*Nc9=yIsl8_d[G>Ti/DaqD>C8G\̼N%IGJS, bCpJ9n)5[nDӄ&[`:0\ҳ5MƏ.g:@{ Xyi\aIX1o#呍bN42XaIɥ#a6LesvMNȉFv&p,wڮ2JTIfo`_K3AԀ$[!]3O%XJO^,Qr"-?Xc%(Kqx&;SDXYr sF?prginɑ\oSt?,8Q anJXx(rX3)u&*’XL͔h jI_za=rY9b|+O|?gĞ],(4i4xϭ y2bYB?bHTk)f /S_2 2lUxDq`{I^k6\ mAJN:-4y`6҂g+g'=˵H;f5O=]M /Ó]AQ볒D]>q9gD@ fjh;ZLx7 JSkznP>F<uz?A7Fm~Nހ%Y>n0HyD+J ~:nWhE 5e":Y~O 9x_3ts>E?nMBwf|uvi .&P)i %yqdtd$A$~-dXQZgt*^|DHz}' @GL-uz )tY%Dد^ENdX" :w%"=reGgkzF+/;;N7m>V\Zʗ쐡sݒ8j:aoӠgуY%/:}|IM^E@%-جM{V+ # %^yȑ틱9n-Qya6B:n)D(n?<UDG?-n>b'[WzĤWO]XAs@X2 -z`A‘ёU"6Xy2'&)pbbY=mvF,γlsͼ" 4BkfMjP\9۫q)Eu>Ғ͈F_7IVU٧bJzko0M[M<& jc-:$O}ۛk| @ƺc/Q3fqxk/㌌A 41 N|hG!͚J (qm9hhKl!ĶVÇw[Y@]C2cKϘ䤓 S9y ބVYA"z⏀{ ydzkFZ,g$\TG_~r»sRh7-Z+0**U{^KEv}l@=S#Afi!HPh۬c)7.\MUX`G|@zIƀT~`#t&OIJ\'aX^?^s6וd)YG ͇6F$Aw+lBʱ 36-Wxj+SylSh0LPih#`0 .,('^:pPA23]+ }wq p>诂+zu"fw3Q !8c') `R mu) T35!|xʆ%?tա