mumps_5_3_5-gnu-openmpi2-hpc-examples-5.3.5-bp153.2.1 >  A `o]!M@eee#Gn,PlӦKMǝ\ϧҰMgx.ԘC^{lڅ ,dL*X9kԭp g:0_E9G?+S7 o(uX[._5Zer!Nbw8¹/@->ug-=:b,&SadP5L~sz%og]Zy:g*h$}2G jqM%d1e1d53b58df6190929ba7ecb62a0833dc9ff58595107511628ac4c7845468bb8a01f441a69b8f6304494b39801e15bc08320ec7ĉ`o]!M@eeek[8W~JڜT$+_(.J8kmz7"6pSҋq lnQy&8$xNzszAi RzTJ|ƒ 2ŶBj6STԇ,7H4Xml'w5&$k.@@<ΨR4ۭ8WCu?Hj}ܚ H_ JIJO3K /F^O&ƿ 0vfc x>p>@??d(. 8 ]$(ENW q$ ^        <  ^   ` (?8H9:AF,G,H-`I-X-Y-\.].^0b1c2Dd2e2f2l2u2v3Pw;x]fl]/ \@\v{\v{\s\o@\eX@\eX@\eX@\b@\ac\^\]o@\\\Db\4VP\Egbert Eich Christian Goll Egbert Eich Egbert Eich Egbert Eich Egbert Eich Egbert Eich Egbert Eich Egbert Eich Egbert Eich Stefan Brüns Ana Guerrero Lopez Ana Guerrero Lopez Michel Normand Christian Goll Egbert Eich Egbert Eich Torben Mikael Hansen Egbert Eich Egbert Eich Jan Engelhardt Stefan Brüns Egbert Eich Egbert Eich eich@suse.comeich@suse.comeich@suse.comeich@suse.comStefan Brüns scorot@free.fr- Fix name of compat library package (bsc#1184057). - Remove a non-existent Recommends: in non-HPC package.- updated to version 5.3.5, changes are * Fixed 2x2 pivots bug from 5.3.4 release in MPI LDLT factorization * Fixed ICNTL(8)=-2 option during analysis (code and documentation) * Fixed a rare bug (segfault) related to dynamic storage management on numerically difficult matrices * Fixed a rare deadlock in BLR for symmetric matrices * Fixed an uninitialized variable (which could lead to incorrect -19 error) * Minor fix in userguide (CNTL(1) vs. ICNTL(1) in ICNTL(36) description) * Fixed a possible runtime issue during solve, related to "TO_PROCESS" array * Assume ilp64 MPI interface only applies to Fortran in c_example.c * Note on gfortran-10 compilation added * Avoid intent on pointers (F2003-only) * More robust multithreading for matrix reformatting (arrowheads) * Fixed ICNTL(31) interpretation in case of repeated analysis * Fixed multiple mpif.h inclusion (distributed rhs, ifort+openmpi) * Fixed computation of effectively used memory statistics * Improved multithreaded performance of BLR backward solve * Fixed return code in build_mumps_int_def.c + openmp compilation (pgi) * Forbid a loop vectorization in [sdcz]sol_c.F (segfault with ifort) * New feature: distributed right-hand sides * Improved time for arrowheads construction (single MPI case, mainly) * C interface: ability to know if MUMPS_INT is 64-bit from include file * Improved BLR performance when CNTL(1)=0.0 and ICNTL(36)=1 * Fixed INFO(34),INFO(35),INFO(37),INFO(38) on processes with rank > 0 * More portable MPI_IS_IN_PLACE feature in libseq * Fixed determinant computation when Cholesky ScaLapack is used * Information on advancement (flops done) on each MPI process * Allow rhs_sparse and irhs_sparse to be unassociated if nz_rhs=0 * Fixed INFO(30) and INFO(31) computation on MPI processes with rank > 0 * OMP collapsed loops: avoid FIRSTPRIVATE on internal loop bound (for pgi) * Fix for compilers not freeing local allocatable arrays (64-bit metis) * Fixed RINFO(5-6) and RINFOG(15-16) metrics (entries=>bytes) * C interface: A_ELT/SCHUR/RHS/REDRHS/RHS_loc/SOL_loc may exceed 2^31 entries * Local Schur (ICNTL(19)=2 or 3) may now exceed 2^31 entries * Fixed internal dynamic storage of blocks with more than 2^31 entries * Fixed a bug in the parallel analysis that limited scalability - removed Makefiles-Serialize-libseq-libplat-mommond_mod-for-parallel-builds.patch * functionaltiy is included upstream- Disable openmpi4 builds for SLE/Leap < 15.3.- Change 'Requires:' to other HPC packages to %requires_eq to depend on the exact version. This should take care of HPC packages ignoring proper ABI versioning.- Add build support for gcc10 to HPC build (bsc#1174439). * Remove explicit build dependency for libgomp1. * Add missing compiler versions to openblas and scalapack build dependencies. - Add build support for openmpi4.- With gcc10, some fortran code started failing to build - add compiler option -std=legacy to fix (bsc#1173549).- Add macros to handle building of openmpi1 flavors for serial builds as well (bsc#1172345).- Set %mpi_ver for scotch-openmpi - Remove requires for libblacs from HPC builds which is not required there. - Add openmpi3 non-HPC build flavor. - Remove libblacs as explicit dependency for HPC build. BLACS is part of scalapack.- Add support for gcc7 builds for HPC. - Add support for gcc8 and gcc9 builds for HPC (jsc#SLE-7766 & jsc#SLE-8604).- Disable openmpi1 builds for SLE/Leap > 15.1. - Enable openmpi3 builds for Leap and SLE > 15.1 (jsc#SLE-7773).- Reflect renaming of openmpi packages to openmpi1 in Tumbleweed, fixes unresolvable packages.- Update Source0, file is gz and not bzip2 - Use -ffat-lto-objects to provide proper static library.- Update to version 5.2.1 (jsc#SLE-9939) * See ChangeLog file or at http://mumps.enseeiht.fr/index.php?page=dwnld - Refresh patch: * Makefiles-Serialize-libseq-libplat-mommond_mod-for-parallel-builds.patch - Install the new binaries provided with the examples.- Add BuildRequires libopenblas-gnu-hpc >= 0.3.6 for hpc to avoid to build when openblas library not available (ppc64)- added version flavor to scotch-openmpi[23] (bsc#1131426)- Use -Wl,--whole-archive .. -Wl,--no-whole-archive instead of unpacking static library to build a shared library. - Add dependency to gcc-gfortran to non-HPC build of devel package.- Makefiles-Serialize-libseq-libplat-mommond_mod-for-parallel-builds.patch * Add missing dependency to serialize sub-builds.- Changed requirements for openmpi (non-hpc) version %%mpi-ver -> %%mpi-ext: openmpi1 flavors omit the version number.- Add conflicts between scotch and non-scotch flavors of example packages.- Ship header files with devel package for each HPC build (bsc#1125551).- Update RPM groups.- Add explicit Requires: for matching libblacs2-* to non-HPC library package- Fix product groups. - Fix dependencies. - Consolidate use of openmpi1, openmpi2, openmpi3 for non-HPC builds.- Fix License.- Simpify naming scheme. - Fix more dependencies. - Rename package: test -> examples. - Create HPC master package for doc and examples. - Fix shared library builds. - Build example binaries against shared libs for all builds. - Add Makefiles-Serialize-libseq-libplat-mommond_mod-for-parallel-builds.patch: make sure builds are serialized for 'make -j ' - Version mumps, requires and buildrequires, remove unneeded buildrequires. - Only include requires for the respecive flavor (non-scotch, scotch).- Split off static packages & their link package (where applicable). - Fix dependencies for devel packages.- Update to version 5.1.2 See Changelog file or http://mumps.enseeiht.fr/index.php?page=dwnld - Convert to full multibuild support: builds with scotch support are separate, now. - Add HPC support (FATE#324151). - Move links from the sequential libraries to the MPI library directory to a separate package, make this package an optional Recommends: of the non-HPC library packages. - Move documentation to separate package. - Disable non-HPC builds and some MPI flavors for SLE.- Fix dependencies: All scotch devel packages come without 'lib' prefix, now.- Refactor spec for _multibuild, currently non-HPC flavors only. - Setup MPI environment when building MPI flavors, fixes build on Tumbleweed, Leap 15.x, SLE 15.- fix build against recent scalapack which includes blacs libraryobs-arm-8 1617950505 5.3.5-bp153.2.15.3.5-bp153.2.1binc_examplec_example_save_restorecsimpletestcsimpletest_save_restoredsimpletestdsimpletest_save_restoressimpletestssimpletest_save_restorezsimpletestzsimpletest_save_restoremumps_5_3_5-gnu-openmpi2-hpc-examplesMakefile.incexamplesMakefileREADMEc_example.cc_example_save_restore.ccsimpletest.Fcsimpletest_save_restore.Fdsimpletest.Fdsimpletest_save_restore.Finput_simpletest_cmplxinput_simpletest_realmultiple_arithmetics_example.Fssimpletest.Fssimpletest_save_restore.Fzsimpletest.Fzsimpletest_save_restore.F/usr/lib/hpc/gnu7/openmpi2/mumps/5.3.5//usr/lib/hpc/gnu7/openmpi2/mumps/5.3.5/bin//usr/share/doc/packages//usr/share/doc/packages/mumps_5_3_5-gnu-openmpi2-hpc-examples//usr/share/doc/packages/mumps_5_3_5-gnu-openmpi2-hpc-examples/examples/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/6d44ecc20fd3f06afc59f50fbb322293-mumps:gnu-openmpi2-hpccpioxz5aarch64-suse-linux  directoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=ecb48514c9ec6a5204700b6fd280cab59968f9c0, for GNU/Linux 3.7.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c8df10039a87f183e1c6a7f7c7c5d54a06c8efc2, for GNU/Linux 3.7.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b57b389e414ea09d64db9b0d0847a855964a089b, for GNU/Linux 3.7.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=86dfd18103c5b4b72c653e78a07a9c8daf5b922a, for GNU/Linux 3.7.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=99099e96194b7c265e4cfa40ed55e2fc62c8b22f, for GNU/Linux 3.7.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=9c062452060f12ab48febc811751838b6837c687, for GNU/Linux 3.7.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=2530b86573f6c968be1b06835f091169dbe6828b, for GNU/Linux 3.7.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=ead82e217a62589ebb68d41a554b1b1a48610bec, for GNU/Linux 3.7.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=45150aeb0842174ae753d44da2299eda25f300c5, for GNU/Linux 3.7.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=32a5c20a474f400595dca83ea20d2cb772a4bd30, for GNU/Linux 3.7.0, not strippedASCII textmakefile script, ASCII textC source, ASCII textFORTRAN program, ASCII text 2DVhzRRRR RRRRRRRR RRRRRRRR RRRRRRRR RRRRR RRRRRRRRR RRRRRRRRR RRRRRRRRR RRRRRRRRRRRR RRRRRRRRR RRRRRRRRR RRRRRRRRR RRRRRRRRR RRRRRRRRR RRRRRRRRR RRRRRRRRR RRRRRRRRR RRRRRRRRR RRRRRRRRR RRRRRRRRR RRRRRozsiG|E*3sutf-89e8e5446080136c9079868efaf945ce138cfba414e9143e6cdde03e8eb62970e? 7zXZ !t/wFt] crt:bLL ʨCG%նBF3W+ `&)xǞ%n둹OIhp7G&+B2e:G*vBZ%m^B[eY[`ukŽwE}p{ ]Ld c'E~[yGU!bO8ʼnw*ШsqF7^^Ѿw>ƠsaufR0ZHD\}IC P0T[M>)?+pB*R VqX[OT'WHWgRs,]kThQEʩ:6lCxN&;ӆCbOKi|`c>Փ'A6b雐rF"LI{T[n/D;Y@dՎ%(;T: ~#l͒V9-!y) YP#D@FRƪ0iPvdv%v?ƌYG.LmKz]Lb;UlgS+]jyb\_!3g3V_J3aԔcͬ B-"-sk-VO&c"9cٕo~MxP:S,]=! X$"eL`\keLBӫx޼LHP^٪9lΔ%)IW.)屜r_K\H=gTw7VF4BV09ph 93plQS';Efģt"2/9aVq,H,ni仧? ;~2#b2ԛeʬ= `֏#ZX9*pݲH 6~0*oB/ȟBo!^|Z;Kp'[7&XUuCoc9[a^1yzיd(bljK1i Zde 4<'.4#6 I@-kЫnE,CJ֑XרKA'ڥT p?8SYjle(~ ԕ\γnZ ヷӦk8 aC Ϳs}=G9H0qKzs |8-Ъ\qZakBI9 ,DWuZ[vxĀ;OZB!2CXpᝲQN@֋xw!`9XDgꉖ+#U"gНKiB)ΈO`X 䁀X0>Tf~`~qվٜe.aO_P/Ib"7b6IK+b9[Hv)QD_…N}$h`{׮P!>% t|*1 2=&%r)/4RN!>wN1hޞ-a 5!5/]D2;(%|oQk7rI5 ŕt Сo$4ݥ[Fw R²I@}.] W綾k!D ToCfE/Q h#a#-1`a|O |H4I4@o ˡgD:FN phzOs#t J%>sN<24]6_u8"vٛ⍓qwI^5<pPZG~gogtЬpLk K0ȷ/ zlZ8-sM&2f+?: :?}1#!o [w2x'?LJ$r Z zyZiΌM{ !%h|Q5nVq;2_yhSI\ΈDMj8l(~eOqBkQ »Xf'K,ɚi"TzMƎ,gaxqL [x%\8s~@dWٜVR<ܜv`9z; O3K_g:g}\EPNc,/gO':$@WDS".6V'"$ n #Nu v!XiB6|6ac{Q#,':vo\_NwZ̔3Y@eMToEdy`HcjITef%D5A !*ڳE&`8?{F+B Ɉ5<4FB6S]GƉWtp )sLWGX 7f"+iW<>G{hY6YW?r,D#[ń@3+d"ILMкEPJK=RDžڊ#o.VHXiH"Rۄqf(ш:-~|9Iz E׵`bvjje0 WrJR= dS`jp^.u[Ax7L)Ȑ߄EO##U?'r9V Ɔo C)Ѡq:ٺ\ oy qQ X4w^uǪ,h/QXJ')<]wC:{q?/:xM- ͳz?ٻ~C9|vH)xz'qUsXoLf|K w| eF_kgfu"57 ??:%x*ps8NX=L(Pz`7x.,ٜ(F6 7D2-]K1Tg,.Y?iĨ˰Zᑎվ8wIC m;RU 'fW@lt[.Kr )smuDY3w,>3\t$ž#buCR INJ60ܠt,q>"+\iGZ*=V5EgC&#^^yx8S֩=yg; $KM}4(W`ZPgL`Cݱ:p%L`o-oTNn5YY]Ԗٿa. G"ѝ(^< -Zw>w#pQ0,'0շAFBY$,OİKHhb!%$R3XD.b3s G#F[dgil-kf# \5]7SM~_{i_SJ{ㆭ | jNt<`]zebה4yFo›|@SFmkM=W"pIیz뎴@)9Re~e@Gpz)12db00sR22;o*&,kOVQ߉hg1TbQs=<1@ ,6,p&Y2ZFDefr@Wx΍"9utCym%@%k G˛Iҹpb6S\bvhT]OI.mfmRi<$-m*j݃+ac85rK̬z*S&ڔX(η#{܏Hl*s~)k$e0tpHzΰ -sHF;/6y (+rNx=hbUB٥+/ji|>Ge8߱|4cwnPwML {w#g8D>nc?W2zEt頱10Nݼgr=Hc/i'ALp'i4IDxU)I=Sec~eQh[Q`=s\d(@7bH$0"_UJϓJ1-6FhDMPKЏ$qBD0+^zt| 0w90w0q#q$fU_%6|Qn-\bA:`7eʨW9랲S͏0t~;C)s(*AF2V^@Y\9$x5 `4ӅȬo?p3#/CM8C Re}a('J0QZPv%"?y^;N멷Ï-Cr0\ښZHΉI/֟5rEoV-_ȶX,Fn nClcn:!E*u/km,)reQɀp'mVNjx7 [ٓP0¬$ILA/Rʿay:F !ZiOs:Yk=ѡ'R{v/z`GIw/ `eon0.U_-f,-{M*e`8Q;弮$qi/EJbKK/U1Bɘgߩ nqf8fkUhh29u9ZVm,' 6Hfc8-auTMP˰@SD\TeEb`/`CC+Q3 mx7LmDB|KbkN|Y)ce |2$$H}nJ'ޤ .\aC[ܿ88xxJFlVﲓh[rD *~'IC~Gę)\YIu !*i.6$|̶! `% I:y2҃%o%JYSlR (yCN(YYU9.هP LH戳! Nc2L1R妼;q= %\6POO=$gD2ա3Ho#6oN+a:MΊбDJ(L:gXB`5,i[R,.(%o:Iw+_e}Y?gp1R$G gq=UM,X,*H+mG͓Ualj(-Xdgebv0?Bjbe5x%=cq˳#E.睢]WQ>S8DdN=stNdĊ՗-z1ߩIdv5m2I-M#T\a0f;m E\Vf,3a xz]byH1cg.Vq^9YAg#S畳 f"ӔDs LM# 1&V Ω\)N6 OU@"!('}ʨ.+I?$0%KΫ >P/B!G]HROIme@%3BEb׸UG1_u_9A2F4\ĹsNdR* z$J{CO߀q{'yIt,Hxtw^K!n)HfzH ,uZcԸq T:YA7FS.d=oW3QC6ԗZPԯ,ڡԂ(:JTe_Uԛn.tҩgկ+\B)-XO"? xx&7bSЈ$LU4uvr^e=1Yin]8k6d)5ZM0eOܷQ>4׼=;ڳuXk 4M} CD+qcuDr`_D?M*gsrbeФ!/tʾJvN`N\ژ4Jb` 'h?=aӫA~6;)E}jJj"ҷ_::I&e.! P3ˁ=r_ɒ?^!r| ]-Q4tD>P:Dg#9^inn@)йeW/n;V\6dAɌ;^5J}*glh,>`ʦ8ʾ 4 ,|^גY~ #b}fٺk8{MہQ)#^? 8ιO_b0+U4C6RfGs)빐П6r PYaz#y?sU9$>Ǡqsf.Q1&ێ7J'əPHbK 7t4lm0D@c܍?Ŗb3lҲ!Z}\nDC &zǻ4]7-ҐT%dd,(ݖ"<{c]m;,h:2J'b |{}1xI`nU5mffċsζSga~Xfna9f&'2m}XݥBBY.z!Njlfa0SݥY$,\ cN+//j]/F!Sʼn~5bSlY…hwmahE^ްxXx C@I4t+ 1iǵ_wAӞUI}w^VfD0X,Ujt njRRKkM%&>v{1idڠFtebPzGKfGHI>@%(en4Rjp?^"FSԨ:m qac_U);avbFM'Ȁ*?o,#@$;2EJM[*h5!UyU 3󋾳BHiLo<Ӵz~犗RY5ԵVBǛGPdv.n?\{9ro +ND ޝ28d͢<taR0y6Ǡ4w7dK$~&NJ5NUvk~I?ꩩוF# .Ҏ}|0lO;;9plEET*WzȊç"Òt^Nuā܈:gFMFYn;0d0Êjf|PaBe/r(_3Pb, oX`Z'luMb v,ӊWl^S1k2V_#a^&(/;ÒSS{mh[˶ߝcmB_ہfOfbi:ݪ;tb`{.$Q e]K{oh㠺8s?1-e~"&q >Q"4;&& S 5 C}'!0cI>=R(GNt54˻s:0">vRUW@IU I[ro"NsON?[Yag32%^R̜&nv4JNkX.=v1$b+B03JO]8AJגS#IiKݻ Y\EF4&m} 28fm: Q 4룹S,PdoXl`m?,NpG f7$5[²-.7VtE|5v:t[ji g D١"Ա:XHWպF UU_ ͧ5iFGz_I.-@3t=B! 0CGxe`15^lwM֦@C%YQpC&>yyE@TUG肋j5L tyՈugkM "2-~ 9c(%M),hƜMqDdzoՍ69цD Z  7*0Ҕm 6#Jݼ14C01:MdjJ@(xe>_59/t/? x0}a=7:vsǁ?F&**_Zmu uqlЎP"缸Lzd8AfnJ03ҕ"QyEณ$dbmM'>@,hM@Cc?kcq"XG2|lY8rf6s?%1J _3 `KjW]$56P|/oXzVN_yn?Ҽ!"ַ S`#MnUM؂ܔS)zt厽9kζWʗ)+o?BgsgRj1ܱo&I{Tˆ DZEGo龑s'w/Uܯ.8BV+gj;o̹h!f N&;+Nk4 #jQjNlgʲ~Q_ '2GYmG6D4k)Q i}~ge4AHΙ= cʀY7ٛtҲYnmG; Y@r*XMk6[۱V=kbg\Q\E.ɰO6I$,ˁsƆ#+]R0. 8p6Wd: 4;@LI8;A v ݜz1@ڱ,G|iٸovH0O׻_~\P%5i9MXbFïbfQ8lM/ӪL썋d *'2 PboKT&WAU`D&ʚR%"zw OrS[pQ W, g?J0&Apr*i{*`)Nm{7:dhA6dcf#2@JS'/gN'+MG#I:b$!()s_G1fh r3Jؠ*=DQhv !'VVҥv4KXDp8 ͕^#WP D:nLBo v/m Ft$15_Hc6*S= fB8]>{aGt}S @n*JF[_pdZpLiƮY$OeoֻQ (p^uF%\ UC?-`BOg`!aWhxgBܜB`@c\) .)5h:m듸fR4Qn5TF+ *Tq%Ay_Ķ+g| !`&Y_Mۧ@¡Dk&FPu_K';z\#އ@=Q_KuQbp?\Iͼ׭e汑<2i?Ib lV[|[tW!J^Nt=cP/9຀]M0=%(5 oKdR;0"Ǔ N|?[G,Se2[~|oW=NC<$9LA@dϢ3ٗ*<+я\̸ 먇Ȏ{ g"dWRE4᱆\GPˌ;7z}@#( ma6Sw/;v)r>9N'cBO{fXJ0"Yv_ Sg~_tlX6n=dNosHoZ5b9r\T'K u+fX&X">]k}R~12D`WhNKڕ[zIrp&X894P%P ;HsR9=rOƔ}ӄJ". K+#w$gχ$l8!WK@Mn4V [ GTqF#]G?'ġԂM=ILA /kJ5@"ƥT#wcmG[;}rI#:0[x` (_*# ?ܰl⢢/T?Lf?-oidd&5VN6{Ȍf?._PgLj>cbe7NRCx"κτnP^T)KOi |۴r$^^R/V-,Lp>BP2834m*#No#G CgM ? K7w/ښdK }Ծrjdre%O {_ $SʖKYnA(҃ be㕥 X,.X l>ϬZ6D(m;D 쐖-dZUO8SY6iXp&ӓGgxDnBcp7 ybֿ s,ӑ"'D1 E>e£(a{p/0?ꮚ~Ur^bg{#zʉLHBN; t2c5X]NHB k0_g@hivŅF.z/{Q;Op[vJ L_#_S:ҾgS(؍W><O%pHׁ5\H