openmpi4-4.1.4-150500.3.2.1<>,flop9|K?T w3>U xC6Սֆ}q(J!_⯪|'_,:g.qxCƉ_XKK88A`}@7K?JwTnz^BL{ {׬.9MhE?d   I  $=^k     8  l ( *,/2r2445L7!(7[87d 97 :8 >m?mFmGmHoIr XrYr\r]u$^bc+defluv w0xdy,zHX\lptzCopenmpi44.1.4150500.3.2.1An implementation of MPI/SHMEM (Version 4) OpenMPI is an implementation of the Message Passing Interface, a standardized API typically used for parallel and/or distributed computing. OpenMPI is the merged result of four prior implementations where the team found for them to excel in one or more areas, such as latency or throughput. OpenMPI also includes an implementation of the OpenSHMEM parallel programming API, which is a Partitioned Global Address Space (PGAS) abstraction layer providing inter-process communication using one-sided communication techniques. This package provides general tools (mpirun, mpiexec, etc.) and the Module Component Architecture (MCA) base and plugins necessary for running Open MPI/OpenSHMEM version 4 jobs.floibs-power9-187SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/Parallelhttps://www.open-mpi.org/linuxppc64le# Always register. We might be already registered in the case of an udate # but mpi-selector handles it fine /usr/bin/mpi-selector \ --register openmpi4 \ --source-dir /usr/lib64/mpi/gcc/openmpi4/bin \ --yes# Only unregister when uninstalling if [ "$1" = "0" ]; then /usr/bin/mpi-selector --unregister openmpi4 --yes # Deregister the default if we are uninstalling it if [ "$(/usr/bin/mpi-selector --system --query)" = "openmpi4" ]; then /usr/bin/mpi-selector --system --unset --yes fi fi_ H ` p @@P n^ j*3  iWokc1},FE k PP j )72 p;go7N Y I r YR  Loq  K8N.W' 4 D PV^oAAAAAAAAA큤A큤A큤A큤A큤flflfl(flTfl9fl+flRflRfl+fl+flTflTflTflTflTflTflTflQfl9flQflUfl fl)flRflflflflfl" 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./bin/sh/bin/shibs-power9-18 1718355823  !"#$%&'()*+,-./0123456789:;<=>>@ABCDEFGHHJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4.1.44.1.4-150500.3.2.14.1.4-150500.3.2.1 mpigccopenmpi4binaggregate_profile.plmpirunmpivars.cshmpivars.shompi-cleanompi-serverompi_infoorte-cleanorte-infoorte-serverortedorterunoshmem_infooshrunprofile2mat.plshmemrunlib64sharemanopenmpiamca-param-setsbtl-openib-benchmarkexample.confhelp-btl-vader.txthelp-coll-sync.txthelp-common-ofi.txthelp-dash-host.txthelp-errmgr-base.txthelp-ess-base.txthelp-hostfile.txthelp-mca-base.txthelp-mca-bml-r2.txthelp-mca-coll-base.txthelp-mca-hook-base.txthelp-mca-var.txthelp-mpi-api.txthelp-mpi-btl-base.txthelp-mpi-btl-openib-cpc-base.txthelp-mpi-btl-openib-cpc-rdmacm.txthelp-mpi-btl-openib.txthelp-mpi-btl-sm.txthelp-mpi-btl-tcp.txthelp-mpi-btl-usnic.txthelp-mpi-coll-sm.txthelp-mpi-common-sm.txthelp-mpi-errors.txthelp-mpi-pml-ob1.txthelp-mpi-runtime.txthelp-mpool-base.txthelp-mtl-ofi.txthelp-oob-base.txthelp-oob-tcp.txthelp-opal-common-verbs.txthelp-opal-crs-none.txthelp-opal-hwloc-base.txthelp-opal-runtime.txthelp-opal-shmem-mmap.txthelp-opal-shmem-posix.txthelp-opal-shmem-sysv.txthelp-opal-timer-linux.txthelp-opal-util.txthelp-opal-wrapper.txthelp-opal_info.txthelp-orte-clean.txthelp-orte-filem-raw.txthelp-orte-info.txthelp-orte-odls-base.txthelp-orte-odls-default.txthelp-orte-odls-pspawn.txthelp-orte-rmaps-base.txthelp-orte-rmaps-md.txthelp-orte-rmaps-ppr.txthelp-orte-rmaps-resilient.txthelp-orte-rmaps-rr.txthelp-orte-rmaps-seq.txthelp-orte-rtc-base.txthelp-orte-rtc-hwloc.txthelp-orte-runtime.txthelp-orte-server.txthelp-orte-snapc-base.txthelp-orted.txthelp-orterun.txthelp-osc-pt2pt.txthelp-oshmem-info.txthelp-oshmem-memheap.txthelp-oshmem-scoll-mpi.txthelp-oshmem-sshmem-mmap.txthelp-oshmem-sshmem-sysv.txthelp-oshmem-sshmem.txthelp-plm-base.txthelp-plm-rsh.txthelp-plm-slurm.txthelp-pmix-base.txthelp-pmix-pmix3x.txthelp-ras-base.txthelp-ras-simulator.txthelp-ras-slurm.txthelp-rcache-base.txthelp-regex.txthelp-rmaps_rank_file.txthelp-shmem-api.txthelp-shmem-runtime.txthelp-state-base.txtmca-btl-openib-device-params.inimpiCC-wrapper-data.txtmpic++-wrapper-data.txtmpicc-wrapper-data.txtmpicxx-wrapper-data.txtmpif77-wrapper-data.txtmpif90-wrapper-data.txtmpifort-wrapper-data.txtortecc-wrapper-data.txtoshCC-wrapper-data.txtoshc++-wrapper-data.txtoshcc-wrapper-data.txtoshcxx-wrapper-data.txtoshfort-wrapper-data.txtshmemCC-wrapper-data.txtshmemc++-wrapper-data.txtshmemcc-wrapper-data.txtshmemcxx-wrapper-data.txtshmemfort-wrapper-data.txtpmixhelp-pmix-mca-base.txthelp-pmix-mca-var.txthelp-pmix-plog.txthelp-pmix-psensor-file.txthelp-pmix-psensor-heartbeat.txthelp-pmix-runtime.txthelp-pmix-server.txtopenmpi4NEWSREADMEopenmpi4LICENSEgnu-openmpi4.1.4/usr/lib64//usr/lib64/mpi//usr/lib64/mpi/gcc//usr/lib64/mpi/gcc/openmpi4//usr/lib64/mpi/gcc/openmpi4/bin//usr/lib64/mpi/gcc/openmpi4/share//usr/lib64/mpi/gcc/openmpi4/share/openmpi//usr/lib64/mpi/gcc/openmpi4/share/openmpi/amca-param-sets//usr/lib64/mpi/gcc/openmpi4/share/pmix//usr/share/doc/packages//usr/share/doc/packages/openmpi4//usr/share/licenses//usr/share/licenses/openmpi4//usr/share/modules//usr/share/modules/gnu-openmpi/-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:34207/SUSE_SLE-15-SP5_Update/26eb82da626b4b2a391e604d4c41cf41-openmpi4.SUSE_SLE-15-SP5_Update:standarddrpmxz5ppc64le-suse-linux  directoryPerl script text executableASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=cf2bd9fd050be34b8505f3d2a5447d3cbe241dce, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=d2f2d3d04890652d17ea8303f76d3a219110df72, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=374c74e859c37f1915f0d38917b46f2f5ef40945, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=9859b08c8c475bde69b609e14248da678d082138, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=2b4a7d74f6c1d58ce199aebbd4989fe80bc856c0, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=295ca1ba9ef3516e6c15c686e57f5c9d018adcba, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=06614037dc7dbc34e0817ef9f804817fefae86fe, for GNU/Linux 3.10.0, strippedUTF-8 Unicode text $+RR RRRRR RRRRR RR RRRR RRRRRR RR RRR RRRRRR RR RR RRR RR{ KL*[openmpi4-configutf-88cacfab0c544677366e462045c18d919535cc13d2f1b7e06dbc714a43e1cbd2d?7zXZ !t/i)]"k%Y. 0ƥMiٙ}`QL| |@s}pz]C}ʬK 0*cS'E/0%idPEQ^_JՈ]r"W2M)k={T-cP 'e?`5MFi - \GQG\V'Q|Os̰W&˘'),ћ̘E 3Zk Qpy邶6 rfxW-]tf&\#j?5l0ġY3 ]1yϏRaƅ{L[O' C%X^1gm̘Jj Ac.{1Fũm)Rmtb@<@PS./"p zR ;.G/ f^Cu(!VO* Ŭ:K6. ݈@t9" _i*g .Ut{a/?| 6H wczf<`"lU {xjq j!e "B!:n^]H3}%3X|)7و GVsK g"*E@O"-'/ ĹU*IKФ~GVV5nd}:CazXMK/5N:kmpe8Q6z^x6 Un7/F&ӎ nFiu0 װ$ ȅs֯PtGYxʗ> +_sKE :/uڄ\ܮX9{xAvjm+}q9،Hˠ {d)H( ӘMчx@fVp7J Z*T@E'E-} px3> 4'Ui{}wkfdV6x`|1ZR {vcM6 Vt Ct՚>/DGf7̚[(8R6 ~ wu=ZpW2Q;NNx)̊H[(@`\̏v@3"`1ZP6Q5͞ > b,8'C르z4pp{1Rc޿iVZ~wn鑫m`<2J 87' .xDzg 9ÿ?hN.޷H%{1#+P۷u([OΗ$rn_̖vӆ 67@UIz|MC0VXI-'Č]\?r!' /i\=YLR^B"wOP"zgKѩ&XjJ0IDAA"p@V@6%0oS Š!ܴom$gmΆ׊޶D蚖?em h@ёiuuݽgä#S&@R oџkI;!A6'ILMWgC5?ǃi;P@It, }MGʊ/7Ђæ0[Od  ާث̖;5Jx~ T; !dؤ%,@ᣔ硠`GW !9##o_D5GlE7KLE)h;C̨̰lf!*%G$S\y+T!?;B ] R }XU~5p8,R3ʌ>P aޔRizjzB&#qQ<IK ` R# 1B(r9vkZlfD"~P/RCPTH.K l"2"VmE>sQZGx[ 1O 8b~Dc9;<۬sD'pl}B7E5(uml(|w̧$ts7UxI5UHe~+[i;o"BIxܚ' 8zf (zk$|6;6N7Л[/oߨFwRm+Aɇ/1, A2VswKEft֗jr [6CI BV|fvv߭~h&*W?u +=(eUM1m뿇<`6lXb&)wڍ H+=t;^2\}ReKU1 î3#,\8$QݑehO ocv;yٗ}8Jg|μmˋ5X5̮XKCwP4SHK=-Ǐ % E]#`K!ɸh&&++$9hY;C{G'8e~)L>M#)M~$,Q\be^X5SSHx驒J$,mϲdfff;,B}Xx\a nf(+_+)ᐢ 4.lUIJ߿6WVKrVȹL 6#͂-x.p8aߗUz)\+< ؝=;?g~"Zu٩&5ƭ?%5Fd1=˱J`c]BO#8."Cm^-l=5D4=&x}yǔ._CGD"w-Ф|Z :XsW øQ mʧ\&:LI%ƉBƙU> EWfʫ1=~63C9в|BYEw{mh2EpŨ Q5\Q{#k0i~uNqfAK9^\G 9 P(NxF _s_1J`DŌ(3M ]O*DJTrq(? QC%\yv j&~P4f`MQ5/AKP0n ;ʁȊ8E}{HJpO~,S3 Oa<-܅KiĐ~ 8[L5{Nl*$ 4s07濔ױr+br}s9:7,z%~d8S>$)Af6+]>LTA↲ScTDXmdDpV&`ҩ<7SNƮLïАM8]rm#+ H0F˒:ŹfModTĬ `/(zVӌ /ۭ -wgFC^(8VDÿFfA/$gK㮺!y%ۛu"ء qԜ;.rv~C@s)u/85[sV,n> kWy),䖌$JO٤}oWYUmIf TT$K8w_X͙-".:4&P GcPkt?@jCEQ,,8WV?Co[5,ap5ZT_h 0]=Mv~q\@rKMus֗+Ub_xJ.4YR΂S"As`:&>D5g`cq{$ -#9dNvPYlaB(9W;v%i[n0(mr&r @䈳ϺAuO RvR26;-TMbp_y.ѣg?ށRj}nwtͭ4gSoUR? zx6:'[W@s(,!_ RP0g?ή>F:iXU ij1P6 g2BN9orڼ:Mm $uҏZX9aQZZ;), I&K&+3g+۹cOhqjIC^^jHu&o}{0~YNc*^l'WV]M bZ$.:$V索D,5;ӭP\s,>(S?\~o)^fK;J"`(*ߊLҰI]%-ѽx<˟ɹ"Qkk- Cbý3!XD'I-M50c7.hucԀ/谷 ;OxLgTCuU&R@tX8O>48QȿħzIO@)ORAy xSj>{!["2VqTdle`/m8[~=i4K奨!>G X@x 009VsI6*]VՃ'}T Zث㧰hNFQ䶠H>KxԻ H.,l#"_ 1Lu巃?Nx݆AH.Ɂ9ΰCr [7C=QGe[V]_b5@oczuD 1\[ <9S^).&@8Nb]i)oQ5.VV0MBZ ǴeiXϰ!. %Xag̐$mMbn L< Jwp6+",TUX ŏU =DfdϓD=*dsոiyUPh GNS{Z+m_آC1aBUuIJ>Z P|8\54JGջZA藺&ibW+4߆] 8ZvJ,pBn·+8}V0(1v@}>fc, , FC /a;4Һr!)3H*P~$;(I Q K`{7$<N'ZG̒hl}'ic:w~:3[O}e\US]9w|na>0S+7h5q_c#No_rVVG2! ( ݝPh:r]3O725؛ΊSKNl%_pqmNjIJ3swY_ ?L+Ǖ_O/q%6 5⯿??%>;kRxΰ~[vgή;&S@Mꯊ.:٧·]koauNznbVs#L<|n[/YrkyE&Ґi!_Q+uwV26vqa۞R WN)lh tIHV0%RDh>cWn_]h5؈,$<̢~2ֲOpcR 07P8Ӟwnh@v9~>!z\MI* ۺܖ[GϦI?ġd8壮z ZNzui@bY.PPaYҳQz+Cw}/*>7".Ls\}꿰6.\P ̈́ ʭ%pۗc`.WivJױ."W8K848&*@ɵNZIOF)P4{\;J{S4PdE):_A! 7o6TMװ\1h^ԍ+*gϧՁ) Ɩ-KE- \d, t[ERC0T+QB >  $@%o'mXY?=)p2[YdbNCINØ1P`Th%Fv'l0R톲at!:uE~z5KM8!^a*j|Ĥ_I]~|J,t`Ywa[N (#`?&2="`D-]ZػrʠL+e r(cnTaniWF*e=HvXp9>d(Vu1ЛWo~lz8i!ˑX8N^aF# 0w,jev T| bbς0Z ꦪz Y);BsV`Lb| )'] O7㭣CڊePlڵiQH_b[x`%˔{x-O $hЇG=f74W]_H&8ԗ:J u0!*@"xY߇+3OVwȠau?5*4+vOۘ5ԹvBh'#FW4n,rq1MRLdv]^9[AMv&X|7[&SH[s0\i!Yr.w7 1W*q|L`mCƿ^[۶?Uō8W n+mmOG!>./uΔ\R%>?tԈ; u0 1^GIsa8gူ#og<s|3`Z2ԡ1$"Gkd.Fsσ\9$AKV9讈]6Qckj ;12H6ԔYS/UZ+)a85U~9pk1qmla~״r%&E|Sw0f$%?d7bcpOMJ+XWl&)Z4 U Qw.'Ƒ>KGO;xc[FGnڀ O̒i!uJh :7la~v=Cӟi)jÅh78AZO7oqB1\XϿns(O5>YXynY"57]1"HF`W\ W jyfV{J`sg#i {OYHrJ<$׬V5["hyJs~oghM2WxWAAY4S5%{qv>3zBvd7iYh܆㭴L3X8NoS- ,7]@տ~ɺSP D6)wykWQ[oÝ KMD\tr\jhB\}=1`U5m?L'`xC?2c91A:heJZ>~0 w5C{7W%7`^jp ~Ag lʹ')k>窱znZ h6sU9#Bg;L)̳")}݉p 2ޕ;=L#pBTjxɵHfrl;,DѰ`MKW?tMJҫ.;-y '2o,OrNQc:'4"41Cz\.:J7mΐ7Fє헲*:n&V>Uy%&ty>o0xcUﷂ#d$&Z飛w)\[E}D EnS}j<%Bـ˜L46~Mj)%f]yqnA ˥ ) ~X% %ϰHgF{Vk$U]o^.mbHRAdh%8;߿&otUHd {/W5N|( txf>(=Yo+8cK2E@'Z IbzӒ[SC.2OP!O!ޅ̋ES5C?ALdƀ>au?MMKlCPZ̚Ips9DM˱֋W_XQ(. -B~>k:_g(\eճ-CIs#ֺV] ~{&}j[09%F~OS**e}n|,s@Bӎ!͈@Z2&lQ2h56$ PS]*xXfWN8Q~>3f(EC< g/\+c]$B]_7 YX?֤,0-9 ǾcYiY'ѓnR~ &]0FwU~;_n>-n&:0|Rh{pq0i-ulCt J^yJip(d03%p? մ]U5O-jDooKopG]Y'ֺ(L=| Q㒌Wآ%2 l;*§q숙E(#nyujá@X \”n;iƠz*y3j 5{~5w,6Ph_3冯S.??` c}6lJMk|{| 7* m"7iU41mD >7}ӿuxDu ,Ʋ1x1o~ b0f9A%(NqWnjܘqhM`0kpO-2ۃ)ѝhL>uaMp9>F)R6CsU6'D\Ć̙[s6h.%-9ĠUjB>?ty8 VTYJ&:8ZǬ;RmVJkHs ( Ysl}S/E8z쭾-5)xqg!~)ƫMc:r|ЋmeEc51H1X6oq|f2cfwyNVHkK20B< MT@S ?֭C~F 5>-1(b؂h1_'\}_!{1dQg‰,9}׉0A xmĂRm2AR:TPf}k4A$N@-!;"Ab@K@b۾h2(Y?v~YuS`]kEgjRM-pɻhf|i/vvF|駈"=_Ju(VS{ f" ݉xD5Ĺ6X&HSU~GMWX˷|:i[ ~*0w Jh;KZ4zBMlޝDDd{tH >{R?2 79g"w8 =N%XB3XP:٦կPW4S,@$ivutP&='=.õ&ٺOP5E$!H:L1h沩Ie,qt,%lṎ.$tɃ5Gġϩ>J>'jI! RbflLdkZV?48Mì;} "4 $9A|"2U愈VXYAgtY63<2\TPo_pd;myw`Bl:41BI&-,5Zv[jJDf5pd\6E;v2Ϣywr؄!F@"),O|Ÿ|՝H *p2h+R M o #Cl u$ +٘F?gP前yלu :g SC@5(<H[VNIKŹ(ڦE/P(Zf+X\;Y">6߅4~jgwWewȸ3ݟLL5Y^S6XFn/&>E?˛:tt2d]4!ڻ)m XiYyk2Pp@LHYw[ޡGƹAt8W\-@o$eM7FW)IܱL\-D&EALe5I\b-9e}Frӹ)M!- "U h%Ru\wO@ߒE/yh"T%x!;}% eZQo~[j61fA|ND\V h˚w!MO3Ls;DIDRċ<)zP 5pgi<бmCv J;@@wUF io3tI0u?m| y̙b!X q)Rf6YETp^M!F7ѕv>Wb u L=l>~aIuK]ju W,bR"NyJ͐ 0#gl|bd_VO?\Β1?<UXĘ3h!B64t;,tafKV:2WZ7`< NvyUaIJ_/ǎW9w } = +JR^O?gMےKї%X:mV%pX-=S=ԸwO"kfMnR4NŽmiy7b pTRa-{m?j\Qo(g3h1fhCcyǭSNRS'Mq>Ovߐa\G%ԸAG%ܷT4Ǒ0hVAoygY42gh^&g!:tbL?4̢AYGS+±JC՟Y(:NjĆi'uvȁ3tU^sQ'փrx¡\؝+{30l5idReBd-'wp 3 Y=@o<؀MDl$C33Ǒi${ߢ!Oһ ;h HȯF0k7`:6HJn9Z_MT:VS;RT°w}[w"Μ16NBȐwDkS=܅T*y]XNQp*g<7~F<F?ԟi뮷iʩ!bT6TYIDgsbA1toGFj< ]kU?8')2oTX`qjVeP ɯCBo?簒&D ae9R@}!ItLJl4cQKQ)- _֤=Ʊ/'?Ӫ1`I6奂`xbf~_vW2-<l,USf^TJtpc2׃ç"'h,VAs: s,rc[Gc@D;g2/808S켤׸zyhlpH{KbSW[:b6@mARp#&hGyh qejC!/C5p)q cc;$1ArO f I@)]t_9x<g BqU@ϝ9㠞xkxBNSD^1V[w}*4c sd Z3a~Y#B}!zYs#ҏ$(n^QП "b`TLY'D0ǟVnp(9h`qi;R8(^*A6WH et."O`NHuFo,};=z@-z$ga#JhJ xٞr5k=}MȦ%GJ~ir?Ѵ8q^n|O?moM)!Uӓ_`[ eL;T[~Xvܑ3 ^dmd-_REJi_jq/[q1D`tr9bZ-n(B9v_J h/Wy+Zf8:f4^#|=v](68p۩E"ϗSPw4A0bHIt ^MF٠7 yrocƋ=d2~Сm,QDq,fP0 兯U'/FT )LIoWu<+Nwx3h0dm?cxKg0sGx3.=8@8khQvyNA\*)#48xYZCй  ~;qd ?SǀIVQ?ͯBi!SL~pZS{}}K'YRrkӉSe,yO=ϓ`cJg6ţ>IڏOWN !gx$="d ҿ``_<8ߤ.A;8Hł׊gC fc\U:֬3fъ$" [p !hrK- PvDd]]Ϻ5: a³Hi!oFyʵ!՛i==.FU|FYt++&|~nǶ,O[HׄZޓMI>op<#oo@~W2oMm_&ǡv62*,|Lb3YueD'8 !Nl&xVH9O킙LYNK((-T'Zb7U1lh`Ԣ-ͪ[iUDu:6{7Y"ض4#;-J$e[!Q5 â+0wdX.4?ʘnBUljK;Տ.WBx" Y|Znz.;R]p QVTNSݫ L~R&rI hӕGy/g RK fsiDS@ɱJ S(H ~E98fs&odND_3 Q$K >c&.)˸k%݋{"@fc`!ad+uzXG0 jH'0+k35o9Eɼ%.1b˃D Y)y.y7%s&_ c8:pKOp_>>wPMHSFU8>Kw9C :'"H~rIa]R`e{aQM7z~ԼY*`_0lAL9UHiOQc Y2Z>M=PAIo,Yak1(Oh:-(g$#1"Kce%Qzo\#pBBSqdMx|GLN}(x{1sDZPۘz54}Of%惝LDZ6L@cvϖp ZmN3qQ&Sx in;2IӋS"O8 XHNN|czpA"p+2M y2 9J3ށWuoRApR8h||ksS.Fd8؇ϸ0p{ [0usVjt^2"̸Cxz{Z߷,b•Γ&0aҁӓPdeT/Yѱ1-u0I`C.7fd O>*4؇̺,u9\b= gZ2_p9Ų)h,6'-A=J9S+#c&D|~lo2!`Z؄#>fd`3t\͌\ *q9PW. o4c2[XSR>6 m ŵ2bSݝ*Mi)y;,_8יb cT]ȫ< SZ Fv*i*@եFEXWN\Hj ,g0}BzhOқeU<Ϲ+{\b/N6jQ{S L, |nۃfB .WIIF̽5MN\>YYdNWFVOA8SggZr})mk6;.[P;r$|װ+Ł!7FqRp d/";(p N :.}BE)n'/ -I LH9iT=aoK]5$i8`yz1o}`ҧ&+ڡwmCeM`u,qa1S`4ؒ?muv0굸cvt3JlN^!4*6o8>d@PfcTXKfi88!=8ǧt #F(h76Wxv%Z#$x8*S*ckdTUۦ6̧Ep$I6}.6g"uf:X4IA6ϤHӟ-Pd s1X_gFw }&Zj}4Mj!_hwG-4T PODyD%IZd b?+|N*o=Ӟ_#UkgZֳ]QdR ]+b9LJ%bjijfI(ή{fNTz堺f-be>-%EZLm/qٯhH\߅Uΐ,\M>N,֍'?p gw@r錴 2RӡBSm *- p`OHPGshZ[HǞ@jSY$pٸFs"e/g7Dumg8koX5~iBAql45LNN2I`&wH,'ѬA/*lHڨ1b<{4D;#M k^@$EbҠz+HXks ͫY1|&"h|Z2BM>!,-yI_k1>E֗NZ}s4NpuQ RwCx p"nhv,qOGT&>c2j}]-׶kA-PbYXBp"@ҧlgb?pCɂty70%s"RZY:'ߛkaS8~&j,^ Bx{}Zz\Ofai4cS-v]GQB*כt ߗ[µ홞{GqK0C>zSRZ:Кy_4pY^۳PfnJɜڨR?xr 8WI- H0ujl I6~3hx[$Y-Jy闍ôs[b{fo°FGG/氪v:cjWy[ ІxxоFSY˨XJ:'PN)0!ywBGR 7GYo> M<JXeQef9Tt~ _?R1[/VN jHEZag[J::9JvESk 5J +J 1yC ~b/6<]髥pYӏ˺̕*Y!iߖ;tx͖ֈ{4s.M(=:"W\D6헼t~q`Wذl|U()),6#RwnwgywY*iٽ]-k#`6 AՐ 0,[\pZbTAu(a?`[3ɰ&꠽d6!嘺J]CˏA__M|,Ez(L!2(F]&Nr}JC;ˈ3<*Vm0vjsO>DOOX%_5kTڜdVָƐteÜ~Ujbt?-~m%آcG"&mf N :BqQ&`(CJ.ֵ4Hx/aPi$r'E$獉jl>şˣr}Wr;N" fy!;xtWG1 rL`R'}%!D3c !K!~I e@-"YNE,a:J ?qz3wت}PS杋P s_4]3_={/_fz6iC1e {KMNHNI]8zwi6׉؟|wB ǭ O$5{'Qq\K"_"kb N%ϜlKGȟmK ܒc j7oicND{>޹+j%5LjdpAobsY+`+dTĘLAT*/<? ːgEi(15}l!c"%@YJR<-2(Z26u5 YZ