libhwloc15-2.9.0-150400.3.6.1 >  A dZp9|gX FRL(=Ν'&6&.ve׉, ,E1G:o]F/r kMĠO[7O'NĆeg@mQO"R. ތtILvb#;'U@F:Plz s3s! /U!} +RiEQ_^,]q&=eo7dn76b972b7ea5c326b1a1f9ad19c6da294f5ac33f51c60fec87e7ff510f2b33e6b823d6b9647bbcab1a03531f12bff67b75fe18c02 dZp9|5o ł (aǖߥL,Zyb-Z&{dV,Ʀqጏ(EqްЊ)u߳,`vppZ;OiA$n3kj7yntn= 4W <&Y*K“R`(vJqoxHsG$ pϽ b%`c9N}$V [29>~{2ݣ'`gf Iyc5AG4>p@?d   <tx %,4 8 < D  p|(89(:u>P@_FnGHIXY\]^bcd+e0f3l5uHvPwxyz0@DJClibhwloc152.9.0150400.3.6.1Runtime libraries for hwlocThis package contains the run time libraries for hwloc.dZts390zl348SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttps://www.open-mpi.org/projects/hwloc/linuxs390x8dZOdZR61c43c6958affaf7b52adf05b2a6ce12c0240ec67f1b4b1eb6a4f99c0431af9clibhwloc.so.15.6.1rootrootrootroothwloc-2.9.0-150400.3.6.1.src.rpmlibhwloc.so.15()(64bit)libhwloc15libhwloc15(s390-64)@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfighwloc-datalibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.6)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2)(64bit)libpciaccess.so.0()(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3dZ5ck@c@bbbP#a`@`P` a@_@_;]]e@Z@Z@XO@X@X6@XAX@X~@W#W@V@V~@VI@TE@TTthomas.blume@suse.comgmbr3@opensuse.orgdmueller@suse.comgmbr3@opensuse.orgdmueller@suse.comdmueller@suse.comdmueller@suse.comdmueller@suse.comdmueller@suse.comdmueller@suse.comthomas.blume@suse.comdmueller@suse.comthomas.blume@suse.comthomas.blume@suse.comThomas.Blume@suse.comidonmez@suse.comThomas.Blume@suse.comjengelh@inai.deThomas.Blume@suse.comThomas.Blume@suse.comtchvatal@suse.comThomas.Blume@suse.comThomas.Blume@suse.comThomas.Blume@suse.comthomas.blume@suse.commpluskal@suse.comp.drouand@gmail.commpluskal@suse.commardnh@gmx.dealinm.elena@gmail.com- remove header files for feature we don't ship (jsc#PED-4156) These headers do not define an API that is not supported at present and therefore would not cause a failure during build. Still, they define static inline functions which look for HWLOC objects that are only set up by non-supported device scanners. Thus these objects will never be present - even though the relevant hardware is.- Remove libXNVCtrl support as it brings too many X dependencies (bsc#1207545)- update to 2.9.0: + Expose the memory size of CXL memory devices (Type 3) on Linux. + The LevelZero backend now reports the "XeLinkBandwidth" distance matrix between L0 devices (and subdevices) when available. + Add support for CUDA compute capability up to 9.0. + lstopo now switches to console mode when its output is redirected. Graphical window mode may be forced back with --of window. + hwloc-calc now accepts "numa" in -H, and I/O subtypes such as "gpu" in -I and -N.- Add libXNVCtrl support on TW- update to 2.8.0: * API + Add HWLOC_TOPOLOGY_FLAG_NO_DISTANCES, _NO_MEMATTRS and _NO_CPUKINDS to reduce the overhead when unneeded. + Add separate Read/Write Bandwidth/Latency memory attributes and implement them on Linux. * Backends + NUMA nodes may now have a subtype such as DRAM, HBM, SPM, or NVM on heterogeneous memory platforms on Linux. - Add DAXType and DAXParent attributes on Linux to tell where a DAX device or its corresponding NUMA node come from (SPM for Specific-Purpose or NVM for Non-Volatile Memory). + Detect heterogeneous caches in hybrid CPUs on MacOS X, thanks to Paul Bone for the help. + Max frequencies are not ignored in Linux cpukinds anymore (they were ignored in hwloc 2.7.0), but they may be slightly adjusted to avoid reporting hybrid CPUs because Intel Turbo Boost Max 3.0. - See the documentation of environment variable HWLOC_CPUKINDS_MAXFREQ. + Hardwire the PCI locality of HPE Cray EX235a nodes. * Tools + lstopo and other tools may now load Linux and x86 cpuid topology files from a tarball. + lstopo may now replace the P# and L# index prefixes with custom strings thanks to --os-index-prefix and --logical-index-prefix options. * Misc + Add --disable-readme to avoid regenerating the top-level hwloc README file from the documentation. * Bugfix + Use setenv() instead of putenv() - fixes crash in Slurm (bsc#1210227) replaces core-levelzero-Set-ZES_ENABLE_SYSMAN-via-setenv-instead-of-putenv.patch- update to 2.7.1: * Workaround crashes when virtual machines report incoherent x86 CPUID information about numbers of cores and threads. Thanks to Peter Bense for the report. * Use setenv() instead of putenv() when trying to force enable oneAPI L0 support, to avoid issues with applications that touch the environment, thanks to Josh Hursey for the patch. * Add some warnings at the end of configure when GPU libraries are missing on the system or their path is missing in the environment. * Backends + Add support for NUMA nodes and caches with more than 64 PUs across multiple processor groups on Windows 11 and Windows Server 2022. + Group objects are not created for Windows processor groups anymore, except if HWLOC_WINDOWS_PROCESSOR_GROUP_OBJS=1 in the environment. + Expose "Cluster" group objects on Linux kernel 5.16+ for CPUs that share some internal cache or bus. This can be equivalent to the L2 Cache level on some platforms (e.g. x86) or a specific level between L2 and L3 on others (e.g. ARM Kungpeng 920). Thanks to Jonathan Cameron for the help. - HWLOC_DONT_MERGE_CLUSTER_GROUPS=1 may be set in the environment to prevent these groups from being merged with identical caches, etc. + Improve the oneAPI LevelZero backend: - Expose subdevices such as "ze0.1" inside root OS devices ("ze0") when the hardware contains multiple subdevices. - Add many new attributes to describe device type, and the numbers of slices, subslices, execution units and threads. - Expose the memory information as LevelZeroHBM/DDR/MemorySize infos. + Ignore the max frequencies of cores in Linux cpukinds when the base frequencies are available (to avoid exposing hybrid CPUs when Intel Turbo Boost Max 3.0 gives slightly different max frequencies to CPU cores). - May be reverted by setting HWLOC_CPUKINDS_MAXFREQ=1 in the environment. * Tools + Add --grey and --palette options to switch lstopo to greyscale or white-background-only graphics, or to tune individual colors. * Build + Windows CMake builds now support non-MSVC compilers, detect several features at build time, can build/run tests, etc. Thanks to Michael Hirsch and Alexander Neumann .- update to 2.6.0: * Backends + Expose two cpukinds for energy-efficient cores (icestorm) and high-performance cores (firestorm) on Apple M1 on Mac OS X. + Use sysfs CPU "capacity" to rank hybrid cores by efficiency on Linux when available (mostly on recent ARM platforms for now). + Improve HWLOC_MEMBIND_BIND (without the STRICT flag) on Linux kernel >= 5.15: If more than one node is given, the kernel may now use all of them instead of only the first one before falling back to others. + Expose cache os_index when available on Linux, it may be needed when using resctrl to configure cache partitioning, memory bandwidth monitoring, etc. + Add a "XGMIHops" distances matrix in the RSMI backend for AMD GPU interconnected through XGMI links. + Expose AMD GPU memory information (VRAM and GTT) in the RSMI backend. + Add OS devices such as "bxi0" for Atos/Bull BXI HCAs on Linux. * Tools + lstopo has a better placement algorithm with respect to I/O objects, see --children-order in the manpage for details. + hwloc-annotate may now change object subtypes and cache or memory sizes. * Build + Allow to specify the ROCm installation for building the RSMI backend: - Use a custom installation path if specified with --with-rocm=. - Use /opt/rocm- if specified with --with-rocm-version= or the ROCM_VERSION environment variable. - Try /opt/rocm if it exists. - See "How do I enable ROCm SMI and select which version to use?" in the FAQ for details. + Add a CMakeLists for Windows under contrib/windows-cmake/ . * Documentation + Add FAQ entry "How do I create a custom heterogeneous and asymmetric topology?"- update to 2.5.0: + Add hwloc/windows.h to query Windows processor groups. + Add hwloc_get_obj_with_same_locality() to convert between objects with same locality, for instance NUMA nodes and Packages, or OS devices within a PCI device. + Add hwloc_distances_transform() to modify distances structures. - hwloc-annotate and lstopo have new distances-transform options. + hwloc_distances_add() is replaced with _add_create() followed by _add_values() and _add_commit(). See hwloc/distances.h for details. + Add topology flags to mitigate binding modifications during hwloc discovery, especially on Windows: - HWLOC_TOPOLOGY_FLAG_RESTRICT_TO_CPUBINDING and _MEMBINDING restrict discovery to PUs and NUMA nodes inside the binding. - HWLOC_TOPOLOGY_FLAG_DONT_CHANGE_BINDING prevents from ever changing the binding during discovery. + Add a levelzero backend for oneAPI L0 devices, exposed as OS devices of subtype "LevelZero" and name such as "ze0". - Add hwloc/levelzero.h for interoperability between converting between L0 API devices and hwloc cpusets or OS devices. + Expose NEC Vector Engine cards on Linux as OS devices of subtype "VectorEngine" and name "ve0", etc. Thanks to Anara Kozhokanova, Tim Cramer and Erich Focht for the help. + Add a NVLinkBandwidth distances structure between NVIDIA GPUs (and POWER processor or NVSwitches) in the NVML backend, and a XGMIBandwidth distances structure between AMD GPUs in the RSMI backends. - See "Topology Attributes: Distances, Memory Attributes and CPU Kinds" in the documentation for details about these new distances. + Add support for NUMA node 0 being offline in Linux, thanks to Jirka Hladky. + Add --with-cuda-version= or look at the CUDA_VERSION environment variable to find the appropriate CUDA pkg-config files. Thanks to Stephen Herbein for the suggestion. - Also add --with-cuda= to specify the CUDA installation path manually (and its NVML and OpenCL components). Thanks to Andrea Bocci for the suggestion. - See "How do I enable CUDA and select which CUDA version to use?" in the FAQ for details. + lstopo now has a --windows-processor-groups option on Windows. + hwloc-ps now has a --short-name option to avoid long/truncated command path. + hwloc-ps now has a --single-ancestor option to return a single (possibly too large) object where a process is bound. + hwloc-ps --pid-cmd may now query environment variables, including MPI-specific variables to find out process ranks.- update to 2.4.1: * Fix AMD OpenCL device locality when PCI bus or device number >= 128. Thanks to Edgar Leon for reporting the issue. + Applications using any of the following inline functions must be recompiled to get the fix: hwloc_opencl_get_device_pci_busid() hwloc_opencl_get_device_cpuset(), hwloc_opencl_get_device_osdev(). * Fix the ranking of cpukinds on non-Windows systems, thanks to Ivan Kochin for the report. * Fix the insertion of custom Groups after loading the topology, thanks to Scott Hicks. * Add support for CPU0 being offline in Linux, thanks to Garrett Clay. * Fix missing x86 Package and Core objects FreeBSD/NetBSD. Thanks to Thibault Payet and Yuri Victorovich for the report. * Fix the import of very large distances with heterogeneous object types. * Fix a memory leak in the Linux backend, thanks to Perceval Anichini.- update to 2.4.0: + Add hwloc/cpukinds.h for reporting information about hybrid CPUs. - Use Linux cpufreq frequencies to rank cores by efficiency. - Use x86 CPUID hybrid leaf and future Linux kernels sysfs CPU type files to identify Intel Atom and Core cores. - Use the Windows native EfficiencyClass to separate kinds. + Properly handle Linux kernel 5.10+ exposing ACPI HMAT information with knowledge of Generic Initiators. + lstopo has new --cpukinds and --no-cpukinds options for showing CPU kinds or not in textual and graphical modes respectively. + hwloc-calc has a new --cpukind option for filtering PUs by kind. + hwloc-annotate has a new cpukind command for modifying CPU kinds. + Fix hwloc_bitmap_nr_ulongs(), thanks to Norbert Eicker. + Add a documentation section about "Topology Attributes: Distances, Memory Attributes and CPU Kinds". + Silence some spurious warnings in the OpenCL backend and when showing process binding with lstopo --ps. + Add hwloc/memattrs.h for exposing latency/bandwidth information between initiators (CPU sets for now) and target NUMA nodes, typically on heterogeneous platforms. - When available, bandwidths and latencies are read from the ACPI HMAT table exposed by Linux kernel 5.2+. - Attributes may also be customized to expose user-defined performance information. + Add hwloc_get_local_numanode_objs() for listing NUMA nodes that are local to some locality. + The new topology flag HWLOC_TOPOLOGY_FLAG_IMPORT_SUPPORT causes support arrays to be loaded from XML exported with hwloc 2.3+. - hwloc_topology_get_support() now returns an additional "misc" array with feature "imported_support" set when support was imported. + Add hwloc_topology_refresh() to refresh internal caches after modifying the topology and before consulting the topology in a multithread context. + Add a ROCm SMI backend and a hwloc/rsmi.h helper file for getting the locality of AMD GPUs, now exposed as "rsmi" OS devices. Thanks to Mike Li. + Remove POWER device-tree-based topology on Linux, (it was disabled by default since 2.1). + Command-line options for specifying flags now understand comma-separated lists of flag names (substrings). + hwloc-info and hwloc-calc have new --local-memory --local-memory-flags and --best-memattr options for reporting local memory nodes and filtering by memory attributes. + hwloc-bind has a new --best-memattr option for filtering by memory attributes among the memory binding set. + Tools that have a --restrict option may now receive a nodeset or some custom flags for restricting the topology. + lstopo now has a --thickness option for changing line thickness in the graphical output. + Fix lstopo drawing when autoresizing on Windows 10. + Pressing the F5 key in lstopo X11 and Windows graphical/interactive outputs now refreshes the display according to the current topology and binding. + Add a tikz lstopo graphical backend to generate picture easily included into LaTeX documents. Thanks to Clement Foyer. + The default installation path of the Bash completion file has changed to ${datadir}/bash-completion/completions/hwloc. Thanks to Tomasz Kłoczko.- move hwloc manpage to main package (bsc#1178802)- update to 2.2.0: * API + Add hwloc_bitmap_singlify_by_core() to remove SMT from a given cpuset, thanks to Florian Reynier for the suggestion. + Add --enable-32bits-pci-domain to stop ignoring PCI devices with domain >16bits (e.g. 10000:02:03.4). Enabling this option breaks the library ABI. Thanks to Dylan Simon for the help. * Backends + Add support for Linux cgroups v2. + Add NUMA support for FreeBSD. + Add get_last_cpu_location support for FreeBSD. + Remove support for Intel Xeon Phi (MIC, Knights Corner) co-processors. * Tools + Add --uid to filter the hwloc-ps output by uid on Linux. + Add a GRAPHICAL OUTPUT section in the manpage of lstopo. * Misc + Use the native dlopen instead of libltdl, unless --disable-plugin-dlopen is passed at configure time. - install systemd files using systemd macros and register it on install with systemd - build against libnuma on all architectures- update to latest released upstream version 2.1.0 (jsc#SLE-8583) * API + Add a new "Die" object (HWLOC_OBJ_DIE) for upcoming x86 processors with multiple dies per package, in the x86 and Linux backends. + Add the new HWLOC_OBJ_MEMCACHE object type for memory-side caches. + Add HWLOC_RESTRICT_FLAG_BYNODESET and _REMOVE_MEMLESS for restricting topologies based on some memory nodes. + Add hwloc_topology_set_components() for blacklisting some components from being enabled in a topology. + Add hwloc_bitmap_nr_ulongs() and hwloc_bitmap_from/to_ulongs() + Improve the API for dealing with disallowed resources + Group objects have a new "dont_merge" attribute to prevent them from being automatically merged with identical parent or children. + Add more distances-related features: - Add hwloc_distances_get_name() to retrieve a string describing what a distances structure contain. - Add hwloc_distances_get_by_name() to retrieve distances structures based on their name. - Add hwloc_distances_release_remove() - Distances may now cover objects of different types with new kind HWLOC_DISTANCES_KIND_HETEROGENEOUS_TYPES. * Backends + Add support for Linux 5.3 new sysfs cpu topology files with Die information. + Add support for Intel v2 Extended Topology Enumeration in the x86 backend. + Improve memory locality on Linux by using HMAT initiators (exposed since Linux 5.2+), and NUMA distances for CPU-less NUMA nodes. + The x86 backend now properly handles offline CPUs. + Detect the locality of NVIDIA GPU OpenCL devices. + Ignore NUMA nodes that correspond to NVIDIA GPU by default. + Add support for IBM S/390 drawers. + Rework the heuristics for discovering KNL Cluster and Memory modes to stop assuming all CPUs are online (required for mOS support). + Ignore NUMA node information from AMD topoext in the x86 backend, unless HWLOC_X86_TOPOEXT_NUMANODES=1 is set in the environment. + Expose Linux DAX devices as hwloc Block OS devices. + Remove support for /proc/cpuinfo-only topology discovery in Linux kernel prior to 2.6.16. + Disable POWER device-tree-based topology on Linux by default. + Discovery components are now divided in phases that may be individually blacklisted. * Tools + lstopo - lstopo factorizes objects by default in the graphical output when there are more than 4 identical children. - Both logical and OS/physical indexes are now displayed by default for PU and NUMA nodes. - The X11 and Windows interactive outputs support many keyboard shortcuts to dynamically customize the attributes, legend, etc. - Add --linespacing and change default margins and linespacing. - Add --allow for changing allowed sets. - Add a native SVG backend. + Add --nodeset options to hwloc-calc for converting between cpusets and nodesets. + Add --no-smt to lstopo, hwloc-bind and hwloc-calc to ignore multiple PU in SMT cores. + hwloc-annotate may annotate multiple locations at once. + Add a HTML/JS version of hwloc-ps. See contrib/hwloc-ps.www/README. + Add bash completions. * Misc + Add several FAQ entries in "Compatibility between hwloc versions" about API version, ABI, XML, Synthetic strings, and shmem topologies.- update to latest released upstream version 2.0.4 (jsc#SLE-8583) * Add support for Linux 5.3 new sysfs cpu topology files with Die information. * Add support for Intel v2 Extended Topology Enumeration in the x86 backend. * Tiles, Modules and Dies are exposed as Groups for now. + HWLOC_DONT_MERGE_DIE_GROUPS=1 may be set in the environment to prevent Die groups from being automatically merged with identical parent or children. * Ignore NUMA node information from AMD topoext in the x86 backend, unless HWLOC_X86_TOPOEXT_NUMANODES=1 is set in the environment. * Group objects have a new "dont_merge" attribute to prevent them from being automatically merged with identical parent or children. * Fix build on Cygwin, thanks to Marco Atzeri for the patches. * Fix a corner case of hwloc_topology_restrict() where children would become out-of-order. * Fix the return length of export_xmlbuffer() functions to always include the ending \0. * Fix lstopo --children-order argument parsing. * Add support for Hygon Dhyana processors in the x86 backend, thanks to Pu Wen for the patch. * Fix symbol renaming to also rename internal components, thanks to Evan Ramos for the patch. * Fix build on HP-UX, thanks to Richard Lloyd for reporting the issues. * Detect PCI link speed without being root on Linux >= 4.13. * Add HWLOC_VERSION* macros to the public headers, thanks to Gilles Gouaillardet for the suggestion. * Bump the library soname to 15:0:0 to avoid conflicts with hwloc 1.11.x releases. The hwloc 2.0.0 soname was buggy (12:0:0), applications will have to be recompiled. * Serialize pciaccess discovery to fix concurrent topology loads in multiple threads. * Fix hwloc-dump-hwdata to only process SMBIOS information that correspond to the KNL and KNM configuration. * Add a heuristic for guessing KNL/KNM memory and cluster modes when hwloc-dump-hwdata could not run as root earlier. * Add --no-text lstopo option to remove text from some boxes in the graphical output. Mostly useful for removing Group labels. * Some minor fixes to memory binding.- update to latest released upstream version 1.11.8 (fate#324166) * Multiple Solaris improvements + Detect caches on Sparc. + Properly detect allowed/disallowed PUs and NUMA nodes with processor sets. + Add hwloc_get_last_cpu_location() support for the current thread. * Add support for CUDA compute capability 7.0 and fix support for 6.[12]. * Tools improvements + Fix search for objects by physical index in command-line tools. + Add missing "cpubind:get_thisthread_last_cpu_location" in the output of hwloc-info --support. + Add --pid and --name to specify target processes in hwloc-ps. + Display thread names in lstopo and hwloc-ps on Linux. * Doc improvements + Add a FAQ entry about building on Windows. + Install missing sub-manpage for hwloc_obj_add_info() and hwloc_obj_get_info_by_name(). * Fix hwloc-bind --membind for CPU-less NUMA nodes (again). Thanks to Gilles Gouaillardet for reporting the issue. * Fix a memory leak on IBM S/390 platforms running Linux. * Fix a memory leak when forcing the x86 backend first on amd64/topoext platforms running Linux. * Command-line tools now support "hbm" instead "numanode" for filtering only high-bandwidth memory nodes when selecting locations. + hwloc-bind also support --hbm and --no-hbm for filtering only or no HBM nodes. * Add --children and --descendants to hwloc-info for listing object children or object descendants of a specific type. * Add --no-index, --index, --no-attrs, --attrs to disable/enable display of index numbers or attributes in the graphical lstopo output. * Try to gather hwloc-dump-hwdata output from all possible locations in hwloc-gather-topology. * Updates to the documentation of locations in hwloc(7) and command-line tools manpages. * Make the Linux discovery about twice faster, especially on the CPU side, by trying to avoid sysfs file accesses as much as possible. * Add support for AMD Family 17h processors (Zen) SMT cores in the Linux and x86 backends. * Add the HWLOC_TOPOLOGY_FLAG_THISSYSTEM_ALLOWED_RESOURCES flag (and the HWLOC_THISSYSTEM_ALLOWED_RESOURCES environment variable) for reading the set of allowed resources from the local operating system even if the topology was loaded from XML or synthetic. * Fix hwloc_bitmap_set/clr_range() for infinite ranges that do not overlap currently defined ranges in the bitmap. * Don't reset the lstopo zoom scale when moving the X11 window. * lstopo now has --flags for manually setting topology flags. * hwloc_get_depth_type() returns HWLOC_TYPE_DEPTH_UNKNOWN for Misc objects.- Fix build on Leap where both sle_version is defined and is_opensuse is True.- make hwloc-dump-hwdata only available on x86, as it is only supported for Intel Knights Landing Xeon Phi platforms - revert sub packages for SLE from no-arch to arch specific in order to keep backward compatibility - fix typo in specfile- fix grammar errors- use correct upstream source version- use version_prefix in specfile and download_files service to get sources- Set noarch on the subpackages that are arch independent - Run configure with enabling verbose mode and disable needless knobs - Set version in the package fully (not 1.11 but 1.11.5+git...) - Rename files to name of the package, if it needs to be renamed the folder needs to keep the other name too - Do not mess with provides/obsoletes about the hwloc-2.0 it won't work with libsolv anyway without user interaction * Bump the user version to 2.0.0.1.11.5+git... to allow 'fake' update for user in order to work with fate#321929c#5- switch to version 1.11.5 since 2.0 is a development version with no .so-version set fate#321929 comment#5)- fix missing manpage bug (bsc#995407) - remove dependency to selinux-policy, selinux is not essential for hwloc (bsc#976559 comment#4)- add dependency to selinux-policy (bsc#976559)- Update to 2.0 to support memory side cache (fate#319511)- Update to 1.11.2 * Improve support for Intel Knights Landing Xeon Phi on Linux: + Group local NUMA nodes of normal memory (DDR) and high-bandwidth memory (MCDRAM) together through "Cluster" groups so that the local MCDRAM is easy to find. - See "How do I find the local MCDRAM NUMA node on Intel Knights Landing Xeon Phi?" in the documentation. - For uniformity across all KNL configurations, always have a NUMA node object even if the host is UMA. + Fix the detection of the memory-side cache: - Add the hwloc-dump-hwdata superuser utility to dump SMBIOS information into /var/run/hwloc/ as root during boot, and load this dumped information from the hwloc library at runtime. - See "Why do I need hwloc-dump-hwdata for caches on Intel Knights Landing Xeon Phi?" in the documentation. Thanks to Grzegorz Andrejczuk for the patches and for the help. * The x86 and linux backends may now be combined for discovering CPUs through x86 CPUID and memory from the Linux kernel. This is useful for working around buggy CPU information reported by Linux (for instance the AMD Bulldozer/Piledriver bug below). Combination is enabled by passing HWLOC_COMPONENTS=x86 in the environment. * Fix L3 cache sharing on AMD Opteron 63xx (Piledriver) and 62xx (Bulldozer) in the x86 backend. Thanks to many users who helped. * Fix the overzealous L3 cache sharing fix added to the x86 backend in 1.11.1 for AMD Opteron 61xx (Magny-Cours) processors. * The x86 backend may now add the info attribute Inclusive=0 or 1 to caches it discovers, or to caches discovered by other backends earlier. Thanks to Guillaume Beauchamp for the patch. * Fix the management on alloc_membind() allocation failures on AIX, HP-UX and OSF/Tru64. * Fix spurious failures to load with ENOMEM on AIX in case of Misc objects below PUs. * lstopo improvements in X11 and Windows graphical mode: + Add + - f 1 shortcuts to manually zoom-in, zoom-out, reset the scale, or fit the entire window. + Display all keyboard shortcuts in the console. * Debug messages may be disabled at runtime by passing * HWLOC_DEBUG_VERBOSE=0 in the environment when --enable-debug was passed to configure. * Add a FAQ entry "What are these Group objects in my topology?".- Update to version 1.11.1 * Hardwire the topology of Fujitsu K-computer, FX10, FX100 servers to workaround buggy Linux kernels. * Fix L3 cache information on AMD Opteron 61xx Magny-Cours processors in the x86 backend. * Detect block devices directly attached to PCI without a controller, for instance NVMe disks. * Add the PCISlot attribute to all PCI functions instead of only the first one. * Ignore PCI bridges that could fail assertions by reporting buggy secondary-subordinate bus numbers * Fix an overzealous assertion when inserting an intermediate Group object while Groups are totally ignored. * Fix a memory leak on Linux on AMD processors with dual-core compute units. * Fix a memory leak on failure to load a xml diff file. * Fix some segfaults when inputting an invalid synthetic description. * Fix a segfault when plugins fail to find core symbols. * Fix a segfault when displaying logical indexes in the graphical lstopo. * Fix lstopo linking with X11 libraries, for instance on Mac OS X. * hwloc-annotate, hwloc-diff and hwloc-patch do not drop unavailable resources from the output anymore and those may be annotated as well. * Command-line tools may now import XML from the standard input with -i -.xml * Add missing documentation for the hwloc-info --no-icaches option.- Cleanup spec file with spec-cleaner - Update to 1.10.1 * Actually remove disallowed NUMA nodes from nodesets when the whole-system flag isn't enabled. * Fix the gathering of PCI domains. Thanks to James Custer for reporting the issue and providing a patch. * Fix the merging of identical parent and child in presence of Misc objects. Thanks to Dave Love for reporting the issue. * Fix some misordering of children when merging with ignore_keep_structure() in partially allowed topologies. * Fix an overzealous assertion in the debug code when running on a single-PU host with I/O. Thanks to Thomas Van Doren for reporting the issue. * Don't forget to setup NUMA node object nodesets in x86 backend (for BSDs) and OSF/Tru64 backend. * Fix cpuid-x86 build error with gcc -O3 on x86-32. Thanks to Thomas Van Doren for reporting the issue. * Fix support for future very large caches in the x86 backend. * Fix vendor/device names for SR-IOV PCI devices on Linux. * Fix an unlikely crash in case of buggy hierarchical distance matrix. * Fix PU os_index on some AIX releases. Thanks to Hendryk Bockelmann and Erik Schnetter for helping debugging. * Fix hwloc_bitmap_isincluded() in case of infinite sets. * Change hwloc-ls.desktop into a lstopo.desktop and only install it if lstopo is built with Cairo/X11 support. It cannot work with a non-graphical lstopo or hwloc-ls. * Add support for the renaming of Socket into Package in future releases. * Add support for the replacement of HWLOC_OBJ_NODE with HWLOC_OBJ_NUMANODE in future releases. * Clarify the documentation of distance matrices in hwloc.h and in the manpage of the hwloc-distances. Thanks to Dave Love for the suggestion. * Improve some error messages by displaying more information about the hwloc library in use. * Document how to deal with the ABI break when upgrading to the upcoming 2.0 See "How do I handle ABI breaks and API upgrades ?" in the FAQ.- minor spec fixes (unbreak build for suse_version < Factory)- Update to Version 1.10.0 * v1.10.0 is the new feature release. There is no new major change in this release, just improvements everywhere. If you are buying new Intel Xeon E5 with 10 cores or more, this release is required for proper Socket/NUMA detection until the Linux kernel gets fixed. * API + Add hwloc_topology_export_synthetic() to export a topology to a synthetic string without using lstopo. See the Synthetic topologies section in the documentation. + Add hwloc_topology_set/get_userdata() to let the application save a private pointer in the topology whenever it needs a way to find its own object corresponding to a topology. + Add hwloc_get_numanode_obj_by_os_index() and document that this function as well as hwloc_get_pu_obj_by_os_index() are good at converting nodesets and cpusets into objects. + hwloc_distrib() does not ignore any objects anymore when there are too many of them. They get merged with others instead. Thanks to Tim Creech for reporting the issue. * Tools + hwloc-bind --get now executes the command after displaying the binding instead of ignoring the command entirely. Thanks to John Donners for the suggestion. + Clarify that memory sizes shown in lstopo are local by default unless specified (total memory added in the root object). * Synthetic topologies + Synthetic topology descriptions may now specify attributes such as memory sizes and OS indexes. See the Synthetic topologies section in the documentation. + lstopo now exports in this fully-detailed format by default. The new option --export-synthetic-flags may be used to revert back the old format. * Documentation + Add the doc/examples/ subdirectory with several real-life examples, including the already existing hwloc-hello.C for basics. Thanks to Rob Aulwes for the suggestion. + Improve the documentation of CPU and memory binding in the API. + Add a FAQ entry about operating system errors, especially on AMD platforms with buggy cache information. + Add a FAQ entry about loading many topologies in a single program. * Misc + Work around buggy Linux kernels reporting 2 sockets instead 1 socket with 2 NUMA nodes for each Xeon E5 v3 (Haswell) processor. + pciutils/libpci support is now removed since libpciaccess works well and there's also a Linux-specific PCI backend. For the record, pciutils was GPL and therefore disabled by default since v1.6.2. + Add --disable-cpuid configure flag to work around buggy processor simulators reporting invalid CPUID information. Thanks for Andrew Friedley for reporting the issue. + Fix a racy use of libltdl when manipulating multiple topologies in different threads. Thanks to Andra Hugo for reporting the issue and testing patches. + Fix some build failures in private/misc.h. Thanks to Pavan Balaji and Ralph Castain for the reports. + Fix failures to detect X11/Xutil.h on some Solaris platforms. Thanks to Siegmar Gross for reporting the failure. + The plugin ABI has changed, this release will not load plugins built against previous hwloc releases./sbin/ldconfig/sbin/ldconfigs390zl34 16866576522.9.0-150400.3.6.12.9.0-150400.3.6.1libhwloc.so.15libhwloc.so.15.6.1/usr/lib64/-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:29384/SUSE_SLE-15-SP4_Update/6535b6b78a2851e65d575f5f6f6830f7-hwloc.SUSE_SLE-15-SP4_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=09fafe6c0949de53a726b25936a23adae4630992, strippedPRR RRR RRRRR R R RRUQt ̦Dutf-86ef61faaafcf356637fa0ba6a1dd017ba895d20ecc777cac4393dc0845fefddf?7zXZ !t/P] cr$x#H'TyZJwO|n0%贷ʷ3fb"Yi%~Rͮt+ Lj_I~)1!)Sq䮺d{Lg i _YVDh3FFDw%Sooa\F>0P ~G/A#~åeom%ɯӠq6ǭ!f̈́+-lbaձ] wG Ҭ ݒu0kGR"ҥZd*q B{:A>YUgUP} 6(o{!iFWWu49DO.?q6"oDYVvYoלxl`q$QvO|ق.RxK׬@gymfp93TJoMM0~^9ς঱,fk]cIM*ǟU@ztIVJ控o`֓kDӴlgyW]2"0bp;eyqOfdifS(6@ǐ&uOYQ~ԜbTMl6} ayins6хd qݎBˋ$}/^v) )N5 _QU&/VܡsՒW[;fc<)ah~ȟڷJh~ ]][ Gݜ-F BH+S$Ľ6:\XOyd(ع!|f m7zDJIϬ(%}]Dio;TgɥΦ>tΤN:xlަ=sY]R[?YVf,"Wf޽rpӤ H ;_@}]9D nxV*ji LJכ伸[xhLOLB89dHA.#|? p_oʛN0l߲1RƄ/߳doE(Rc"D(kYD%׺v=69Go8ب.z)']ʕmY=QS5g6AI/]@ǵA)9ԭZ21v- 5=&#Xp \dO;١_Zeţ)_wbH]!'Uđ)X&KzgFv9::YXMm6僄$_7"3c=$Z2Zc)O/; ȶw @6(nEGh4\S(+ HË/4sEQ_%[T+ !--_av*R8䞧Jx)̵lP˯E>lqGw)n}*g#˦'N'ۣK:?ֆ{6]{jzL5'X\갡Siצc8BQt ^LrA <-iKԵ;} I)ɏp3>ObaƘ6~I4 Cf4|>Mʎa7OnvqW:m75ֹD 95:@ z^@J{JCrl~@l.#%\PGk鶂LKߖuZV)"bŏ½6fhGkMܨ0jnԇq5-m&*%{!:gVuv<.mU`_ړ 1]jZ`jB"օn\j0?oVwӠ _#4kȋXBǶIR}NG[5N>1>dx׆wXHB ȊNuɃ}Eꙝo|`TxNWWɑL-$t{?5{ ᝭35&\yKPEs!9a9Ln2WOt%/ yh^}fw]-(}v2Ta3~%]W%l`&.{$=_0/>!~)R2QO Zդud'JT'ko0cL =+1# iWsRN2;3Egb?I^[rcؒ3wr-KOM'c!/*q֨EP\a כa2~*/":e^fqs \..jPybPZsB 4i8 uOif 0(eOQ*U[_#놵N̒ g(.gD]7F@ca焊{o?8N"7Nf3rI!>,c%ݜibջsg2;jh& -]ED=11Ln=fly}IV&OMb(aƲ\~*b˶ß9*F49 ?7e-a `v sAic}^Ԗ'2bk@@~:'?{u1h_ jH>Rҵ R JU֫<^ [ 沚J&UMra4Ru;XY˔ o\)fYZih%o"'CȔrf*t—Nި ܳ"D3C~V&XxLN`eL< hE,/~Z2l`.#eySt*(4ܱv 3O%=$uS: 9K^T8r܌ݯDԱ|*at|C?Fޣ~PƯʳG0βU!i5v9 P70b!y2ӽGw _4ІȤnH(YwOu3$&NK~CE) Kk;sgSC%g4Kk A8ڬw#$ ]X$ V20+* p8~ugReF:˦n\{~nx*4$K\ݘ=W&Ƚ4OZ0moZ$Fͨ'1}hYnSYVbb>B>ȰWônL=dH }rmVŵJWpR48%>Ցz30SLw<:I@DX*!-<дOO30e:&3-ON-l1w*Ʒ c?8&yqL6eB7c,!@ n3Sa[}ߠAуP\0_ 6Mw@PdIdtgDX'oC|I/]`#Ae;#4h6Zƫ3Lq)xyS]1 j*Jz~DNTjl kÛ _(=9?), 8ǘ;sSea^`:Ho=aѝ{sv*sA~a>u_.0q.ޖ*\J9rBtnv6AU9uz&_ (9܈" Et+'NSAbYLR& `7u TÀIEPo3+G/d "=[Mq 5P (<@nQC-bg.+=E^"*Bߦ/[wRY /4't0ԗCo}G` 9 s3~7w@Cw<>򥒤{uqR5P@Msf);`1')5c?8de6u ߓ ~PCrE.uAJwYf-'ԜS!577"S$lY]<2`?TkSOe{nDZv^v%2(+8TC߲r~A+ÓK ^.(#pEw+h.S=đ=tZ<㔃>ny%AJQ1˲+G9/7?Z~M P8ɰXA5DݬMs'1 R |yZaRG3FBtVǐ|I):T[pqHoH֗;<=Gk,!6C '↠A l)Ѥ}1\b kڕ?NZR#F$ XCLj"t](nMq;Xs&ݴ Jj@ѻ$){C:?s&?R쁇k'NA>6x4c.U.޵@疶uAi%[ 5_ `/\[G~95\JKEQTe5>ˀ&x8SF)] (9V+nf\ Ikt7,< 62i qBV ?]{17 /n?c-m떨0({C|8I5.m ccGr)Ni%9r]Zqbv}fX^nb yPzL)eef .5 p(嬞H9]wɞ L!zg K~ʸMR~M=쟎.(S`S mE9S Ҏ_P 4ԝD#̲_a_kyK˞O nY Xgy^ײ@"8U!s4%6e'&ǮiGVfl2K!5̇iCn̼0at|[5A<ޑr ,=ւ`1dhF%ޥaQ%68vM_s휋v : 6dI\1%\iQߟ*HFfё9-A "22^Bw[gt '5Gb&KNu'(?BBoCmcN/Eݵqbzk(S<j"1TBpFEV'Z'[ _e=Wu/T9ٟA;9ׄ`o {A{ِDt[CI#(nޓ F-n X:au~H`qْ!qng;7<]IBM)^'dN Y]uS*!~uXd51ԏ&XSvh[œeD-u |~g'O.]~I.Su$O.{ӽxp#yxѶYBO׭znȜCO${o%ވnbN=[m10 ޕj5ϴGrM|C*LɈ@6q).Tx(bV(7ϣG&x8񮫉^ あ4RSwlϠ @ySu sG9)Rg Q`|v5IъTv#)mˀ|:z}F:QJ+emgp6F|["hض9I*?/dR #.@F\ m\ۇ6ߑ6}l4jHEgŹڗ}jL8/@ZpA|2@gJx}{G^+2yen*$|r}rO!8کF[m U3S[D~JG̢nȟWػ0Ceq52<\W3,K\ǜ*r"sWg̼{bk5,)jrcpYl|XI&H?%gܴɟoѽRw!B[>Xw6qĹ6/Amtra vd3Ё~:ztEqrycʃB6 !2_Wnj ,Cs}L$(nϳIH4]ypyYftt}9S̛ӈČ.?9GUQ Aq:SAZqa KdP"XhVC%ӵN!,n@olo4!i#NK:GXR#QՈk#^B4!Y9(Ei٦~p?ic2.xUs.5qMK6ZoNbc"Y\IV:QF sJ;B 54HM6wAWDPM *) zW6:|]gr ([bɈ5K@ճ8kL`y'&$4~U͞`kfgPQ'vf)'suwj&٤b45L9Yl/)aH'D60+#0 ry#3 ) 8o5k U_gMqz0Pn%#g<-@@lN 75 iCj m<ƌM3rq˯WWNȧP=evu&%IJ:Cv7e O ky&3!~T 4ܹ[6U>3ZC?s4W7B*nG]9?6LP(>h! GҖ0e׍@g]X0 \Kv ZA{ẀW lΕXm)<:Z"ZE0o{᎜!TUZ4H0u.*ќԐ7%V$*.(xsDSLYPZx/-en~!P/A!(,SQhXDu9~{!)_;fi9[îҾj@WH"gPJ$o)uЕ6Ma eŇ@V %jOFr ïDu}ެ1N=-h+ݑZ.ᙿ!拴MvOYWΑ!b#"D,ҞPq~_)lCԋ.uѿlL~wqE+bB Q #l2(ۇBk0 nq96% 8^9`bPoݡ9G'5EY Fϵ'pѥX뮒)O)O2Sh5^.c5if) 0D} %#BwDEG)ސЅbQ}Cdb}~2A^Hyrs!/W0>bb;"oq?uQWٸ0B 8׉y9 ui+eBf;w;YߟͯjA/ֳ ݎ0M U#!?|n_w;f#Xcς;rc(t2 b:t NRfl{Ŀu{\@f~y񭭣!yɛ\+fP?]KC& Xӭ)SU?]@<=j@,, WEXmGP`S6/er zۛb9=m`egc4S'b]$X,,8ۨs$fKM;ŭd9 3TE QZ 8V1ko!̓vUȟ44aODyS77/sd5,zеO &DL8GhtyaTPg|kZ/$l +W=%,Z|r bw={}$ީu fuX6|n۬Q+/uJxkG)Yϐ0%p`j5isKi'b,3Ϋ2 Aq3TZ=rȫ*/M66 [] vi'7x,.Lȯ>-48JtR_Juuz6< *Z=D͗U߈)TKj2o*꬯뒈R%_hG ~TaMӘ2>+ Ļ$9gʡm<[Ku`p 'lM|،^<BaN\)jlf!-# SVǡ'(tv|skjɀcq,I\l)"1}g(.wpV%X1Q@sw,l>Y ##`KXED%b/k|+WceOjUP[qc~#r$&oG=kq# ]woj46ӗz%qAf/_\L߼HK7G_jɂAp?/)p~:\i獵<ٔUu[cSx:oiqSQZi<]-G3|$n&I_bc L4-LC)F*H}ZAj-U[_1T.-m$+q/_]Whh!&u@ Dsb0k݇Z>my2S֩:zְ#%r9RWSbwr )G@B#;>>ZwxJŰ ]=G 5"$J3ttg9Q-!x QFFoc,[?$^"5$(\GR0:aC'F8Nש|f(Ɨ}W{F;"dq@o4'$M: 1cuGj 9hGeR/6H( QXȯOʣBSg|, >gPӿS ;`'ӭwI6y A*Bg\+dHZVKݳbpy!}Z^xuTk M~@tIYor\lVL ۵3= o086gMiÛ&}aP &*{@ᮍA.NRĔdoJOs6̴x026`f` pYqŲѮRsp_gX 阩$*k%ѡո5HXVqR2,6db܇3]нwHԇZgLk^83N\ҲA%v=P?(h+ȅ\+%VdV$U~[M޹WVaYj Y]gРM-u*]жʄcmcpԕLz=ǯBcUO%t4f SQG~GlO5W[P(>xggT$ĸB oaf'E1:'99vUxDϿl <^EF4 4J^H,WB9 "KLۉ섊y yIHoAz0 ʎj`O{iI^K~!%QumyhZh+BྗYW#7##>vިͱ~Mr#뒜+D" V$ipogfr<Zd|-䶀pMZ?cwN V;J$&8+aW Ϣo?CO:Ÿb ;J+aN fj Wuq#ާw []>%P eH UIx2 (r/f XeHns1(OdY;AGc/JKdc1H̲ ]Ν:.W[K](Dj ! E-4:k"xe_4ᩆȌNgU $!Ƒ 5CDl'9Hsw7 -=J<2}( 'cٺEViP{Vj 3^=A# N(ESmnIZ5EURB:D3*32Gquµ08-x>'ϤN?Qg(-/a`95=KhbnqL5 tR_ȃ?f\MpZ_,Ȱi!W.ȂS̏9F&mOlU#~mO8Kub8/ G IVIF!YKcSO(IɊ콈0F@m65fLxU/n/΁t}z8ɒӼ\ĕxd*.UUc6zd ª>z{p@U 3Ag?ܗ]VvSF ܱO3fHMAͬM!s3tPlr kt#Ѕ~RyciB:nL"ܩK4@kuۚ !"+ϴ"=?}`J`e1V`w=f|.O4KgoHRB`“$!ZgTXhgJO˼Rqw>-nWVm\WQE`DȾCi5LXdS-fyhq@JɗC j?2 <%͊v44).1g&V?4T6S|-O©chF=DXUk7A.Z3Ud1iD]ZY]{)v:J[FD?u&M 0M2 rIlE{.˄Nk!C*7#;܄=c?tIT]z*%'J눉٨ { .!vg%'8tq a煀bJ .FY&4?~ +WO! AS]Hc?HazШwkuU=Z b n ~H9=YV8lD%;e<0'3 8O{X+|H8;M٩Th=jT,|!T[bL<.A?Kvf:eֳĕsP= ƆV8X(SM&hQpYk^2@^9~lh7g66=l(+M_dKXR:^az[mKE^wbڶ D6C D<ՊHц%ԋϬ>Nz9  %/3,$W"`o{wVj1v}Cځ{3{ E7&@{؟NON>392 z QtEkOnjcNS]O;Z\A.̓ v߸k`뇮4G|4DſΗTzux̋[0kă[}2EITV T5-գSV'4h)M_`g_[~Rdu(v<1Q}h 5gZ' /s ^(}fXQJlqȜiOj mp*W b(q;d;?SxB"YǞe v ;@Ib~&̒VQH+s94 2 ]vt$!VJ-ᤢ`ж5֐rԽIu2S.ktϻj2`7Baʲ5J cL= nyYp$`M.ڦOpgV['@DiGh&z܁(%p'V{7Z1l)|ߏ ߻([aKx7)G"K~p]G?r+/,ݦҚչ$)uSWM @ʵ.\QjcGۧt$ \pkַN dߛ`7۴ddup {{HL8${djyЭ ɊK}2=#*<`דA&ю'e]*mu{Zcn+B%pY(|vͰ1%ֹԄ_|$eBƈL\"pN\ uXvx)Z3gڮwV>q Zo%Ϟ<xXy[8:n5pKiIЊ,+c59^.C?_j;v0zjH x,5S(9'1ؤ(=IG b{e&ɩ3EPS }b.H@q'z.ƥ YvV?Q\hN~=@|nmÛKa:Cx_ZGR&¶g?>Yן[-jmLILf5{*R #˥.9mEqnɱ\Pz(c3cZ0S9E!:<ٖyvx*mKKNMϯMmݽ`YEn(Ŧ^ٞ%HA a`,l8dl=+5rYނJ fw- z7QXG6"/{(p'kAzg.ݫcj+| yC@L3S=peіkzT7GY:=T:3noC):U ;,HRoikTA $[ D0kMݵoCW^$7<8SQé94όypig(@v]'cӬ0ØQ#Ѓ4}YJ} I2CVHB^B)dհwFnþHӤZi~Ɖ_"˯M,A)pk]2G+-jjJdh=5LϜ+1-oY#u?.y^>11xW\㪖&JR`}gT:SB_- Bεq5 8 Cr']W}=)szw$X!z莌.NbH-Jj͎6]"|τ(#XS.MFG/ ]gIxը?0,i5{1R.S\W@D)?\֋bIV>O?M%IMRAGλlp/i'E;_4,>*~L{-rӟQLRO揈@07\̧Fl?U@ %il~ݪRdVd ȢVl ChgEv]]$+|8}I 6*r:/IRe1őOsW-.ym&|˶-7)!jDFl2yNG4Xrqx}A^Dj hq.L&8hlnşig'=<|(&|Y;_N>l*tXV|]qYn {%<朻W8{~6GI;S} vmuX ,0ԡ=g\Oq42lhF'֓m b*[^4CøL-2dIОn$dԼZ: ldIngȬU9lW;qNa,Rܸ@.yFd*~ T+ oE -,"r+.ąK\HdKg|Ki_#Rp2r 9V2H ͔ I 'aZZpmw Ĝ5N{KmC,*fݡKӻgHBB]Lrw.<]e 6d i-<B nHب8xaԟ Ò&cm +ax\4fM考a@Sʅьn ~Y3(ѹ2nJ پ\tX¥ ifQΏ)g+ņh?(iN.s>aLXhRZ[ˆy6=rX0VlU:CfJ`P]%̱=Q3/-Ǎ`f3'¾ꖙa-v` W0%:g20'Ѵ?B,"~#pmkW:rw`"їJ2܌M>P")t$ ALY)1mzr\>.L9|wgo&DYHڌ4½\&D ~nw(h/wX E<bg?]l-!Z0!;Cةh{/ Gu݉GqWՄY6Tqd1Mr?k 3[Ks"(" C!u+}-R 歷 ?򷕜WcD'6#'J&(}2 A We|C"Cor*LILsNiT>,4flܴvf10fdïp2a].c2ηř1Qk&BX߯>fI3*]% Tg#[aN1W;6d̂|uN--?^`{ f3# 3R?(R$^tM [!%Y3K2jwcG8'6,`r{*'_)bxD96xWikZ|lK;qpF D/Ip,ONOa oM)$l3X`-Wz ؇fL).}aP5p^?)l26ȴ@p3}g_[U:jRp*}M7WVqmR_" Z (G<9 ]V8Ug!I^VBښl9L2<܋'a=ogTYz~,Ȇ,C}YE|]]5{=;pcڸ?y"՜_8Hy6uX}$ܶƻ;N5IPlx8oυF71=mѩRX%K `SJɲ; k}WJx$5N`]1)z# {z{jPZN>ά 0%[= w ;v!JrVҊixওo}}k:3jl"sX~B;4R%]=X>*2[̲,T,<UUݙBLoy+~ʁ~3%'bԲ/f @@0-~TGY(1ybg.cnQSE|.zrCHj()BA>&M\(_a*k SB̎u0;hNY #iumA?TxhA/cl$d!iJ&W?q*4K;7g.\XS`j~T7Gj IoejcS st_9JMyu8yIjb['H㡞Y˓2Kn:/6D= )4iVx0cQ'ʅP #+}w_8o'_C-Pe0ͷEX; (,P#N3 -~G A@~} gz{ވ^A~ j_.[7 ?!)>|x|e!ԃ-o3 '6 w-y{Jߟ>vt_qr뿡J\/÷aϞa܋jQ[pc0}0Zlg q.CƓ@T"kҽ.Mlz@WNX͙׎j7 9$^4lP#B7Wf8 X(V-Y xSl쾥v쑋\`;XH,ݳEfT~ڋ7CVbOx|yH,$q-M0 Vݙ b-8&$ZfGU!Æl#FØH4铹e@/rRmЧ <{]{zv~>&kY+$-vbh9ޅt~z$T7Jzs< r$i[+=ɔ]D@&mNJ e:NSRVOs];kfeW$#BsI#?1.83^UtT0ux3^{5+FV1KG7w> 5ݡœsojd >w@'`ł]6'[{rn\t)N=,\J({ n5/w1>|uP|'m_. tfУ֔&Ly{J%pצ I-#z`oG\jؕ ˤx{OLHGn'p .α;,. =H@Wz^>u(=!k0Dw 7-82ֲrP7GkdAqw|\QbOd͖DǺ\,9W6(K,Z.zbL|+vI)r-m*FaVkhKL5KwEZ'k]Y+JZ">VuE=4@p'1cf]HM$A )bl:uHj"b")p `^Y 6? FpEś'ީvA25Mj|3iB#2! -^+8AiYbמ{g+EJFR؞\c'*6so'vB/Bɳ'`>(?x P`ܠтȓmߦ͑3T9Fyx'%PfV8Z|L,[8 1oՁ`>}ZygY+gx 5(' @,V ,7})TLӔOs[qV.p0k _AĤv_;桨R86!4)Yv`H S8*'+RZ6dǹ%n`ң]VXrLK<ѹH~-CU=KFEET4w̴#η]rA3J+cT~8 lQK6HjS i'w=?Ȧ-,5 /Τ+uuF,+$-D'|ek)&VAcp%atm*L҄L%&}V'W+e)ksE3]7m|"]yqY:WsF+;\y+4\" 3f~ \'+-9R3*Ng-@?kݵH2TwG:szv4s5-5{V96^;I'JsiX>tȆ>-¤(Ji줜ԥQ17׷g( %0ʧw8ܫ'䵦.)|E7 @v )z).)7 }Q9X䕫 fٞ]uƢ #}ᾎ4H5N8+D7U0FWa[Rój(}ȶw)7[l[͓@m)Kt{D{z~]g@H>lkrb\W HZ y~u)yAO ]uUItGJZ ұ鎚/0؃?!2KB.y?+?R5 IP* Ŝ^.= H*2SBfۓn c)ǵHaB>YldÛa^-m̔g458.97>f:v=Ԏ0L(&HoUm/H6'i6o+0uv6ag98晡Ѷl:TugC~$Uʎa&:jwy}r/a0f)I@YK[ y@J: 7Ӵ/ &%|N53iIyvGF \su!K5CV,MvGH/uY)g}υhK=% C2)H~ vHDah5P"DZp2uũ&~P!obDIQJ %k;hX;m\ypM\f( qRNu&D+`Քw"m ~fijQ&+lkC8?߿:`vҝOoRTؘ]q i?>鏱!X0:˥IRvPGƟ"ݾ_~<jau/G̘T0dQHΘ ))o*sGQp;1zYd Bhfv!4ί?X c Y62=gp`%~T%>1amx49X$E'(AY0.1}smKAX~JNp*l1]E i*\βyZ!ϢA#?7B@ ,m F~B}'r'q;,4~TT1i)w8S!kǝ;X:1Mx6#e1l:nq3k,a68@P0)[>kp^JԭxG@^%gT BxNzGEX0&=mu7N4\\S2.iX]pF=MF.L 7Be< `zuK@m^K#/s'eqGH'y)yIl)Shyg BP-1BA QZ Z#0zORgڛ=j᝸N(nBBʚBarǪd`ern(7cqLi 4@>vlyzYdAhIpeX;7@?>Ks!hLÞN՟`*)IL߸%k A)Ra/.L3y2)U'&&2_͸ "cSO0₳<iQ!0Wt{*Ek GO_3OEq^?ȘOU"yȹ!Aw :4fulH)#9ZB!K4JLZ'.r9>\N ? 1j$%Ĩ$i52~#r19(qg [a-CtaZI\ϹQZ1ea $n)=6 nٞQq=&i|Jsrݰ(Z-/U`6C?~Hw>2~iƉذc/ۖNv=`pC'P,6;|ۡ!RУW 6psɮ­t၃{ћJrY m@3toi! N(Lۋ<v4>CA :GKÎ+H6(Ⱦ)%Dwݓ$bNo!q2 K +„#@!B-yt ;= J)erd;Jg斏 ֔ȏWSx[)|>gAJPͭhZt8 ""%8mMMfvN[q36uqwɒSk3ZӿD& ?/:C;ꞁ%SKFVcvv!ۯmk ku$U~9֞%BFk*zQ$[O`G#sDHi=cp 6HSܨHR]c'Ia eWE@׿|Ƭfu~дfU#ݓz TM,er|ϥس$tWx> vcۢc1CGzKQ c4_2/+e*۲BE Y;- D$"g)=y#e6DP[O8/8pVsM-%)*/;Ce@ޤV+$`qFOZjD:ynbmӮgO4Qn[Jm< Ϲ>ia /, DӔޡeziE Dx`N]HD(j>p8图1X]Ls>,W42ovA+{0/˸mKwPU'ttPІ 84:TԔk^aZԱ4M|}a0oBH%˭*7mR1zS$ɱ5*:bFq~w3钗od:+*t 7$$Ǡt,%bҩN\U<Е胣پ_'Y֮=(l6CAy>1l~Nʕu=<䢟bիqb>ؕIOD/1YFHl:%D,i_(::އb*9TfBc)ag;Q7"g0d=cf,YDAe(@,u]U`G_rodl4|yLxP$* P1]ӡ* <{xp̖#AVv2V`Z =m e:]sF!/+g[rG eUvIW/#ZZ8ƫU+14OoU3&0_n ™Fd$v`:( &'屙v"f?"2l&z~PtS˦s^ʫ5dVE߯D(( ҇F=uɺb@"7ã|r\Ku/Za/;C4(T۔7wu|`qJqX(]yw^̹waYiWL0>)6BT](wjτ90ueRt$Q?az4ZcBWX]:܊ FޔC9@3wp#~z8:'Q!F~*(+ RY9EZe8$:7r 'MJZNذR!q+ 6q"yŨ :*=n!,TQʫ4XJOzܥ#X[mqRbx*"f5kDA +se2gLpxH:dnm[48$LULl:O* $ŶxG7Oqno:m0GVIxTq5*OܦӲB~Wdzryg'DD4%#9fw*W_L_e9zPR[!{uਲ਼w:}gCiʑ`#aVB՗?Z`>1ʧC21dyɕ}ݬFbH>%bp}c[Ү ` yU]ZW&~G dGEpl,_>CADnmS&T_h ZΡ2ɖPxކipwM&a[ EooMƝ0,η^3Xީ&.H8q;n&~#wzqJd_cW7r@; u0j)BY.P84+.JEsEzA9(\@󓃔}6UjLkhmY(k)Rf #;րř%#xZz%fŇ| l"3Y. 4wM,%(Vysg~0BCtw06kwrGC[h ah7#g D 3aIi.{m< oal5i. x;=O BG C$ hC vhDI^48~| ksW޻7U rdsn--rt6r"bWˎqΆ ~Z7"o*.ȘBIgb%םD%j T!ftfIY-_1UG~)OJDzulGR@!y%y! 9]`3s׏=uu!g~>JߏXvS{,0H~:'>1aA}l+%*V@rc 86 sE~P׺RV=4݁o` 3}cU!9+ٝ[u. ?+h)Ѝkǃ çxrNƓaMLjCr2nO2VN H߀1: ^snб_c/Tu *V6朐Ƭ(;oW 律ӗ7ps3M?y_\MVuQ4}dEʹfG?]W-/x@bP0?ݍeqtQe0`yN~[~a֝+ő$oCߩ|\ƺɰ4[H^B.+Ξ1v9K kM@U/ſaKa֜mg ylg8 -Zu7{V'ù({ǐnuD)ݨ['Uz&Gb6DEqCmq>چZ}4W8!j}knfsP6I.! YsS :ZeC' J~na`wmc*+-S#0ؔKԸ3B]BMPz3>6Y|EF5O;u3526|~*lk}nP;'"/QB@za2a K&}Om7'S=X$jþx ^z1O,ݢfX6]g7Oy(![oPRumV_G՘ʏȿ~F _-t/ a1or@| !UY0"s $0:/>2Y9O23R1o/othr]iŀ;-˳ ]R-h&*I^(1Ja 'XS._ DRl#? 8 噷9^gnFz'vNdf0jɾX$Cv$g}דW"l]\Be8j+zȈύ1j*u9S$jV7y/p,x*@vflj5 xaZvU lL:$κR1Vu& gɵuJ@/E{;5e֣JRi9!d4u _=MQΨ rlq-ᲟAC>Ʊ_3v0edUλ'5 y\W[Dt.$(ќSFf:z7 @}/Y1%T8' δIPdU5klfI%1oID1x@AFw=c uG"y7%d=m~$n2)>)whv0Vӊ&WPBHh*(׋N &UfT68, b\!̕ǣh_ͺh+&Swn%'3${OL* xȎd b<FXpYqߢQ>JRGah-xo˫n#o6Q^.ƏAuq:;%aRWC[6 Qњ`Y:]y<3l^ɉ3(^#RJ> %YNe[:äj(_{x]`~EÕSCM:M$]>BӸ b a!},mo^X/akZÁtFwjrc#Y5 GYmai=lIxW ۬} I"b؁5rcͭ@]/kOXn2Nr}!)e_5.&E~;3~}ւ%u-۠ZHsxW9P;εC@R}\%ȌI'z[r\۪: n2+:yg_A"A!x@;2gk˛< ud._u;Y!ԬzB;b"97؏{r[*L|;T2]K%_;ZtCepĄ@HH<=6 됿:9[M+[}p[,">n;fW&( ܼɄ!x [-ytKd2?QLRd;G0|u^-1uY6_s+\j5ah(Ul1VSY^q"g@`-12n/BLx!3rL|69Hk#5n/L>\u6Lv&@%U۹ܶкF0L_3f丛>!8݀[`V)XRrM@r @#tFVuX*)-U̅$FL 6o)]qCez ֳݜV7m&C(Ce.{8ChN}C$j2Fi%:9'K}`cܗpxQ*[ċfm1d^wSXpĠ: R1C*Cr zDzw-ΣXxoyo.-+.^O]r2~5"T=Vv <|6^P&}APr{cL^gA8K]sºT8m2c(=pxN?7Ɛqrcrv RkN mF.H Гw.4~u׻款Ր` 0)TMTF0V]~_"J\S cUG㝳P(.U~^ӯqdJ"B!Is$sȪf`5KX@^ 5!3;Bi.D]>Aq4AN6*W_icv157d%˂4B}+7\k/6K!("gF@z׸C/ O[mw>w*E}u,!(yGe4^Bjv7~ib:) [v?nwUPX[_͊]I讕P;ˤ ӿaRrsN/R[9:4Yq#?ka tFBLcvuLȻXڞIyv ׸Pu mGJԒ0>JԄۧ쥻I j9t0%SUoj>Ѿa9Ф2+I'gVaȈ2!ḚAECQ}6ڂ1H;MOax-V,X Ło9M?Θ-NQ]0u+ _)8|U>zVJ5lO3rL>T6+nDܙ?x::S.y'0vbw1+j{/h  $?5c0pB$"71N ҬȢ46Vu|ߤV] %$s178~szaʹ2(B4m2V/Vh%vv*kT<:4WznIOTZZ(lԩfmjLl5YخtKnYJ2zǟGrN0Au;AWNvr;qG5;D?'0#mF)C֓_@5bu0#yj$pxט8Jl (aNfK[AD`#E7 + ߫U` ~'0TޛWL9EL"F2gdJ,g{B\y+8yO;Q+W-M~s_VUyt]tWwdt뱡slJgrAmtBK DwƓuK ͑T|S+G,d#"8Iskcsj?Rpb0+rȥO@`i5غj2}Q>g}mj x\tХHI&JT#8ߤD*Ujx l Xcv`d<`w'-<.{rGnYG3AfTN÷`[@_^>Q;8C6p-0S~2k{찒)wf`QTQ"$㔈*?FͶ% S^cO)ma 6܍pD5|%~d c>/7CPZ+Ct~Ύ"z&`yE)x} |(X[>}$uY_ VԗQ<2\*: ٻ$sPADe)|_ )+4Vksqw q(*%#L1vAq`3,oh1(FӃ6(IaV0&ḱw=RJd0%:?Lѱ<Xzy5lmj3> VZ=bEo  M[x_?pA։;쥃{7x+ߥysB]m D%\2IE-xxn O=$m{Xi`)o֝eK=46<[ J#͗a{-b\cHG%pl~,/8-0A{ g]} Fp.lWS.gMߞnY\'8n>ԭ J hF8ml$sK$1bg:NQ=; Xe 7?9d!NV~?n&8sfy۹ƕR%nWijӞzS0\Njn3*b,Hz$ٰ|xpD¶ըa G(%Wy͟XFIS$*L;6-fj̱aj%F;!3X$:Gv#ESfrMX'8Ȇ5j` ?9Nn4G]=٧ֲ%-J$mP[[|`9;qg̣>[^{P#7 Qw r8_m 苁0Gǵ6Trh5XS4r?|FurWyn%ql&OI8 PNVdž~cT&Rͧ, q"Yq3Dk+!:P"][ BV*U^q*H rroe 推 0{lBAx͈H>:d'<;@AZ(bu6M'n5 5/tzG!cu4滑0,蜸OE/tf$=2E rzįz`y uFɪMzCQfM+3p9 ˜ZU9dqx'‚dO$v`nKK<#x3C#,1;^P_1:c6&rܹTQ5xa.FO]PFҲӼ/mP@bq]']2?_馁C5`Z2k CJp`I9.i"3y'+ ]$+=`/xIy]m`r&he#Q$1A=>61jDp@EC\,MK+phbB UFٟ6hv[z.$s/C H ]YY*@fHST9 { `zĪ5)JE"[2hz ,heXrמw(} +7j_sV9 mD< /F6Bei VY}&~y,}|&i$JirЁf ڗ*nLKo4Q tml^YG񩿿K6sC~^/YGSɗ2x.W̵ǕDNqBPy)n0P# >4qƆCCZT;hxm7jkJዸFܴ"A|J!+'HbqM $&2&t,Gq i^.΄\ >w|P85yb ? {93*(qR7B18xp[`GAR Nrn#;Tr쾗9A!_V93K3dDjW'&HSA 8Pյ4{l8~T3A:$۔#8jܤ5m8})LᥲP1uXvF°bvY?{O佝]{~'*$aa^AJ-$V]>q8\l@ߣ\ڌV 6. k|%l38e!G2炂uq2 ,dgGʑCbj~U͛GT5@aRV0 xAT6Tݝ<|b+0KV|BeCI # ˶s.2!F#۸wK]:f2zvGR;/ɵ;75eܨ½$% cQ'֒4(mJF>ޘ jzNɖ|hb,x;Glk!Mvzu!SZI%:W x,g{.7-~zW).Q fE6Y{)@5~Զ15m}TV@F)Ok2ōt6wb9%Z ܚIҿ+*#_SxgB.SYoEU9Em7e7Hޔ@/AP3 n6ugw4臒'EZ%b PMWjPjx=DJוy&_'bvd;wEwOW/2= 53"ҫM kD $il+(eGjeQBP'}% sa:tRTzdl~O$J_fvR_h/d721bb_撝p׾̞)172y_>~~}\)Ӎ)} 'GIhdp]FлN Y[#fsV˘25b6TCK H*T4rAY>GƬ[#Jq#e]=ߪ̺S9߲V[E0ĬH>#]Bꯛ_vL AB9#ǂGlfCOV_NxCfg]-,H2aBOSC{V j PH8Ws<'D I&LWBπm}zvU ܠCHylWЬM]ϳczS9e"Zn:4a%uu|ŵr/a3BhPĦb{N&Tqe*cmCSW9EܢЇ#ܪ% 8dD՟B_Z~tDNU|: $^{Z ^۾hpٸg";l Gh#ki1ta2^F+v] dNiW aWF5OQ M5=Uݹ`|\@ƒ))XecYy6K~?zmDhԱq3DWtR_ߌ#db爟5<:l0ICe>JRF5p,KLXTm/9^)N/:u@X{BybOw%<H؛aYv˿D0\:EO=L0~C͉H{Шmy{jd^ƙ"h(v.[{# ]6h:7`=z8]j#MrPwd@G5hyOo-~\ 9ɮBD6:;*-K&>|t~Mx|2*GK1r,KD.dsj_b`? v1?45|^QYBx;xAE ;HwD;:ꡒpE?{0">[~ˇ^ #C \Y?h 4=ht_P?)RqhNx02阬eoԺ%N`;ͱ9M㸻_D>Hb0)uي8fs$S 1ދtdνwb'_ ?_.~4gh&t c7iT ڬGrx.+ x5APڍP~\{ e,ٍ/F`Eن3&χl4+1?ބJveAKg0D zVChږ8Г5VG ! y$IƢ_Z(ͥi`b윤H;Xi]kI+Z{r5h@L~m4QKfgy92k7ЩvxR;ebyaD>kfn=O`ǰsN7#sd$TsP=dRAag n""y~z'pa^SHR^0D9kܹVM[PVCL6c9ٓMXCQ.g}e(4IhE"%`ȒSԦbE9FD%y p5iOk?j̤9ÃS\JF]=ge .8u($ 7֟׵X_ͮO2 YBeN VZ (V\N Ra(4o4%HqKN%Df N ?C9f$B9ַ%k/ݩ1śVp_j dO *`eU"_WQ1x0/R[ŸFdCffuq-7GXً<p:E=SEcYø\*yTz_C}DZ>{а*ouo]>!Q& T_zH:rj:̀F /~]1DE--* mt=Wa45muu>poFL@Wy'];3:4([eJ& fZ?hO+k)."_rJuV ^_J^~0 +~668Ukiy`}!KQ|#zr,bF]/8$Ȥqh5 ƔCW Xp]׉R.jVn9!$?EvoNNT/?$֛ϡ_!Y~NkJrT2A4sT~=HC޺F1BWVW` Tޅ& !8}ab tlx% 7&q$;) dV1*Z:  W_&t^\y##{PyQ!N>1I_cڈzjNa= !|T(vp}w +fbD hvyu vJws ,Ţ=3>X>3FA>23q'w\;R+a}wL諥ZSb#z^)0&eV"(:66gn$7!8ypKkpiT/QUO*!=l}@)Tn; bѿm[͠ I{ESZK4W?ZZ;]s׮;sߊ,<42qsxS!&,_r8wD qQc|D|0[o+.77nk#(TXfLMߑ3wFѹe>(!rN'Gq*elδÙI' qRz;hed tZy! CeV1"ȐK;Sv(>Bʙض0~U~Y\i,1: P =4gXwFtN?&#\7^l΃6X: W.. °bNs ,?4ʜ{HTDs ɪ -ktO%W{0wUVrH"),Co,]^% 0KEB')eq+u::G͑䡭S 8LEhnD&@>O;9e t$"Q&+Iep-(Dڜq 9o ?8LWoG~fv੊wJ>{drCguߌT MMjPMϬeO*NΜ J~/^M~ \?ܻļxc H憀/3EK "fO)^OhêVD?$ ;+AA"`/sQ>~Ð7'/h{شhqZ X? \2Y~|~nJ".5"#'y/"(Ա O4ᬘ7/漡i|8o'i%nPC*5G/2<=U/Γ. `ywMrW9}q$|f V ZRX|onh-+Ndn++JW#wSvfo$D5-y(/Lû%XϟYW{{էS8OvjuN* Eу9&L_?/.}{92VBaLT=;Zn ^g؉\yYs܈[˚:?9݊Ki~jBN1^cƓ mcΐۍ8%$UѤ>~[Ee˯ 1/%\^4%vNϢax: )kR P׽ޫ$;ZX5|   J艐RsgURTS ?_ k| 76N~t 2fjc154pv_[Gcfj?]?m=Y?0Ⱥ>tq-._~iXh3S-dxqXQ8ՅcHZ90^B&M+oҸ`5d~٥BYG>baR{Vz4gϋ(VS#9+-yӃA_HXA1'kP6s,}v@`ocS,G2dX^B.56-b]Z@ڀ'aXI7ӞBa. 釣3-t I*`#)FDX5¸AqW3hɧLgϵp[)W̊6op:KroE@: Ca@cYlUp'oըJnJI kr C@Ae@z{pQ.h:?mb5N8Dk6kJ'ï+ yOw*lo na6Kd9lډDr2y2)k[Stv-7Ͼî=Hɷl" O`qm0 n@+}b dj6cſyZJB6k}+Ҍ,GUM4q5Pr.M/7N"LUK+4x+_ '9`jMUu|sN :JU7 >ڇFMw5!_fۢ1 ޒ0 m;2"5\𨐬ļGeQ%Y`wBH (x4[57)aϑ?\VUh$ oxs% F攀4,N9*y+K Hԛw=FRȃ?)aeKDٝpӶP3p%"ȵtx]$)s"poA0.CN[7 `FTUJ߆Z$ 3F!rր*,X ЋW?a1&KvMPq9Da-(H7S ~@t"-# QDvX`˛étCDgr'gB\gi!_*quKCRtaVd|$n:O^;\"2؊M܍(/Zy_lX#C)*k}で4 "4:otp]ҬE҄`M3 j ~oi >@5č6+)O?l)؊6|9?B狽ifOI|.b1zԲyX_ crm3HV(,4S HC#By[&02u,ȼ /XQNy419ŤY.YL$$1b4%鬕j'9yhwVA~5 TTE4'C4taYE,[VP]汊=Ԩ 7/9]ԧhpY0:JʮHQFeySEnۅ2|P* ;Ũaubnp!w*5'=톭\<}MZXN ٲrʥpCײc g}L 6E 퉩AX;ChX7tHrT/)Ϯ429kDTx~S|P 2;4d, w^7kZg\V5CiݺB=q|!#ls/MMj:2yx 8r;6HzzZmM:9Juo,IHCЄtjSWDVfe1XZ\zbhs`?1Qh*ާL. C~ڒS[8JVd<)3 cZr"ɴKPS r,~ǿuAͰ=)c iS4WnkފL6[3kOԐaH0 ޢ&CҢZJN?z}|tIòo  ? nv9-li"ZB(!_%E'#KduY %Zqfql1Iv7p2 2nk@Z;lԖ>^r.Ymd/}\~_b#I[&K%Dd6:5at\xe @3^󴅭ځe3ʁ8*z;J`rK yIiyLImxBq6.m|`^TTYOysR>lIMЀDϡĖO zћ,]mpڳPpJU7~I`A QѶM)Dv5.dOH/SLylEJt "!s'w)fmcgѿQM/o&ijBMl)I SUU'4:;.nϜoدG3w4^Lewys:Q.gLcSV|R?޽ UYȗM\uw t4Zl2_ʿE:g=2K҉23\n J%SuF0svaexH֬=Xd㋝ˣ3-.!ޠpP1d9b=Ay۵ËhOs MkjԨNi+>Z6 <\2'pW,)E lUm-<|0/thRu"g[#OkQ^[sţR*5BZN̘W\.OT(#yz,7zHߊjt SwQGmZN|wmF.柯{Z>E~G(adJb>3`?p0`sTpzE{p_cpYn ӌ%O ء#5Mk-Iĭ Cܝ_JWCb{{>78V/}#ou˗Tbb)W8N+c\C$FͲW%McG,tn9HzIE7IVxPIj;1,mEGIdD(zF6[Ӳ~#kf=.V7bSb@}wHzwg`R'fC6D6ګC[QՅ\Ph k}_~IV LtG8̞Rrop ]: cަNahF7K€#ab)׮ӱ"sfmƶG('!byDff ꥫQ,to JBG:OL;X| Wz9%\S>,x)Y +9'٨}3s\5eDd~[\ӂ5GpUm8xd# }[8 J ftV]](5g k-)!rM8`cN@ɑ#  ?;ݙL/U'궊3B) PV> IH[4PvMsI*z>t1;lqYD_n qLX9$8u-siZϊ$S/ .b*Z'QQyֈW[PxmגR?Ҩ 9p ֛nҷ0h46zHT{{~'"p,7"C1ftXI!хC]jO+nhVn0p>ڳiQis[o!2G=/W삺oAwh`$;xyh{#gp"MYWUq(^jO_{,)t /ᡤ^Fz^iAxwr(ڸ%薳>kRU>"Et+2\W˞8գ$XڗIJ@"Dh[.L7oj|uȧ@ 94LBivգRe֘Nkx.)S ;-Q5ϋW dcH* RwV|LZن}" A :]Ҳ޷2%0@q(0_\|63oTLpTRK^2]N[n|,Rjɖ{OQgިWfruXڪe2|5 ?\A7g$(W(dŶjmsCgjEL99 TˆIz=E4µbK`M2O$Uq;_`Q!t _R$AA4J i< Ia_ye懺@MJsh`Nܗ d>myM9\>RgC@w.g1O4(q$.%+;$*tԐ-t$p、g~]Qq $@ʎ},ؽ/]*kyV7#V15`.8ι]E_P懮m3%<`Hz聍SA)D~<3J P84Ӟ/2/)H}BE?1g͕B!H"rƞk~)\35Y VƶS$ؘAW|n}B{F;h#sd-T2 ht~E3կe 09~=FŬI]s5VSMpl]>zl&)vLtwD7XO_wF?1R/?32=r$-(G"T ظZkB)pb lxvUe<mN;)A- ӿ-cZ_~1s!h5G0zW#/phK8[&JG(@nAk~' ܳh2 @p41pufwk.ݙ C7"wm?)e]FN.$ʇ衶ͶNYLp"kB* *]W1TjE~|H 2ՠw{ⵉ?6uLum(Y$ظW{J?@5BhR[HǸ!dX{2wgJ# uVjsdG/]AAn- `Bzْ4O]Ho2{B"_Q/ S^Uxx}E`?9YiMԝqD}iyiN{`nuj]5_SEm -%HL;O Fj̽V6|v&ɱh%YL]-c>㡺ma^riH<\XP˨l%W 4&lgXO3)2{~=ɭp۩WOYfānBsݫ:MW|j6m*R>!p/9-&d}DZ`~ =C^SEFg1pޟya:4Zl3989r`գa vV!߶_ůB㕯)e{*],VlD+|O֓%2  G_E eۨW -T<)2AIb_\!XJەw(t3FّZ-ej3t;?L˷ˢmM`jI0j VOK)֙1j 2% D 771@V1Xx7) J EƐ6~C\H7}4.ݧ{DRg2|l*ݱF?UWEնgv77$\ 3bc^'- M|;U5P( f}(71H+7MI3M Dr]5d=9j pw(tֈdg\q~Ы<;0R".#4V:{n6ɸySz]m _f Zj],p0UHi$#hwDg9#}`n^:o3穂$޺~q|e0`P$7:]{g)Ï )9ceLokOU ៛sQW{[U6^(KP`xwS*O:AVz`͘iZa\&?C~^[q8T&g@:QQQZq*͋vR5)*{e gXQAb.SƱ:;LFsZ>"<h 9(tw4FԺAͫ%T/AZ ӧpaH J(}[\QLCK`e0$ZE;%VQ%Q $xЊ8KS ԃ㴎r6NpNNq[Xm΅]Ddkh\' bL@R60qq*#8yi4}cXJO[_P(x8To@+4^y#JIct}e'ȣwN1s=Z厓dUc?w!/$h|NtNcG7F(# 0LKD >32QGqKUĸVw~Xp+vA3 nV@&g1Vn4ϔ, ^Ȫ`M32ڌ!$eB ߷i=0oX8{Z)%PK*4NѰja|jgcҋTf~ ^խd_tAGb |kM,dVK8\8,o]8Qc$ $>?˹HL Y:4CR* dAl ĆSXv/OZ05[Tm>@澂 7j1+/)ԍ %Q٠y=P2۹FEKyJH, 2#8GٞI2x맬y%: @.5q,>s0iHahr \Nw{9knPot78:9ن Td!32ɢ^uCH#?Jޱ7R ܨ_{K"XJE#ftb#X񤙬IM̜ (όTհwY+JaﰉNn:S'4(o=ZQJSjr,X@6Xa"!2-&CgfH(&eڌ'qx4o Ho=VWbQ_`cy^%'2Ӣ.jnEOyVEO&PT[i$uի;,:sG%yåiVGk}{è,"fKk' 7{͝_Di?Ό_uB3L81)ޛmwz0q˙Z$~ȟrmB_H]k)+ $ 63t޷@,6!2ƈ0[('P}ڨZmNpVbXh0ߟ?w,OD*=՞8c_J\eGGghe9۹@܈꿪:܈, ߤo::rC޳? # !+.7 -vF'(cFiqVd VqEܩlh}yl2ck.1O:VUnF q>UqdD*ZUD2J5V׆S\zVtֵTrU6~e[}7? |g!LXQoW*Yv$̭ΏF'P)گ e%Gqa=4 ֳt%vRl}v!-+V.mA&T6Ԟ %s~W3xMdu"9%a<"H 8 R2} 6Li{m V}cװoYLx=_/Gnj~do J$Xp %~AMYPX]wmÛ9K +]ӹ1w])7XLo@Xex]d[{TăHy b]buM)NgQY5I!5s357m3R'%# |0KLNYQZp-i$JN\^_7r`B6,VEUjKwײGh>N렭.{oqշ>T z 1詅;c*z@ȇ3{J3ABp-9][I= zqn=ْbL‡>97,(Bӟ"e?W)<)D@,<<5TM ;.g~ܐ3HpvUKTg1fwA thr;w/Ӄ'^J@p\T]{lgC;I湈pd`|O4g{O7Yysο2lnd_%:@/萃Wfr)+AP'W|SkO6̰Cx*N;驕/-`׸q#1o\9Xz[ǥ[P8%~Lg$Xl?hv=(wozR6xu(JTΣ Ԉ(,Ƨ#2XxʆM1}+3l=6 mzsaL >k4 $et'kB8ޙ$t͆+'$QU[J/Xɒ@HǴko n{A!(soTfxKޚK-(lJQp |dD#|ᆴ[`s8T@XHob~^׊Eb0=[A#7B~I0CyDǜwwwj"]_O3n5NJxok1iuUXDF ~x(W䉉#HlKh"ՔtZFY.h!icM++ L(Ӌg?NLFAXM ǣ_ A4 %<3wu1v lOseQŋ~ɞnPM\;fRۖO0hTP4TC!{ l5?S4s K,ce Ct^"*U{30Uwpmޏ%XBesG,xdOrv8W!q nU NU$Eޏ{y TJ}>? Pe- c097*sYIK,ш$h!8uǼݵXovY~8]pDO_R]:^o[[*QSaC[3= Sp޴n컕T.W&}/ǟPDL"PIr2ja2gpZGcX m.g :gء - `F]9N^5pM?Gw!N| fKkrz`!5lfFkD-1|0&"MoHQp#@E]٣5PNDbj:.6w5!<*zgR~94z 3 Npg,gj=W<'M#ؗd\KϷ1uHԜ@^C$]I3'lձRPWyҗd (rTO,Vc3p6gxsz!"c`7/crWsNVNs&nr[IW ۭPyvA/Hg>\WQWHpisXv=.JpgMmO"V b4!ζ)e"tb!$ϤMo}YҢ=z2F y%IBd;-+'{ԳA^j`K(t7QUv3-##gEBR>1ן/ vd1Itk=F{znG5[3D:~*,z(o9{Ӛby+?bUs P#a@hJ -/!|ǀ`L"hMKCz&S^%86*q[0͕u]doԑx0;,ӹ:YS(I@\acݣ gem0nC'-tqb6w%g!j.r.]L?(U9(- %T.^䌛w8balYR)mtGE`%X\ x7BM6 #Y穐7C:)ҼXѿqgSK݉ UXeoq#J=%vK9G_L[&d:u 8b&&k`"ќ_ks˽@Ie&h=7y|*FRrY4ZK ܱ%USS$YS*\֩&PKtENl3gd>_לzڳ:׶4N>EFzI;UE  P,:p ͵7)* 8v *wKVm$WP?ysX~ӻtu2㱧nJt(=Ci9[lW}6+oQ4үOM4jhL[i6t`<ʬn1@ނVr7%"K&d9uR-1hzֈ{,׈Pt hJJ=T'h|Ϣ26&*Zυ[ ?~g$I.?؋YDŽ_*sSv_:3 4NrIڝm1xQ _ݭ4JNPNlrm8=>Ϟ/k--Ci+DvA,>]Q48}!_#F8rAJLM^I|$!EGtDŨo A8Xf~õU$>I8bHo?/X4kwᚱaߝA|o)AœAK'vA(ߍf< ήJ'KI^lR{EP ii\YDM o+T榀>8G3wPxuM.9Owmv< hy&˙Ĭr^  a^;!tNi.n4׷Pe5`pܨзwG Qfp 3܆A*4(|*EAvkd̰x_MR߲]jGv+-=5?63`GH 3$5ǞoYG_HRjJ[P6|0i4"'/;TTw,9di[k;q==9LuA q@teGuФ$ZlМ֮m̡[ 9lfa=V䩨iW+G$*TqAPGP!934F R4Uqm ,9) Ѫ{60*@2=" ڏ,ܽb5&d mosS~NHvtrDe9=A9y; QY!ݺQBnDÞ  \L֛,k`?B϶Z摏WO܉Y*Rܻ^Ŵɴ{<[|spC;FW=ʀz ZoPЃfޕ)s$ 0A&p S5$9=[Y}i^h|kF{+Pz>cOAчk"SDY&@)GCrTi}it3WJ8;#lጩ`vX'+@>!¬QLІ}N5 DKkX">EŜL0 ǎj^Bgv#>gPΜװ}S$V g\O©D$@ &D5ў5Gp#T¯Q-(9美rپfؓwvp39Wy<JƓ GîO˛a͗/*&j[$(& 6I]cAJ/޺]leJ݂(># y^Oq%+.ɲɒ~<{v2(ˆu51! Nlɮ(Q0?B槽ԍŧ)7 ʨy2rϟ?: d;2$@IcQ337?+=Id㠑}%@ND֠ǢΧwJ8@0[tg#JVKiLŲ`yؚ;O As+rVqJƵ fH%Z##c9r@+8!toh26Wk@No91{؅+8G=$ *?ߡ-1#,@Bg g y- p$,/sw?V̜L v]Byu+*OZq@G";HB>d |ěn`s4gfUPdMAvvT&ߓ6Nưd\md!P!\8CL.Y,cΖ,zAYcpr|ܷҷ+jRjs<_:b"| D9cB͌P$;=|c,=%&Xzf1k粁 '%Hap(&(Ikk#KK={d=m}5-?F9PwT19 4 xg:!yPq9K+{+hUI|[MbF~QNl7Kwij IF$$lOk1o"&stl_3WC'E|[.E[DZD O}R'o+ e!ke۔>>8dtf=M:[x }Bɡ vG).  "t"@ oVfFWv`Y5D^f yTKVl]->-P0=9mclʍyNzr'D&i|yGC RuJMBmU4զ?S>BiG?[4omcY*e?+6?6S>wp; zxYpWc9^qڨTor@B^ 7&mц]/g q72욓()31k;N lA1A2]?+AHsvdi}'GQ(%S!l %4;+fNXibRjN /Qy.y6BB:򅧉HNU;bp:^0s0.e<ڀ,ZQ=#}/:Aɓ}Z:!NNu:rLuo!r]O\h1Bj8Zp1i=LsӐDY`NK.()=Zx7O$WH(K(N2[X1zCS<ʱM˖@!ӎ6uDJh:PPe3rl\,tҳj ֖myheU/gtc.Nb%*P3ɍOi#^ 8[07:I]ĭisrP#8K6=F.(&ϮÏ-iϴNRE kVcV 8urKPP16f !2VUV'!٭~Zߕ-G҉뼽s4AK??;0/ҒCKΑsjԧ J^j-{0yrK/Г>͜!{8^j4^9BGX\kQ*9|sMrm0L#?81r\Uw ,FL,;|i;G7`A)ТcGH'3͝W)Ezk F[izVR_ N /z8nGuނO 2ѧ@|sXEl{̓ƺ0-jwz ]lAe Ueqg'yX>WۀԲxz7"-kv[BK #Ǻ^;p$g/Nqz_BF̤ &}.)ZzHQXig oMH.\]éDz4jrj<Ȉ53檂1vMu"t2*- Ĩ80Dbc6N 2v4'kY'?0\l,'ui= vd@tzF^q;-W ڙ|]4mŜTSy{iحB. (Qt*]||1TbGn̞k JP9iN6M-Q~wT[jFTķ J!nj>%͒4#"} Q5;%b EĘ/wK, uX&B Pli ~͋Bp|Q'v{bxW!ggC :E44Uřݯ xEy5] 5nU4ɋ]Ӄ;i2QLLւ*샊 Zg/"rT섩^G! wrtKm> > R`&Jǝu-* 6/mZ:> L' dp#o*<\s^չ*56Hy(M3kU:W0o}:f$li-AhF3.Ia*hUm嵐ŕ#[E?:2rB Rv#>~Q'!kL}v W@_'eE%Sà,_nZu5j4!a+fVq? R,tXWGЍk̽a{aqE=#BoꪅەQ/K/4:W 6NO?RNalG4#X^pr30L9&.(maS93ϋcA"g7O}C\?*缽a|lET ciq+{f"Bjn%r7 ݟJ? O?r~.' ~WOIy9+Lh>f*GYjU&Ɋg*f"!~s@|qek EӹElfY+jD(M? hAݙIw@ʂY[|8I(e!ŭz&%/N? GDGҳ -}niMܢd2 w1t5 -7>%X@&dJRb*l@j9aS=M{%.$AxseI g# ԇ̜^tH|crL|埽4~'4RK~BVidL\ Ђ}0 &~lL C "[v :3dWLA1UXe _kcPrwZ|ƌX4xNV%ڟF&&g1 WM_(ŏzEsM #/QK4._NT@ԙXUTM C_${.ǥȗ@ߊHI:{4$9˶-<-*ҍMψ&uG:պ]?velsk41ąY/eu)t8)q=j^I>Y E ANHijm q;BS{OÈGvzN\N^C=_M;Iw u%Bq|of6޶rkUx0nѰ$mi j y9 zP? !(apUΙ&VxW^>1l 2x\ʲȀ$]5O5)1lwr݈1T/%S_n-R̰t\ 01{DM~%)hW=SWM.k{0JV$Θ4=A:drA—d}m'a,uCm8mi|M!jKwu-y1g*D2^&g q`n4I߼\ZlX2(5f%C}{+I>8- NX-0Vo&xrv~]؍B(Y+ 4 ) (qG.-a:K5,DSLcӲ`׼Ifnn"Tn,bi@) zu $_MmA^o\ 6Bn}K,\xp7zl):CN߱RRo1?rJK-_\0{ޮ'KD҉_XXS6~\`̿_)V4iS^'a hNCҥƉ?I (%&Nrd)ܓ+bFBR2r<rnb.xo5BCaף…#0q1gcDMцV1uҲXr&br+NYE 2]Ff;-Ns pFIk"ވ.gYGE6vhPYYR}3%VV@/a}@ UT/#48]v/Gt8vi9"7;=` #²h(ПҋdӃgbWa!SdeN! =S|HAl&c%YKgfY X.8 5&79`s)F6FpAٖA;yOecb] 4cؐ>Nqr4?mӖ+Dn"c\Qec=t-f"wm4G}:!Z|~qBHU \&M[CX?gjO(# }uZT]D5>JCH` 3PݓN RJ|g]KQ?q7lܳiX6u]eo !v}d,E붕~\ 4{>͒:wMVP綷V]P' 5 AXɻ(B6S?+"^YS/gɉ)fW;Oxvî-̽` S~uQAOLBTs"L90j')~iwjz\UkQ5v60xli>] v(zfF1PqFFZayij;ޘL:VG d 3R@,o2q#(nh,bռ}'TL.!Qcv~4Y'>f"7->TzՌid=3_P袔(&\kf]OBYpz,E1U ]qxjeOvs$ B@6if\j%z5کsTu Oul4unѪ<-ngJh"{֩7!R#Cp aSB] ZM 9;Z2S.8䊺13NqY˩՜&m6n&]',N; b*p+⏶f=o[A D S0'l7ceJ< mf I%wAon4?qf99K \VlAlu[/Wv~^Q)mo23_L*E!B {U>pV>;QZt5ybg |sYZUc3O=P_!a @6֤7C+0c>@loIdci+qNl'mYeJ? "Ĝs9s;C s&*Z7z_jx?*Fvð%Wy4}ʷc6UB S5IH=Pfm[ZhԿhCXA\IHidĖ궴${αco2iI?ZrKHveK"+Cդf.cJ16~?-JF_Rm *僰O1=nkz{|l⢂]%{чJHAIɴ'qNT#qN!-g)G=zp*e{;+@kzx=+ҙaK$@M/9E7ո3VW:t.#QkfwEcH2^Pna VU7"tIΣVc+d7)i5xoJ@l~jӪO҉l22X~\ʣ%E4D':LۄF*y_/!Z3g}KڳÍ۹ bk|_' QL5kabVl!<ͻ1zig$.?!Wx`%C4l$#jz +'|_`7M:Ꚍ0+6Gc!}*fHP/\:w96OrUYH#eDD5u<^1mZ@W -K$z g6A;\?^L(L}TxbF[ ޗx hqmL+9:?1 ?J[>ik)V \/lEm'JDoLT CTo\W+";Դ\ $ MmٟȆJ.cYWm'MАTTtۧb4`*LӐ)SfrKi?)X[Oߎu7`=hҀ%FX&EhF{w79$cm*p@PQV.&)}{a(v2 lkjj&sbȓw2GJ)ǜ-lAbS[ƗL@W^BiH{K6|["Aם H&l;M}6"o UH(T ܑ~,8.BVf4*e>OeR|y49~vEFw$>4pE!چ㘋g,nkPu;]M_*PiUz\bhpMʓ~q4 y)̬a"vGyڐJCG챝ZxekyS{&@A槤4Ƶjj /ڂ6,/+K'|Qqy':Qk'zxNq,r2N'4,iCFdeP aSC g $"'=J!L( 0O/H|9qH?#7PX@̰!?'jѕ_(gk|uҒ;%`vwp~IޅV0V. ,Ze>̷f`qf"ky{Άg%;6n 4kض?3W#m&h>ryl' "K {YK:sHӴ#=BiYq]+iC0q- )TRSi=4+t]E:y }ғ<^'54X-d|5Ԕ x $k痜y::I>Dm|UNGww4L%ր;*ǟzxgkEm'6 z|h02|l{j{Z{?~,[:\>߽}TJJ4גѕuj9gm,DOjqXP0Scw LufA2ZI0]Ho"n[x[kjNs$zCݱ`s;~vJ+hgRFRVc]+t.&^!|/Țm4mJV}nL0LvN+QaGcnn""zz]ێRdg5u222k}/e>#k9XKwGSA;LB>o1)RʇLҐ`?06qlU؋2|KLx-ڇ N`8Ш{&='kH=:] ۧ7tAiN Ť(/^$ _@h'a`-w6S}WLHgQKqȩ?ŗަg'MW,;8k,t{D*E %,s"7Dcѷ(IF* =lhS*{#d.$~)ljngX R82ڋ%]FXQ<=< <.{Sł.o*;`S P%ѺQT\Mp=]S{g(3,ǀ.Qav;i|G(25%ڏH].g,9n~rw['h@,Ţx-V+e/G\OD>uK5, #+qz-⵳41ҷw-Ш͎3c ;(fU_7<'bpe { 8Phs#i0گJ}9V1nF x5S܀~euߓH48Δ <ՉZۡ}o/rxCCkH;@xxuΌڢutyuDۧT0m_w\w=p\J j󚌐ߪhazHqȭ޴BX/!|`]D,"P2`e ?"y*=D}B7Cj?Oϴ%;Nf3=Ǯe$:Eu F04$`i) ]%bñdd^ƒ=3wgk)P^MpGq{aS\㕂WLT~5Lrn.sR]^\[ Qf2_qq㴈~oi/6?ndEAQqMp_Nf ,bF kaGnسnc2=>&N(K}bm)шHs'HP?}ƀ#Z2;sg1eTH4KcR0]wj0$i*dmRe3D)S/TÀ>s?#qH$2f8$Cõc^__:R5Cef?֚%<Û*JSW]oF 6+O) SFduKx={y=_\czvݱ?ru ce3UħnF&qT}5괫7QO9s9պTJzp+ &W8Q,RrT*w'^ :IRxaLРh,s;}̼lCjK巿nDBSY2ҞKA+btGG sz,741 x-dmXi΃'̺b% r,d{wb9 7@;յB֑PI[oN7KOSz^ Rj=S% k־ZaF40EW4X7WNINOJ1*^ 2~eM0oi[E(mxcZr9bj7Z{~[=2+iǁLXuϐ {GO~'Zc=$w*85d"3Ζ n`њ\̜EQ'_ fiqrj0޸2 t;f8Ӡ2o)Ɋ#ZK"mOWxۇZqjq/̏c1.\5XZgahy,G!ؿYW(Vfu^ 0?{~4ܠ߆vJ2`Ek3Յ25$"Rd7}SxGTOϭsRc)fcNG%(e+X?& ZTW ѐ / T4:"ҩ*j*H2E/i4yyпXK4L="~h;\W!0Z-#pH3(rYW~qSu_hhgg&LrQ݃> \PnI=S-2~rZnݒ N$~=kz$rE LFF: 9+'&Y|+(I >k O}\DMbW;G&G @3⮯U84k`fݼrC{xb%-h VݦWjc=t oh8l$ZgEqtn♀Eս-<5x̧>N⌨CekwPWhazGf']_BnG=k޼0:w*?mްcfT]Gk .n˓5\-"Yrc6[ O(/n](1S}wCqfC=Vx1sfL*"_1XE`?+fSl9Z7tXjx+mFk#{Xrz]Gs4{6=s34lE&h1K5DZ&cay}NlS>`q8AߗsDd2@o \d5-޼h^"i jY|D+ "KB1D (݉t$HӖuOyc?mLiSB湷? B q@nwUj6-v9WcaqK08D otw37&. /~u]D )B7(h{_MK*l9jW ՉjaXlwS.Cd$1{`U.S}&QrPCeK;49S mL%IY;?cu3w|t/ǾuBHˏ S_ť IKw"E%h#x7kQݭT9m rn KWf"Z8ٯtyDS{N |[V0K.>XYV )Q7 -v"j\)qcKnT|4ٿHYb:͌?}#5Sr/]x㻬42:Bwe e}Rm"{)sb t|6]ߪݴ=URʈ^g#]s. ٖՕN:jݶ ]>-DxK?@j~:URZ }:#pRp DULd'KYl8`.~OP4 s4ˆ:ɽHcFAGίȴP^ΠoGCNg1N2 j̱waD#}r}B9T 7@Cik9/<;P3;Re9)EQYs~D'o]el`WҲ43UꚪbA"fA6~ҺqՏ/L'&kwsA W)5\|l/ĕ!h2MY[1h l$D7*QgrWx41`DOM@-3[@mP& U >ijA)M8?|=߄J3UA:ui;1ː~IATPqYN|%|[ Alѧsi`X%^p QeH}m'B`~~AGɍ.O#>=$xKizHg 馿ltQZH<`S{>2|C "pOhJ)2͙㷖=w<0We;9{P*̎ۑT!Ri13 )5HE8uKuD4;Oa=EGƄ]9E@H욊 g%m{7B:GOC:f e 9%ݐ3L-m 'Jb%hܽss矡M geeB+\\{(1q#E@Znk%n aY}v$xC|buHG9:ȣRZ]Y#HBvʊ]xʠϪocڌN3tIIS1؅P6{X /BԘjv)mp(Da O$cP@zv1JT;Se5O }e6T dLH%LEjm9z"K U57?W~0k"pz' i0$ _+Hazty-ؚۮ 6MZR5lh"3 @] *ﷅs)LGTgZ=脳rp=ơ稯 ['jRH) t2fٛ!yNM:ܩz=1UɎ+[SO.bD Ynt )3xnYk_߁D+ͭu8rnٚ;mp wrX=9Uuņ*k)fm?&i,BV0kX?Ga `! oS3nf_< .Yr脫v#"((Coż¥:Uci%v-ӗDE;[ AEv@ݶe$#v;6Z?L 8)Eoa&m9l g;pYES##tuQJ&&;8 d"r4 CN0E IeϮ.tꏂ.t ${_BVyh9mB]R 0_J`ly!yPr36J"; ID|MevR3҆@Rq.WP]Ӗyrngo)2M4Z :rʨCT-ky;[=@`ԿS?qs˅%p <(|itI-ht\az_mUQjĤ)~᳾IX$.0 օ9̑<#Xx_64yQ,]ʽu,w8PIj!XDf ="^rӨ Dޤ88_ BZbw<13+=*';fm"#C]Hƣ 'JsМ ܾKeS)m%p3Uoʓgk!d;3kcX4Iz\>۸_0P+6(# hdDGV|1dE9[!)15CpWCд'q`6hWQ= L'sP)$*Bs笇%8 tns; `hLV 1+TO$u!HODɥo%FcɱLExcH/^ LeJ9Y#ߖyFk(Hi?BJo(_ ()Z9kK.n .v B,=> %y0d <{*l݂܁t)~mV\ (37`7Wϔ ]5+܊s g ȈF:dDPw}iEjS(~y=ݐXgL w۳̨%tI#m/~׌0/k",EQ*_ԛͩL%zNAhحLĵ>V˪x1J,6TR(e/PG.uYI[`e>`ElӓqFtTMZa#u6Oܣ7H9:|:rt¡ƠAi_nÿxp=«RTPt W([A}ArKpKbZ5 |z Z?5<Μ95YVw#3DK Q229ҏ9ӣ+&?WI]d`Jme'97R:N[D$ Z^Ҥ>= ftF=a:5)Fqa֎{erjdb\QY;iy$qfL,>r,tDShe C6oվ7E] _HIW/pUmǚj~l$I:" &պgr6!^Uz9`?Cm(6ذ!3\UONYْyN*@&Fk.[Ō6C]򱺚t#}BRrto(pQu*pP\߿r:$M!9>E&nUw7 )Tn"˵G+&s ݞ׎Z}Z9[]>鏱?eG\l(p^fqv`5}$V:x\=DiRiT"l+E)j16.G~gg\hqmfch]Ȓ:H Sf=':I?&\!%B,sYi$: OPJ N|SQ7⸺(cn5x>_q{(s TR,X=WFpbb/8x VTspI:XVTf+ 6-B|;la&{+?8pgr|=[찹#(kgeI3/~u\a8 Ԙ5KM f:3Q[\3ܳ†kSۜ/E+{6x=-̨՞J.fl}^}'7&K:KX@mpgyn3uV/51#QZr0R5Dzݯa0\lH+c22 qeAfp%yAI!ʔ ǮI6pt%~q,W#c BdkgRTk;"4:JkC0e"ijw{&ZJ 6npCwT}P8kFG?97Yjc3~_Usu)n)ӹ(v{ɿ W;4ێMS3ez|藚.~Q ",1WT"2VwPIh}]Pw70$Zp-cV V x3_scފ¸cdЕD u9 u?g#nHPʝo@(#Ý"sY)-i0obyM뾗=bJ{_yqrT3P }Q!{HA}BqR(n֮X 䠧>q.2Qn hĠ6TXX.b~޴uE;xie`% ndA؀=K"f=1 mF]:0fb-YӓorY }Q\߬X|Y-@Z_WvmG+TpmBG15ѻU!}܏]Gv _ܜ$D9z*b-hG0MCG+“=P`w; MDx> E` (NmfWЁY-EM +e$,L=/ UN1HAaCV`w0{ ȨF[d{BN𣜯[:F=A6@?ր0ފWQrۖ+b.)?QV(I( Mkm~#;@ce]|ĪXAi^)¿Ta`3\'5.q sΥmƏ^>7+JD VG{[#]g=(I0$Tי`pDtEq5շinmp c;@MnM5m7[5mm:D1뛆փ{F/^\+ZYP0Qb󘸕멘P /ĦJײ`#l!ptWd= P-#glkWL Z"atNs>6'Ww9+]Ws)fcjp1)$>0 }pR:2 I@&!lm ⺞7]nvk:b-4"AƜ wMlF˷B'] _3\X9Aǽitbp;>^E* 1 U|:7KZ0g9ҢV.kDL xBZmq&6G'|ŊY|,MZ:J;̈́鹝9Y`(4> mXr9u6Q1P2&M2q H~gq֝oOE>wY3sqIך[T«m1!} 9&Na&x\}`hzzBx ;tH\:ECd̍5AI(X͐7@*tYCz:ǀ3A,WgV .*hQ\O0# לxӧ1DaJ^؃-#;}UB3qU*i!u4OƳ IQ()4S.,ߟ;V'{"S8-u싩H_jV&u2BH۽qf5 4GvJFr$]|)H_Ly'ּ2t[IחsK 4唖*-.wER{lu=ne >(V9Kϑ \=,XxqVpgHϏ06Y;2Uzq,ZIAIs.n~Nec>G1) XT+ kABַ=>zN"o VhwK,+>¦06q%xuʆF-(14e&>bWQrh "~{djV&)% e־gXHiH΄/V1Fb#գ*_^Pk󯏣 UOXxf"(=8|0h pĐ ~khܬl;C"E?wHa\Uo0 c]SwP7S"43 78O}\wAkKQE لHGҁh,c4+|=Q?-M+=ya4]uA$Ƀ_PuvnWSRq)Sdj6Y%fIL _sfrj. AP_D֋haVt[Iu_z}WQCC|2+?GզKE0ɮ2t!ANY h,wϠ\!{ vG"+qa";Q8JkyqtخXIm;g^u@8Ypjc'C=k?k 9&TZ72& iL._ tψ~"V^3:~^ #C!`X(N -邾;LSF *6 Ur:,c{? H~-[lD ̂Z_J&w.t}`*xX2ÁE@K}x٫?;ðZ5q?c=gׇ$Wy{ڛB"l.ep ѡ=72X֦b&R Lmd߫y3)JU%WʐLٮ8o| M7"qΕ&HTeOx(LґQF \AJl*&Z:>LT*Nr4}I & 2%LFŚMys1Wg}xJ.čCl床ళDSd6r79#>W,|H<][e3haBovG;EZ'!& [bu Qv^ԏWLzD!ㅹˆrt{unDy7I>f1' 5ݙ!VCv?Rj2m η]e S =_vjlkhcqy5ܯ*,U~+k;q6c[45R tF+VZt^ƨZ+Y:JS!_\|hÝ0 {̞]G6IB= а\(U?KAfJ͠^XoBv^. Vw$̧~ _G|Bd[` ]iPD 3r^Tg$Y[Y%Լ"Bj Q%ď>偣5i ׋!yUkѕO_3۔קYߘ+Yv>t3Q r2wkuBd1pҮj~]=|P6E.U:n_IͿo^U>P|>reʄ $JYYK ejc(?CMV &;eY82a ظxd?Kb1:V|Bl&0ԃ !`T#kSV>)hoөJ,oP=]Ef@IhE)"Tbm(ʰ8IJ@}/yw TlMRMᾒ9htqim Ds,|k䤲$H,Eʾq/Cv'؟K5neL~m/qw:(orVO(yZ btr uWg}u՘!D^E$p*ҭdOJI{#sG790޼^Z,oj3gG9R2ӽ;&eRg0yJSnkG|uh6\;1E.ȰV̷)d7PŦ5(t+$:3y1EW>y4bvU|4 pУ>|XeiI@Qua-m#>3SX0% .#]*i1K"%3qƟWD]I!vBOʢZ7iUNR% j<)B^%bL`8+dB֠2jfNF&/3$pxU(Aj<*5#BaKc|#@0 03o\Y 3iesD/5~/njߪJA)s˞*r(r8,0

)sO "~gM8Qݩ6Z_:=@+&ƍpc$P?%ӮfĢ {*͑F_=3Ƚ\CMEU|{-WݓPsvu,g6vv@Xv8Ȕ2XV]bB.RInuT=d /L2~hY:?++`s }smpWî +8UjyifGCVGR] qR > ;DQT`V5Iiy!5Aiҝ}-?8_}lzev; +vH|3Qr%Rt N,;ms b0T9-5%˔L<MEfJ8ҌVut\M:`=b^{20hV`M#sٲG,!YmME5؄K P`!U<[B-2z:PXױyĀ0-x+`YN7G 蘑{?ev5#"M[iq&,9n?ݹq6;F[ē?GcN~MK./膌f2! Whx1#RnPOouI#0G$LNP槮I@E2İ=N+Kux+ʨ }4>kUqh%u_k%5V0f7И.0P7fhk2siH;ZGܚdR)?sl EW[5Xjg+j#Yߑ<0YM5 (p惌졷 !C~~حGkP'{,OdUU߷ZOb47EN +oM/F-q֑ojI:`NGkkL` <"9}S&Jx4s<. 3?=L܎ Yz b[smV/<=ks+e ߒ{7~ٲTDVa 7{ gy1|)cMD&h.˘4dIYU(#9no:aҏNUO]QB[ps ):Cܗ̲ G'gVVK ?Fw̪ч1Ú\nŕ},8/Nw:k)'YX1.XWj"qZs \6i :T VB\3]d3O /t[BLnWF^ P# _/:}U/=QC N6#`ZfhlւΗ~D z[y?쾌h<>^a:&jl0H)fq+xPlH?؄2;E>K,-\Qy.8qg WOΣܻ -k}zCS47lrO|43e+l?~Q)M)PFj+7_Mx{yS_}vUN% " uxoA!ݴA0;–~F"S]\%)i< nA2Km?9MW>p|t}91oI!0t[~S22H90u|1*JfGMXDE^Oo- mn+75#:ˋq__g?G>y$EoX`ݮ,V.B,&^X;K~svy n8"\"b ZyBMG[VaP M\Z51E8i$g}r(T5yJ{(];54")P)YUb>*>tN[X aLEٿ63q:CtхONngU MX…D]*6 S8Uk;uiÊa'NrUc8 4e;s4G_-AV 0/R%-aq7~˝7%2۪q:OY0GVZGcwWr>Qbr. ɹ2 e؀G8nH1Rryai%Hyԕ*zK:<~BbY.\ 5{f YE1>"R$>1m093*FU_ ".hݕTH7D n9>>A;j;CV %L?^-h@,b" A'v=/=v͵q)-%wHFxjgYIƴANW'vLJYQz̭K3hZ㙻I c W/Ąބʱ~.vo@O#]"  ( hȪ# ̼LuQV!aZ`^}˫@1 ]́vFpi"Zv,prV>>ĞPenv5T}h`48"XM̴rB6 lp ¦(nD3I's/ԭ:y:`"vWJݺ=/ ,Zףb6Vggv6g>c0`.DV gjk|ڣw$]'?nw-Z42r~SYKuazHz'}0MwA?9{`Ug1F0 ]F\x ?ܥU p-:(ڷ^fc i}Щ}DJ 玕oeYbTN֩y+w b擆vL'W^fQr  Bm-4B7sx%7GL&MxNy*}/Me9!u7nf.y_4D1*5v[k\.2*TxVvSGֽU!>^ߐaW/j6/L|g.X~Ԝe 櫁 %Qֺ E >$gՄ{GyMCe a*7 oXZ2ɯg/ݍݩa1eUִI 3k<˰E[nқ"H =A$]Aç3 47G">.(8y`p,3܋AOǜR2)(T}&di`-wJn E9:dTeEqhA˔E IBXW<}ŧot JOǗ\f 41Q뿐k;ʞmh5<)I yR4ઓ zZ{ܔ/27FrJiHP%QTE[ []%兹:>8(j(ADw%0e?IX'^]J$+i]Sܳ7x'=YSo2ɓw¼GYn^i@y/ @Ln=;YIiR4&?!0vjKÍ[\ !3 £xMeD<;-6.jÑxjtzQa1hO.3Kт=jߕF>*"NK՗c ץG>H96 aoTٌڎ?Vmk̸Q6*A}xі74ì $}fTߡ%jO6WE^SgOkxpOH#ԽTeٻ2hȒL_TkB!.fR2JXOY]$õap𴐼2@PݨD|Ԕ~6O0nJjAK G?.u'wg[^oHܩM~>nˏi0 s*뼧ƍfXJaQ|WSaaC=v-br%w/9;%5qUPֻ!jդgV\.i&G\l-:4 GSS6[*=&T_7cYI-XZOJ w 4]CɅ:$'eƳ-*gB9E I4HÜ}9A3Ѫk-”ܞKzd*GXJʑ<LV c0#Tr+rarUdi(ܙu&W*a}ZNsP"NI-ڧ_Ҋ6 u9=C-ץt8s%8<ә< ~0(R1g: PrGL"[֕$-D0*LŠm\;T`H 'B`Gv_<|x_;6+t-+9!(gF-䒡z tѻDЛ8Z`Zѫ[Q~0M!xιChӊc]ΒjʄGMZ"kv{>UO!~&UXezyV*8=e/ Mڲ czlR~_ ' `$џ[>*6V<6 t`O`-BD&X2v ;܁@p 2泪2 gYpW^7ˡ4@'8v6$u^>6%lc(4U=57!Fa\IA b<{QvByk0^)%i7襬 3 ^@Oʤ>n5`?,u x⮄rlwZ9ŽqxY])6:*,. ν" a,ިb1|Ft YůKJC=y݃/%̄Q%Y*oZ3Ja-F5qͅ7@Z_j٦V);5LQKHQZ/x=C tɦ%G $L:SEHgmjv  b󃟞 EtLUveg'MY}woƧzWab7 {O2׉+eGnsj7Tp>MedIŋRt+<LWF-ʕjcy{<.<Ddh{b0 %2d9] Tun/cfԐ&/3TT=3rf[;/Kx*Э61k\ULӚ){8Ɛ:~3-t$)9}\aps A^x 7J}Ͽ+ID7Y F~`$vI6U&|]_\0Y4U埊h|c{Cmԍjea_Z wHn|7G~[lbA\7) M=h(.>\sôJ3̎TiV%Plyab]򗥯?-R"|s,4RX!X"ũ+߲po1F]a{FqNANȽtӅR\k5x$Ae B̲\gq@(6 {aQx&{ڪZz\l֤e˞p\ œ(;PrH`O'tK4V@RKӹ5 K%u-_鈋ޔ0W~eԊl|wzڸ9+,}|7Ñs== ITXO I\w"Ҷ5Z8Q; N]Sm W7[}4]^@޽LܠEa4\Gi s)1v@ VՔоޛo 8 ms[O5kd|h6~WߟJ SҐĐpb~aW5fG@t?H(CPXV#Q !2\)K"V_[/h> <-R`3?(h!\J( U43bkYO`5IhHRýFƈaHyHb 0"]Ґjr5;fzwJ:>p%j•'~s}rc9TY+bx#zAЊ`>1K_1 &cWF7d=X%!>Kvex5,gb+cC"-ǨBDImpGJ)Uи7)iܗxnت덗K6S֕~l|6jbxfE4~B3Z].@=ܻ)Z8S&"( BVÖe-1d~x89-)6hT$<褔帟/0`\NM.2f|ĵܶ^Y0exW(V};r|xOp׃\ARe}ڴ2gah B:.Gwmv?aa_r]jIt:LDQ~DoMH(<ۜEW4+xj) Jݷyyٺd K^wWEĿ pEo=`+. CZ@f}*d?A¥&(ϥ(/4^TE]ڏV9l-,B ym,bd&UgIm! :$(s=1}uWC}D^K Fh զ\qCk =TwģY&ž0q#1L؜YmS~%[O0ʎu}#vnM$[jSSSQ2w*T6Pw2ȫO\_ t2G ŀ?k&%6rxC=?z!\ӌ!XsNB72+ռ*8;旾Y1g+VFw%9 /gw7>)_x3䶊w?7|Jj &W$-nt R#& 25MzAәd RrАm%'3XȊ3uI9j5U]m@XX$䲌}6B14ۙ֘p.*W)qBdH剉sg`eԜ/8 Cv#e2*f~RܳjI6B hyFP<_hd$D޷&fYȠ`߃]y9W55~qN _vz 셩Syava?ÝK(>\7(Շ+@HK yŒS&/key;Ls$x8qbdD_faoaK5-A`c\<׻mXH-+mB|{ǂOaqR&Ԟ¬P0#]ũ)OXq?;& L&-3u_ ~ڵrֹ)֢,7BGKTVoR}%`czzktLO5]Piƻn>LOiK2Ômk c`ʏ@(`P _ndƹK;vzIl;~<{+/m\>iN1wPByn{9#BȂ5!C;k`*9 v7df١[Ô?bkƮzqF /ω\#% bY;SZ:|e;wKMxWc4ֳaVfN`E0 nnνT/"kЬE*Cd1p++֪.VjglGZ!}Îu)}cآeK) F̌iݵ+ wF)Q2{c'3#y~p\! U'-z5xV$pzY A!e ؑ_0/j.7l?`jlǐGc*9l/fBL($D=dfԑ" G}H&$9eR$\}mr+ԇս耽*x!ƖZluHZުdU鲊JбN㏦Hؾ|g7e^akm2!w=zE~fg?,񦝌B/jY3{SӺ \VэL(1LQjK-%;S6񓠲]ۗl*DAȁ;oI.4ݍ=%gd͘nL w.y2!ИW.{'jS~Suw 's- Z7|u%myE"KGeXo]̙y|mqgQnr8>knEf .N40;I+oI<0k Lovآddphq@K@@5xSIHR~/xUCy_Z3|\47t1,T~p_п\m?,P,i)F. blzv~Su4΀tknkE(0>'R9Ǐ;ĥq qXvHՆXۉ[5 zrf ό{~w3ssͯBr/6 Yꊙ=)=a7Kn"_.\常ߪЫAf}46:u./5ciTBBI"1jK&Ϋo ^!qSBxdp-)K$6I,I |(66@6Pˏn@Qx<{:m,P|fSQJ#9>AiWU2 6eK[ͱ֪QxcJM|khv]F͛pCDdWM`Y|V?3h_J@w!aF c ĎjRrzMew ^ ( :\Db\7K3*V/3D7 x{x@.7$IkOj>xwo/kሔTh_W;_֚qtʽ"wkknӀ>dOSi>ܚ^:UG)H΀Z@ڪLuҞpF\eT\Ş8>Of+B*hf Uzc9|>E$KN>C+~e5 73BZyC2'~kŜ2Z%3UХ4h nd*aXKigD9s(VogPʿ(m ekAbr}Cu"WM(J +2=bp/-v〥 m z h1R3 +mTJpq{o={0QMXUf'(Bl *rt+Q|%e~24 D;n/<U9C쓮ߡ֊O,h WnY7:MC)y 9dnDʯH P_j^2~ڕ'c4L jyӥmȸUݿ`jOxy"\XicMȤ7]sI}/ŕtflio0ñbi}C:沅~a̝;s>tuE.e6=$0Wӥ`{wa9 cꦁ Y9.`r897Pm6vت9b(@ _N]tF,A!_dgvUv`aV~82+#VUVgj9|4vBS|AGG>j%XQbow-.'L;3^Ry7nƘIЃ"nI bA5V iLXO$42iBڛL:=#U/ơeK1'+S@P?wb#;`'+ez/4QҐsI8T@AZ6=0=?^m\A|=L,~Ea:@⓿̣ب sFwI?.?4J0i!$ Uv "8N}jkq2m֟EZ8jž&Mc Gl0ضg83] مHbP9iD"sΛGMR@Zں27&n[^,YF9I,Gm{&;7e;'Izo ;(\Fa3e`.QF֋4pS/ IEQngM_T[@{!o`8S 7yj-jdk 5FrA p2ŲBk [Yz/1;Қ{(j6e|3&^l_2Q:AxlT!O֝|`͢.^}a H Ej ,$?ƚ{ұON&ډr""iv΍!n?0P'@X&蜄W]{|; ph) 1_nڙfqӫr!{hb8-Pk"?/.tAFK#K|gҨ ;+&2Y쥖k} |]r7,&rZM{ KK.Yac ά~g2,d\oi܂zrga7o-〼ԕv%ʎBR4܎Zģ[_ @1!_aXua4Q4]@nk^y@U0Al?J[A+]v*5.XW5A^ ,!晙IQy 2cҫY<'_A6>#{pzF>c OL=80{{ rFjBQѧYIW5%rrC7u@ o ɧ)qTGͱ ,Ui]/2W`SnS +gX8O9z`2d/.5.ݤ]hzWaAWά2c\C+@{E:tdJ󥣈TE++n9%3!=f*[:)r.qiؐûNq&MZJ1d ,ƂP srscAv3mU8ٚ-đ;U@TFmFkyi0!m  ^eF:;2OVc- |H\TjYC 4[ɍHO&i"Z9&^.=E'>$T3ڻ [>jT j}Qe IY1k(5ƥ© i!ͬK>Znd1nMCV؆d} \4Oou UۛuOOCkZdk(4ă ua a+TV*k ~m ^ $ cAjQQQ֙T~۪0 BwTxm3{/٬ڽ]yLZ- &$Waj;X8i8K2AvFKIl?]ES_(gYqMRXY,cH5xհQ k׌P1|zFIQٽO*HV܏!%Q@mڙ]ruI{M@gt%=`ɻ[S*/ oD_xiӘQsDEU˚=z0"esWUҟWT"qnˉhv'Gp=HzqVcz2o7M=2Uf6(ߚcE?Xxd׬Aםy<#+}#B "N /Y⿷\TA5IuCZTLY}lp^&>e3?񲄑Ɣׯ]'_K#|- 2H:|\d~(9zZh-HHt:p%\X08 eh%Cd/~nNCWJX+$A=" )) _sxKVeAd(͵ȩUc<cɃJ~,&q B=a>ۺ;9(mJ)55?y3(8l6B Ib/zN³>+>;Tkeݯ`j-mVOFV%"1aek>\ꏅsNd9Ln~[)z x:ĞqnOQ,&!KTV ]Mq.=qR%LW&܂ [}rC;!l8|. "`4#aQS)g,r7"5VMPU{aXn~kꌗKך< b΃ߪC8{Kv ۛcZ[={riJ Ȁw^bY (׆L~t=0o|%7`uJhц*ҁ".s;\9 MR$?zݿRC`B R>$to|gPv}0 u Xݸ?<6N12Lw 'y=lk%.8l=$zh D"lQj( Bp:9:H;Y)DO֠On o#x<#T*_ b5 "8-K0 42@[e6]IXnIr12Ya6s@~ع紉 ἹUQ3?31ZqAQ*dy.؇^;4h[i\l _j42Q]۵Vxۯ;Mjd'̒LO_^ bd@X%2=dl!T>,k[`N$S.8 */59 Xn5V&Jx2'To*PE^#1}EQHɃ}/%7C Jќy"_u#'H>pȌo9LTUI_z-ڊ_@SܫêB1t$0[Kw Mp, 6ݮX|`5vwjN]U^;27͉ȏ^2",l,CP.y_hD0uDӫַʼnei0Jc *]J8jłGvzyuP*7Lz" ǝǁuR O zZ1[u*Iؚeul/|zB+t~3358J `ݾnPQ|F& hgaY7`FHh7E3pVwDI 7 $+gW3iU%_^'N3,A[K 9-VE %QD*,zILNv_@U|[r ʆaJ&8ƣ]26NOk.kðGҝkAG(7mjˁ^"}SlHJYj?9?M9tUv;`f_:TpDaw߲EVa_s";JU`^vSsf-U-lvD\W;o'>do> gSXSvZ 5[Q_P(#Wǐ=0{PgsLVw eT|aKݒG7}?0r7<3|m_1pv}X5wZ" ) Yi~$+MloG*n _yύ+I絋ZyNH.u$ DN۵qx]TN4XkFBo`<,O"\v)J<! #L!ۍqu߾PP#ڡ"+R" QB |v¶߇h/)^?,ZPT?eho/3aӱŕ -RKnRf5Syrs׎ -D;JR왬봤; YunRARz$oVN7I}/[gig瑁9\BO߾bӲ"r{0i ]+}e9#2T~b0 FxFZ$22n_.!ܻ} nE\heIjKv&;B]5l^H IZjdi?Q*eZrx8b{ 쑀ecTiB):ZlѶ+)#K?*59$`'}Ne:~)uQn#72=E&J~b)GTzZT޲\w"f :>?I$=[OdWנs(ƀ|=+F!KqM퓀7^Q!گ a&2{Kg:{SF;qή0Cf\ 讥[O .[c VָܫAyuŢmDC nı={)c:&"F^7Evח6wu پ s> Kg9c[?omx(HfsFsfi= lggY kkK =*">o[/i0Ɏ/ngﱪ*vWegI)}b:FYoэZ"O’h]nYj:BPCK GniȠTu$ 9[3qwA_zj&Kw5EeT8H;Q K>*3z%e'։L#˃YdU5L۠#M*0&igº lj!Zk|&F ?U1#R䅗⼫47_sRmx`5!3mw/1{nI("L^5_-3[X2w1QNT8-@q%mnG~5z`X_9j=C8-;Pצ&]/S~w&nϣ} j%3q,$h%TXBW֎=ʨc 9Mێ1tr/k(ȉ=ւUArL̎ זy${5rDEF0LǵJ44k,HQׂ-R:"g|S{[*CwQ4%s`q]Cv~1LLkqqZu5Av7k6z8@Ɔ߇?fK4I+UPJ'+APO fݳvާVc;+7䰭(^o<-EP7}mKFpɻ +.aCTDn,P̎R*X1PC2~f XFpmW F66UT8[-xOFN+Tlu-d\os |R7?È+%Etօ Īհj>V-/?=4Xp}q|,]ڬaaܱ/*cmAgQ`۔W^aqyP0:u~!sMFBك AX8M UK"lR|3>MNMG 7ܩoXCK/럶Rbm?Y hHPӄVﵤj[s_BE+l62WEJe^|d@j;;7B>\3iq' {E>waNf8FS(P5@wغ;K/=+p쵨XRh9h ~^:};\s0f&¹F*!Zz5̎,'j } 3_ G7ˀI5Ucϡ[v+:^b WXo-[] \ꋵs{0S*m_O͋H4]e+&vr,JCxI- i M9cƩnO`"!A6cqvW=y2Jc)mht_YY a ;/]oq.y "f[,K)xEfUVs ͍! @ b¨]^ʰ8|CS1+LيE')FBͰ/[M $oW+ ~mi=0(7r._Fց*+C^#YϹL;oJ)郍"ySRt)j/N{yXU3|)AkZq-m?o]l7l+ eػh@`_77 c$dUh;att3)<WJ]ɶL3}DY3҅@O;kiI`*ӓn/˯nSx}݄1bv(5AE`&wfh٩ClDήq/ S^]wI& Ĩj&_z Ef*}tcU?+1[>lMM%bb޷?@/̽&aCwM(_#j,e W8; < uDK+҂r_g h"ݱl}\a'.=L6֡U.kZbpWJ5z{ 5EXc_n/,q1JC}.]55(o`Ok> FaFWvwpuAW VB<I$UWվJ4P[V-EAƙԼ%Gk% ڑ%f$5<' Cd=נ` EHtf [Qw"zۼ` i$GF au|-U!/eF*S%Ȩ6-,c;M;v.+[ϲHy s2[V5^FscvXa!LS __'a/VIzg%ޙUiАOKq"ȠyB6xdqSLRON0nE_ZW!(8OEZ@tT&KH)tS|Ik༮awGxpf8@<+`VLzZk 2XpE>@&C)T>qWn _0HC" LMe3}9$N yGZe-I80T")" z~5r[Q&نT/BF?f%2ĭn*:2{c Q: V;oqJE%80>_WqX(No:#OWԬi3ь4 ^؎Gnfgxfgls(4ז؛wgL<9R=n)Zpm,>^};>7 W6wt0`#)9fT d]PݼH_`6+_#%IX=КWFƮz]0]'bSqAc弜F : X{Iagv&-c$]C|8"y|3ym$OK>Z7>wmy nw٠Y0t -pNan˛ys{y3J %hi)hZ-6BMA>>0Mzqhg-F((-,+ƦIdt|'5q^?LF:!V5j|@5;VkR9=:9ԼŁ8>*HS9J q`=Z0b5@`Ψ= b*s+$Nܬp/mWBmm?{v闱Sƭ(#*vV݌@t0FmJ3| M+ pG'-?7i ֎T8~We;0֒cRV>k$kB!}Y@ΎЩ{˘<@]+{grCw=0ѫ79p>3qyHYMpZqvITmuژiL=@% TQTCk/e3,҈(nV\<3H\xt !6G=4PUźAoO/ OzY9[I<~o.9iU5^/4~VԜy,Ny#Bud9dPH: rWudKH 'ʻ ,J wDvCGӚyREa4 #X&^~2UҘݔlI)URUuyTzWF‡wC )gޘ ^kDkǫE+]0eW.:lN|SpۖQ2ˉ]׈FLFmCXD6в2Zk>P9^3УVgroRiO!7s3<ĉI ͶM _(w닎85*^hvLW鋺ZBa}at-6*q {#N :]r33RDvӍ~:sE)sع)lV')B m },vg7I 5^~CК B k>e$Nuix"gNFIST&k`N6F\*7k-JmJt#o3'7Kݱ+ƞnB%?Kd_u՛,fYYG@]cl:A~p`Kj 5Ƈ'/DrFȬzM)ޟXg֠:2Q4 YAZQ#HYVjjrЁ2jӧ'+@#=+太E?nb?@;/ knB-r7ЃG͐@f$xj4G\MS`s`j.d\ ;b-Ih%`)M^li7l˲hHkʣ?~&j*k)HJsec'%N$ 2ߔ72J.&@Qj!`<'i ܮD/gOlAr.hm\5Y)<$00/6i,ᄔN,[А~i/XM'h42{8<ҟBOL}JLc w<:YE`1ə9z1JR 8VpSS(c h<۳wy8nݲBU[4լ^|o\=h`;̇)`dH$&Ue~F/k VF,XjJ soKq~Tc_ 6:/v+v~eP[k> P%X^M`c_VZs%mY vr@$_VCtR?`@$,ڒE {e]>h˘CU{G(Q\'hM`@8v gwvf^VQNXP|rHضYญu,^jk`S&_1ZzM[ L9(ڧ(ͬ9 $*s9I r3+N/E? 0KlZnu͙IqOCE vÌL-{eepQOHt/kr)0kFI#n$7uXڰ!'חyEV#=1f Q:U[+ke|xAB^ِok`P0aNtmqNٿ& vVOF>rJ wR5p2kWy{CҚ*'N c(U8}=?菐`!%{ZXߢ ;%j7QwjM$m1FGe {y6 (w7Q⟑K+v}#N+gpz[H,wF7W qw#V*݇oR t&2Nٷ3'.w گ&T@:&=Vh+K@RX+k H?HDlT1cM4l=6M[cRjrauWfnClЏvZL*H!cuÒ\GUǽ#nlVN5iH;`w^ .L3>m1BS'X$9 <+ 9nL$԰|5, DjXuѺ9Vd!V| wa!<*6KV馤b/0H!r8iQ ҕOHO}}Ξt9YRh4YgV[^/nhQ~ CV.Sk`I`IX6\{Zs/'mmrKߌǾ$qh.ZgB7K1fz't 譋118FglφpşNW[䛑7r~޹fAg^2$\vt? 5WqZ< y¡dAN>wѭ`R}0>ܜ>=PdU b?J * _d rlto0"Ȯ]DU0jBzY!oA )l$3ϤxF09l~a:4l$R׍, ph#/$s&IL|SxGci1HYO[!wO%0>gxG 8~|D ɺx5hVj4Xeԗ+#w-- 9)-)Ӎo_l5 d7d C*d-cn] ASvM'I@VɳIHN)Iڈ𒨯N~U9RY3/mVd+"ZQL4}FKN:[ydPǭƞ r0M ڽFC5 5ͬLHi"Rk /';i66p|'bkr9+c2(ZtLW+4@ڳǖVP^eT00MɊOl$_W-#YgT<:ޞ?J@!bi/uVt^D6]vH_ƞuI9Tnɛ]a)99%ɗ@mPU;%䪝zKb*!6ngE38ңҎ:lp]W]YaYVto 8x]t:xEM1U5:Ч)drmD>lEceaZށIi Xql6N:<d/r+y0񘵌 pM oMO8 STgJ%[uCng f'~ 8lH;_-kN٬h Luԁ:=t4tA堶۪"9hteWvf1?Eʳ!t(KLi^d~C7ȡv]EvI|+nNJa+sųAѠI#϶ H._1F_&2ŦÞaB#`9%KP!tfOVVUkJ1۪߱IQ0Z0&W2]wS ?sH8Zf lcI8 DixC*Mg$ G(/A}Ҋ0r2`!@&Jzxx9zU0)S{S +jӡ9xC[(8+g;Ik>i" %0;{Ą%zF*([2QnGvw}: zSfm1ޅZʕ~PBb?ČyS;,]E{8E.gmĮTb;sZ}ZdE2s4pwRW 6V,YLM(Z_ }V9TqbVB^NVn!H>~0")w!{`1UOKpE ?hUB6م[͍42*7Qq$B>׹/L> K{]WZJ旽e;:L+SY-# !NA_U~ <.!2P Aw{qk֓,0;OoAB|j pP/χ#p2v,qZְ :aA A,K]Kȱ{yO998<>gI8g"q]@ Ζ4mL$%69YR /73^3!uD̬5Zo5<=zf hB% 1`zk Hp" @VF=\"68c:~u/0ieqq%*ł]xF3Q*kWS:1zHWfBh+^C@L\Se|ߕqv>S&i<1+PzsUbn4L^ɛ8Io]m0me<.mi%;~E;kNWfl'b{{ 2L a}UENZp9`Ɵ'4>B "guh5ێ;ZvQvq;*iEhu>ȁ1ܘ*y/GLCjg45JC*/B%i}* h AZFY?֐?X&mV0`i@oohr,nGgyޮ(R?Sԏ(Okj(xCȎ Ғ.[$Z}Q\. Tѕ04wRLGܤfQHJH.S]Mikpu)[{M0RCBaqPn#&/0b&_I`; +Sp~ՓOzgnIrÆ>;C6 \Dwڟ%Bvxȿ ŗ+'qr:6MTk*>7.܍eN .jfLf.0(hH_tzq3qۻ5tbi9k2;O ƃNGA\ ZQK U%&U8SJK{Nx\5i[)J~. hf:U;ff˃E4g?3ISwLW7єC_>;t"%7iΙx17=8;0IǛ(U%;_ٌcLұ 1JSYc !frAvB Ѝiv9d;I)zB>CH-Υ&חJp)zE`#A/k1vݣ[{ʋ2S HSC\c$pi<[HBۀw'$n{8jGnq%U)A$30Y-TbR&yY .뤄[NKFDy տip`E!Ljq:s)`Qy]EN)Ar$Ѯ:x YZ