pnetcdf_1_12_2-gnu-mvapich2-hpc-devel-1.12.2-1.1 >  A `Cg2p9|m{ Q\ku^n/S10EQdt;,AyAODjw/ ʿgYZ`zEY#vS W8 Kb Q;QP>'y= E)i { jv=jqz'/*q2IK"t1I߅[kt%Y+^/;("'Dn>Be4#6Z~Tbg̯Fu&-Yʿ{v }≖^g8^UC5Hcb7f156809e58160ee1ad4d71f1027ce06fbc7ae4bb246443e466a8c28c2d59a91db794b75d6ad388b7d63d9aeacc1fe864524a2`Cg2p9|c]P8  ]i$l 3 RWFf4Y j1~m{G:-%b9[,]/2b}7[}%+ѮW;vv2F&"a aU 2x~̻m!%˥anK- oI7RJ算k{SITv >p>8?(d(/ 3 ix| @FPp     4\@(%8, 9\ : R FmGHIXY\]^mb7cdJeOfRlTuhvwx8yXz$Cpnetcdf_1_12_2-gnu-mvapich2-hpc-devel1.12.21.1Development files for pnetcdf_1_12_2-gnu-mvapich2-hpcNetCDF is a set of software libraries and data formats for array-oriented scientific data. Parallel netCDF (PnetCDF) maintains file-format compatibility with NetCDF. This package contains all files needed to create projects that use the mvapich2 version of PnetCDF.`Cfnebbiolo SUSE Linux Enterprise 15SUSE LLC NetCDFhttps://www.suse.com/Development/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxppc64le!I* 9A큤A큤`Ce`Ce`Ce`Ce`Ce`Ce`Ce`Ce82893bf5d6a73371bb8bdac1e69947474b23b031ea5f7f7610efedbbe1acd89140986ff3e6b3ac3ad6543281ec2d26f6c0d4a8441cb11e02f238e72751e2e5111f7d45c90c88b43e5a078f768bf4277c9bc7d0e3d75cab2c57ac847c254a5971d4ede346f7df25c220830042f4200c150799f5f51b27efb12edf594a2c1da9bfad841c2e3713ba729be564ca760707f52377db3c61f3f9049d2178a09da547e9libpnetcdf.so.4.0.2rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpnetcdf_1_12_2-gnu-mvapich2-hpc-1.12.2-1.1.src.rpmpkgconfig(pnetcdf)pnetcdf_1_12_2-gnu-mvapich2-hpc-develpnetcdf_1_12_2-gnu-mvapich2-hpc-devel(ppc-64)@@@@@@@@@@@@@@    /usr/bin/pkg-configgnu-compilers-hpc-devellibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libgfortran.so.4()(64bit)libgfortran.so.4(GFORTRAN_7)(64bit)libpnetcdf_1_12_2-gnu-mvapich2-hpclibstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)mvapich2-gnu-hpc-develrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.12.23.0.4-14.6.0-14.0-15.2-14.14.1`8_/@_@]Y]]w@Ws@W~UWUnU@UK@cgoll@suse.comeich@suse.comeich@suse.comstefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.dechristophe@krop.frjengelh@inai.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.com- Update to version 1.12.2: * Updated utility program * ncvalidator now reports the name of variable that violates the NetCDF limitation on large variables for CDF-2 files * add corrupted file bad_large_fixed_var.nc2 that contains one large fixed-size variables that is not defined last * add corrupted file bad_large_rec_2_vars.nc2 that contains 2 large record variables * add corrupted file bad_large_rec_var.nc2 that contains 1 large record variable that is not defined last * add URLs of NetCDF limitations on large variables for CDF-1 and 2 file formats * Other updates: * When calling ncmpi_create() with NC_CLOBBER flag, PnetCDF now calls access() to check whether file exists first. If the file does not exist, successive calls to truncate() or unlink() can be skipped. * Improve detection of HDF5 signature. The HDF5 signature is located at the beginning of the HDF5 superblock, but the location of HDF5 superblock may not be at the beginning of the file. It is located at byte offset 0, byte offset 512, and at successive locations in the file, each a multiple of two of the previous location; in other words, at these byte offsets: 0, 512, 1024, 2048, and so on. * Bug fixes * Fix NC_CLOBBER mode for ncmpi_create() when files are existing symbolic links. Prior to this release, symbolic links, like other regular files, was first deleted and then created. This can result in an unexpected outcome, i.e. the deletion of symbolic link. NetCDF-4 library implements this differently, by adding O_TRUNC flag when calling open() to truncate the file to length 0. Historically, PnetCDF did not adopt the same approach because MPI does not define a similar flag to O_TRUNC and the only way to achieve the file clobber effect is to through MPI_File_set_size(), which can be expensive as the function takes an MPI file handler argument, which requires to open the file first with a call to MPI_File_open(). * Fix a bug of calling Fortran getarg() with the first argument k with a value > 0 when there is no command-line argument is used. NAG Fortran may crash the program. [f16bd3c](https://github.com/Parallel-NetCDF/PnetCDF/commit/f16bd3c1ba1b08eade2384f094c519f3f2dc114e) * Fix a bug that limits FLASH-IO to run on less than 16K MPI processes. See [1d84fa5](https://github.com/Parallel-NetCDF/PnetCDF/commit/1d84fa5d54ca9179da4a5b1a4ee3b92cc92287ed) - enable non HPC openmpi4 builds- Enable openmpi4 builds for SLE >= 15-SP2.- Update to version 1.12.1: v.1.12.1 - Option '-t' added to 'cdfdiff' to compare variable differences within a tolerance. - Make PnetCDF build with OpenMPI 4. - Fix aliasing bug with -O3. - String length of I/O hint 'nc_burst_buf_dirname' must be less than MPI_MAX_INFO_VAL. v.1.12.0 - Add 'cdfdiff' utility - serial version of 'ncmpidiff' supports classic NetCDF formats only i.e. CDF-1, CDF-2, and CDF-5. - 'ncmpidiff' now checks file format versions of two files, and reports difference if not the same. - Option '-t' added to 'ncpmidiff' to compare variable differences within a tolerance. - MPI info object now includes all PnetCDF hints once obtained form call to ncmpi_inq_file_info(). - Fix segfault when calling nonblocking API with zero-lenght request and request ID NULL. - Per-file thread-safe capability is not supported when using OpenMPI with ROMIO backend. v.1.11.2 - Utility program `ncoffsets` updated to skip printing dimension names if the number of dimensions of a variable is larger than 64. - Utility program `ncvalidator` updated to be able to repair the file header to fill in null-byte paddings in the space between the header size and header extent. v.1.11.1 - Optimization: When inserting nonblocking requests into the PnetCDF internal pending queues, queues are now kept sorted (using an insert sort) into an increasing order of variable starting file offsets. - Fix ncmpidiff when comparing dimension names of 2 variables between files whose dimension define orders are different. - Padding -- NetCDF classic file format specifies null (\x00) byte header padding, but does not enforce it. v.1.11.0 - New features * NetCDF-4 driver -- Accessing HDF5-based NetCDF-4 files is now supported. - New optimization * Burst buffer driver is updated to run varn APIs more efficiently. - New Limitations * For creating new files, the NetCDF-4 driver in PnetCDF supports only the classic model I/O operations. - New APIs * C++ API `NcmpiFile::set_fill()` is added for setting and inquiring the fill mode of an opened NetCDF file. - New PnetCDF hint * `nc_ibuf_size`: set the size of temporal buffer to be allocated by PnetCDF internally to pack noncontiguous user write buffers supplied to the nonblocking requests into a contiguous space. - Other updates: * The automatic file layout alignment for fixed-size variables is disabled. * The internal data buffering mechanism used in the burst buffer driver is removed. - Bug fixes * Fix bug of checking interleaved requests for scalar variables. * For put and get APIs when buftype is MPI_DATATYPE_NULL, bufcount is ignored. This is not implemented correctly in blocking put and get APIs. * ncmpidiff -- when comparing two files that contain record variables but no record has been written. * ncmpidiff -- when comparing two scalar variables, error NC_EBADDIM may mistakenly reported. * Fix crash when the MPI communicator used in ncmpi_create or ncmpi_open is freed by the user after the call and before file is closed. * Discrepancy from NetCDF library * No read/write variables in define mode when file format is NetCDF-4. * Diffrent to nc_set_fill() defined in NetCDF-4, ncmpi_set_fill() changes fill mode of all variables newly defined in current scope of define mode. * Error codes return precedence can be different between NetCDF and PnetCDF. - Discrepancy from NetCDF library * NetCDF-4 allows to read/write variables in define mode when file format is NetCDF-4, while PnetCDF requires data mode. * In contrast to nc_set_fill() in NetCDF-4, ncmpi_set_fill() changes fill mode of all variables newly defined in current scope of define mode. * Error code precedence may differ between NetCDF and PnetCDF. - Clarifications PnetCDF currently does not support Fortran default integer type set to 8 bytes (option -fdefault-integer-8 with gnu compiler). v.1.10.0 - New Features: * A new I/O layer that makes use of burst buffers is added. - New Optimizations: * Internal memory management for nonblocking APIs has been improved to reduce memory footprint. * Blocking and nonblocking varn APIs have been improved for better performance and less memory footprint. * on noncontiguous layout in user buffer use the user buffer directly in MPI-IO calls when neither byte-swap nor type-conversion is required to reduce memory footprint. - New APIs: * ncmpi_flush() flushes data buffered by PnetCDF to the destination file system. - API semantics: * ncmpi_put_vard and ncmpi_get_vard APIs + Allow to write/read two or more variables in a single call. + When argument filetype is MPI_DATATYPE_NULL, request is considered zero-length. + Limitation of vard APIs: element data type of filetype must conform with variable external NC data type. + element data types of all variables accessed in filetype must be the same. + buftype must contain only one same element data type if it is used to read or write multiple variables from file. - New error codes: * NC_EFLUSHED when request got flushed before when calling ncmpi_cancel(). * NC_EBADLOG when burst buffer log files are found corrupted. - New hints: * nc_in_place_swap; enable/disable in-place byte swap on Little Endian architectures. * nc_burst_buf -- to use the burst buffering feature. * nc_burst_buf_dirname -- directory where internal log files for burst buffer will be stored. * nc_burst_buf_del_on_close -- whether log files should be deleted when closing NetCDF file. * nc_burst_buf_flush_buffer_size -- Amount of memory allowed by users to allocate when flushing the burst buffer log files. - Rutime environment variable * PNETCDF_RELAX_COORD_BOUND set to 0 to disable or 1 to enable more relaxed boundary check for argument start. - Utility programs: * ncvalidator adds a new option -t to turn on tracing mode. - Other updates: * Add a check for NC_EUNLIMIT in API ncmpi_open to detect whether two or more unlimited dimensions are defined to detect a corrupted file. - Bug fixes: * Fix type_create_subarray64() for case when some dimensions of the global array is larger than 4G and oldtype is not MPI_BYTE. * Fix the bug that writing scalar attributes of type NF_INT64 was mistakenly casted to NF_INT. * Fix calculation of new record number in put_vard API. * Fix calculation of growing size of nonblocking request queues to include the number of records of a record variable, as such request is split into multiple additional requests, one for each record. * Remove freeing name object because NC_ENULLPAD is not a fatal error. * Add a check against NULL before freeing Member "value" of NC_dimarray, NC_attrarray, and NC_vararray when reading from file where respective tags are corrupt. - Conformity with NetCDF library * Attribute _FillValue of any NC data type may be put to global variable NC_GLOBAL for all classic files. v.1.9.0 - New optimizations: * use hash functions for faster attribute name lookup. - New limitations: * max number of files to be opened simultaniously is now 1024. * maximum number of variable dimensions (NC_MAX_VAR_DIMS) is now 2147483647. * maximum number of attributes per file (NC_MAX_ATTRS) is now 2147483647. * maximum number of variables per file (NC_MAX_VARS) is now 2147483647. * maximum size of of single put/get request or aggregate size if non-blocking request per MPI process is INT_MAX. - New constants: * NC_FORMAT_UNKNOWN, NF_FORMAT_UNKNOWN, NF90_FORMAT_UNKNOWN will be returned on ncmpi_inq_file_format if file is unrecognizable. * NC_MAX_NFILES, NF_MAX_NFILES, NF90_MAX_NFILE define max number of files that can be kept open my an MPI process. - API Syntax change: * Argument fill_value of ncmpi_def_var_fill is 'const' now. - Semantic updates: * Calling ncmpi_end_indep_data() in collective data mode no longer considered illegal. * For CDF-5 files, the maximum size of a variable or a variable's record is NC_MAX_INT64-3. * on inconsistent create/open among processes, the modes on all processes will be replaced by rank 0's mode. NC_EMULTIDEFINE_CMODE or NC_EMULTIDEFINE_OMODE will returned on processes disagreeing with rank 0's mode. * ncmpi_inq_nreqs() allows argument nreqs to be NULL. * ncmpi_inq_buffer_usage() & ncmpi_inq_buffer_size() allows argument usage to be NULL. * New error codes: + NC_EMAX_REQ, NF_EMAX_REQ and NF90_EMAX_REQ + NC_ENULLPAD, NF_ENULPAD and NF90_ENULPAD - Utility programs: * ncmpivalid renamed to ncvalidator - Update: * Update UTF8 encoding utility to use utf8proc library version 2.1.0. * Add quiet mode command-line option "-q" to utility program ncvalidator. * Add an internal check for whether the file starting offsets of all variables are in an increasing order as the variables defines. - Bug Fixes: * Fix a bug in nonblocking APIs when two separate nonblocking requests that can be coalesced into a contiguous MPI fileview or buffer type but the coalesced length becomes too big. * Fix a bug in nonblocking APIs when one request's access region covers more than one other non-interleaved requests. * Fix a bug in string parsing the environment variable PNETCDF_HINTS and print warning messages when hint strings are ill-formed. * Fix a bug in F90 APIs for reading and writing scalar variables, i.e. number of dimensions is zero. * Fix a bug that fails to do byte-swap when retrieving user-defined fill values. - Conformity to NetCDF: * API ncmpi_open now checks the number of large variables that is legal for CDF-1 and CDF-2 files. * Add checking for error code NC_ELATEFILL. * No longer disallow _FillValue for global variable NC_GLOBAL. * Don't turn fill mode on/off automatically when putting/deleting _FillValue attribute. This restores consistency with NetCDF. * PnetCDF can no longer be built on 32-bit machines if using OpenMPI versions 2.0.2 and 1.10.6 and earlier versions. - Clarifications: * External numerical data types can no longer be type casted to NC_CHAR type upon reading/writing. Only legal APIs the read/write a NC_CHAR variable are the '_text' APIs. New translations of internal data types to MPI data types - check release notes for a table. v.1.8.1 - Fortran parameters NF_MAX_DIMS, NF_MAX_ATTRS, NF_MAX_VARS, and NF_MAX_NAME have been fixed to conform with their corresponding C constants. v.1.8.0 - Copy fill values to data elements that cause out-of-bound error (i.e. NC_ERANGE.) New macros added to pnetcdf.h, to indicate the configurable options that were enabled/disabled. These macros are: PNETCDF_ERANGE_FILL, PNETCDF_SUBFILING, PNETCDF_RELAX_COORD_BOUND, and PNETCDF_DEBUG_MODE. - Detect HDF5 file format: * ncmpi_inq_file_format reports NC_FORMAT_NETCDF4 on HDF5 signature. * 'ncmpidump' checks for HDF5 format when -k option is specified. * ncmpi_open checks for HDF5 signature and returns NC_ENOTNC3 error. - New API: * ncmpi_strerrno, nfmpi_strerrno, nf90mpi_strerrno return the string name of a NC error code. * ncmpi_inq_path, nfmpi_inq_path, nf90mpi_inq_path for inquiring file pathname used when open/create the CDF file. - Optimizations: * Use of Bernstein hash for checking if variable or dimension name is used already. * Storage of nonblocking requests. - Changed syntax: * ncmpi_cancel can now be called in define mode. - New error codes: NC_EPENDING, NC_EINVAL_OMODE, NC_EMULTIDEFINE_CMODE for both C and FOTRAN functions. - New error code precedences when multiple errors in API argument detected. * Utility pnetcdf-config to display build configuration. - Semantic changes: * For collective APIs, the following errors are considered fatal: NC_EBADID, NC_EPERM, NC_EINDEFINE, NC_EINDEP, and NC_ENOTINDEP. Once detects these errors the calling APIs return immediately. * Consistency check for header data (defining dimensions, variables, and attributes) is moved to individual APIs and only enabled when safe mode is enabled. * For CDF-5 files, regular NC_ERANGE check is performed in PnetCDF for all APIs that access NC_BYTE variables. For CDF-1 and 2 files, PnetCDF still honors that exception. * Error code NC_EPENDING will be returned when pending requests are detected at the file close. * API ncmpi_set_default_format is changed to an independent API. - Build separate doc package. - Run package internal tests. - Remove: parallel-netcdf-1.6.1-destdir.patch - obsolete build patch. - Add support for HPC build. - Add build support for gcc10 to HPC build (bsc#1174439). - Add build support for openmpi4. - Disable 32-bit build architectures: package cannot be built there.- Add convenience provides to allow e.g. netcdf-openmpi2 to pull in libpnetcdf-openmpi2. - Also build openmpi3 flavor.- Build MPI pacakges as multibuild flavors, add openmpi2 - Adapt to openmpi -> openmpi1 rename on Tumbleweed- Use -ffat-lto-objects when building static libraries.- Trim descriptions.- Update to 1.7.0 o New features * Nonblocking requests now can be posted while the program is in the define mode. This feature enables applications to add new variables and post the nonblocking write requests without separating the codes by ncmpi_enddef(). Note ncmpi_wait_all and ncmpi_wait must still be called in the data mode. * When using immutable write buffer in put APIs on a Little Endian machine, the in-place byte swap operation performed internally in PnetCDF can cause a fatal error (by trying to change the contents of an immutable memory space). The solution of copying user's write request to a temporary buffer and perform byte swap there conflicts with PnetCDF's design principle of avoiding internal memory allocation as much as possible. Since the size of immutable buffer in most cases is small, PnetCDF now compromise the two by making a copy of write requests that is less than 4KB. Users are warned that using immutable write buffer larger than 4KB will still cause the fatal error in the PnetCDF default configuration. The way to completely disable in-place byte swap is to build PnetCDF with --disable-in-place-swap option at the configure time. In this case, the internal memory allocation in PnetCDF will increase. o Syntax changes * In ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel(), the API's third argument, array of requests IDs, is changed to INOUT. Upon successful completion or cancellation of individual nonblocking requests, the corresponding request IDs are set to NC_REQ_NULL. o New run-time environment variables * PNETCDF_VERBOSE_DEBUG_MODE environment variable can be used to print the location in the source code where the error code is originated, no matter the error is intended or not. This run-time environment variable only takes effect when PnetCDF is configure with debug mode, i.e. - -enable-debug is used at the configure command line. Set this variable to 1 to enable. Set it to 0 or keep it unset disables this mode. Default is 0, i.e. disabled. Users are warned that enabling this mode may result in a lot of debugging messages printed in stderr. o New example programs * examples/C/nonblocking_write_in_def.c shows an example of posting nonblocking write requests in the define mode. * examples/C/req_all.c shows an example of using NC_REQ_ALL to flush all pending nonblocking requests without providing the requests IDs. o New test program * test/cdf_format/dim_cdf12.c tests defining maximal dimension size for CDF-1 and CDF-2 file formats * test/testcases/test_erange.c tests if the error code NC_ERANGE can be correctly returned for two cases 1) get a NC_UBYTE value of 255 from a netCDF file to a memory buffer of type signed char and 2) put a value of -1 of signed char to a NC_UBYTE variable in a netCDF file * test/testcases/check_type.c tests if the error codes can be correctly returned when conflicted in-memory and extenal data types are used. * test/testcases/put_parameter.f tests the use of immutable write buffer (e.g. a buffer declared as PARAMETER). Note the buffer size must be smaller than 4KB. * test/nonblocking/i_varn_indef.c tests posting nonblocking requests in define mode. * test/nonblocking/req_all.c tests the use of NC_REQ_ALL for flushing all pending nonblocking requests without providing the requests IDs. * test/last_large_var.c tests the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. * test/testcases/buftype_free.c and test/testcases/buftype_freef.f test the bug in r2160. * testcases/add_var.c checks the starting file offsets of newly added variables from re-entering the define mode. * testcases/attrf.f checks NF_ERANGE is returned instead of coredump. This is particularly for NAG Fortran compiler that may report "Arithmetics exception". * testcases/check_striping.c checks if the file striping unit and factor returned from MPI-IO hints are consistent among processes. * test/nonblocking/column_wise.c checks if PnetCDF detects interleaved fileviews from multiple nonblocking requests and correctly breaks and reconstructs the fileviews so the combined fileview is monotonic non-decreasing in file offsets. o New optimization * Filling variables at ncmpi_enddef() is now done by aggregating all write requests into one MPI collective write call. In v 1.6.1, this is done by filling one variable at a time. o New utility program * ncoffsets reports the file offset information, including the starting and ending file offsets, of variables stored in a netCDF file. ncoffsets is compiled with gcc if gcc is presented on the build system. Additional command-line options are: (-v) reports only for a selected list of variables in interest, (-s) prints the variable sizes, (-g) outputs the file space gap size from the end of previous variable, (-x) reports whether there is a gap between any two adjacent fixed-size variables. See the man page for descriptions of all command-line options and examples. o Semantics updates * All nonblocking APIs now take a NULL pointer for the request ID argument, meaning users do not wish to keep track of the request ID. If NULL request IDs are used, NC_REQ_ALL should be used when calling ncmpi_wait_all/ncmpi_wait to commit all the pending nonblocking requests. This feature relinquishes users from the responsibility of tracking the IDs of pending requests. * Using NC_REQ_ALL as the 2nd argument "num" in ncmpi_wait_all/ncmpi_wait APIs will flush all the pending nonblocking requests. In this case, the 3rd and 4th arguments "array_of_requests" and "array_of_statuses" will be ignored and thus these two arguments can be NULLs. * Using NC_REQ_ALL in ncmpi_cancel() will cancel all the pending nonblocking requests. * Using NC_GET_REQ_ALL or NC_PUT_REQ_ALL in ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel() for all the pending get-only or put-only requests, respectively. o Other updates: * Conform with netCDF on the maximal dimension size for CDF-2 file format to be (2^32 - 4) * NC_ERANGE checks have been removed from nc_test for text APIs and variables that are defined as NC_CHAR type * Add README.K-Computer build recipe for using Fujitsu MPI compilers on the K computer at RIKEN in Japan * Add README.INTEL build recipe for using Intel MPI compilers 4.x * Build dependency rule is added for files configure and configure.in * PnetCDF checks MPICC/MPICXX/MPIF77/MPIF90 instead of CC/CXX/F77/F90/FC. If MPICC/MPICXX/MPIF77/MPIF90 are set, PnetCDF will ignore CC/CXX/F77/F90/FC. If CC/CXX/F77/F90/FC is set instead of MPICC/MPICXX/MPIF77/MPIF90, PnetCDF will now copy them to MPICC/MPICXX/MPIF77/MPIF90. * Enforce netCDF convention on error code priority: NC_ECHAR trumps NC_EINVALCOORDS, NC_EEDGE, and NC_ESTRIDE. * Return error code NC_EGLOBAL instead of NC_ENOTVAR for APIs where using NC_GLOBAL as the variable ID argument is prohibited. * All Fortran 77 test and example programs (files with .f and .F extensions) have been revised to conform with 77 standard, and was tested using pgf77. * Now provides a pkg-config file (http://www.freedesktop.org/wiki/Software/pkg-config/), making it slightly easier to set the correct pnetcdf include and library paths. o Bug fixes * Fix the bus error of invalid address alignment when build with Fujitsu compiler. See r2171 and r2180. * Fix the bug for the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. See r2166. * Fix the nonblocking flexible APIs that fail to save (duplicate) the user MPI derived data type that later is needed to unpack read data to the user buffer (a call to MPI_Unpack). See r2160. * Fix Fortran 77 constants nf_fill_uint and nf_fill_int64 (thanks Jim Edwards) that pgf77-based MPI compiler does not like "_8" modifier. See r2045 and r2051. The same issue for NAG Fortran compiler is also resolved. See r2089 and r2093. * In the example program examples/tutorial/pnetcdf-write-nb.c, the write buffers used in two iput API calls should be different. See r2095. * Fix the error reporting mechanism for NC_ERANGE, for when an arithmetic overflow happens. Overflow checking is now performed before I/O.- Fix license- Fix building on non-x86_64 64-bit platforms- Update subpackage groups - Make subpackage summaries and descriptions more consistent - Provide rpm macros for version identification - Spec file cleanups- Update to version 1.6.1 o New features * PnetCDF now supports fill mode. ncmpi_set_fill() can be used to set the fill mode for the entire data set. Note the differences from netCDF: 1. The default mode in PnetCDF is NC_NOFILL. 2. Setting fill mode for the entire file or individual variables must be done in define mode. 3. For non-record variables, they are filled at the time ncmpi_enddef() is called. 4. For record variables, users must explicitly call ncmpi_fill_var_rec() to fill one record at a time before writing to the record of that variable. o New APIs * ncmpi_def_var_fill() sets fill mode for an individual variable. This API must be called in define mode. * ncmpi_inq_var_fill() inquires fill mode of a variable. * ncmpi_fill_var_rec() is a collective API that fills a record of a record variable. This API must be called at data mode. * ncmpi_inq_default_format() for inquiring the default file format for new file creation. Note the default format can be changed by ncmpi_set_default_format(). * The above new API are also available in Fortran and C++ versions. o New error code * NC_ENOTRECVAR when attempting operation only for record variables * NC_ENOTFILL when attempting to fill a variable when its fill mode is off * NC_EMULTIDEFINE_FILL_MODE when inconsistent dataset fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_MODE when inconsistent variable fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_VALUE when inconsistent variable fill value is detected * Fortran versions of the above error codes are also added. o New example programs * C/fill_mode.c shows the use of ncmpi_set_fill(), ncmpi_def_var_fill(), ncmpi_inq_var_fill() and ncmpi_fill_var_rec() F77/fill_mode.f is the Fortran version. F90/fill_mode.f90 is the Fortran 90 version. CXX/fill_mode.cpp is the C++ version. * C/ghost_cell.c shows how to use varm API for writing from a user buffer as a 2D array with ghost cells on both ends of every dimension. o New test programs * nc_test/tst_nofill.c borrowed from netCDF * testcases/ivarn.c tests bug fix r2023 when the request IDs stored in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. o Other updates: * Change the chunk size used for moving variable data when the file header extent expands. The default is now 1MB. If the file's striping unit size is known (from MPI-IO hint striping_unit) then the chunk size is set to the striping unit size. o Bug fixes * Add missing F90 function overloading for f90mpi_put_var_all, f90mpi_get_var_all, f90mpi_put_vard_all, and f90mpi_get_vard_all, when the user buffer is a scalar. * Fix when the request IDs passed in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. See r2023. * Fix C++ compile error for converting NULL to string. See r2039. - Update to version 1.6.0 o Format conformation updates: * Conform with netCDF4 on CDF-1 and CDF-2 formats. The only difference now between the two formats are the OFFSET item in the format spec (32 vs. 64 bit integers.) All names (variable, dimension, attribute) now allow extended characters (eg. special2 and MUTF8). o New APIs * Nonblocking buffered varn API family. For C, ncmpi_bput_varn_() For F77, nfmpi_bput_varn_() For F90, nf90mpi_bput_varn() For C++, NcmpiVar::bputVarn() * Nonblocking varn API family. For C, ncmpi_iput_varn_() and ncmpi_iget_varn_() For F77, nfmpi_iput_varn_() and nfmpi_iget_varn_() For F90, nf90mpi_iput_varn() and nf90mpi_iget_varn() For C++, NcmpiVar::iputVarn() and NcmpiVar::igetVarn() * Blocking vard API family takes an argument of MPI derived data type that describes the file access layout, as opposed to vara and vars APIs that use start[] and count[]. For C, ncmpi_put_vard() and ncmpi_get_vard() For F77, nfmpi_put_vard() and nfmpi_get_vard() For F90, nf90mpi_put_vard() and nf90mpi_get_vard() For C++, NcmpiVar::putVard() and NcmpiVar::getVard() * Collective var1 API family For C, ncmpi_put_var1_all() ncmpi_get_var1_all() ncmpi_put_var1__all() ncmpi_get_var1__all() For F77, nfmpi_put_var1_all() nfmpi_get_var1_all() nfmpi_put_var1__all() nfmpi_get_var1__all() For F90, nf90mpi_put_var_all() nf90mpi_get_var_all() For C++, NcmpiVar::putVar_all() NcmpiVar::getVar_all() * ncmpi_inq_buffer_size() returns the size of buffer previously attached for use of bput APIs. With ncmpi_inq_buffer_usage() one can calculate the space remaining for additional bput requests. For F77, nfmpi_inq_buffer_size() For F90, nf90mpi_inq_buffer_size() For C++, NcmpiFile::Inq_buffer_size() * ncmpi_inq_recsize() returns the size of record block, i.e. the sum of single records of all record variables. For F77, nfmpi_inq_recsize() For F90, nf90mpi_inq_recsize() For C++, NcmpiGroup::getRecSize() * ncmpi_inq_num_rec_vars() and ncmpi_inq_num_fix_vars() report the number of record and fixed-size variables, respectively. For F77, nfmpi_inq_num_rec_vars() and nfmpi_inq_num_fix_vars() For F90, nf90mpi_inq_num_rec_vars() and nf90mpi_inq_num_fix_vars() For C++, NcmpiGroup::getRecVarCount() and NcmpiGroup::getFixVarCount() o New PnetCDF hint * pnetcdf_subfiling -- it can be set in an MPI info object or in the environment variable PNETCDF_HINTS to enable/disable subfiling. The value is either "enable" or "disable". o PnetCDF hint priority * The alignment hints set in the environment variable "PNETCDF_HINTS" have the highest priority, which overwrite the alignment hints set in ncmpi__enddef(), which overwrite the alignment hints set in the MPI_Info object used in the call of ncmpi_create() and ncmpi_open(). o New error code * NC_ESTRICTCDF2 for attempting CDF-5 operation on CDF-2 file. For example, define a variable of type NC_INT64 in a CDF-2 file. * NC_ETYPESIZE when filetype size is bigger than the variable size * NC_ETYPE_MISMATCH when the element type of filetype mismatches the variable type * NC_ETYPESIZE_MISMATCH when filetype size mismatches buffer type size * NC_ENULLSTART when argument start is a NULL pointer * NC_ENULLCOUNT when argument count is a NULL pointer * NC_EINVAL_CMODE when invalid file create mode is set, (e.g. cannot have both NC_64BIT_OFFSET & NC_64BIT_DATA. In PnetCDF 1.5.0 and earlier versions, if both flags were set, then NC_64BIT_DATA triumphs NC_64BIT_OFFSET.) o New example programs * C/bput_varn_uint.c and F77/bput_varn_int8.f show the use of nonblocking bput_varn APIs * C/i_varn_int64.c and F77/i_varn_real.f show the use of nonblocking iput_varn and iget_varn APIs * C/vard_int.c F77/vard_int.f F90/vard_int.f90 CXX/vard_int.cpp show the use of vard API to write/read record and fixed-size variables. * C/transpose.c shows the use of ncmpi_put_vara_int_all to write a 3D array that is dimensional-transposed from the one stored in memory. Six transposed 3D arrays are saved whose dimensions are organized as ZYX, ZXY, YZX, YXZ, XZY, and XYZ. The C++, Fortran 77, and Fortran 90 versions are also provided. o New test program * nonblocking/wait_after_indep.c tests if ncmpi_end_indep_data() returns properly when nonblocking APIs are called in independent data mode and the wait call is made after exiting the independent mode. * nonblocking/flexible_bput.c tests flexible bput APIs that use noncontiguous buffer type, noncontiguous imap and require type conversion * testcases/flexible2.c tests flexible APIs that perform type conversion * testcases/flexible_varm.c tests flexible varm APIs * testcases/varn_contig.c tests the case when the fileview is actually a contiguous chunk. PnetCDF should be able to merge all. * nonblocking/bput_varn_uint.c tests nonblocking bput_varn APIs * nonblocking/i_varn_int64.c tests nonblocking iput_varn and iget_varn APIs * test/testcases/test_vard.c test/testcases/test_vardf.f test/testcases/test_vardf90.f90 test the new vard APIs. * test/testcases/inq_recsize.c tests if one can correctly inquire the size of record block from in a netCDF file. A similar program in F90, named inq_recsizef.f90, is also added. * In test/nc_test, the test programs below are borrowed from netCDF test programs: t_nc.c tst_misc.c tst_norm.c tst_small.c tst_names.c tst_atts3.c tst_atts.c * test/testcases/one_record.c tests the special case defined in CDF-1 and CDF-2 specification that "A special case: Where there is exactly one record variable, we drop the requirement that each record be four-byte aligned, so in this case there is no record padding." * test/testcases/modes.c tests if correct error codes are returned when various file create/open modes are used. * Under test/testcases, varn_int.c varn_intf.f varn_real.f90 test varn APIs * test/testcases/inq_num_vars.c test if one can correctly inquire the numbers of record and fixed-size variables defined in a netCDF file. A similar program in F90, named inq_num_varsf.f90, is also added. * test/nonblocking/interleaved.c tests a combination of interleaved file types. This is to test the bug fix in r1758. o New optimization * Prior to this release, PnetCDF wraps each MPI read/write call in put/get APIs with two MPI_File_set_view(). One is before the MPI read/write call to take advantage of MPI's fileview feature for accessing non-contiguous file locations. The other is after the MPI read/write call to make the whole file visible, as the root process may write to file header later in the data mode and it alone cannot make a call to MPI_File_set_view() because the function is collective. In this release, the second MPI_File_set_view() has been removed. The root process's fileview is changed to always keep the whole file header visible. Saving a collective call to MPI_File_set_view() is expected to improve some performance. o Semantics updates * Header consistency mechanism has been updated. See README.consistency for details. * The use of NC_SHARE is also revised. See README.consistency for details. o Other updates: * The subfiling feature is now disabled in ncmpidump and ncmpidiff until a bug fix to allow reading the master file with the number of processes that is smaller than the number of subfiles. * The attribute names reserved for subfiling feature are now changed to use a prefix of "_PnetCDF_SubFiling". The leading "_" underscore is a CDL convention. * The flexible APIs now allow argument buftype to be MPI_DATATYPE_NULL. In this case, argument bufcount is ignored and argument buf's data type must match the data type of variable defined in the file - no data conversion will be done. This extension makes the flexible APIs be able to correspond to the netCDF APIs whose names do not contain a data type, e.g. nc_put_vara(). * Type conversion between NC_BYTE and unsigned char no longer checks for out of range error (NC_ERANGE). CDF file format specification make a special case for this kind of data type conversion. See: "Note on byte data" in the format specification. * Conform with the CDF-2 and CDF-5 formats that names are normalized according to Unicode NFC normalization rules during encoding as UTF-8 for storing in the file header. * A new configure option, --enable-large-file-test, to enable testing I/O on large files and large variables. Note the testing prgrams will run very slowly. o Bug fixes * fix the bug for flexible get_varn API. When buftype is noncontiguous, the bug forgot to "unpacks" the temporary buffer that reads data from file to the user buffer using buftype. * fix the bug in blocking flexible get APIs when buftype is noncontiguous, swap is needed, type conversion is not. The bug sets a NULL pointer to the read buffer and passes it to MPI_File_read functions. See r1815. * fix the bug for the NetCDF special case when there is only one record variable and the record size is not four-byte aligned. In this case, NetCDF spec says the alignment must dropped (no padding). See r1791. * fix the bug in nonblocking APIs when requests are resorted into nonoverlapping groups and the first group of file types are interleaved, it was mistakenly identified as non-interleaved. See r1758. * fix the setting for PNETCDF_RELEASE_DATE in configure.in. Using read command together with IFS does not work as expected in bash 4.3.11. See http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2014-July/001586.html for further detailed discussion. - Update to version 1.5.0 o New features * A new configure option "--disable-in-place-swap" is added. It disables the byte-swap operations running in-place on the user's write buffers. The purpose of providing this option is to deal with the problem when a Fortran program uses a immutable buffer for put APIs, e.g. the buffer is declared as a PARAMETER, and in-place byte swap on this buffer causes segmentation fault. See discussion threads of http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2013-July/001498.html Impacts: 1. It takes effect only on Little Endian machines. 2. It only affects put/iput data APIs, but not attribute APIs. 3. The INTENT of buffer arguments in all Fortran 90 put/iput APIs will be declared as "IN". Without this setting, the default is "INOUT". 4. It has an impact on performance, as an extra internal temporary buffer will be allocated to copy data over from user's put buffer, so byte swap can be run on the temporary buffer. The default setting is to enable in-place byte swap. PnetCDF tries not to allocate additional memory space, due to performance concern. Users are discouraged to use Fortran PARAMETER buffers in put APIs. * A new configure option "--enable-debug" is added. It enables a memory allocation tracing mechanism internal in PnetCDF. In addition, it enables the PnetCDF safe mode. (Note that setting the environment variable PNETCDF_SAFE_MODE at the run time can still overwrite the safe mode.) Default debug mode is disabled. When enabled, a user program can call three new APIs below: ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, and ncmpi_inq_malloc_list to obtain the size in bytes of current memory allocated internally. This feature uses a binary tree to manage all malloc buffers, e.g. tsearch() and tdelete(). * Add three Fortran parameters for PnetCDF library version numbers: PNETCDF_VERSION_MAJOR, PNETCDF_VERSION_MINOR, and PNETCDF_VERSION_SUB. Similarly in C programs, these are defined in pnetcdf.h as constants. o New APIs * C++ APIs are now available. They are developed based on netCDF-4 C++ library. However, users are encouraged to use C APIs, instead C++. * ncmpi_put_att, ncmpi_get_att, nfmpi_put_att, and nfmpi_get_att - these APIs correspond to nc_put_att, nc_get_att, nf_put_att, and nf_get_att. Note they are not the "flexible" APIs. Flexible APIs have an MPI derived datatype argument. * ncmpi__enddef, nfmpi__enddef, and nf90mpi_enddef - these APIs correspond to netCDF nc__enddef, nf__enddef, and nf90_enddef (with additional optional arguments). * ncmpi_inq_file_info - the naming for ncmpi_get_file_info may cause confusion, as "get" has a different meaning on PnetCDF. The correct name should use "inq". However, ncmpi_get_file_info is kept for backward compatibility. * ncmpi_inq_striping, nfmpi_inq_striping, nf90mpi_inq_striping report the file system striping settings of the opened file: striping size and striping count, if the underneath MPI-IO can find their values from the file system in use. * ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, ncmpi_inq_malloc_list report the size in bytes of current memory allocated internally by PnetCDF. Similar APIs for Fortran 77 and 90 are also available. These APIs are enabled only when PnetCDF is configured with option - -enable-debug. When this option is not enabled, calling these APIs will return the error code NC_ENOTENABLED. These APIs are usefully for debugging. * ncmpi_inq_files_opened reports the number of files that are currently opened. Similar API for Fortran 77 and 90 are also available. The API takes 2 arguments: number of files and array of file IDs. If the second argument, array of IDs, is not NULL, then it will filled with the netCDF dataset IDs. This API is useful for debugging. o Syntax changes * For all Fortran put/iput APIs, the INTENT of write buffer arguments is changed to "INOUT" on Little Endian machines, if option "--disable-in-place-swap" is not used at configuration. Otherwise, i.e. on Big Endian machines or PnetCDF is configured with "--disable-in-place-swap" on Little Endian machines, the INTENT is "IN". o New PnetCDF hint * nc_record_align_size - aligns the starting file offset of the record variable section. Note this is for the entire section, not individual records. o New error code * NC_ENOTENABLED indicates the API is available only when the corresponding feature is enabled. For example, nfmpi_inq_malloc_size() returns this error code when "--enable-debug" is not used at configure. * NC_EBAD_FILE corresponds to MPI error code MPI_ERR_BAD_FILE, meaning "Invalid file name (e.g., path name too long)." * NC_ENO_SPACE corresponds to MPI error code MPI_ERR_NO_SPACE, meaning "Not enough space." * NC_EQUOTA corresponds to MPI error code MPI_ERR_QUOTA, meaning "Quota exceeded." * NC_EMULTIDEFINE_FNC_ARGS corresponds to MPI error code MPI_ERR_NOT_SAME, meaning "inconsistent function arguments used in collective API." o New run-time environment variables * none o New example programs * Example programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * Under examples/C, three examples are added: create_open.c, get_vara.c, and global_attributes.c. File examples/README contains their descriptions. * Under examples/CXX, several example programs corresponding to those in examples/C are added. o New programs for I/O benchmarks * none o New test program * Many test programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * add tests for flexible APIs. The tests borrow from nc_test/test_write.c that tests nc_put_var1, nc_put_vara, nc_put_vars, and nc_put_varm. Similarly for get APIs. * testcases/record.c checks if the number of records is updated correctly. It writes to a variable's 2nd record followed by the 1st record. A call to ncmpi_inq_dim() or ncmpi_inq_dimlen() should report 2 records after the writes complete. * testcases/noclobber.c checks if error code NC_EEXIST can be returned correctly when NC_NOCLOBBER modes is used in ncmpi_create and in the meantime the file exists. * Some test programs are developed to run in parallel. The test mechanism for parallel runs is command "make ptest". Two environment variables can be used to set the MPI run command and output file directory: TEST_MPIRUN and TEST_OUTDIR. Their defaults are mpiexec and "." (current directory), respectively. For example, make ptest TEST_MPIRUN="aprun -n NP" TEST_OUTDIR=/scratch Note the keyword "NP" will be replaced by the different numbers of processes used to run the tests. The testing uses up to 8 MPI processes. * A sample PBS script file is provided to test "make ptest" on machines with a batch queue system: pbs.script. This example script can be submitted from the build root directory (where you run "make" command to build PnetCDF library). * For cross compile environment (and batch queue system), the environment variable TEST_SEQRUN can be used to set the MPI run command. For example, the command for testing sequential programs: make check TEST_SEQRUN="aprun -n 1" TEST_OUTDIR=/scratch For non-cross compile environment, there is no need to set the environment variables, as long as one can run the MPI executable without mpirun or mpiexec. o New optimization * none o New utility program * pnetcdf_version prints the version information of the PnetCDF library and command-line arguments used at configure o Other updates: * Revise FLASH-IO benchmark to use nonblocking APIs for both checkpoint and plot writes. The control variable to switch between nonblocking and blocking API is "use_nonblocking_io". Set it to .FALSE. in flash_benchmark_io.F90 to switch to blocking APIs. Using nonblocking APIs is now the default. * To match ncdump, ncmpidump now only supports one input file. * Makefiles are revised for better recursive make and fixed some build target dependency for parallel make. * File creation was revised for handling NC_CLOBBER and NC_NOCLOBBER modes. On systems where Unix calls access() and unlink() are available, they are used to check if a file exits and to delete an existing file. * subfiling is now enabled by default. Users can use --disable-subfiling to disable it * man page of ncmpigen is updated to add the description for option "-v" which lets users to specify the desired output file formats, e.g. CDF-1, CDF-2, or CDF-5. * flex, lex, bison, or yacc are no longer needed for building ncmpigen. o Bug fixes * fix ncmpigen.y on parsing CDL file to get the number of records. The bug failed the command "make b-test", due to getting a wrong number of records (current value for the unlimited dimension). * fix the update for number of records when writing to a record that is not the last record. - Update to version 1.4.1 o Bug fix: * Improve pnetcdf.inc portability for fixed/free-form Fortran programs o Fortran API syntax changes * For nfmpi_put_att and nf90mpi_put_att family, the intent modifier for the put buffer arguments are now declared as INTENT(IN). * For nfmpi_put_var* and nf90mpi_put_var family + On Big Endian machines, the the intent modifier for the put buffer arguments are now declared as INTENT(IN). + On Little Endian machines, the the intent modifier for the put buffer arguments are still declared as INTENT(INOUT). This is because PnetCDF does in-place byte-swap on user's put buffer. If user's buffer is declared as parameter, then segment fault can happen when PnetCDF tries to byte-swap a read-only memory. o Subfiling * Subfiling is a new PnetCDF feature that divides a file transparently into several smaller subfiles, each of which stores subarrays in CDF file formats. The file name supplied by the users serves as a master file that contains all metadata about array partitioning information among the subfiles. Because data partitioning is made transparently from users, data accessing is kept the same through the conventional PnetCDF APIs and the master file. * To enable this feature at configure time, add configure option "--enable-subfiling". - Update to version 1.4.0 o New APIs * Fortran 90 APIs (adopted from netcdf-fortran-4.2). All F90 APIs have prefix name "nf90mpi_". The APIs support function overloading. * get/put_varn_ for reading/writing a list of subrequests (each is specified by starts[i][ndims] and counts[i][ndims] for subrequest i. ndims is the number of dimension of the variable) to a single variable. * multiple put/get requests with explicit buffer type names: ncmpi_mput_var_type(), ncmpi_mput_var1_type(), ncmpi_mput_vara_type(), ncmpi_mput_vars_type(), ncmpi_mput_varm_type(). Similar for get APIs. "type" is one of the followings: text, schar, uchar, short, ushort, int, uint, long, float, double, longlong, or ulonglong. * ncmpi_inq_nreqs() reports the number of pending nonblocking requests * ncmpi_inq_header_size() reports the size of the file header * ncmpi_inq_header_extent() reports the space currently allocated for the file header, (also the file offset of the first variable) * ncmpi_inq_put_size() reports the write amount committed by far * ncmpi_inq_get_size() reports the read amount committed by far * ncmpi_sync_numrecs() a collective API that can be called in independent data mode to synchronize the number of records in memory across all processes, and update to the file if NC_SHARE is set. o Syntax change for Fortran put APIs * intent of buffer argument in all Fortran APIs is changed to inout, as byte-swap might be performed directly on the buffer. This change is for performance consideration. For example, if the buffer is declared as Fortran parameter, then compile will fail. o New PnetCDF hint * nc_header_read_chunk_size: PnetCDF reads the file headers in chunks. This hint indicates the chunk size (in bytes). The default is 256 KB. o New error code * NC_EINTOVERFLOW reports the error of 4-byte integer overflow. This usually happens due to MPI-IO data type constructor APIs' arguments using 4-byte integers. * Error codes to report metadata defined inconsistently across processes. o New run-time environment variables * PNETCDF_SAFE_MODE environment variable can be used to enable/disable the internal checking for data/argument consistency across all processes (by calling collective MPI_Allreduce). Set it to 1 to enable the checking. Default is 0, i.e. disabled. * PNETCDF_HINTS environment variable can be used to pass the I/O hints to PnetCDF library. Hints include both PnetCDF and MPI-IO hints. PNETCDF_HINTS is a string of hints separated by ";" and each hint is in the form of hint=value. E.g. romio_ds_write=disable;nc_header_align_size=1048576 If this environment variable is set, it overrides any values that were set by using calls to MPI_Info_set in the application code. o New example programs * example programs are now categorized into C, F77, and F90 directories * nonblocking_write.f and nonblocking_write.f90 are the Fortran version of nonblocking_write.c * put_varn_float.c for using the new APIs ncmpi_put_varn_float_all() put_varn_real.f and put_varn_real.f90 are the Fortran versions * put_varn_int.c, put_varn_int.f, and put_varn_int.f90, for using the new APIs ncmpi_put_varn_int_all() and nfmpi_put_varn_int_all() * hints.c, hints.f, and hints.f90 for using PnetCDF hints * flexible_api.c, flexible_api.f, and flexible_api.f90, for using blocking and nonblocking flexible APIs * mput.c for using ncmpi_mput_vara_all() to write a series of arbitrary start[] and count[] * block_cyclic.c, block_cyclic.f, and block_cyclic.f90 are for a * -(block-cyclic) 2D partitioning pattern * column_wise.c, for a *-cyclic 2D partitioning pattern * put_vara.c, put_vara.f, and put_var.f90 for using for nfmpi_put_vara_int_all() o New programs for I/O benchmarks * benchmarks/C/aggregation.c -- evaluate PnetCDF's performance on I/O aggregation across multiple requests with different data access patterns. * benchmarks/C/write_block_read_column.c -- writes variables and reads back using different data partitioning patterns * benchmarks/FLASH-IO -- I/O kernel of FLASH, a reacting hydrodynamics code developed at University of Chicago. This benchmark can be built independently from PnetCDF release. o New test program * test/F90 contains test programs adopted from netcdf-fortran-4.2 * test/nf90_test contains test programs adopted from test/nf_test * testcases/alignment_test.c -- test for header and fixed variable file offset alignments when entering redef mode * testcases/nonblocking.c -- test nonblocking APIs ncmpi_iput_vara_int() and ncmpi_iget_vara_int() * testcases/flexible.c -- test flexible API ncmpi_get_vara_int_all() using an MPI derived data type created by MPI_Type_create_hindex() * test/header/header_consistency.c -- test header inconsistency and see if inconsistent metadata is overwritten by root's o New semantics for attribute APIs in data mode o New synchronization for number of records o New optimization: I/O request aggregation pointer). o Other updates: * configure.in and Makefile.in have been revised to detect MPI compilers and other compile options automatically. * A new configure option "--disable-file-sync" to disable calling file sync. This is to be used when the underlying file system provides data consistency control. * add build recipe for IBM BGQ (e.g. Vesta/Mira/Cetus @ANL) in README.IBM * add build recipe for CRAY-XE6, Hopper @NERSC in README.CRAY * add build recipe for CRAY-XC30, Edison @NERSC in README.CRAY * add build recipe for Endeavour @ NASA in README.SGI * add declaration of flexible APIs for Fortran90 * "make testing" now hides most of the stdout. Use "make verbose_testing" for verbose output. * ncmpidump: add the command-line option "-k" to report the format of netCDF file. * ncvalid is renamed to ncmpivalid, a tool to validate the structure of netCDF files for conforming with CDF formats. * Fortran type NFMPI_OFFSET is removed. It was merely a shortcut to integer(KIND=MPI_OFFSET_KIND). Some Fortran 77 compiler does not recognize keyword KIND. In that case, please set MPIF77 to the MPI Fortran 90 compiler, e.g. ./configure MPIF77=mpif90 * configure now automatically checks Fortran module compile flags * Support additional Fortran netCDF data types: nf_ubyte, nf_ushort, nf_uint, nf_uint64, nf90_ubyte, nf90_ushort, nf90_uint, nf90_uint64. * Error codes and messages conform with netCDF's o Bug fixes * Argument unlimdimid of nfmpi_inq() returns -1 when no unlimited length dimension has been defined (to conform nf_inq()). * Argument varid of nfmpi_inq_varoffset() is fixed to be the C's varid plus one. * For collective APIs, many places have been changed to prevent program from hanging if a subset of the processes got errors. The fix will allow all processes participating the MPI collective calls in the PnetCDF, even if errors are detected on a subset of processes. * set the nonblocking request ID to NULL when the request length is zero * report error when bogus request IDs are passed in ncmpi_wait * when entering redef with different alignment hints, fixed-size variables' file starting offsets will only be changed when it is bigger than the old ones * Fix some Fortran API intent in/out argument declarations * ncmpi_def_var is fixed to detect if CDF-5 data types is used on CDF-1 or CDF-2 files. Error code NC_ESTRICTNC3 will return. - Update to version 1.3.1 (September 24, 2012) This release is primarily a bug-fix release, tidying up a few issues and incorporating some early feedback on our "buffered put" interface (see http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/BufferedInterface for more information) - add a new API ncmpi_inq_buffer_usage/nfmpi_inq_buffer_usage for inquiring the current usage of the internal buffer allocated by the "buffered"-put APIs. - bug fix to make bput APIs properly return error code NC_EINSUFFBUF. - bug fixes for ncmpidump to avoid residue contents from a previous read when it read beyond EOF. - bug fixes in the the tutorial example codes. - add more in-line comments for the tutorial example codes. - add the error string for error code NC_ENOENT. - Replace parallel-netcdf-1.3.0-destdir.patch with parallel-netcdf-1.6.1-destdir.patch. The patch accomplishes the same thing but is created new for the substantially different makefiles.nebbiolo 16150299781.12.21.12.2-1.11.12.2-1.1includepnetcdfpnetcdf.hpnetcdf.incpnetcdf.modlibpnetcdf.sopkgconfigpnetcdf.pc/usr/lib/hpc/gnu7/mvapich2/pnetcdf/1.12.2//usr/lib/hpc/gnu7/mvapich2/pnetcdf/1.12.2/include//usr/lib/hpc/gnu7/mvapich2/pnetcdf/1.12.2/lib64//usr/lib/hpc/gnu7/mvapich2/pnetcdf/1.12.2/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15-SP3:GA/standard/1c1fd31b7cc68f216163e3116397bf49-pnetcdf:gnu-mvapich2-hpccpioxz5ppc64le-suse-linuxdirectoryC++ source, ASCII textC source, ASCII textAlgol 68 source, ASCII textASCII text (gzip compressed data, from Unix)pkgconfig fileRRRRRRR R R R RRR RRRRRRR R R R RRR PR#A K4utf-877c0843e177c430893d14ebcff9c13a3a52637fe73c143eafed86297d85a6812? 7zXZ !t/ ] crt:bLL.]59 XF8H߰mڦ ap@(iK$?k|O2SI+{A"ubv+T0xw~frd$԰-.koU,(yPID]nRO% rI ^Sw ~)W C+ٱ@7g;{6DgK8)[~LC0!Y?M%{*NS TɔYư<]["k3.H9xHoquĿ:xsBd,:RÈ˒Pq'y=j Ř]3>SU-_=I-BG=Zߚ.}'8Ut* [2 DboӔ6Rab׌/ e@J%\_$ )|G0ڲdb)n{R\yO\M-7kOh9bg._Cr, S`=InzNE[^&s$BRZBI?mwE("Vd# z[;}$O6ٶOjWdkE&;C$Y{Z/3)Td WSom `C:$Qbu9/o\`A'h۳RZbq 4g}~Wk1*Q? )`n~{ZrͮG9,VQE :$ ky9,fY($`f$l ~΃0ZPDi0#}Pf;y*ftBQ\4"?PPP'A~uSν!))p)QEc^Z\5^:T2&tQK::CbYMHtP iLYg(+eI Aiz4轈D[/[n*&n"hRndLwb0RQ8yR9Vs.kK%O*E~o˨byс탅oڰ5C36Qܗr]+R`'Zq/] ? tϕR;)7Y5<=V;Z8=ď9 eŭ}A<]^cT!Tfjy# y)?MfGpOv?ʆ_6˪KW G7þtF M;|^̠EɜL}ݸ+ŷǶ/7^A;֡ұZҨ1E, Zib 2J+@JBA lj!ǃT8t3^!.-rLg57H)9bP~~#~kVF_z*i6=X71~jkb!UTpWP^!!!HB!EkBW,z U,S 䢪*)VVd^8 &-|KՆhħ_LHZ&ΡbW = Db.-2)&c0VFAw2og8-EƮWUq6" /W GDC%]S&=jrPKJJ榱 ONĉ'@zH.:樻 3ze̋>3}Ŝ,SZ<Կ"jED}5seX (BI =syB+'jI|yt2f׫ C ,iF vjbbbǚAHsY5ѹU2[ds|[i\-~/#"kBw`ZZc< _} K !V!`V][~4 ИFw$-6$q.PP(1!$@U#==ZKL5n1< ]Ӣ ,<!\s$z:nVvRU^N>bעuqP2_C2L#a9(qEvY@v,xPTT-x>e } GrHFyژGbBO^u]AUgpAwtNJ_zu>jqв(Bӷ^<,![LT`W=DE+H(R:- ;1_ju_ݬ;i^HHpJ Z7McqT _Ani;#2%/S)uud"gQ,H@ F hZ\#(vN^Cv+ol,owu9 Sslyr~o:Vj3%w|0i(wn`HTOoPXkV~*-鈲*6?uK/ 2eHV|ѮL5uՕ$}璔ތz&,-<|߲*M_Y&mxOBَ".%kdxQT3IqYC! 6&+\bH/DWڼtChjr?.Ynr:淍dk9d5$GP`f0})o2Vֆ(9/ )k$0zcC'6d[&iP%{ c{t@tTՋhPTkś]#ee Ij^Su1q3̾Yu&#;.ƜV4{A-LmCn#ʊ- )ǭ%pLk:eJ<1E`@jHe%PԨϤ$oެTmT1iI-ߢ'(Q?HDTt)suB)':@6kZEc5} f(]^jfl|.K5P\N Mk{"%!ǤZIŕl-@r=/Cr_)&&ѕS%S҂&;~7OgQA'k⪩l⯝hٿUGsQA/ba1 nV?ΩN\1*jOe7qXo}kL {P0JXݪ%e#OȜi]`j{P gh3 0 7bk&ϏRL|/ϫ*08a1vEu>N}RG3HT_^eMgt^"BYh(P.v]"]M0kB,( \;4aP;,~G=%lr6K*t&2t(6qC{1lT|70<_vsI1[K awLEY՝F*>cٯV ^w$/gfhbk [;c<l<00_w⨅[!Ƴ6t-vaD hDЗHŽhAd^Ŗp a_ 0ikMXJuV|7DEIH7/T`N(Ivޱ}mJk纮׮#e&mI#]]0!O/}9`5 yL) ,m^PP~eX!h(fa+SIj~o+kn!A ZHir`yJmRu"M4Iz&J`fҷSj{yw|mHL w\Ϡ3\# K%9ҖKJEsA I`:3HJ@ >5p?zLj*+&X_%l7,&`OM|O\ 6e$N6æ[d:C̴rk1P9;N>Ds+";(mdЫv5e tC7~F F(&xoJo{0l ޔ}3|/$!ʀ|$:i>DN6Ƃnі7DCuZ} t9_jxS6lN* 5Ѭn_#mXpO0X!S`"L*í2S\2鯣rN{y.[ǡ/dQ&lK!нNͣU$G&GSчbb!@Mt;h!'צo@O_~sCrq&?beNqfCsV狚m-78,dY`m@c) }hBO? +]/=Zh@"+vxoPeZ.g¾F|l$0o4psӨ-qZ=<~=L"g?=3̂~N0ls}ox;\l[(҈GCm-޻6H%kVIK@c F4t5#QXTM1=@ bIrt"FBR7#wFj8:h'Iȝ֍@yVVbm@NwZrq! _o|kᩕ`fN;/&'kN v~d$,YaQ*? VZz1^"aV-jӏ|এ6>|kq4+]0wf[=*S{C]٩CE!H==Cҹށ ZUk}dx 3v͈ՖUy{&aky m5N]l6mGIqΦIPh la~kAfY3Lj 4h ǖͩR >*$?H.ʰHdo|6FPԡx>ȧLN~Zt9)x][``VD\Kn2RZzQaE|UCC]f0q;|i3_ X42Ozmiۘ*~ؖYm1ڿr mxrp=9IMAq:sx`dw6wIj $yq/XH@:b9waKW-49KOYb ay<8iߢ䔽,p $FU%k9w6`iT& a ~C3_GҮ9]ab(ɝp {ÄAJS"bq'ekdKi/ix;`{o.9>? d<ul\&Fp.]@YZk_Ԁy֡2z7|`GgHpuűf#gP#j> 9R^-/58k&~i6oURJ, DAA^ߩ\wǏFͿ88H. x_ԇǒT9Ѳcgnϴs\=RNq<9%ꋓ(uвa{mRs\II(qVv uіyR7K|WL[!.PBʘAd<7'Mo00Ehg൏L\wpqvqʢ3t/qOGB~gb %"7I⌲vK{F7*,S1'Q0Kd%9(2Fl0ëZ fLc2x:7V9y4ُaj@)Fw]Ko}`,&EQa@ -j#0XT bqP/goGXKEؓ~v]KbA̼b쪲͂NUMٝ @)CSrBKY'.'y#|G xj{ IW};(#kJiu sPN Q61e).}G8fHMU*]ץx-B< tW9z+Haɳ^ ޙ ĩ%qPqA3iMǁNơTn/2^a0©@]^ʠd;մVcô5Ž_y6Jm&doa9 T9$CAЅ&I I [w<F Qu(!Z˕} "Vr!x ܸl6G9ᚏ甆֢$1 ݯ[@ B[,YR%ks fCtJKy˘~HDdNWZG GB'ͮ۷ڤ T2t޳rЗ-ҘnP?P.|%ΔA졸-:I#:جϲ1h\U6:~9߶KA Ku&b'Zo =Ip~yYpvTbn_KF<*Lp&8%WsQE?BeH%rAYY;"W'v;$SM<5dEU us쉯l֗k@4bf&tf.;\ꉣS.y }[  y/}SSO!%o$mO :zҨ" mI$V1 '7h@NK;Zg-{]:R6LJq:X^K80$kAbK9ƿ= 7)flXZ1:0æ t >Rv,+ϗ:>QW,\d`,qŔ/ ?>?Vm bjv6!$ݿN. LK9iE5gXRM)B=W4)cqa,4rZ/# ~N6fNsXqKF=^VCUrh%'$pj^,Tem61B ]@vt ditżIb(ۿAA a(Ańw,9Wnk'{^0jm7` IkuZtAd߈qBo T3B;I$,yImRV`cO W؇uNowܴHAbмAA秴81.i:m4}ޫ, &{\,m}vU(ړѤQvMIE.G^2R"A~[?^r-֔ԗl"'c_%0-j-QQs391e߿D!K V? NȨ;PB 6#8Cƒ(g}Djf7L?cS%yFGV@Be!5G_J[i+O艹=*7~͑@k%d1Y5-8bCPELa%gD0h%~h1,Vx6ldlbThM: NA_UNEY {xS"w|!f놥:gzXV% WjܫթlP7x|K BS7 m9:Sz,Ju>ɾҖO//v1(ΉMͥ7K;uxbߒ<4 I-_ijD V&9qpM<|h1ĸ%$_ǜ W6s|9'{<9S7MO~.>ܿlV #(Sds\'wd;l~~zjP|o6G`qoFnno5)ABÉ#67 bXylE|»m_^; W~1x ֯P;Ӹw ;ݰ']d^tU(լP.s*XzNg)=bLĺ~]T(VSt-Z5}78MN28*7aVa@TZf`,'22-9gNa&g˶ nXDD̥VCKFtE'jOsi'-˻&cP9=dCW='/}|JTUΈ5G-b?+ (IAN =PZ ;NbtڿM%(mZPqGޝz;|`ȩDuƜ٢4`РL.퍝7{GɚhgMpqωhe`5 @)li{ m+pNΎ!uG;6xr]<Cl?=̹*)?xJ TAb\wi`25Ũ_LckPX+#ab[ ~o[w qɇEj в!q ԭڻ, R"8^8t-Mj-Ϟơ'GOX1.9}mg-lܷ-3;ohS<7,lk ݈m!3%Xf&UްGLv#,UbY: k`2kЛ|bFeD<;"ҦT6Dov+?j[je q\ +Gq(t8(!J=0w߉[7;ȹW(,/i|DM涀MɇR<F^@A.K}^p%7#Fؼk%`҃RmS% }S%|4&z^?{.d 1z/טTI4y:~s,y0gq^iNk%L6kč{t|\iZ8px% OM,90Ak<ȼ$nċ/CtV5:G`Cjp;si ;7v9v_|PC^cc*P9PRqgRTJgԍ=C#4b?.yژ0Ui k$l}m$ g>`7p(qbLj2CZ & iԞ: ԯkm&m|$] 6z߰]$m$]X+n7IPeauᣐZvUvsn+ٵ`\nN x-: Pǹs޽0@س&1Z‹^uUߢޘEq~8fGe غ89";/qRBb֟YN)Mp;+Ô48\Ownд)}b\!\Ǒ|%v#Tg>9.?[N& Щ" {*S G>Č[ >S/ !@UH$#x.l\h=W VM8r] FKV ֽ %83? z]8Xgys&1OLPO"H9VGGk"--((P?텭[, UY_=g$ѧס`n2KaFk>"ͱnB L$anU~Ify7τLΑתbQEXaf[Cpd@PrYTTIs87?'\sƏ~rX)t }Ae8N#&r6Wk,dJv=+^*$M]`>?tto <x4Wqx9xY4"bJ5By VTA*ob `s2:*ZXmlho-2 *ĦLAvM;HԵZwG"j) wQs ƤLT^uDYb،H8э P8unBJ5c1Eܞ=b`W>u}Ǚ]5HeLH0tl/I8_].z{ OvIb@K{p U>1 +іm4&nݡ0♧Z:*Z?pl[gs2y8aDʁ9&\1Zjo,*t~^$@\WK:3V+i%5>u~T_dxKd&[w>E8vEջ_6 2X;!d/}uFܚO隼&?s2[N䈧X=$)'A]ךZ2M>kkXmH SşJ LW Ш&s{Ul#9'hgCC-@NO)̇ɑLW<XQH7ʨ-r9ϴ!>kIv#$ KOp=ËFR+U?̭Oa(DyB1d FMEK9)Lu'۱֪a6W4&~GdcL7 `Q݃טY.?s=Xvqtf1Cl^ InD(Ѷ&$3V_˕liSe;%!xCBucxG] "xNw+D E;kw]s'k,ekS/ )97~%\GZ;P^B] ikƚds^EC8HK:S[yNyYy&yEaYIwDeYI;A ;F{BwqD X=-e:Xu~-YWd\L7fg ~D=RDxE?r:<;#<Mx( QgA9rڣ0([OߌQeC>9 e=# ~ ,$\tV>DOj5g&(vfmAoC6 3;qa~M+Źt` ޸0]qtAG‰B3ƇǎJC =8P\QzJLM%AYBt9X..$h 1亼Ǭ^zƆ)^uGWZ'iR%d0x]%dSC1gE SLw2Q)x\'3E!nͦ/{:'EgD5iډc)[va{a/>UP\;'xGP>$tɲ5F@h`?<>yɆH`J1Kb:_76trpD 5%qNв|fd ã)ݭ WzEe燎h184n2 f>"IUAfPκ!\BSl-S6+5I$QAԐls>D`(kJ.(\eF{!P 1/,K0ft箺nCu^Xa ^fHn&h^TAI}>DGw%V7|9Z9* F zssq#;*Mqɯ${!Ѕ5 c&ZwVR Y\SR\l# =V/u߾񶰴t8@'@ ^@.LN![&8Ng{+*Qu?,R yYV.IO蒰meOEXr@%NE :~Zb|--`(]V"ƬbOLL/2KYi[廏 5\Sahˊ)(l0̄7k0>3)'bRA"e ֝IQ4ƿCټg̲٣' /g>_S5XԏmjS7rܲ {rĿU|R@@Ó{$Wa2J*d`*Xanm#T$LCYrL2Fϝ׼ ^h( =HJi;I:uO'.$kN ''iA*E,;^.TAw;nTcvByx;e/&MIt;cůX;C$|b@! gES#"ו8;޵t uZ6Fb aK$g3#5isIA( tU|ypnpqep(S1Wm64@@\֤~w\>|bzhb"vxͬ2UOlܺp߸2uE+ U B5Qn6(g(8F+&f!0p1<;JRp|}5l8YR Sr|Hb dBίʇX]{cG;YMs 1duMn WkYP;rz9ޛY˓{ ul$ÃsU`N/eʮSc6fAÎt¡JY,PuOZBQ ){UDfEE==yKN ,^fcKC򪥻u;ҹJdžb's(Q4"hc`~<AoR0=y۾`{E~l'JT'3׶!DtRԺ?ea-#qC:#i4z[Gi`ugES#~_{;$GH \(k8w| MbrŝR\k ?G]֙iYuX @v᫜j-O´zb^Ҍ#*W_ IܤeLI{p40gȪpJ2rvj\3~W&HlQ?݆auGODָdfJ0:eU"^F] Fљt6 +aY&Doi5h 99|0Whspmw XUŪMh'NE'E9mެ kG9J^4w۹=,{ei#ͽ4 6˵BK&X "V dOjH66OȗҰXu,F /jQHŃ/7;p+Q{g?kݵܒ| $53ޓ9# eI5Zע۱ N(J^6 *َ{#o5ߒh %.|5j*KQgJW*-qٳfC,:qM!l_]݀긝虚{F%~olўh_Z28䙜~Ē …|DbwAw6ְ s@f/qv^Z0˅-Ed??.pQ_T<'D=@tW’HFX2-:0 _ &Z|~yu'spuXM ckT,s8x2I$7H[h},s>-W==}a2 eF[G x_7]ȨV<8}Cr{tfm{+`0&,p bL~tKJ(@{#v;e+_6Θr㖫wQQi؞ˇ-48K}iZ2:aRR}zC+ wh7MK}hv1?MlE'uxٍ zN7K; ,e ΄YZC<@KlBt֋PZh-Z&Qx _1 I|wSu='徙gl/䭅0z¥օAEG0A'E)Z*`<|1l]ZHyap)`&mXuˋ/`f"JR+ Ksn&8Lyp(lvL|Cr8Qs$G(&;N10>12s7-ŹWEgDEn4_0 -)OK.{S'XF(0pw1yXD/zpxCk=%($ZC`g7#^]޾xƼT_@ɥȜ¤-pBdBD0SI'Ϣ@f޲FMڗ38xG洬ʬCO&%K N~gO _ t'%u!v-Ŝk'?#S5-%QZs}K(_<\vK*^L  =6n[u&eD&έHNJ&a6恂''[CڵB_詴XWr՗d~^ S?d Yf-sm^jTЂ;mPE*;vR;Nb۟4l|t A6߿a}w/Sr FGU!婼nKW!\\>;(Źu 22N<:i?KE}Gf+A,JҀs;>v(7[{YuHS{$X֦t%]xԫ C N"H?jŁ^5k#@&&kCۖfRwfEEM%~$Cam|gesN}U]$jDz҈ŻaJp,XϔET Zj\LUNl^DTrq#- S8`Mo=1E=C[m عI>Rdߚ.H}`mnBH`pY#Y)q;Rilϑto&R!E7d3z1Hu6{N]Gi9Ag`XMHYO ȆlRnX&W$\OG+R kHLPkp;qS@ Ru i5w:i'PA-""KKx -(G/^iVR7W9qŞÙ^[Q3[3ҍGaxHɺ%m"M>|AⷋD1Q,M"bżɧs֯\kހFAk6ʤCnW*&|ui1VhL@$g~`YU xMEU#0F(խ#8~<_N?Yj!3~fVVN;۸HV= 񡶻ZRUPBۮ3d = p㹍HF"P&cӠs3uD1p*}(UBoVɂOB!ܗ/MVٮr[YћfXxQc~kkY"RrݴpFR?"yB" $o6LΚE ing/.~S@\e'~=߀î Xlup"}oFvSv͛_ԦS IOXDX|kakڷCpt2=ŷE_< ΐFwoyӵUwQ j&C&B0rp8 gi{_O1.f5 6 5gWuh0hx4|]e\ߊV{ j%zTkVV!)4x<_'^J(B{0K<ТګNV!m_qW'k/ I,r_:2V"@LCefV/d!BT4e}ii!/14ZK-I;I>~bNsh+V"'=A] ]u*'g_:* `|\5) )Ӓ5G @Idhm+]&#Ktty1ڨ};蝙~΂ym"Ƈ.,.jTgLy{pM}|%Y\J@ͳ׈iY%`Ԝp@w1зvlFCJv!c{0j8Z EIdžLgjPmJd:N21j1A%DKˠ4U 1l۳z,CC'ZџXԽ|! fX_!\6F)T!sk@AD_}Om] UKPM/#mB7@ppiDǯ9sg$D$sg['QSrW{62cCuj QF5/"x۳Ԩ1 XqSWMco &ȴkN8,Pw¶8:A;ׂqXf-qD]?2O&2%Ҫݿ y1?9'7&b:C^ ]6^Ըp b\EN0ŅJxaw~U{–U.h:whi1ɜœRm94}2Csy,^ &'cMv8A޿e(ej :AQO"݅S,doWdbۑ_(Ƿxj706N꫖0ٓme#)ݵ3O δȡK Gjt- FSՕL@)etix( poEW361w5]{A5A" z:zwԏmq4L&bor2.37Z|*LջWe3yK",]-B_~CNf-Шv6xpQp( I[?Gpk=IdyϽ_GdطZ99} 6An%gfd@9⎅lRCm= g  A@ktvߖI~B Q:ߦzG?gC"g ĻKk Z>bNf֭Nƒ*`yk 2ZOD+ɃaAh L2;薕Cz0) :+\&m=[ΨbcoWڙN`мʚeI^ 1-0i0%;9Мԣ1p# M'S S>:>>dbGSիh%Fi6J $j ɠ滅djjO? )ڵ k&SQYg-Cʹ:͒rV_Gj@޻ٚl0iErQ0/|vߍ'ܩk<2UW|6 ըeq%2`9/at~ld\k2)vx-ۦC$JkdR۔,jH_w*b搔SZw,#֥}l v#G/6МJT.KBC6Rn&捏mw;mS;>vpzD| | P|THYx8ؖ]/rڞۀCE+G~SDk֜:CK]Ҟ ;n.j#D$2 Rx[H4gQ.)RU_1cU b1p$j `-vkor@d1P.<Ӕc܅(B߱~\ѿƮixD"HZWFbw§^!9l Ee*qO)|!ޖmv-S&X?8i;Ppv܅{7nZ4ܲl~@L=JT-aUW;^=wR(37gY_pA?c] tU@sH,Ys U~%Dlˌu&,ݼ;*vB11-_qNdE=]Z$ܽo^ s,x=g.5cዃQl\;)Vp-~ N^fJgr[mE)j(H'\[?phfRX%c mot" 0esN% d$qah+Orvijpeo93gA^zC< T"$3[,Upw]"\|ߔ)!HH5(YyM⦪nl\Y2H̽m ѹ\H9ݒo%2s)}'F;[Àdxk!p׵WLX1yCEOl?>L 6wJ#ּ$ ӽYv.t^$ Vtۦ@\EWaJOFT[M͚Z;X:̊I1$Z:hE-AA: ~n?7D5_hbʽm8i>N9 "͙*mX4@a͆yq+B;(®* Byd "{QKaarqC3bP'QtrUs'+2Pw[24mK E{0odAv{{1RAYS*X0p NIl./}QH'Ƚmi'l<hEȬ0|㲃^[Nr3׀ub !E 2EnDe*ad\-,m}E r%i^LNMG^e=YˠBC6RTDPjuC0V ;Wm8Il{hЊ49K+c,*G.^$o9, I5,؛$s*Ym,a Y@/G;{~I^`OH`:pD[@#Qȇ:7Rptq{y6*wDgv 埻3+HӤ"LH-et@)C?LskKf? 5LL͠\ɣp%{zt2UccHD19]pFc~SxX)Dz7Ս< ;% -q{K1AW'6TV3XȒ4}4LYT;mQTjeG6ܪpAF N^ eiA,2Lyb Z& -PֹH Igţ89.ʲJg@ Лu>ػo 4{,sHVŮ 'VSD3h$;L`"9Mugr ;e#ԟ[T'Q7DǁKmJN LHX[+ 'wrT7{n PC^.B޾J^`He'bN9dk WbٕJicK^p~cCî h PjvMy0aBl]*t811_'6<9 ]*EDq+* 5\~49XQCV\^ar4zarn0˄ @bq1=ז**X,NA|G@RXNt L\5Kj;OP5^: /L 3@">d#, p:) /XR@outza݀|>?t˯vf=*mVnLh}$aw bha-"޾](Uwoͮ)g{D.v*B,# S;֤S--J } p,rYU-ZgۀE]1 sA:湆tO,ڲ29k@㇚xjwB{DjxH,}!<"oM8(ʶZ$:'!']<^vhc>ys1nPXoIv).)} jw ;FAyiTX;RT[<;zo Qڽi &^3cܶY 4)•qez,bxXMM/#9ʷ~{W h7`"I@;?Jg9x40c8?6D8[ JiH|: [D&u.!6+hH诐d^U5;τMh]1!"\ q^GvNb2*7-D-Ң~E-`Žk8 ,A|3B;d@myԗκdٺD:T=E5K 8uFT\iF=gfEWɁ/r-* झs5]{TڥDOyDTO0s%ɨԚ)ϧ/ǝ 乌߽L0=݆#߳-$/\\ѥO4xyIBJO]{Hʬɸ@}|$jtƚ7;t-A4fwsRɂ!Aۀ0oS! Cu! P 6 0S+;^( Z-vS?Ż4y4[ujewDAJ-kd3Siey%!AWàx0ד2%N٭D韹`t9Xs!'u,qRߒ38<}T/(<|♕QjݎCDg4⸜eYvRY=p_MZzB;=->4xa%T=1?ɠEqdYd:7f*Y?̶@HvS6s/At}zzA|H7̵]oY?S,YF Ȅl9)"I=p@"C] m<_U q).V6y矸9&zh.!DxzPd$% @[-S˃yEivKVp>蝹DnBm]'6\KQ|2LĦyPao rB+}I:Ӄ Ώ^Ǩ~ͪxvDͶjkٌ ggC'FIګ_h1LW{Ҝb8# }yʚFRΚUЮ$9ѿJ$XɊj4H5V\pD,Ens:9S$L^Y &m_(h*=#IP}I?{[(>KE.?ڙP|RL8F/_#eH,)Xn rw.G5sz@Trғ ={HyCOԽ3#) u LٝO._?sOAg> h)g+@*EA /oF:Ts^4?ZH~(!\ͅ0DR4bj›!,T.i>n`K n6WL%i3JQ:]y2Wg*nV8D2(joA#D`,V{Ce =xh#ׇ6q /?\ ^ka;r _'GD7o V%0S?(zuǘ۞L 2u޼#knd6C #!سzM5iu':m4QarZEa7!Do|eDvI8[Qa4A@o%: @f9ETM:>&xK zlSڭ3ЄrZLhj|pע6ٖbvTQ͞. D(y<@[Y͊㉑ELRZ԰wCu~iz6<+3T.e7Tt[([ۭHbSd_@Kh`ZG"鰌 ?@w )a9f AcԨafkQVLAbf~.g6iҟA=DNgBC6^19Kf?--*yn]3_pv4|`bFJ q&P7!ŪR/ŷ y] h= f ^Ad ma0zrTc,UvVغpGm*m*еZV{TA@x̀ ;nL%"x[Yrh7wPܮaZ akǥe(9`~$؅T8qL?f՞╦IQG&aBSRGy+ݨ h^qP(<޼[yϰ5f r dI)RKx C3c*s^,:-N y+kQ^)U~Ql&jEJ/bމpTjوNX<6`*h}UPץřzWP(IJ?].g[Ug3?hZbL(bi?c>W#=_@ Ba4 oA,n}1.+,B0̒ei\8z'D0>$}[:$'G»k`RGFj`rBDJ{8aΔ bqnHc>慈r{(u8B3g7)Ͽ*sӮYqU S(n @ex {Tf5/GƋD:q=AKvnӿA"tj%E3X^Yz\nbLFHPuNVҨE|G>z#cLԵr7qy_Ur{uQ٦&Zb.Ta5rT@?So"$w.DvZ\'r(iڦ/ǰ|touM,$B8~wJ}'v@vW%Gk|K$eʆ(6=3Gxq"ߨͨɸLڥSz,:e,%k<\5ZJJu8gDZj)ިf`niΡQA%5ˁAtqG :-R\T".$gAg2W)B&.WL }}iуOO6E&b^+uBw:j+k:x.Jee8'N?e}X`mUӑU#+RUa1 ;ox5nuZ|))ãR)|x+ǾPz˺M\%-U_Hgd ۀ'/]ii S'=\ rPo>zJ $1=_rA_/B闐tg¾q4WM1)(ȬBW`&mQJ, 5%&'g?3#~D"gI1kqm\wc]nto7dO5#O|`ƶJo6춟CPXz" Zj΂!=BJrm\ EtS+2tƸo~+*yjiu5`0iO'B5% X@fTF 6|ia:HK#2? 55=>!Oa# Z] SA^NFI֥ A=-rw|fN"w3(&)`#*%[2"qTz?oH%=l;+q سA.ެJ&"Ǩ2L` ؉nEYe55U I&$pPzmu>Te@=`hB DPSL9?3k!|zH<<˖X(BBM]ȉ*K.NoePTiP6_!M !\;s?}4_|1h8F),02LieL"vT4+4/6tAޗdUZō9j=-DoQ܎Y|M Ù4C>@8}X]q1\IbHQ%HQtQ5mʶCr J͈ۤi']}&6w{s)23cԻS7:t?Yx}Ŝ@"X}S(G >%_]r =q)k!mEdNf%g:&^L_$G -~Rb-]V1EiˠK}^{o=9c̊l*0_w$5z\hnHSVOApW\7dYG!2pM~MrdYm&rљ7RasW0 Fх?O;Xeog *o6W$U5_陸GP(a1߂Ikqn# a92(lB]z05t[٧&cr3+S(ԧJfWUf (}o8v35L9 ?;Ϫ>@ԥߪFf_}6* W6gգ]GަwL@|]8w'G'cP[u҆r)*Z! M@S )$Vf:f7aۋk4\ ~[hFwwkn)A Isׄ)B 6Ǔ6RDiBZ^Qj{̞1.BK-Ohd(YTv?$$6wlZOKt̨n큵G9㓿N ]E&eY,7kFF7G6Dv)A Lmp_Yr x+zxZ׍&GD٥%]QJ}eX&˕A0e\r7n:MR) LtWrB-@a馹7G]mm-%~wصD#$]jIe~5&DdsuB (xc?'ww5bps/y &ɨ!D1lM-B, uo3dE99ʖ_khLͯg 4+w=9Z,.X MP|f4h7*^Eہ^4)"lO:ҏpgfA fjBt`Kn>I5qe^l]6#A"'[[&NeJs s%N;忤p~]UXX&S,{r*~{?U3*Ϫ@{|]+Ͼ4$pSQėȾ }99*m'ȤR$C@]6D6aW ab`1tfg@ qOV' &yή\D"Kߺ5j.a$EB=Y;ӥxL 'f_[͍fGLiK.|{N:cYNv~%/$k&D+xScnl,ҊX 쾺=xk28?[|w-:$6if")wGCFOR[LԵ7Ӫ [ݜM0]GqIJxӢ(nFɶ$M{O}['1Y`ȏ'K+y;+d7Dw2wwג r ^|gq`LSRNlpwWk17D5+oԱu?g4l\|gqzGt)PsGlGt4΢א {2$2)dET[s)rbX̮GYKxp/>FJ2_͙oYDR﫹hCԪ?sqh[lMƴ%c{ 4/"Kd׉ _q: 5w .*UɴG}5QfsmcH:(7/J!4^bILDlRTv$(g#ގ)$:!v E >+Na++ Qߟ C~Zky"1>JDeT&IOIwpP9RYl>K#KY~E߆j4 U.7E3<x:sTdqDȟ.Hԓ&CU[^CiHIɈǦ`R0`ł[H" gR)&Ԑ*0jR(/Yh2+?з]`8GՕ}m88+fNh$ }>-6 Nql&/()[== h}=} ٙ~55۴ef^#+t#!U 5وH ;v*Ϯ-\S@gfl:t_l+ 0gb L.'k &ImM?vxO~FmOd<`Boqk ~ j_aRaEU[cj&0ß=v7~j= k9:cD< Il6QغWʭqqQ?/[pFÄ'm<.x#3 ppTI7߼CK뇩R+!$OH_~S}WMCw%BCBUD_c%o-x5uu UNvŨpL3 d1+PS[S"!=9LתGOCt5 kv0I 4x; gZx%#tZ8&G4=" ;ݞIA:kҁ{viy,6u v]=qa@ כu~7ACL8lW"h7jW Q3mLs|s}4UDġu-MQ,γ u 1և#^Hd5$u+QG^3A3dskyK Bh*ҷ,(݂@z ':8,:H;`ܱTm  7E^"omc,h6r6Q:F">$v-.!cα3nXH0\Oz{P 9HxYh׾ufC3ezչ(^sJնBM01oȝC 2: vvARGIdjڷcLj5YPGyHKAVQ{i {X9DPB/uaɭoM<9U 襛G m Rpj}.\_lN]$3#̫k9YpJ.WTڍĸ6ӝYePH|RPȆ1p'qK=Y[s]=yM RtA KLfw{Q%׻f 8< <#$M{6@Eefb^B5QĆiuJ f}L"A@4Fa*yx z%.DኹNjTS+QٸBZzJR 5;SìooFxϽcJʴL 2x.WXR×s=Gb%ѱa^ `SxWZ-‚8R0o7º!g ڑEYշQo4'FlS#@Z.K{:2 O󋰄@uG"Ӭ$wAN;+:xY7$D1Hw$}SsU)nO2f@tTʾl!*n-" X)\7p.F[7+Ls3j<ׅ wr/d@8-W=m)VZ^[$(Hѹ/.Յ` KlD| ;]Dϸ9K%#r}ZeB3; I*<iUzx_U䇖*‰'Ⱥ?\DfPuIG3*\.Uq-IbWx߹:=w_=歹3&5U3ުwkib}a԰lMXp f~C&e- b뵯L9C'5~3~ N-l'4xd?L"X6e/D'V .DלSL^"_F]+/qoq_Ŝ+zQa/B[}Why'̜v[KEӼ]i9딨\I>ҋC~7Dɬ[Sr0紤55X4R.ɦJ Oē\\ ̨pnrzp `gHUܚt-Q3KcWi ϺbѶHP~)yȶGHȨ>2Fy$z't[ZZ|?*ΞfwD\^?+Lj'x bWRáSu)`|fE p`{VC>TxϺrԧ=-1U\5N%/̅k$]r!tY7o.*Hg-ĵvW?o*9 5(Ckj׍PF+*Df:8kQ GHK7\/ϱmJp`U@u$ S(<WK&+ˇDR4t͛tFv`L%$$-݉usNوz; mgLl٭AprTfL%^6T+a efMA`xfa=C\ɖ%<6\>=s><"\w'W4ݤHPLHzے)m 9WRV9zpѾ /Ϋ''7E~RsJ#jǸNMё[Oi?]Uӈo7F3E%K/"CI8O 4:),T`]÷UJdcؤ&>wQoM-iBr 2w7~>+%,?tdhjYͷri _Z$]:|vls x&~ۃW:p**Uz-7* j pe"]'>k2T #ե[cg9 b2`:}Xa#n7ީV~TaHsuxDx =lm;"hZتtrfJ懕|g$j,vLV^lMt'Nu*lT]Cg!XeP nLȑ|o`%́mHF;U#lm (˨#L՝..w2뙊! n99Px.hr8M9Q]7PJs[h&8 MA2oUhY~!|OQU~~a ;LΣ%x >;xt)Rf{>Xg]IpfIUW8aȆ7ɻ27+ *>à sF4F9L3BKl q4XEtTucż2gPfe]NIx2@/QUqa0%X0 ~liS)0zщ<q;0<%f4☒%|VòW6Cs2+jy<bQ>#e~O Dn7kepSfiEҥ''~hDpEό}jS7rjP*F[q3G G'.qx'0isqY*gdz?c uLjh_U=uj˭S!wB(8 B]ƻQlͨ=_seYaɐ/`Ϻ-["m@rBlg yiLӉFzfBV檻 Ѡ#O\#[M Ľ4&W2XG=wsZRCyz@FUǡQz^8UoyuP,G{H,sn?Z^ڃ5f.Wsy0X¡ }N:uA ؘ"AAu\i⼩FW MyG<6Db7H>hI]sm*&h9E4]{dewE YqVá*~tz]N͞ű/x:!ݮTaJՍmP;#Y^jL4(\1i)k =?kJ(>(]}3Aed.:ܪpr =~Z̒G~8j9)p4,͐ #3-L{'ӕfn0ҵ@z~7]URVSJ8gҴM i~ 3A,0b;F]>2ɧ~u4紬DRD.M׉lj@(DO$<b°owӕ\ᵭ0$RVccCz°@)Ca.MT&`۸Ujin|ۄticYɋ+:o'D%SĕBЁd_HO DhYL8ꕜ*^d: kD}\%_7 ~>7B&=D f!_ë7R@5ew/JxvqbCSC1Nფێ2uL1-%G7akw}=u{߸6/CO<bESTa\n2݀m0JHBȩe'{+< 谊 MЪN=W=41@mJ9tlroч`5t0bZ8)"_)mPOx(';'7|ppdK+I Ҵ~&}ĔI|/P &t{}\ڋk`Ҕ19zK o; 3|3$xM$7Fyuȫ`bɣw*(C7:#`iQHhRV911=mqf@+b+Y[-i`"?MhIGnd;.&BdJ lqJDz'Jg:{q #d`0@ŗ_vЂA=@5xy*W|F1z6 1xt$iz6eE|++=F# ZS~Qy6=A$cQ'fQL}C:1!a;,-c&ζmSmOl[}a$!j,Q|69 6/e&U-bZ;*H{HA `[80tPN~0I6[lA0xloP҂pf.87MwlXn#"\XTn 0Z0 =Q)٨n.|VcP.J(EKsSS&oAj;_PKRQ&] _-ݥ_$jT;")6]ۻ H77գMkϜq]=O>џZ9m*O:тIt@&Ek8bĆ3 *ͦKTp9nVCYʐQ kqG[?CB]"_:_%b؊'<Ƽ: }X$3qa'J Er~;x=KS`ۤ h0=UoN2 45[aԗko[ԱsԶMSȲil}h[ eN$jFE(Ql:HE̓ŘI9$8/R839QrƏmҰ"$wū8']5MvqZ)uul97ǖPy2ńP"w )J 4}b#Qdw &G?ٽI9=s 4|DUST,3%_ݫY:o4]:zPn m+QIjlnNu K w̝ˡey-{B 8EC"2q+QfmgmBV*9_ ~\KtY+ c HjHHQL}nlLoB0az&@oۖ^6~`RZ,/',6s~>h:.m`LTo~8a#>v34ǘd=E!`暉zM3[o΍G`쒝H;rد7z.+ zf-".0߇8,4Ng>9OJT7GWO?mF]0?0RK0#jyLromkH51\,鲥)L8I6p>elIPv:bS=`Cy'IEX ̝XTX =B'-wŻDNh̡HcWTjB gGIIC5&ʢӷ( QNHċc-TABq-0ېp4r:Ӊx`1` 6SLkO#cɀ(᝵_77J̻5 %hTO|˻[eۘL[6!Vo7{+b~K.'T|BF17oZ-f cV]"ӉH'$H~Кps2r\nR +@54)Gjlz_oT!;PxOv^X+0YpO_xS 1[)ym1X{WfSMADafRa/T4(rP鳕ڕ`ʪ ~ÝNH#kD^F <顷930{>ϖ`zsn ;8U\ ;zSj,*wLWObVꪭ, '~Ҏq祒ݮXuFhM0 slÿ~;ŤҀo9'hc=ru%X>B!R1ңƿW!,hszBKv{lnla._2ۋ9HۡRr)ҷ_է޷NV䜜ʟ-p&ɛx\%#{# 9f#xXvѽ븫z\^c`X^t0q?dD"p]$c h皣u{:}A<#kQ !zڴ{:1Ab EWse֦.^i+ڱ~PDLbNp?[ $PЎ`=n.sܱSBol#P9L?2㱬tXW6vC )8INŽ'Res#F*ltivMAx@.\4sߞ⧡%*n0&Vd`]pC 0@䆇P祜t~he/A!3&=q{|hK8cQ)>&& k~%N,N6 ߈3o u:cWf3f5Vg .eZqu u #f |98jqA}_\H6G>W_֔*;Dd"q]?Xf]ҍp̦LA,8y0|K 9vY>+l_໼mµ >NbU 'K]%lѣq4ӆ֖ߝ < Q^Lʾ~%j9ټGC^ XVag,>ۯDsBTvxoSncth<$ǧiվTy uod_89laXb) rA*<᧗_.:Hc׿$ʄՔj9uQ7W"S-{z6C"^Ebz VK yZ"a՜5`_SEv="g&}tPoP3; ԑZWP`N.!E?dN4%6xICa r+Qgksn`=C[9 q_s 3XiS\m~ SJ궫"Q.3ouZy9OH4؀`V[, >h-]S+bP76Y4@ tR@6'ܘ"RʿU:p ~䩻ruRX2PuIT]>ɾJJ%2Tp 'Pݭf[O>9%Lq/AJX XVMwA~⧂B3@$I\3Q(W~ ôA>(O8)sW$\IrS| d]AtlAJ^oڙ6rkLɞ+ غ(Dq"Cn(V5(uK,ؗY~1 NȂv@4R܆)P{\.Am%KAP,⏏eElM+*O9Mp!/3af 4:㨎x4}ok`~b0( 4Vj-n!%xU<'0q+I 7/|lve'u(_wx]xPdQroP"&.eE A@0 ukg ͍!qA5Sẁzp:e 9䘱ǏSL{ ˚5)H!:9Z](8.CvgjITvtx ճ>ǒT [d Q&vIg>{ Tw׊P ] V4[ƼbԼ;[^D@hQ_z͎9a[pי(ej:H F aҚV7%+mO,P%/c'{&_gO 6 隑wO:n%H0n¦FA4ՃRśjӆD1s"^l@EVAEgT삪_7~{bț ֤Sg:+ Zs$HftB2!,u?1ruAsי?Fp<|Xnձk,sAhEX- =! OW b9a(rp5QueJ0f?vx VmĶAޕ׊ñ8k9Cˏb< 5oF|`<U<Cuޙ^Dtx*|b˶(C%RJ,O32> pulLȺ=cGrRsnβ)vkYv}T}uRwllS.ݞx9PO~e%L>J 5L .ܭ[\H MdJGt v V% L 8y]?HsH XJq-w>~Uznb=';/k3QM'Xsת^e+s8yd9cݻD`WÍ&Zgo' Rw3[f*!~4y5tIY07HBJ#i%3Jl%Sh<- ݑnb/(m4"e &=xgj,7y 9s#kxԗl^ 4{fڂLOr#raUGE5R# S9bH*0fS=wل:6n)I뫺i3hHsW89>09FΫQ࿑SqiPE+e&R7 7 9`>O# d150]֗Apc pVO.tC:TuDј-R0鯱䞺qo9wUsZ[8}P O=_đ(ʐ Z {nӭ~]7OWItC/o"TmBGC<[?RwL@boqXsqYSHT3!TH_m_y\WJNYT rd҃r#ā؈ X_S477o0g3^K@QT McdL.+XiU9qW ZlU8(,_axr~n]bv- )i d9f #Z@7+&k=3<%9B%_RE#gp{rk@YƵA/u:op֓f9+fdh8HU/f$ 7֯Ο 36cITT#C]&zJ},VZtt]0^'./0dWNW6D2vde{'K"'sSkkluCtZrNEƾ p?]vhy*C/)ayn~qFC'NDgGC3)m~2`éanX'(n"fCЃTB-oEZo*ڼ=݈9 lPh$!6*"9rqMj)U8O% eAi ݮ]9j9: L v^3ADB OJ͠E±fÕ xw_[3xr|n#?xx&2(æR klr``6Ұ_ 6H<oI)' B b>,yc<)^sL\3!k<[2C5$ko >KISIᑺ F#+>ͯ5)''uc& *|S*B@ncy6/]n24SdEa/=R#rF &8ϷF@qT&t49i@{cFBVrzX܉O7yisufs§4p( [tp{/e۩d 7(X( Tħz$<,aps*_SLevD՘T^}Wx#] oqE)3w|febCdxdNr3n()COV YKe^]|cbV%:EDRfMS2KI!IuF^4?q>λjV y7 FNqܬ)P-Rޕ&Qc8 l!&R?f|D¢Ǎf-E)XTNb6 }dՐ?='~ZԴ M{rdnӍ@RJ9;zg{dwZ$6$o|>9EO!vxK,aYf;"7!]1[ٰH;(-Iy./Y.?kgaunUkp5:S2TL@;eAD߉rfd?!;y!@O Yǃ&Nݘ=pksR8z{ޢ@y$淑4ˑ6JuBLG zkza) z+?=n#Er=J {0HU@ =3ԓ^?HXY({@ƾ[k9~< Tp mq@: o{ iO W<łMX;tf]2f526{]`F_=mޅ2ONj^gPCXх!)0X.}9yaD4w#[zS^UCc>~\.v`|TBbYL"qgf? E\z6i5Lp8Pct3_jZ0rӬI#4WmBp\8TSfP>zO.p߀A!>f Brk9?hwe8새lPHyOEʶM=>S+(f "'_]J I 7  F$ɐaMV+fjaR58Ld:4By#P+^F2SLt9ù\1i ?IZ]1Y8/ˇ,hWF.כevZG0=T90T6t H2sn6 [m=x5'K$>NN J.ϳDL^e|b$`rWԫH|* X.S[ 3o>P6"p~^F;f ;mxAISd'_y>JZ@UևoV( Mrb.@N}H=Z Nʮa:5 }K+LN\cɣvzU\/UXy)g\?H JqA?$ƂyH2@8Z3w8{H߮KqݻLUc6$Lv~݉O)y Y?$?a1ƞxܷ:m{{.le]2J9+_UQV7gG%6`s QTZDGM g_iQ_$pwjRBG-UM@qUUn?L* Kҍ詝A@8"%EP^IhkD>YFja뼋<)gcBqB:4ʭAL~&_1 G{:HM:KM#7J`m^}_aP:dOΗ>i ܒeVU'֪Xtx'.庸pMncJ6}?;Qvi#iniĠ|VcKˣ]9!O٨w9,Ï^P4Y*,J'#cy&,F wλ {>ڡŖ)>00X4rD3aސW1;_e6 E9}s? OUU\ɰ zm3s(3aMr-¢ǏgV 1ԗf=ݫcSR?yHڏy͑8Њ;v{Q* Ac x-:~'nч fB ;Oh\ m2ԸOKkbC`ڍF%Oʑ } m'MFcqG|0ȳc34 Cd};TT"}'=ɠKI?3B۝{/ rF1-('mA݄nFlݞIbS9U8]vSW 1L50 (/ q-+A{+L_oAu3ZhSA2NLbLVn7^$5f?w 0" @&#~znIiig4iMQݰ/88}Itgl@JuY UC>IhHwGY7a:4icnǵjK-@UK8.jǷu pOS* ӞxF@I /~D=1)/rP$܍_p41 Oi}ٔRאB6vk.b`f$QGjB0 ^R6؄׏B<Ǭ0K4W(¬:m~4e:ãS ] FKkw6Ѿ8N$\CuK/ڻ; wMAU9ޣ]z^$'nt PS^]P.nZ"*2K@Nq2nu۩_۞~4P(ş(h;!F;c?:6c(sKF) I|:?uxyՓD"-wak442rP0>KG"l Nɽ<N@~[[$PNwurɦs;ޭob8&X!0 }jNq]֩UٳtS}UtLȦ_ˇ.|oTQ;K,4VlUE]]CvEJ)DNMGNA=oUw34Ug7}9m0uda F' 3_>ބöʝ!r}E1ϒ>d w(b-e5eV|OıřnMmf$X3Y[ 5uDN{9 y>bB$(nC_o8Je~/lX_kc5ʜgF[2YkWHmPo"fi4wv[T4oLFlo{3OTNgs~kk.s14c+ZDՎU"A@!q9]y,Ql׀{: ]= 8ThFSz`1IQ Gm=>r)6<06Pr -"˗=|V˯'ٔy;ou:,Z 9duDJ J-:bOM D=u Yo4W}!d;VU8[ fz?~n\h`^" S`m`@44w"Nw()%;jL[8q__1)_aGϤ fwk28> Uv]v[EO1iUn~Qtf@dvC=\wK \%(^/g+~RQZ[!pWmoSw5$: u/wgteI ;DDgRf47 HH`n]o&g98?elMFͮáZznMs\x E!R֢+R(}Aђrwz2eos_-WGIw.Gm sĆl1Qpt_ P(F^$M4D*nsɾzA/.ȑ/°z9&jVj\J*bmDF]Ģ=ER~TR&9= I$TQ&0M`awu$[]9pS8J?2d#fO~jRM*mch r1dj| $&iZO8:EKidHNԊ :?Sn mKlhcxEg.3jMI@@a^ 6[)ۓI4l}t!aW$t;=[2]cd.< 3Hl}T5l)yť7*rZky4uW:v5T\ǼnRj/ہ0[B2/ ޗ dIDdߛiIPRU(P4=1zFuP5mc"U} ҄$wc,gL$9@Jg2p"[m*VOoU6Whxʟu$f@,bTo#Y{DgpbUg[5wKO3`yx5GюSy kVBDxSG[,@ŎLE[y8\ ~Dc lX{YzP7mhܧ+ oD`j \B 5}55M. GӠchY-ź[弍W&ͪrlysPFXhn{8*t gs!%Rmc_mrF[|b[i,!} Vz'^Kxao=m@ S:l> m&| :0Apl=#q{U7Vn\0GD–TJ|{v2/H Йiasp=ۿG y˿(ZH;db'MNA}fL(AKȆ';*מ Fꣾ_t|% Q#/JixS!~ UZ6qi^Uqlq4f??98bWQ?})tZy?k['-2sDckɒji s:?w/Z8Cδ ٗmy[t"D/I,z{K"=xHMMLGk*q^Ke5"ax԰)b'Ϥ?^o"F< N>0vџ?Wdyδ]'_sƜ$IΐwV{m{[R:, 0/|r3^ gJ* @KeM!'pZfgN$yo_}#% QDD𖹜)>іEonx={1wF$4: IeS-0"Xv˹]GGR(= WqTN^ŝZa*1W"fԷ C`FLK~)=~@ΆF(Ӥ";^]"su ,ݜyAd-uxλ=hT冑`b\iǂy}7䣆Lޤ8w?ꂎɅx}3v vD^#.ݶة/>{+,4UcEP_nĩ9/>w?gl^zM3I yjS76ʸ)tZ}x̓\zdp72kq'VOK;>^vca)^/RO+j0vPYjJt24~|d%zBT8eHWZ~-\'e|QVGR>#7vy8(FCQwulNlE4GK=ozU6n )t:a/Jǻ\b>t&Zg#Qiڪ 8FEITeRHv=CS\~^[D^s>nMT3&}|:s݅δCP8雗ZjQ䳔kK5U%Z8*vt{<gPa(Fnp,[~[I 6h$Cd|M6P}{n Yf(V`YMv/ &q֦TUt`RNcDK$XeH]bXWxCbI:(R ^}V¡M$D;ʊe 3̋+u٫DkV`޷QXݽ_fϷ2ge,QwTݮO 52(BeLAzܾa63e܂:6 Lİ+*DXTPTcҦShpFQ:09oZSy@x|=='лJXyV,I ר>מQC{M5m1%t w3& g%EUfSP}BqU2H¹0[cr =WRާZ>ӵceR+[cAUOf}>,o2pajc!uxdQh(!fFm\X`}$5P*)#} H9/ĺ%sH72vȆ!(-،,Er&wH0@] s(EӍl('>~SA.?aW> 謯, "`9HGj@L?tRi |~`rl9Ǯ\cC %y M{YE'm- 81∣*KV$qC[OjUJհH>n6/5ƾfٻ5Hl ٯps:lwLm@AhSd3rEype&x2w/!zױ!=rq#dc$wJ<,%rRv^MȻJyR%)N@ΝQy.]NxU_Sas@2<+Q·#fnQmVTWnU(  @U%Sp&x$/rlόY<λom;ԨƼ͂X1 DC!y׵\qu̝(.6,,4g,T1ߨZjT0qz~U#SW֡Γ^(?|,q6M$<, Ћ;RʈH~~+E@7sffgim|<1'II\60Ddyϒ^j%dNҋFQߙMW.(~br!"o{F^E~LK- MǼ.z㵂&O#=ÎNM3vq5[NiF=q|^&KoyzY;/qt_ϤnsҹMÿ#<=- BɎrZ֙GK[oAAz5[5w?KaspV*`)ڽ] ,zK҃ MH"vvOUbQO#oB&G=ި&BA+ŷlݵ3bx=#wΟߕf}Sٱյ t˓W!?^=РP_F91bW'^'``vFHP eĆ!'X#v4m82aH3T-/MI9 5(MEJ0߶q)vQ?@tDW'Je86Y(SIpLIw^z5s,*\hVme7S Սg̈3JyͶ`i,j,K)Vx3kWT] c3=kw#$}g$F^ ,b }&!Uڤ 4^icC=c[G(:hMSӣ5$w.j%=.Agx泰Yʬ7$3~uP>Quz-ޕ_; vϯMFXA<5<~;{3-Nv\\CI:&Rg>5衮ݟ> 3pXkXHHi`kmңCZm;0zo AK)`KB2"yk=N wL,w%N79+? Rm] *#8vMZf8x]3V vY BXc%3*bc7 qxfv3[!~(~f¨m{،@ǒ b:|C.`AN*YQ͈[2 E%u^5E^y9% O:TܿO eV&Eݼm̦ϗ79"7= SHB^ɶ<,0iд1x&A䫞 cjm理PW 6`P)5WDf> Kw3s[#ـ@u׿Kb$Dt N+>LJd!V Bfi1/J/,0{$kRn#v6ry@ͥ9;~ %oKXn"B˥U;mw)C0921pZ;J8  Ƽ qm)3fpXtPt;,-7 :Sdz%7DOJoe0?պl6x="N)׫҉F2$d2ȅd5*[m*$UەۿS{{{v׻ik2 GIu[J);qʧNT {UIn"5s\KN^;;uU4{l34u?E`, |` GJ^XC9F%eSwͼ")%bKf;fSt$&^&?[#vHp~.+`/?ul'pmT{ߖd"01uCӮبTd C(o*8.XX]&sF'yWGẅaW@kO;mv-pS/E | %GEf+:|J wd/m}Dɱ'TfdQ0}~gm',[xTM69Ia#-Br\U /_Jiڧ=a! tN0ŋCadZGwNL0Vv;AN4 uK 4\q<~+o#!:Y ]a`E60ƿ(ˣ]+CS% Lg. H[CL=Ӂ52p]dҦF7 WF:hf[ Rc^ dGq", ៬k!U]}W=HѦ ~Xj0^ϓ*Agv9gy,wHA$">記ՏB!P&&ębVIВz)|@񈫰+=񁞿'];ܳ՚R߯-2E&9*XY-r[;S8HRNW\{hp|C21X@6jD_F|3trtt]>iI襞,F lC'qװחBl2b\yv (q%πS 9%^GALg>;[07>M((Cbwjm>(OIR@A6ueS\HCtoPw Ȅ#7L,|0،& yr^4oɰeJc>'/Õ'b,vtTADH~P}O l*Dߛ;Z,[]]B8& O>yr]׮i's2%;1ҫUy+o>V#rL@O:eq;(`YD˗1xDQSKp]XkrW#!x [.} h.#k&A =M)ڜo\ۦ 9laұPL9m>Jd0<{^'R(y}ݖDC=mG,t= QPC&_U[ƶ\WL=I.&HUR?=oehi%:,SU:v9)$ȯŕts/0[%5$ ̟ bO"EÞҴXg3Ox<ܰ$+ N]E,jx@C]8_SNYfcزZji@:).f POkk'%b˾8$xby7H#|iJ~\}r.u5IEE}OĤxq-[Tb{س0pU?1Kҗ7!+4b_J=.e~] 3+6x.SUnuC&ևZJA\A^%LQfu<MHSwL'vcVv΄ѵpC˜w/0x3D8P6tߟm&OU(!]Dq}>.(ƣhټDJ~VEϑU5pk!oްC8?z񃚔ds_d&+]-bscn_Uap|m(@^'XV*?eY+?f=:&D!Nd?\ф+-O2^0H +D_E4Rf9}lz't &s>FxF,Uf!Mǁ:qq6".O]& \I}[R"ɘf%Cn%HY_ zjG{-/jC_{4sa8/i1,7+5 xhNr{iœ'=RViH ef7;fNHu C3)4I7z55U 8 w+/~g,;o4X|*!Yf0xd D;+it1HMHw t;I*%yifwWǨ&Ԝ1y[9VYŏH@qc{'I@Ö宼pqb̦0f ֋"c}-zN`"ÙJ老]ޙd Q:Pι`ci[N5qFX%\Ox-|6({%"]FԆ*鄛YJc >\ۈtJDߢ\NnË-oѥqZAfwQ^ F / M؃)q)oH.@ƃ9#[JX%J.=X:n7Dw0q7F%)hTiY8< K8%mI q7%ђݓj芵NsB_5ļ[?7({x߳Q۽W3?φ_ 13'"Y+?:@Qev1e-ЈQ,z'4 0KP\E hrG(XX=c9<Չ2 "F{|jvb$@EHm|݃HĆAY]P{2*24E5iM qdBmfîgqJ~{ʁ&>iܐA>~j㱼8X?1< /4ueќITu]j+ \mTEy! 0)i\ &̭=\|Nj{ ?m&CF~ơS\TFO8`J=r^?\'M|'z9@}8ǟ+I7L'b DzV Ki@6~p21iEC免3FnYX*Se`>HiNU%)!I侀`Qᗀ+{КP !#T  %F 4#'qW .4H6zx0c>XV[c[LPuUDpw[^ :c$;9\?<"Ty^R=Qi P0cS Ȇ"QG8hwo[Ԗj}2CG )arSe#-*/Yk3! C>ſզGS{AGǵE { ӣڷH]b6 XW@ޫdd՞+SVU[ ABNM9܄sY{൒6/utFʪ0g8/uy+۵8xnG( JTޭzE6A/ OY+l/_ͳ~ =d5ﱠW9f"cwC;ԉJ= t|xt[2Ƙ-4EXݵu ?j?~ݳtOܖtIOD|H@(MЧuH~i\V2)@>qg3ݿ;[ob9p`9pVj>Gwa&#:Z@/ `S ?Yy@MH7Fd]pf0* g;/w@%%Mۜ3T=EF`Y7~$o4/gݩEɌJ2 ~=r+=缱2@UHCc|coPgiG } Z4{>G3of! 7csAfwh?ZT ,}3|Y@pBGxD`c˼س 2Y"䔲M԰c!͇Q+u-& 64K&=cZVv͐n fm4bIhS4 %GVXJ0[,}I;[vS=ߗ.S8$5^!Q?#f˺ƅ%y;r'k'tgz#!-BQe]7/ϊDY‹q:}ӿb w12L#nq!(HG kdY%i5=Î R`<`<|[2}|[DґGe167V#d;q #W*%;mJƝzwUN`05ƶ  köbC|R8{Fv?_b`"mp+c^G_ h쨍%* 'GjZfwu)Wrpk#c؇dw^!@$QHﱝukZ@Bƥ 'zuRI:~%'P@<+-\'ԆzYg'$;ƭxАkƓTq$ ͪ;k_)ҔӋc}u3Y,tN@_wM -?_}<^X95+FL܈zh",)& J|g= d!n|ڜbCT-;ȓip pʷGBT;ûJn[R[Vb:81@Q:>:X,*7~ ~i@b1mA1Au/J.Ϡ5pm_\6 / 7\_ .;X<.0^d|HzOOOEE^t{s\×%=vFQygpG>9Cƈ q27RVqk'=Tuܜgz|Y4JMfDMPq{>f{CR(#?*]: *}^wQB(3gcѥ"my&0‡{cˡ򚞎^QI *A<3+ՋV8ەϷO[ӅC/ˤm07]t:v ]Ǻ @p4J. Vu. ¥D?}}@^lɖ땾f0=C'yHJ.YGKA1)mw?*lzm^6RM4 &Ę(JyjroR/BY)ɷb?TevUU xhJh?FP)ab7C4>D+?Lp\L5aS!-gA\sok'mE3oe]@I DTUTpU(>OKPlӏ/Inu,Uԧ.qׅݠ\;h- 4q'0:{}5u}* ”&H%P^Xn%#xeTeɘ3P5Q }ױI֨oXpof,/Ŗy~iy?H0Gʉd{:!8F9\iᬵB|bf3 h:t/ǾOQ]SpƋ Nh-Tc^ |I]oOUږ WFI?6۪bx.QZ1"bOT*2BD@Qhajeh u)J:D9⣀xdSgWFe81TTT*!(aQ*kpi.P'`JE7 -ٮ.j'-'E3ώ,GMYM~jA!bOZ08c"'?& :S>4V`˘%s<گ;/xo~&hpA*88յ_ౌC6}L2ER(&eq+yb3xHk{WqrN=l}[U prn&2RGRwOV?o胷NhUdtJojɓqbVaÝN<ɿ-ǒ]o<Ȍ<s(@a2 ,:BA7O$lN9Q퐼t}@S\Fls>Qe Vѡ0,mt[iQj0 Xɽ _˼iB='Io0GM_"״p*ͬ 99Y0-ssG$zևahk#bS:麖pYurd*biHYBO#}-qC˥@Iv;="&<' {&)KB<5AVPahت<9<ĘHmG)+>noʌ ?b!4ս)Diԓ ywI :ILSZ2w ž7 /(R4F_3ʧh2YCqbc9 # qWct6m>.r'NE 7Hv}zۑ]͖t|1WY4.cl /h(tSvuckgDv8ꊰ/ВB "66IBC?@TY⣺e@⮬D?tw,l0 2K,DE Ct^hxWsXu rvO#HL۫q~%e g}) sB4M|=1 aJT6VX?Y= jz$L?8pՏ`=e'_\R*nteIZ#^[8tݗ fig'Tp>'~ &7I%cc;kǃU[cᶹRISZۆ3IHyB)xA/OE@7_+t{%h7;6ܱ2Fɜk7; )N+Ccy!O59go/ *aЇm,f ?8g;6|>so"6ߪ3E^x%7ɆNUէ=J @'y+DdI9YUe«Ĺ CUXBDF-кGp0];8 $Xn}RQy 2@fn# V|Fya,V.hyv|T7*OkcNոW1*xHlԦR6p%mI9BiD{2 P@S%b+V9TfjZ~CYȔVH:.6ZŦY\w `4C,u?&-p҅cZ!Zm[9=E, Uu2~{U?hFhgjmUpM$Ay̲G(멿&[ ݡq̅T} n[#ԄtsdmH]-_΄I=4ZM&ohsC octM:O}Ս_j'45 Ox4nmo;l*?aJwW&%n\>+ X0N D 0d~a:>a0U\_['N]9H}_5BLFbhq;Vx,}NCyoڢ\eYA_qM5Buf* =lqsލ,CÌWxBy-vOQiփDX FA]Lfg2s)*sYdqiHgE%Sa1,fs3 l#1D ETAn_vŞ?&}tS?\͹X uʌ+ˠaL}:EE{3I,*1ʾwBdo*60}[^GRQ1vШ[jd6j)b&$]8!dHz+Aa{og~o`IP3j-rUaz,h)ndgц +ʀe(Y]H. q&Wli#x"Π!` W݊蓯' !Тۯ@i/(o>jRq{ǜМ;`D, `=Jj_POn{sh_4&+hWl[NֲHYM@4b$05?Kz|/{R-13gAиCӐv:aEp˻pσd,y8b(5ټ1ut+NUh=1̄9dxiMGO=jQaG{\zGvnΊJXF{n0TīM4 VjG(u:G5fjIps]-q.bBsr@ uߘQ {IoV`u{|N%ov^2Z@@ Zuދk ;T=}QXoe>XIG]A3N6"ys0 Z̛HTv+2|Xb*ӸW{0S68 MZX1spEQ'\O~>$_}l "N&~%JjN?0|~K74HNbϬ }Kfv#\Z9/@VXXB4܋lp*W!dR: MMU6B]5P_1yc j⣥˾w|r5hHVo.ׁkKl 6:em7TYOLfk $ 1Imڟ?iSCwd)7G:E+4EܽЁ?uZ7dnmb2^ 7"wi:#֦ M#^5,}kTLܘVZ}e/GwgO$噄(2}yx$B.Ezl a7E^hjX%v,XL! , rAs,̔V\H#|J Pc8q^Iq.0"H&?S5ˊz,,KR U74iГc-P,;n U_F%>,Seb:L$ 귰a^hz /^hı]#:iՌw\坠֌üay,p,:jr>#Ӣц[rsV9{CbߑԷfx&-NHSx_t iq<"JhAv~}886Qh:7x>8cWo!C§嫧p Ik.y~4ς$٬5@LJ0HU5 /0^sZ7@H͝G 4x۶<VJJ9rrCѯ2: 2KH6OgpN)}{#$.r@9AJNe]->DwJ=:hr O .E$/b%l?_p[;pLQUl~|sj mKA4ZcNfυDbI#-Բ52yUT7n|q|3 ,9]'sO.Mvy_]Hهew[X|f. QUM 1XM0T6vreղ%8̳'^,u!٫8POu$l ]#  jOSLX<&oè444$i+smv^@K W*oyU-gZDVS2Ϋi$錘(+vn":SW .mOx@a}>PDMPuZ%l{pMc AJeSɒ'GHZZ\Ebj@-`=2kɎ~:Qy9n:8܂AcMXfA:jp\˫MK\ {8l6nizT~ JRGP3*m o:_2j=<Ɠq.kG'L7S ̹x[L@3j1h"A٨e42H5=E>S6KkrMvS'+JGbT%[#n[?Ƅ:vfyJc3w[:< wFJ`qTȺ~ҿ5hIbFx7::J]zMMbF5zm@x"g3ɝ?hBUd$5HΆn֗;fBR@SKe'n7M TYނ\ @G&9C/)k6k=+ 2Je1H*++ y,H c#kklMnΜ`yL#}=O,I쐻<#bv$Bq Jc@ǵ(64O'oSSWDB^rBO U[zFyMH_rn fОt(:ۣ`22Z06 lU* t |mm@fgy`JJC}.-|)"H_IUt=vP-.Лҷ!W{Ӑ75_E$|9WI6u +!ݲ%@.L/ʗ92!)4^CZp83*+y׈;2DHJkSPl#(D\>¢DW NVmiۍ궪8<נm4+ j!8PQᆄԟ8j|ᠹI:m߶ZNU j =7[>҈8th4~'Puj:TG~ |@ŷwN%6m,{ɻi! 7dĢe4|2-#j&N0P!Zs`s)?AG[XZpM6u?0*8gZъڗ'Z"F*f/r:L\29XL:6fN<+ l߄askz+Ϥ3&vy6~iD;^:4WteS|rI]IDv &̖ v`kWhvF[3ba3ﷅF|p.'zyx, =beo2rERS[C~0?#ZaA|E3=&e0wֽwF /[gӤd ?!DL/ ˍK'lf7g&pqwk\_F|Q&KQ nrc}&%.Qޓx^%ӣ"^^ _ F73ؽic K*t4SRm'pz3Ui"F@VػsL͎f!؃tDde0 =+cPqh!sbDe$9X_~mẽ pb,f'1j.i䶲/^1̸ zsrXWQWQXM랆i+qj;3 V[ 뇓9e1:Ȏ|7&GȌ?ϔa)3A|DnF8q_ p_3wTv,*.3に9mp`Jkx.tq(x0G׾L΍dBy-1z8R:!2-HE씎9U}ok 0|x']0?Aj3Hd0{ 9XL^}%G#lR!N6n4Mb*w #R !:Bv?bׇ_A)[H_gw)%^fEh"Ι*Bp;:Iă>0NO epOg{:34XݕlJʏ>(Pݨ _~D[HIكx#=Mpٱ FT_`e:E ZoRM-MHx|g4WuB1:u }N}/n(*MA(-,C׿ +9jn-rWU X^MYJZadW  Q*It7k-ݬչK'ˮC)ONǨE* UUOJYi]_83;Ȗy;rJGPt.Lw#jk %G"5#{= K ĐP^^aźѳ)c<ɦ.#sPI 2MB> Bꢽz4FhO]X&K.#PB_R߆d>+mi_`ᇀFm@yIE*1~ :̔NE$޿M_ ҃%-vFjɱCv(G>rp#c:,>Q N cQD(шKnBj~(n5@L^SSh/[6 #3H5Ћ`5 &,4@l60lم^ч08.~nu^ӏUp1vU!oZZPcv'G]6IE=>>~]1R)UJh$c&upJ d1XnuVdXtʑn)`^јke& w>NbE&+`F[UD&9(1$챦vFUTaGɴqRtKuWPG=g`SQZ ~-Hfܤrwb9YUq lpǟ[miÉ$K @Z'Pd]bim--+ѳEu?+oEfo^]w֛hA,:Վ8/s{[P"]VGA?ȚlSR1nI`+<9vɯZ# X rG}Td;P$q2̃`ŶI1b\7 3`(Z{w6#7{z, /ptC9ӛxm V-U폦(H],]U=]F݌z bz\ 5&iH6ݤ~BBSFkTo`z0/yr1`2}UC1i`3J32Uv|BK3@\?g: D\Ʋ9ԩ'{}g $JNt--MF_}[!.++t.V$XQ3 ޺r13wHLw Alںt aS|圇UC8L_ aߠb\NFӴ09!| t3+rc,"tXL*f<<4IZuzK395t twƁE=XXAWޅ-11(XH BZ*~l2u_GnG!ltъi6?3RkN5@Ja4ǯ핿Λb?e4Zx\?aҋ ب$}6vjz,!@#,qGȀ}k~ymQ'rb[:,lQxtyp 2. Wg4TvJy׷ Yeu[srSGՠ7runZ:7A܀+zn9O`s젱τEPnWtzay6zVZn3j`7+D@0%ĞPf|͚֮'٥{c/mHa:Z[[HqIJK'yH ǐ!-&}_|6K¼&g;MC Po0_k*S^jd`,S6> ;AZ$r[eQF~[ܗA[Y9nvQGU,Y-P3XGy-o}]$%~Oi W|7bs? o.\tO!p{ijΕYXDfe џ@1ܣVBÞV;:F%#, Ϯ@I]zL>s;쵏4-\YK^}8X"TMsf۸EkP@KhGM.2%Mcޱ5`w_+,м:Yt3;c?٠*O/FK 8VltlV3Hfc :9Y3vV$ˁXy0&fإ\í Ӂ<2 Lqоå6^p.|6(^D$f0{Gd.Rb2Nе4e/, oz9Uք]Q2wVPϔo|sqq!x?M`PπƤsκ9rF+؟l'i1^^?j1$t##Au2+V.xEy "&bۄ;YkϳH!Ad.ՠ @zB3>4 o>QT)(td$+I Λ5d,-j0݋Y4hdcqxGĊcԦ.Xӳ(ߙu,jTaI0ƴ@MՐT&O*O6}{!GT%)C7Z@3Y#|LJJԀx.Bria]Bcj ~ W[#JHey!ys0Mn\ DѾ֔Z O~#8d$Hт5N0Cg)NYm9p/ᯄ!n:=7޴FS)Abul"8QA" ('3aXt) WG o۷̛~VDpmC O˘ ˮ 3d&psc=cKLg+3T'A(*ټv htd>JV6k`30XzRxO+(|}MuhҋG`(ߢ\})?5: ?=z+ tq^+{y,E?S-G!G*V>Վ$sVc.T0^Jfz¢JzUԆTpO-*-8Lu! <^M[/GVTAzHdZ"6XAlRRS=䋽ͩ~K( d9[\cL!,.Q THY㥝wBDeF9NyvB ]:=:FXgǓ@) yIs2*"z&rV Bp*pqX]䎳Tzu&&ޫkkU侚.y2S, "5wۆ6 c+qeSC|w}LYvҒ;䠕 伧qSPdb l帥a %nK}}=G!*u|CwUI RZ8␄XτpTW̊aΤmrtmнR5q$e|SDzn cJ`z]Vy!VYjݜ~ʹAM.̍Mڎ߹,AS˝e' Ƈ:OQX|Āu5WRL˭pSEϒ2L Uxp;uo!uoɢSP⨌#{]\2uo \ }oɞ60B֑@:|3mtl8Y+~⯞pPɼ,M*xHdwgI;^?LPC~֟hޘ~/Vd>}urhirInjf EKf NYB84hHKDC= W,쓔*m9ǕN)d(( -%cD?X5y,R`S_g){~ 9Wfqxdv PH !/R.1VAeH7)\\Fc^Y+$"Wp͛RYԶ*VpfMTN+H'v >jty>n%|LujZkh$<]MG pX߿2|&Q-O'Κ<^8Bq/Q2_%ӻJ>zjPx!o߆EcsZ9/ugm UX73)9'|b |*[M,\sAfF||VE6:#6_v z;HwS4!p15wOvS$=,0:>K(",B0z jTBDjٓ\;kD1'Z> wŽݐLBh&e2|%o.m>j h*\ȂKG11+]:$dJk9Z7SӮgT)3ϷP z`.V4\hp,0ƹn*R1֎@g|֚!&#14Z!t]2=IBU:AJ0PךDdR7L:Kl^N'WpGkJiGAr =Rn =s6OlD^.S <{Q26G,hnsdqX}uFwJQ£9W!Β0ЫzMACŔaXaOj5.? OnSހV eQ3Eތ?hL%gd3JMRIKVG?:kB.{#9s7W~=Rq J(^gId(ot$B[pFS3\H7'5ycx=":GKm**+8MxzfN#cĿj г,Li"lERN_U*gPsJIM}9Tv՞JҕH/n7tdQd;P hzDuYNy_2_"gv HxWx)”l3 ,]2S:ٖ)MQRz/!n~:*vA 85@ucHTY&v&> u&<:~Ϋܑ<8b@$[̉(kZvv abťg>.V(%Z '[ev*)'B: ciH|U\Yhf; -A C>0G DÂ9y넱Kw6ti ڷGXMG Jd]}:}_Ev"Va$SCxur3chN7#8rx놆yz@\ Z>ø '$F`bZP;KrDvU^K_G_I^M*6;E$~y0)t_Y=~P?!TII88\r_J-jR.…AFx GAP2@~,9N$!芀)E"MSV>Bm_*iec8E 4:TΏ<|Uv# do79^⡃bȋ/ergB%64юuOZRnbsSN¢w[j`z py;{bn%@'k,^|U'\>?7OpjdxuDJkÂ:7grGHSb@ӄ_n3?J/*tN@wMyȵL'Ɔms/E<7mwRqHPzhwm\p)ݚ>E&Á%MIEݥY!_?>NFEQ!+d1+tAdl.0{XKt̆!E(s(Bǂ)TH@`I' \э%zcKq#Jz;P)/erc2[%c)}X*HVd+|0%SӼy *r"iʃt9\LuCR"WPDM3_u=p}~_sC Vgqlw2z=v|u39&<*cߜ%L̖* й@3RS:QƧW}qXRܥN;+drSe`0B^|w)U=k^uuNZU㻊܄ŇUEz{s} JuBor0i9Xk9``-h@!&]Cr-;d&t SMNT3S52ǧE,` 4ޝ!ANzodo+plhΚ-Zmk +oDG&P,&=3ІMj%VN|aWUZ⏹ç!?**Yo6h@-:iI^Z;ȲĥIoא͆yZ.y'#kIonI>'bGeiަ G!rȽAJHqo>q*0=lkq׏naLb > \_7`TP>'VIu=UvlSr@|Kf|ks!I,[_/M-&Q]x'8m!m4y(ٓ`U`/MVŷ4 qȢĆ&mzQ Ầju1fcViޮ_ 8›'y:8әƇ"u@`^6{+ܸt0ZRDB;* ub4>3*=QGb}SLpcp\j++uT Z;%Mf$ğDL2=ߦpqFHԓrq [a#}G{׳3ӁDlm=LĢB$D'7't[V[t7?Mc*jUY1 5}+) wL95ԟ^ΧBXb5vH 3y\DHE$=PfMCfM)Pdy1E/'.$sti' Bn&k2ڻr&&o*לZcqbo9*(˩y*[sn Ʃ0ΨHP 0%9XC2Q T)x`Mzjm~6QU逶HؕV c=Oܦo޵$Je Jov[=wɜOItQj}Wc"4+LkWMky h<횀n0l|oVv;4܆ѠХ]V/ #g(%#Q7UeޑSJbs Di_[{ I_ߊrRU=`~G (y3c~/vn '_>ݧCZ|iܪ0w@Α71?eܾv*9؅iXtaGp ٔĠg'kbi2t*KJoKZ 㤸ht\k0=)+b1>'S~BP3oMʓ!lV @gdk9Mm^`bG%lѓW{(-IvJ)]Dߝ- _+&Hp8#u` :|3x΃MM\>.ꏦ0ZU3-#\s"ZeFb=fXk(EtkbDGN}۶ ɬq:9!}J[ֲ/xRa,' BddU1GO=Fr:!B0AGyԯw#D(k!*.Ww&Q[c?=P!ql[6WxP'LR;; msyl'@8m)*1) ^'%p*4w%Dڜ j^tJD0ZAIՓPN8b'BV_t̕2;SƧއUv,qr7Vz1W/ Yl)pвp-wOxDJ|- 0k` Za4Qޟ$&<6dz;ls6pIv'ls-s}!9q4g-M*-γӵUY kGvCr/3dMi,/XIٵ+I0h^;xUU:}5vX腪#YS-)[*#LE+-Eɋvx@c&dQ-?y5Q6f|@~Aѐq.*QGN|r{!j]"/w'.LV}y]gIX1@&G9<7{mn=p⟯ =gbkV]r';ĆRG1pBr~ѵ)XȪ;Nq܎ x5Q|H*^!tzCY/ Z^qY{qW>H$.߰jrYA`cp9qK8 R} 2F0\t}$o9̓1Łpg{qqTJyI^-+kdב+F:Ǯ Dļ B1nI2]_[X(,WA)DZv4 '!z?MJDa~}K| w/ yiml̿e;.QJI{W߳9a(3.vu@3$X+~!2`gC- TP/߉S9̓=#Rg{\g/xt]=ňy z) 62 Wz[@M7PűWT77wUx'0 2Ԑ楕 bxCND ̔ ~[QM!zD{m Wf/ڠ碃نIVURH]k%M_o! r &Rt'Ǟ& 5/"y(VLhW0$Q}.5UԒWŒ}=F@4߿(QB lHa4WHpDTuZRO{U3M ]ގ@f(`.lV(8j |WaSށme]K~SBp~f?Πӯ&(T_b6 xG/jo2nr )zfC_xŎ3vGN(0 @[/ Hٱrd8_bbwOB;0[ ڝD-=$On^@,QPi0p UřI{#n9`G%냑Ӗ΄C\Far~WNW[j-W̥&htlO=VVA(A'5M{H㋝Ґ|lE= S +r.JIy%ڕ 8%fy֩..k~c>rTშ5k/{=9[P+qʐNwC~'[,qOIJk*?穡U3_N?vIF)|SY{s aG@%9@UZ )?ץ6u\LyS DKOՈTR{N<ǾwuP=aF͔r̖2qt_%>Q~ }&6 vAyTwj&^ E C1M`;ZVT).nLZg*KHǟ hQyυc~4cgS(dOCO@ǬSD8[׷]2)W+n4"<[Cۛ8MG7 D-3dj,R5LhCY$TI[::;N`dbGC;PLU'"p ^{ naw|7(B8H0I73p@4<~b?P7j+y5? /?2Yw'~5_4Jsy^>LdVm3#=8N:4'ч݈I/gV. 94:nRϛ'wH1st"}1N"{s'w ).@WB7@B{@q4Pe"Eڅ.cK^Zğ\';f*"2h U }|RZg 2M1_:9bd95@XNh~?LŴ^u)hQlqko/nΚ_/EQ2NsTa&+}ΖM*#pF|MZ6x( WSKC)!X.M/Rm3xu8Njԥ:W9G:h.4{Y:y]R tÃ*.hM~ PxVhlH I/,QYb@jA#e@NK..])MMIڎmy*B>i9mI/JK&b-o>;IUa\Sm(sRc n,  ?'}TZԉ(5t8ZjgkVב{aWv9brpѶ`H U*S+IFͳSʪJ.N$X-~&TG m=`ބ})dhHUTa"(`]LyS, wYyؽ6JE8=؏1ɌRCWM &$JQf%z€  hiަ*pƲJဒ Cѥpvq)9R*T;9Ҍws5R>tn@ᱫO7G!DDX Ŷ R@i&9$ͱ$RBi7ptTfA. LJe].ݰM~uYҪā;I߾.'G&Kym?f6PG=ʖ¨bBZ=kU-oV6^?l_{R8Ă %!lDA\LZ/UUwCJ8VI;4TDBa%R3^ǻYK&VP!ZTTI6N?^v`ꇾ 2F{ 8+N _NIb[*95\T4oNExrzgEoV|_7[~_@dsCiH`ve(i$-N7"m *]iv-w}8"O͠;}pUhg p(wM3zvIfʱgשz,#lfB'Eј'bnJBQ(I,];yW%o:R:_lЛ(77<7.yJ q\izaD4˕ixbڈ'tmA9aly0b|1<7Hpط=8Ha U*Y\p3,hoHM5hE@ۄ^OSx&uU<<7v"X]2ɞbJmοJ-(MRGRkm LZ\3hAf{ߑA=Чgp1|XCTaļ /c~:z DtZn1b.r s{J6 G{-uߐ\ x+Ɇ ltT8.Pt]:UDΌ/y ZD{i2tݔ%ZD5bUDx*R_*/~Xr6 L,oݯg@ÅC)Q5xRF퍎x!l^|hE@"/%trn鳟RRd}݆5LiNPdnJ9_M@zcPY 17Z'padYYnXYdGiOFIo?R%a-Nw :v%}6VAR Rs59i=6 P?"PtrK2 Zxw_ 4J͙h7õDG!zwY 8Ge DrJ> ;=ҞSE`m^&`S#$ ?R׍&=Caph1M**| hiSñ%hvt;IZSK qcA nji"T7&>{؀#uLqeb9ǵBFXxTM?hnr=un7q}1X }u(9 Z7C3.VSIܭj&xCؙX9,6HiǭC9mI^g$aZݤC%q%l3͂[4]J(?\v3 qug: J}єbyҺϬn~o"/ܔ2aFqdpxabxdiTg@1EE`oğ}FwUV/t91?HXUS6oGO6ҵ>.Cퟨ5p' ѬqN-Вٔ#OUMm=rc3){Ŧ dB|qYpp^aMp.fEAܮ_#=u)%5k0QNJoUߙLNJ{-x\ʱԁ }-׺KF"u/UwTHJӘdi!9I=vICZv؄AfzI B<4-ex wԤscիt{.5#ZEe?5K;AU{_ٚ+P@]D 절~cF|wC8ja 3(nRMAN@^)?\cvaV%r>U Xy򞡚Ɛ2, v^g p&\wBA@ #ùNvNv xnFg&nE"EQRA-g\ Đcoծb3>FkL"״D$r ¥o)*7I`Jn%E^M.k9O_v lXT{ *J2ځ3ET0ݽɭ%J >E Ѵsj ݳ͑ @l$U3T]52Hh;8~'1f0>f~'xUwm38ua:TI|F~5:bz6Lg0aWnODO={ t ?O[]K5\_iK߱\p0(aiCvЪ+$'F~J+d\{d?ɝJ: p)sv-J#!a}Yж5o· zcsuG +Ql}'c$R5-7lO{7YRO=+;< sR?ы h ?aѨN.ESZE@Y z&1]78G$3/M@Lߌ &~__#9|3 r&oxgau ~lEҪ|*Tad W}(6!P!`{$ZcoENA)t'K0uMY?vV?Hz"ٸSU wS@)1韽EUDh]rIܐ}uP,ңf \[[K~)H}#`3(1.&SY(\ꙓoӕԄq4`̨~Rـp[+ݶ;-(]M˪b/Xۏ܇Ŧ"Z嘓P#4`r4h/83tfF4TV\LTiԟ.WT%Ůw0M`.{g$J?3Xe+a#@~dḡ\ሌ#GBuH VU~B8mF9ᓉil#h RD%;N5bE2ҊԪ6C:# k&!xEEyQT}GUy8jte#ϥ˱RzSuaƦ(DM}q}Oɢڍ_zf̙Ad곘bSDf.ū؎1DE+`ʷ- b: c!Y7ލ@|iOE/Q!a$RN۲.d` 2ؐ`h3l5Y)>X5KyqrFY0/.JY<{]DPh4VO8yֿ $h0CxSiCoJqT%ryvTFrATY߷Vy}݅\?697fj F;!x,v1La M,#mKy}Ic}xܑA.8P@1P^}{b@΢A,zvm_// |)?~c:OE/f$UGk;yWr|rU3ʘnH_X˚j)}{ZئTA/AQ!%J= q kbG=]{R#pT׌K3= eCu.1=BYf7H9u!ODX<𰛅U9Y)z3ؑKmydl3mIZR++RHQv`d`X1^]g÷%n̵ʽ^FcBo=媔8@JE b۳>49KǓFnh+ f2_Q:Gi|u¡ۍRq57Y;%s#GBc/v3jE"guBⓢG" D[)k*Y"GL{|+<^<Л%ʚ('D,9w A (IE&q7.(apdAXcz1'N(%th|!owNb-po;hэ6޵"\ >m+ʢ|!~0d6D ]Y(32S\ S[Cdh $(,wWo' RB!r E*9zLrƩж,т۵D:q Wp7^bVhX $/(LIny9J?ň"(| MYiooz8|QO(`D'ڍq8<=H),d2 T[Zoi.MWךGx0hsrm%L*xwN4R-Z i}m?'CN8S\i$O&VC3H%ǰןl1 ܑKXE&+v7_L+m0Pa62Hw4i@L 4 r%7o"aPlLMM+m84@~s5hFɅR47/n1~Ίl ~YkITC-QYLz [1`ܚn`Bב|Ft\# ٻ,ʣ\ =e iWLl%|ey>Ρ[tLJA/V y+h%e7GS>9@9B­Rcx+xs.?`=WF(%u G2a;OG ^l b p.C~oyn 'SxZHa\} ߱mH{g"+x_U0tH2PEa\t0~+&d֧*g&EDZ;M\vstoJMa¾ W i=QaFCJ.$AB067HW PD ˗.j檁&p'P77ŋ\!s{1^7C V:~Q(~u!7%Q*0㧼zP}o"9ў}uw6xX?. +xTŰV<ۂ=MrWX r<ȑM 8/;~8h i%6-/@񾂧>g˱ho4`2S¹=}ZepPlea`s1d0)-r%P)ZxgyWۛ냱#n CΑӱ˘{` +@yjyLSQ1@gS~%\ B.3sHKF ԥyC;'=֞0< .GP,~$Ɍ@T,OCzVG|Y&c,>XsCCfc;rA5\ F#pb-x7I0=^4MW)=ȼ 闲E=嘗rI YwV/Wހ XQč9Eo5+ Tq!_s"sƙ "ɶ6%fe90xr=l vN%NO d>x4YL--6,{)p.wueʄi0񈷬L>D  uqQ 랼]"XTL7>+AĒr0q)dvR1p5 ;G.^JwCưU;oT Q]-Ð|蠾:JYfXfCvZoCu4; #4HDB9sNrN:ascE*M0osFk>5HRnbx0OZtJ7 %U5vz`%\btp v@p )o /+/ZV7b$ְgVrlzL3SmcCz)\k8{kE#%Lb*LX} ۰3mu%ч]X8zƗWae2GtKS(¼N5҃ [u\S=ːqW2v0 ~Uf4T7dF~}( C.^_ |h_rU GvSGQdq^䄆/le" ?eYn޹ϔu"rYLabGb[\Ol+K[ Jÿ\a5ϸ^gتb [[*Aޜ;؛('q 2=(نx}~ %~Si>턝,꿥V~pS̩/\gBJ'nnEiD殭ƀV`@ mj k"P[ 3`%&i /g"1VyhТ1jmDž0$LMs@j )Cu7]9qqsawӑc#$-g9;pOsѐ8f'u!4irO9ֆ}@nM;"}n39٥̯5(WĤH괊-5YbwòIlٽrxւ^MQ(OF{3h#T\CMmQl 14`eK )2XØפd,.8TMː`˖æߊw,+ڝrᕇΑඥ>hк,XQPT\ףfS t "mBr23sҶ޹_ 6wg8⸛#uOUfƀ1]D E̹0~(4zm5"k0P6L nչ$LokTm|+ΑRKWj/odlӯp}`#C|ja[B]7Γ1ˤ),UoovJݮ2"gx#W6p90Goò: bu<_O= !! d3Ikg0d7Zaک`iv1VtX2-2D\GxC;-qqAP^ zrBHUDy.Wuo5@6Y m s"U:XnD, _M:GF4HYFhX>ȩuEi TPylgDg^eX'2ԇ(I_wo1kIڸZ,^5g{?tPDz'\0є8<:;ڴlYj&,zM IL吘T2/?ӺRd6.Hjx /\MqXЈEb{)[|pVu+|!Z:?0-Ol@ߝhֽյ~v7#eFǞqp.}Fo0AwwT =[oڲ !. Q{*Ѝ):,`bU.rfzM"1翅li.ա#`t$( ӆ4qg\59M/Y>C)<\h-{i o~_u ءգ0\\X} ӓ{;@H/U%@ (t>\l ʂO*,JP ŵX#Gf,R5v}toNה__ѽ'GiX gP S Aʨ6;eCOٚ=Ѩd/4ptIqÝFY"sJHrk0X9h[DlF>Mq  ,N.QЂ䗩 :5YQL$Z?y\<('Xpr]QȎ$Ta=Ǐ},>_\$o~(69LMk,uޯب}k |`E+lkc85 P+%HuY@thYu##A xtᭈ -PWwOD\Q6 FLot#~ס¾f +g[`Q{!'fU6~LoAYzQQpF9RYO!̵U/Q~٧8 ru01k$憉dѡxlrni[N8P8O)$p|w0g6Ѿnh$1*~,Ŝ *P 'Fb !X3I+/ehkW@'d;Wq'p!7ޣݻ5׺ V#ܿczESA6_E;M?Wy\9oN`maqCʧf]ͻEk߹w{U Wv8S>*q_nwHPANM^ɢfc>zp$bo@~2qF0?Q)8 Y u/ ~z=Q :''2P\;9賶~/sDJH>"$IѦO '}eG$2/! +IyᤘguXH*ed;a6DcU)P2BZa]a#L93WXx\7g8i_6-`ySM݂g^j^-1Nl4:a'@3믖W8G YLxr -he$ܒ |C'x씴FmPk m|ܻf zQlq Z Ni*-T`Ss2@%_ɓ|aʄ'a )ifv@/(0sbWAOmgnN Vtjs`_3e,tRa&4}/*w1aUPyAn.j]]pnFt3a$,\Js<ɐ^XPCoVo\=+J@$t4p1+&>g&K9EH8r4I"OtLGm<#pU\ Tސ^0il}9pnjiK² T_64+R.IݗI0W]+~1WpR!kA|kI@]=BpP_jlʪLR%&9dE1+5}wJ@v1en59x >Ϊv;(,b{VfwXMcް8=w,~m習 |QKN $4 8;b9MedV^Ȣfx\=?LO"OTQ:nlVQ)b'澜_Qr[}/\,t*&?=|Uz `2jܝ%sm2=\|]2 F^mQ7"9GƺN@Kiq{7G]C_iho9o4{C  9aT;GH>U? tuJԦ~%;Owb|jΛ@>9x6jbv(]\k+'ժY]OPvayz^M-}=$jc\}DLmj-hgHD31SZe{tɒqWG+c<H [FY#EYgP u %'8e7F7-w}gwQQwu,8`f^^*Rohe@oroqq(2 =ܼU8p,#9@ÆR1YqS& v 9w$t=Kb~>U ?V-K)hxb~+qKv,˷fly:|u[@"-hiG'xKs 7> lʷ)\3tK^(JiLm׿=wlT #2{UŤh ]E:"S2Vu}vRQ>0vw3heؖ*cj3ҳYwգE&W w#ĚUsag=I:K4ťwVԀ0hyT؜5ȄO=<`Ϻ1X_8i_CR%70?tF;ZM3=wBՔ'xlYid05W:D* xy:n4(En0wb 8IbTPmh!6@Ñ%]!kc `.-7s+bʙweB*f0u5U 7|[\}tS'{ʸKJz d c d:8j!*"*M)$-cLm6J]>WnSk WOKN [ y|:$n8Hri7x/ڥ-oG|# 9i|%>Jypg+&lUf-@n #uϓ WL_dFF㦺hܖ rB+AЩDZx }k{vQ|٤5~e= 3HzՌ+FQHWV5@йkHlC}J7e>6lm06ȑ̶V▨nO}6!OsR}]CNj-l|gN_OƢżwsl9g`ؙd܎{sD %CYɈDPJK~5&un+?qJHƗa vdtb17®aN_g@+9uupu/H[mT8Ը8d=`9¿lOou6b_k.KMDBBN\G77Kȴr>cg96c8r J) HDh0?fUxRs̍8Ҝ.=b<Gk@UGv A!]f-!x:!VXWY:B5`\GfuFqPedsۊVA)u̯{tɇiX`P/?W،%sYn@ -I\р0]qGq_JwDIE˺t,:!R`y{ȥjCgBDZ%Jgs3jqh!Ƣӂ `h04JsɊh5R$&*m@O16$Tg $ы.jBn6pp?`,OT*{\$n\2eʔ^K8|㰴z,B}rcl5Qtm\b׽k3\nB~6Ĝ {Db~pz5k.p[L71.L%v+ _"8U Ys$+)/{ l\#:Y 4Csή݇4ĢVBl>h":@Qd u4~gu8jP%m.Ǵyܴ wZrr:o{>MSwccoނPmۍ$[„0i# zl+!, /3wɤP2{"񗻎=>M$C>""P؃li Xow^œUJ&C*ȨBogn/O ^ X_f5ŴbW͒5f5c\צ|s$XZ]w쉰 yf:_V432J լYצy%F TS`AҺn~ lG8#γlo#\Q~o {Sx~1coA52vRlϛ{o {A#$j9)ab:>5ߏN |է_B%l&b9yeqAŚiq·>>YT`(/N2F):L}R2G=sܠSi6kDM49@9Բ'/DZ1X#BL>j97h윌E7 Gʢjj5 0|ad!/$"O0w7p|a k9̃ ; ݼԶX/*Y؉.OTbB}RA,8*¢iFa&_ٖhEN@Ya,?bB:qc}W&:m x?H\p4c ˵x;e.`Qv̲P}X{bϥ/;Si@(uZ$TG]3vk2\pG4*_.,j5MrU0%ԃi'5Av*.{,@$b@b"{w1l*]<+.0yR+BB8 >:})d%Mjʫg!\ei\}cRwx, uB/:%"c[v^ZTj-/~_$_ePDq4)*zYY-f$ :ߨqw $|/XsJD$F@-ݏuO压@s%lӢO,RVdgik0}a˭W`LN1GO;D 5HU A,k}琹Z͎&kޡmV#?1QiEFq# {PE#q v*:;Bm5pB!ӎX>lYœlW^"m@MYg@6U;SVž"L4Y֯P0b8jw 65rm]FAT7fU@uWfԃ޶8&AdSB:CkAijؓ^͆3|A`eS4DlbzzzP0?#&9@Z׍JvFWM{wc9BwO&UF[a$d2" ;5s-wobs ( #)/`3@nwҺKnfr~GqDOEVDky9=LD1MTk͵܎jx¾ ];$LpLݡC wgAe D6"}KRKt)%;7j$ۇ0a"vүLCbOZ5Z0MCaX^ JIPS^܀3 =7 uw1EX/LAn·S륷d*4<3 #"zPɥJtވŞL]aVfs3fZH`SQe\߱N"^tثd`cL c2U)f#ؘ1mn v#{uXRSp@f7r]oݾqmƖIJI;F,.f7jFF6DiޕwQAvY)Wegȓ\<c ;kOԜNhf<6iqTUedDL'A?%EԗF{tlݕ-od2{1XD{ia35S&6 SNHQmd豠 }[0|86cwZ_)>TOa>te,mr!g+DkN߇`#kNsX7iz ;`:Fn+H>wNU("Lƒz0^!;{5'Sg$:rGX#S0䷇G8 Ĵu ?==Q?ZHs-GazPd )/S^VKXjC_Wj`%?H~&6C14~[ ۵?c=i#6hD]pᐹk(Z=۳58AQ .iG?(t֕~L5^A)V@mL)x>)t Z ~L+m+ V^<7?hbR1@?sTTvb:wh7ѫD<]Ͽ o] .u3e`k3kO"NjN0^ui|e-A0aS"BbxXnZd;[Ahޥ3O/gFH(FS ˻ZFo-ROanPF #Ec=OS+2:tBf؈ Hhhy,<1 ˯uV ho=V&ᱼF& ?zkTeGlQV ?z;la52Ѐ>zXN7@Dj Hё^_㓛9D.C4=g*GX?َ-B:>O;Q ^vWщd(ٞb=!},ʒҊ.RgR]b+l$^ ?ϴ7j6~['Vߐ?iӍiDqKx+%v*^wUE/^5")L-JqE0I֗^_Rп   z7Ҥ!/&ejҞ-q]g&^qnHs0>J^>3g$; f y֧~B0]ZO4uġ Xo6Ol. RP/I^aXީI!-ϯz8*v|aa.)MrrD:cJCZݭՍd ^fv4u3Fmo2dZ 9l3kUcJ/I$laeGoJdP!H SnB plTp0h_'HxUឥـq`O]ǵ(3!i ̡_#]値$)~nȇDNJv~-W5 d4d+2)+ӯsfqFamJ 4f=Z.*t))`*3,ITaD鞳)459oem['CJ927s ?TVFe1t>xBmɽX`LȒ_}k!705t؞kXlGlΜ2սbߟ "7!(#JP&|g@> l 3wd dkZ\t1`1[' H/uKaf%mUkA*ylb`6,~<yOtn_aZELgnE[;$ $p#IʖDj{$mU- qlHnv18lkYkBP+5$PlXG\*tqŧ6v`F#SVʂr{*K XCO>%lV] AgCK7wUNDWDJfEwhD!^WPsuel=D=yE4Ou+(+>k9I98p1J7Ba%?WXB2 )Jk<T95\ }j(0G!~a/,/+@*4 YUiJ|HNek` 3kp/چڼC1[Fb,/>yWjעHWV4lNT} $U&c7)"r-~s j侟n &\_5.OL@7-؇E!qS,+,-HV .p($Vʘ衐}x4j_ԂD C6B֒C 2QYav::hꕚ-'ջy8iv|??mٮ~Nh0IZ(zdՀTxar`A];Wh"ޔ* ܆>_~5qy<ǣ8Ī{jfJRngkaNėe'DNk;Q)# 36@˸{:[nҨ,/H\ki:@{Oq ϝ3|9 \4aT f"Mіc"Qq a$>mC1ƀ+/0sz2Տ9x^49z[-11-IL(!5ff B:#DZKGzPTi"(VM8CƦQKPen Qc΀Pln߸8GYKU /N &N sTwk{h39N~ 8iE@U : <{ W*|NXU<\f#P_y"\uQh'SՔ6=h5pkj=qyђo>XыAGdGLSS+4ڳ!!qcga̮a'R=Vae%qiB#[ Iy4@X幅g ):vʭF}mB{bTq\Ⱥ Kd~>{FìC ORy 5Br[q-`83`npդqE )'t<{bXAIsgզpGʀҥ, 5[NBF%P *9U6ߺ'`|}Y Dz/r1$ƊmR_W#2PXe˸2Z܀X4f bW{r_U5(?> H+뱫 bzAo林*.>woO˳9@I!DMFjS.3_X _ֳa<jĪE 59l^ 8~QTx}6ل-s+&_Mc@WXvC|MbS è4n{AEJ:8b8IQ4@3_vnl!B{2z%|޶OJBitL}4zYʔVGcV1$T]JVa=NН/ < %{TLT]5hTz ޫ$9/m]]~-/ym0 ʢM/ 'cT\(VWw睗榙ŭbZ_cElcpFr=$feƘ @f1]T$ HqXa(>j(֔؅2,~(˦wћ5(ӿ*-]wRn$?SJ[ }Db_ |5 ɡz1&4n}:BgUЁw<'u *O6d%"7}^0ѪFHFS n_,ZIj@~<3[(5w9%.[L4g.PljPf`yK1v4B^9i5 bfՐF?XuWv&; (%O)2KȦ6'(Ct8d<4l/js\$׺5SbDY] F_xF=q3@`H[ 6^K9)ho2`W9NeAU˭s%͑DŽzJj>kuKƙ͆4/Ml2UljI/4&ZkͿS}`ܺ;0ο t-JMC~r9NRa0zzjv{.I7*Go졋60h"ø\6ngveexh>I;S<?v804@}Ϝ̗"]sa'6VttZ"ro0 \6b1]݅ײ^i[^clK>øq6ʈu7S|ֿ Ѩ,Vꘃb;$3OH!X"IK $>+\D[KCȫ9ЖTp {E})4ا:`[BXi>5@5MՒMN2XyUO^]r\&>m߀tsRؕY3t۵~=.S,t^x!WLj,6GM_ii~LhDdpW+-1cOs{eoiH%{>/z&ǁ޵nagѢ"Pԇ>%[vQ#oI;=˽)ܮ*f<N'Ur S,ma''V;IP-b$oaG\p|kzoz~LͿ06W[/z%F<jLc/`ɀflp_U|EeN`LE 9i)@ ?HV/;r+N %"˚>$7 i߆ӺܙֺbDk/\;F58**U0o3.]57'&3.3J{6 f] H*^g:[|J!.[Έ-y9gdŗ:ZgCy^^^OeFϜs"z/Ѭ`0ר=B%yS @Wh<"xxpB'E d&`D7H+8/*̊U'p՟ߦLCst\ 3^ߌ RD&@;tڧ;yKJlFvdo6X>{APs1{]#z` nQ|0蒍2EPLKgڶSVN*bKZTGo?U O!3v b18,UR^.o$neof{&5B"ȍۺh1hUPHy,e^џ|W\%Q Mao3dH`~Kږ!2SuA3=t}3$z8t0Ct)+X=I>bLVe3\$D7{;CVO]-Y;(iShbeQʮSȎsm&'ԅ]HP' H/?g´9( z~/z-D0bt~8?f*\؎&cW%0#37\Rhi겐p2<2@t4ҝ'^ R.j`67ת9rW'{/VG]8{0b .{#Uz*[˝#3؊B{x08k RH7{c!C΁qV3` /Rx3o-ػC+#sl"06,[~៫` %ˀut27DYADk5B5sy^z=~9mJjϖ8Fp8\aFϣvn4ECnw|cYI=t~`m2ެ%5(pq5e fץD ;_y@@K8H*W9gءXJT<Ŏc;;^пtp Xt>a݈,TZ&T{%^_%USYrU+.H%mݏR*wHȅYy6^#KcÁ&K [#* bY'CIr퉩n.IGBKJR;o;:&ɨ\n6cBozPK|ڒ|f eUiC(a|[!.W-tjw9KK9 0ݿ}auN!>j54+=xPbkr+ʲ749i'w œ_k 3˜@Y@xS%uY)0-(9;u [40UoH9vKAί~䐆6שQm=lth6Sg"'Y^(0Q R|*<_ Xs i9*o7+טNLW5Oֺ,Yz*RYRID%;ꘘ$=]< /:ܓrWV'Yb&p_BEP"g4 P(D8ꁡO(' BTX+D6;pŝ~o"oFyQE}&VA'쬋KUѿ Ҍ MF H+U qeSA "M1ݥz__=DI6$\m;6G(͆| ma3-)s_mJ~ٽeh 6TyXh起Ir~v~bvy<5[܁p0/^ӷFNlIqD v.u]Z _IUkƻʐ@J6F8)n Q !txePHGjtصT͕HZ=ԜJ1-F0rm_oE<҅O{(Ymbq=;Ш2{adnx-`D N9<[JCl|r3l8XJPʪ 3R7(I>J5ZOFr/}Jϕ7",]0bPT"|%Z A.375`=oʼX=./|be"J!mtcq:IH? Vf'J Z) eB(Tmy6է̀fGj)FE| #G 0m3R[_ ۇ9OKЮZ1SĪ+pۣ=۔D-7|'8\yaZ> `j4'ύ܇@1y!\tI'o~t  dZ~2t6h}x#;Md8 KD!42y ~< Q}0^yc[ ve֛GvX5PUV&J,d؟%e&GF1o]k hʽjJ硧O" @H< 4iL;a[k'2Zd>M𩆇evuD)Z-=6'F(GA߄t! ^6=0ěȱͼdIDlRuDW@(ʑP!4xkɗߟoߋ<2mNvi~DM^-k&kڢJ+,>{;'v8-Tᗭʎ)|jlҎF)HCyinXN6ȀQt); #d X޸׿RM~ґD<",FТ|(`" 3bG>K79٩6*7σD :i06 "lnogxF+y#ܧ{w4@'co)Z-y'jo=39L]lKx>3)A>P |JƟ#ɫd vݖ' jf/j,tϨZXs ẻdR<[e>˩w[K$R`r82˽5y[MD+4j"0FA,!; mwؓg{FL,KLYzYD*Bڭ}+ǁ."/$F#kml#ֱTP٧g:.^'ut;amز~97 1 S`fYڍ +d:ț!ospy|ٹoCM:!;.c2HhRS)+w3i0!АJ޴tgdz9yǍ^]0T S#\3N5Y7̷V\q!d\&(j≙õ,J)PjQ'C\i䒉։+NW%H.C"(ŲY>Wa̜2 ; H^0p ҵll3U៽CWtt.[ӰQ{{e>aϋq)J?E`]_K*mnWU ո+8uʰ_ABz7l"Gbtn?(b_5=6!JomzޣJfF-WAL}د#OTIR8_ >6BZ9L} ddbZVlOk@TD(λ'!?q<ů{b>KsH̤C_ըR>um*ʢ}CTȈ?ŅdgyhVASCއJl')gZYDhE-')x"1Oj5kuoS{^S(2X2Ԡ{6)~G[ϼ۵ܯX$['sKdS4~ⲿ^Ԁ>x"!f_X=@nA;֯9"D^ "|RFșd (/? t} RxN$ANiDsI؝rinrfvX#kKF7 f+їjQ'Ȩ5$6&Q[mN;.":*1D߮kVaؐ,"$2I=!=~p;dn[3׿t0!;<{j+YilT#_LNiAǴM_n;M_Jql?sIXO;",66%F+V ϔQx&/ 5! +*A]X8PslL.MՕA(u${c7Υm+P.]{^vlԪ3 eWoOSuD$Vz*0![(@jä=N>IT~vD5XGihKXni g! +$ ZrXi1+D $5 v=1 {3Mg xfw%5 ŭ\b鳠>|fmK Nx&_k]r ~@ygſJ4J\\pVJu%uF79:].G]M|6RAQvDI.\,%Diÿ cN]!ovyԝJz@M*!bG|ct%o9-֍bv%\ ymwωhcxc[^hx_^*ul dYj;A͊|.Kn= r6#~ႚ+dn33,BDNҵ2|B)gK$(^IҐ&`gO"i/Ax8.~!P)HBk352 #{-a<}CHR,8gp~ ʄBc$(}VC3#d֏RH(S'@vдE)W#jW+ }Kϲ Xe%إy) O9˸[e5~\p6x}ʢ*팈gI5ni5'J!?=ڰ{nK8wNɾwFnM7zhZHR e ojn 8[; 9N;84UJA+U&^ Acvb{-ng` E1?=v76`B2Lb(邈S#-I ZquZ"0ȏe3I,GGu&]Z/ٹVU"B1݈͞_P]~ҹɛԢ>[3/{:ٷC5 $F{Ʋ7)ox' :i:[u^t 3M2xTK۝Cp5O<_fh 1ІYdK)Jc&-|W}ʫ _F9gsʮެm9DR[)My %ʄ_NzeA 4t<+C^>8视A Mn+n ̸d2R4_ [Mb>E7qa%ۛ.Rs5|I:֦ӯ&!>)ȍſk AZ"hʛn,}5~#X8)PiCj<".CGAtCo<sd֛/KFPahCr zWd봥!AigC?î4m.'9ܥ|uR <6 ~\&QMJ9ߪ#ؖMċv.'A\7 -8U^lϡӀıftiE}Ā+ `^B#)xhޮtB 23h^U?z۷KˁF5>2c Hx|q.%ئL`#ij: u2uxh-䱙& Ȗj׀żQVρW^u+˪+I/0".zw܉ jz@m"r*i2 `)Vkg*Nn{ H E2DSk}I}`EL =nE|.;݆5Ĥ*f츅0ܮ$3篥i.IՁ5Gh|ZXY~/ii뽘as j74M*Dcʌ4BXn OߢC {бE$`pP& .'375v]9|r-@Ԡİyy:T)DF*O.d5*(B\};x")JLnahËNt`s>%ekP, A 2zYL$yi]`βֵc1LoG,qSEH\H$.7x$|[7:d2CBX2 ,M(ie\T Dnutc'6NLR09FX>)zZR퀘4́3 wؽg6S;U0&w훞l&hPgj Xe.'VotADX+r hyr: ~=t9t*Ѓ ŢPN@C'vE0 aü܇tpS;6Ԇ$uv.@:kDUA*GKӟ_w ZHeiUv)W¢ٝ$#phIXֿ/B3wƙzb BcC0O"2>_qeG_ Ϡ4٩N\v|8Gcݬ4p;5db􋣻`7U8F vH+,B =Cpb+{66*.A@bqT!X~Z6x5Gx_#ڞ.za"5+eϜ(?M8z& (H2NXvkA𽛧^8ji-ë!}kSIe?%7^ٻp;ŨN)$J[y&+h)GI s~UǎYy\֯Vu= Y (IhM``cd$#ʖ$*0pfHSo_ԒoPDA_kdVU0a5ڴ ǽeo\_ҍ u(/|Ǫ>fa7Cfyz>h%b2"Tv-LHx-e^Zuܞ";Klm mGrWmPd'mX߹ԬC),OFd$M0Mgy =,SC.e?4X1&0g8e2 !e-0y|z#I< S~55-J|ֻl|}&pB^Ia5G$+RGNFXiĩ*n=M\7ud2نFN{io v-k@g# q*)SlvHO8vk[ۗ{c|m5KOw_I01JGd%ʠ[ܠD0tlwQ ;PIl@fp콅\$%x"`H`M7^K*cŠ༈d&-y4/V[^ͅ弗,6:L DjP5$2&2IkfAzixI |I|UK/e@0-D6;q>}42xQa e+Uhڒf/avX[h鯓XKljNHԾeH3׶=Y߷76.QҜb K0_'xl絤qǬP iҁL̎/ nꖱ @CCϝF% (Q'0XEP@*e[g~t'E4P5o־  1HH8]{SQьT@:aa_pO{x+ d,! ˓-}gt2fh)Ik)IAsvPs30}XȺN_>gf"SrWZWr`gh}$6Ꮔ*y^JV=y͛66L1 v^$[X_\|~^W_[LD5ޕN "E]ۗ]o齍rUj}*ح)s΄JF"?EEN5ʿ`zgܔubx/]?9G rl^+EzKM_tO/=y& 2a#bpp?2d堄gj0V| wZe-8t!"uTԮz8ڹ1^X(hX%BCB2ak~E@p1zSp v]L?5 q'ĺK;J_f* N5QS'࿩ʸ[=ʤBGGnLn4J/Ac~Nxw~Q<PfetMl39`ս VȤiV>J)[[(F/Õ"|fPFO_SsrU:z^"?IJnP0iDFV(g3(-E+G-[H:\$mpZS͐64Va)"CCr+Qw.δjhidxⵜfgpmzѧޝoJ*a9XI}YWTu]/RG-3'.2>*" Iw>_a"IԽB~ *$N@%InHj&N"љ2ܚig#WU2xZŭŵz5dGi RFK>He׎^Ed10w$LJȻP&\]=I' OBnޟ:ɍk(FAM!u/n ]HܴSfɻ"WM0:|7`2cih_[/~ }*;6_o.ue _}#Im+YU]J)7*JM۹A%%^sΤ1}ETzslv_ 01(!z蝣sJ WU(%TОQ@F9PCse&iK}ޡZ.}W,GMaɗZ}'A@SدDs#Ikv7_.( 6pc?3fAde7|Cy2QXqטoF0t)JhKg?jT·\$]% =]E˻<QLt2|L YF`O1xjnBYX2a7O}%^!Iɪ;g"lLW96Q`xP_\0>LW)MHw7bQhq<Q^4Dp OhcSI,9/7.uCy\_#fzsۤWu*?VWZ'pl]b{2 sX14ߓW&QȩGP`? `mH2DzN Azd3?3AޓT=YVx3vxYflTP[bh}1m5b_x:Q#hpZf| kCяыPC&1^M`(a{;!=BӐ  e@V}Dq9 NքւBN L9!Q5IL& oQ7^,u +,p?l <@4ŭQ_bRRK*ޥiB ZiPDPbPIYAT< V_Hl),Ɠqf #-LDB HmArF~_ TnOxp˄VR$ZV0$ %?WʄrTΫO+O/f,Albv{9k..f[t5<)iG*y94ϩ/h"*e(pģSĒ@ su\FSBR^U6= P:ٕ PZ?VOc]/ XQn[-dtVg<ݜtՍz+/pٕYbq' wp q]d4{#8!գ;اSI@@VT= i%*+:)<$!r{ ӵ\N;h'ם!s]ӂHgtE}C)f2dqiu_H,0>L 2EW[uW1 b؎ohJ A;laQ'A|ǔ>'ܜ]l?J5)oBIAzeXJAwUVm!~"-FxRoI_4 Pm _BG8oq궕P MU)3s5<~U1:e(U 2\ -pf&8O=@4ݛceMD5G~Z1iq{gpbHp+$ÄƓo`֘tӏsZݸMl[L38q}ujJt~zrOq!m5Hg=Ь}>L>+Wl3t7Q2>:ퟏW a23x(_^N|;.%]ֵF:e+&M6?jxex>+7] 3M/)*nzW Chԕz-1IC$thwlz1H VuRIM Om ν Q y !(oFJ\@ 7חbU& ٲ뒩VC(ͬ ~(38L$I^ΗޮMȦP ϻ̄m1&^$&ze] ,,`5)"x EWc4КNc?[TXMNm4FSַb}m\bjlxվ q@ Kόl5?+g%@IiN*K605V%iKE&9or YDWB1 Gj~7C [`F[3n'doG+/PO,k*L 0ȶY';| VvSS.?OEcjvU8O|+shKiz̛cdzˡQ본 A^,WxI t!6qHڹlWnz]OTCLw2E ½4cvp%>?O/W.=fnНr $heW^.a0VpBlԸ_䊾}@$")uC]s̗=z,1(!֯`g2O/|2t`塻*EB(Jm!Ϻ\=0BPq S\V|ubN*40UCMStO;0E;Hmj V.\ZBW]JtR<zMY`~U(Gx[ȁ77JH%ECWF凕J2e-F>/?/W3vi ?i${-x$I>@3t{٫! ytƤpyJ?xnrAҺ59#9kk@OU4Gs0.X%h>`TP#qw,wduL'y=E!T{S[?N/6zgIK\ԏa>_fP V\r-3UpGcT=p :N&^8 +fEF~׽\vhv_#9\w!VghOVF/m@Ǵ!ӊHP]oGgS3jzl8hQ 4 Rv#Sp{,pLQ4Wn{1)9%^+ֈ!P h#Aƫ| RK}_Yޑ){G藺eY˾P܆6EVcYdn9,1/]MCΦ2 0]mǢ@Nez$Ҵ"Z|$q P协6y+OiTrrl 7[#2α7$ R ԉ:Oe26%핑FOt $~4NMzWҌܾPp7uh%ԻM54̽gVR= ?lzf]唃U=nK=0MliZBRcY4y4F%3ʰ:cf:ÄuOqP^^s[ bg{r[ʿ5 i09T19ePVo$O3K`oE8'\XkBdžg᫼_ |$XWƨ_~ Jp"9NCZ [}gzCJݼ/*@WsQ$8b$9 =k]7TnG(hE~`h^-oI#<~ 6fMOa,͂L=<ǟ8Z^8ax8(\QM?La~T7zGk];I`wk >e͉o`%rA&OFܧzv9`?Ҫg ]ʺ̌ZE˶΅lh-w"Yq.9Z&Zѷޔ;` 3K,}H%%~#5}DW>\!r+@yQv-KV4xJb͐p,8h`V$ rQtV%@osNY7F؇aA5)~LM"|/(~/{`Y^A؁ _TȕPp Jȡo׶ʆPʸl6Fm318d}N|GlUĈ<'=aK [_RhW:`BgTEi⇟4-t>0X"@]&Œ񄺵J4WbrA%FȜQ"}e+LjX8S!WhhuMF@]{OSP??Fy*up5HH48OD-c{1}Pe3S Q K5_ÖzBeq%bjfgl-½I9AD‡\ē-UښH~OAWVˮݞ"H.^Gć7dj̉Oz\1'ELEL/V23 MhsT{m^HAn kÙ $N.-lP䵩#)=`ϒLV;@ΧNЈ OԮEޭ9#H2 M,79b.s;5/$!jGge+EIUm܋怔J n`tۭKfwYDF 5~\[cȠU530[VFcaBT;>B0r"8l1|: {a3G0Aܛ<O lx@66CbM+hniUɡ%D,ovwJlH2_$'JODo9u[x'3\ *p*} ˃ S)r2-|$M$!:tQK0 it[̣i5Ϣ$V\.} vCs̋En?-)%ҿr$? [eo;Ķ%Z.[3H\ix]lE _Vbfc c*uiށ s$5u^ [븇mlfr/7Vto>Z}2˪>N{}T=צ|H X (;a\e3eRxaQ_5Xt(S0/ڇ̃!0o_RRfsbB͉O@֊AKnuhg6-G21MZ=AGhH2YrМ0~kAc@jX 9uc` +>Vg |I+3fYِq*&vK01znt aN(>ÓRK%4I`\ͨT^,沿!?Bg-4yʋZa<kSoP@cmW U덕͡L`\MJ)çɩw]6d1sfp yt&P)J/ ;1/~Y{6Zf7`UmZvPXK8İ$2T5m , py}ђw#L‡ OF#ptVE[cj%lFKA =N (}-6Má +aYBMI䣁AS6TaPͫLN~k(zXw"qYDΧu@DhY؟K=D(aYN.[1DIg 8.x $7FP2L:̢P̿^- v+\æJ/Hv̬ؼ|_]1\6: s8'Y0G҈q y7?^94%처^Ӷ2GI ZS31=fE"}|aت:}7&{ܲ \ׅCuϢ12=J7DG]XjFO}l!j_4J&vñ gsҗ/|$%t]7U\2oA{6Mhlo5/]Wb;nEzd~y%;g[w%cZ< co@F[K&1t)V}oIxS6PEprTc^ڶMa~rœyOZh%ų=<mW"їyW `:unx 2VqT*`W9؃jġc6 .NQz~27i ܪV{ B>FEXy2;R\RnXV*m:cXyrX<_om"\#҈XfLZ,E$0^aA9m! 5t6Lz,Ҧq<2٭I)4Lq H>"[Wu7cHy!bÙt^Bƾ!ߢA;+Ct"7|c6w=e=uh0saZp^hM.`]{IݔƄA~$|ElhAav0SF'j̠=Nl}{|Mc.󃘊_0E3s&Eʍ)AMs;r=GOTL2N'ysFsnʍeu㷑ndNy#&:Iރ'oF +YXkN7yhz-]z(kMygؿ3 s޵L*UԄ끽 86IJ>a5)'gse̲ܺW#_1]JQYL΂ɣ|*gլ|LS]C>ؔF(m;x.o7v&A"l^^i}-|0l6tN@&뢂Tv!r!uY3MsQEl,R{$qܟe<{^ Xrd˯pgÜ^ [~"PۙjadAwXUtQG]8u:]d ʒi(/wxۼd1\ fbwli{\ʝ3Lu!6-s%'㑉?=Z֏.&QfBZ>9* {T*~c0q[ldDY,#o+f»]AKYnki>vwMFAQ *)oe ܜ0 Gq7$Jы|pebkKHe&z̋nׇ!a(evcBp/]ogx_;{3g5[['(8:Ul72l<ͬ4(՝h8 H9l27]h0G4 "ICD>Y^H,p""0K!>Ş&kp8X=BO( S !^4Pi;%3a׮Tj w4͵;pa,FWz~uɝń_1pŔHvWiBVNioX{^a{pnf#O1D :=rm<8[?٪8sBp9+-H!DZf@~֤1sUu.G>mTȩ7frGuvM$p[ &|&Z4fگ&/BRBThǓ E-g( }qtz ^g@c֣x]qQ,{D#)Smr0cac<'kXhw=a yZ"L1>%h?THkC,$ \7{Tky_#roqn1LMSm ݩ7Kpս+͓<42.tmJ|y)dɂ>Gr9%i^y$>[n-3_l NAEC6΂ F(@%{dScK}Iֽ#9Jb2W6hmm\7\2%agz?u~#|D4ՅkQM<1J hV x,,(+)d@QʉMv56z^Ht[+&0T Աuo$fh]{X֦cObI 0HO,iF4o(4;{kбo)u$.$Ax{c6 T^FDyT( y{b0 |T8B$UϚdE\هţK7 xݬ"vۢwW] nu13VVS'OuTG@ &tB |t6JJ8 ~%WF&wzE.F 8RE6rqWǎW]@Y3GC@3Őm%HknYZ W|! LrsbءAYg=w?{ns{NyK&`)thEtlB `;sG2y hNV?I"+YNU< r &(y{2C:wnbtĞBe2 1`oq' ~A-B!A=?5WS~ݵS!hPa\CkJ T;22VX ~ɉj9b*iՂM'p& O)%ÁjZj*+lV5k5e!r*n[.b_VELByO*PX".J7V57xC$? ԋcM LmVUy]d Gy`'G3mC   r/ 5K0äNF~!Oru`]J{\40q/m[y|@ɚʎOrGeW3{ul1\tVK%]FޞlO_fwlxvVc8Ņ ynPB Qw'2`/gsퟱ&T[Gx XE'o#lK׶/8ٜ$#z,౼iC*f!̖^ '=y=߹y.9 {!m _ٵb! AF tpH sٶ[1xȭNC.D uk0VϛT a%$87[H3G:%Fl%,y&NT?[Gռ_V2,SONE5xLMc@ts)و9 Bik_@rCIx~6[S /F!RBQ&,;)II:O J,^:һ{ĠE)Q 3?|rwzv{άbiOyUn _lsZ7`RL{a2# F~da:`{.N>Q261-`vFRk4F J2-l.b"6E1D%R&38Ll3x\B`HPȼĝd6wiѱxo+o@%0W!|}w 1bsrC?#r=clDz! NGaw`T~q趚!kLW'N{jz3g.m¼{?dR3CE~|1TU8H](^L> k{l na<<;ao:dL#K&3^4Jc/B/>דD]dR<1m Zu+/i-|wBH[d[{6Z ,,ڗF6!,\d9XѸ 1]%s a>K .@p3x}>[͏gvl{A$/H ZA֨7 A c]{D;a|Է0ae;JCJSpZ"`j?pob ,="B>EF  UF @(sGb\,iPcmR<-,dkk&;Db o,.9mr\r=kvY!nEf^ZPKm<6 ˮrthz9PA)dD$5EXo,Ӭ Ѵ/\x 0LJڷ :}iQL74&谪)ȜP9ײs o `P猑7D* >A5P,mr`UA·חqoFUġ1Vp%Bd4`x'øtR #gJ k7EdC BMo; %ykPS>gQRts1]f<ʪ5K^-V:Ӿn3K}M@zjkQp*^HWPǎ4K{pK 3MH}&&(zaغ_&0oxNLy~ ry6N8Y bvYaqg?$Z6rP% ,OpmMم Gծn D4S3LxѪ<0^ajꇝE .z'5.v}QA^tcP3g0)2%(3Wˌ=JFwTN& ,r[}a:jAmh~ u =3XKSc5]iАERfoB tݿ#s<}TsW*hŲ",j4\^xi\x!HڗSW9'Wy}~6 m=@?Onc2l@x5GpX/yO3&<5@̐ٙhnlu knEڷ/~~·\ON zae9L_ZzB40__l~/k"xk_2$t`hF<6ICZ ύD>ohyJ5~XS(j <$Dҧ,QUͱ\wK7僂*^x1!XpŻdR^)TPBC`T 9&AR#k-a(!ۃ,4?DH//` bh$&6Ua%w[w\t[jy/8X ,X~Q?<9a8lw۔@fdpUdVVfw.F}Xv8 bsdj@)q-grF?ƀ+ Tb^Pl)!:&&Y2ƒL5Mq> LU ɚaUŪDSsyoEk!\nKAGRzrazh.U}|_hÑ[zağIͺ &WY̠ @|0xv G>awodzQ . \-*;Z]8Z v* RQUEEa zԍ/\Fk:;S+$Ma+tEz <2F'[羹\?\b2C%9 Lhf{NҴwXJWVYt_lȻ%KeQ]0yn-祀X~$P-; }Ѭe07 %@k \<׍䟥c ^xOBb @wjoRՊm|yRqt?\X;;سG`Z*)44P ,ʫ憁Ԩ ضn^pQz#wWih"q!^JU.$B ƪSPtv@5:ML*§SC'~,Q".ͭ30ξ,[8Ι[gd߸uUCow 5Z]чÀ֝Դ}-,tHU7a{03ʊ$M7)\b:;}dB$f'Z_D;VC#G&L]g=棟l*)i3խ5XfLrGO$LW=."6>5%Au'|.l+k Y2%ɥS&c$S e¿ZZa)7 >%z^k!7Og6TisfM3sšrŝJ| *~T[5MR&#z\mw(j/ 9?qQ?&R/(9$ B*Y+MxzA0f84P=,FvK Ш ӱWrmRpr-!V{o$wT>}S?oE*u?¡+VA5>F G\\7>ΰ嚯/o8G>Š~C/j%uow\ i9k4X0 B-B ' πM?P,ogB4]a'7`jSy0|CUDDDDNG@K?zίAt$bm@Ґh_9jxY$SY&r܀{lWE=56bY#|\/" 3)Dg+\SWqdbr9;u! 5'&k񗭅fl+Uԡkk%ii@|Gn#%V'b9]i琻ʀ XR'[".B"a~z-LK-6*W!/=I!›pq2M23A\vWSi02=ypfs-T qMEW ᚛™)5qċ`J%ʮ2]8oe]sV,4"ZϲiYX ɨႂUWrpޔʁiRsΨ*tQ)y!NK$<|ִt{^vqp=Ʋ[*xDc C imڐfcU J[J*:MDZE]n9jYydG\0S)& S"nOtN R&roʻxY,HǺiv!A)*)5fIKۖ;ت Wg}6ŔY\ 6eme7LܻXGM k_WͮALsL'4vvՍ#M헾`s䉌 ,Toy`_ :-%1_E{frjhpORKNK|U&d!Lh-tjRO#OBDn=Y`Ą‘bIm&ۜ 4!}0D+/'.jZ'-|nm-G>T[SQXC UDfP_q'T[U'S:AJ1.ga8v;NOIRQ%GHo;Tf.nULDޤQ'|qj7w6ɱ -< YϋK`K.[~Xd9\ʈq*h$DtmmO֥wS# &HPP.t6f_\//M_Ĥ|EA!q&p]o59RAB[ MQK4*~B#oqD+?=H,_jŒ4j+꾒nH{l ê'8KKMZ3z` 39ڼִ ^FGvpUIe&gybV 5}*IT'|q\3+%*n7'nwP+DCq7>VqZ^$xnДGTj3fC,HKt78&-8iTHO/ oTYpfqУV8If-GBW2锖.KڡI:ЛK#hw9kQ* `1F*S<8 &k&rIs[Ϋ8Oa)ޖ8yh`7 {56#^ ^Cf;ROqʶ(ڹŌp֙ȵh5" $(7[?i+:)NsO>Of=4rL be,1A]((%lbN{&Tg2O#`Y'tҹ$% FURʨedd1~p.o;>,+od4 ,B|I~I UcR&;~#Z.P]L7~_/`sX?}PНzJZ:OdOx]I獂":ԧ Ig"Ns95w5{~b^cH[ r /Hzp{:hm.?B<4N:aACH**}n^h?û8[(%eĜv:.Tŕd!r?O%A=py'[?=h_̏u;WvKBؑcO>D/G2&FW'Jږl^MRskN٤,qy33@Kzv߉fw Q{қb;9nf=R`mHѺ(V_A@d&̲.H%6 ]7"ܜx*l$:b&Kӑ^* gT;t 6`8*K鿪trTq9),&Sڤ .if1cշȦ-d*xG_X>yd^o ae܅:Eq({N 'A_宎:M,-XQA4&` m7XPY`o6HvCC|IJ\0v6mԘ>=or&n`pL?{u9Q3|8~]e>Vfp(g~mq8Sh:ׄ|%[dثIK3Wj+aѽ.,sY'%]8©! ձ88XCu]cp]j8ؗ}*bڃ! w"ZleVy#v-<)75)hT13uKiNȤ=:)8X5G}r=YESJK3+K͈b2H%hI%`пxCJ&An$*f٠vOa09s)XIg䂂"|9ծ 3-y- \ ]"|^ {S_N{ w%Wڎ|5O+]OA( TH z7feB@iOz{n [QUf^z958~6e s!y1 *Y&|ꙸI{2acu7$,`p*Z|#Z m1΁vg= (8]{* BSb2;VppbIN`l :;( Jo&7*%ž􆌜(ܞ5W!BJE9``ZS$g9WIrʘ9ӱO \' W#jii$Y,%Us_X\ QE;EZZIX 8y~ɨA.i v]UE#E[MZ41K/sh,30gk.;+l.4SzF"pS\Ӟ/fl(/1a0Y=qGXPEfܯ!~G1ڜ?i3q1H 'S*sSASt[8t #whD8~]$$\y.5.lk;^g-գ Qs T+ń4V=pj.FQqZ@{gP. IM!1Z7_⼲XnQ5D= B[CFJ _`k1hsz/WVD#Eʒ ]_DCFT0!+"+j[ZO:w뎧xklHJ.53~U}E3Gҷ0\`\f<$)  Ŋu!(ϤJ(ˈ41Sy&a;xl0 vSE_M\;5+]~Up6NDfa X'p/<ĸB|Qt*8dܼ74NP[S3Q7V" qi(Uxw_/HRMq_sX8Xs=_5mӡ0LJY<ք?$JnRqWdʊU]%yiŢ(Zfj+.C}<* *78)0ox\o'e#:Ê;Lx P  5iD!2JanTPzm`ym|ޮ(~d~+R pP|/?*:[vKyJkp=9{ ~0$B@pVHΔ8zO"mˇ%Sm `9a3Jd(hز;mkvrY'yyDTZ; _mi )k_QwN2a;!m,YarZnG4[.^E[C#cTUp%Nmj;vO_A?sZ%uygvo4؋atkE^N*>`ɁAJ 0 OK4-xӵza8A;J+[S1WLwTrc;J|3#fŠZ^G>qdw1H DdN>3ttnыW8YU/o:(\d ^,(:Oc/չ.21Q_{eZ'Z@}a]u2U9Z:2o퓃0:'AUvM\(* 0﨨է=awpXٙj-A %ސ\t7"NY`oO~}Mn+!V"l[:OV䭫.QQ:GG h NQ^3L8¸?}j?Esh8'&v6ge[+ Rͬ%99r`=Y^jOcoRl,]Cp AL^90hh|p=uT $ f+8V߰+u vCi'+% pB;*AɊ:ɧĢ6;1r֭s٘* ymF[ #EG+MU@i%}(WW$ijAeb CnQ~ڲR?T!D~Gy=\(!^<ŗ3RcBFw(%QHd J/7[p !!+z;jMx_R]ᢐnM$xOTUu oõ)FPu~Ղc i3MX|4ώqim[AcZd>iQl9ugIx byLS|lF7L`mdK*4?7Oq<;*tZqny0m5{ZlVub%߬c+%0Q8&G05L/2Xeح^[FCjuxǭjˡDךAeСPİVɃo;q^T@)N. }ڸ:d[l A'P86j(Rk kpn /hkx SAT!K3z,s,/zRXWU|xd~\^Пar%{ܿ; hrR>~SJEȊyLi% L'<\TY v_F-h3+F64HnVz&$÷0k1=I2 Ӟmt̮}cPz)7q d~]w3w@xeddV[(ĝWqgA?aQ\U~!Ny ?$) ݁$dJ6w)*Rh}?9 =q}L[|s%P;K,604 B)N`{RJ*{Gy{Fs9zo%ך٦`rp/*XL\t+3},QkB8f[[3C 4r[b" )t0HjWa`F{#a/hm+3zdI{secEarʷvEn ɯQM7ЉÆcr"iYC:c.fISo`StCnKWc|,z5\In-ۤb^UD mo ž8)\AcăM @Cu)5a!9qȐ+%,@ z"MG`oz6ŵ-^ӎbQ|<}Yc|P,Ems@Xr![Ztnb`9ԛXɣ,r8s״i(p1XI{A& %Db+Գ`Ɛ-N}=xzQ/ZЁ{űAT>5uWAŠP$iۨ *a]@p5䔘@"Sh"%fK<}jn\opMv1ge_huߨE`o3*կ! d($vBߤ$b~ON>$3Em_DX%O8 V2_a<qwbH'5AMTy1jl(x 46|,Ͻ2xUQV,Ug\f2@רQdSh E! 9/UM'cl! r["+[QE#\tZ-%7 Q;+~wNS|w# YI: k ]!S>cd0=!0y |ez O1ٿYɾ1/`@/`|zy`]tB |`ʮ 8L~~9&Cjym%rcH:d +l SXj8EH+&#dy,|-6Ӥ#+NQ̢|l͒yz _fQ7k]\YFʀz_; ȍ-Ӳ&(JDVJU%DpF`"Y_\iHWjj8j3픱Kb/?fPdQI/rEmá`aPvw _=N(c> "q3E*,&78ZLWlc1Ke+xk&1qn̵y~iV&7#qQMΦ ^xkƋ re ,ds p(U5. ,{549б5ktV% gSo-"e%O]qdNAw5}GW:t*pfD&Hy![_WZAw`? )ðv 9WWޅr/mpm{JOP&f*G1S$tTo ٍU!mEIǩ{^^u+C̨K}f>Y8p5,暬%f ]- Gg/WJ;IvFf.%i˒14z!ܕHqT*ؖ=] Ö́ie+6 }SہX}g: ̜ܭ ~`SpJ"ħ0 W]. u>p% #Qs z =6Ϊ8զZR tQM-sA?z=,\DAwZ-ur- 8w@P o,~*]f-E`/FNOwaսDjhDŽctl5?SBjKn ![M{@֛ʤײOH0q;_{]l\ ^׋y0x୨q]QKxkrGSY!:uUgF#rXtTx@J!DŁqw^[1#ޙ/'*g^tVT=}ռ?j\82WBoa=GFWcT МsS^ ~F4X)+Vk+ǁ\eF*)МC:r5Z"̓ap,N\^ soLm}NI+;#[qƵpi)u,]ɦ v/^|-|WhDB8}F"`Tbbz=Nv88(ɻb4{g⋤$pؠAW} rw0pHs )"MVӲMly`mǪgQJ6<!bBR)cD[{+]ee{IE/B8KXuKH`RuloHc$`UD1߶ B2c=M;@1~=˼Rf?{WrseIHjC& "3oU6abYy b0PZ>[ `H*hh14|> RANv!FΊ#|g2Eh'GѩM1+;KMhL0UvӚ20ky&EIXui@dwErI#; 8zrn^ k9,J!H8y4wW [ثP4K9B%\ԑDXWjyvmFuF|:(-"@ZRS$>boV#Īxv8o?? ;*u~#I~ ͰPJ+'(GDDE5OPm6*I@GN"p!V& Ga\(@5MƑ*DNBYmaKƮVG* I>],}8H4y˞F_ J }V(Jp$y6ѩ./ D$FnQ] &Bs< q]C mNΣq58ף m͝%&|prp?2 y'Y3eYQPž#w׸_e-vO -pnΝj8}SjƆ91?l ox#[o;?8ID ưHbW#z?~XXlϪ*٣ 4  fh[ ]RraGtuґ X%P鋥jد.VodlPtG-Hq0P|XRn'Џ|ؓkp}E[x+o]gY㤅/Fd` za`yie&C#,`z$q7o<7qr{ Ȯ'̃d/JrݽC¬5DUW?񘼀Z&]ۆtG$27 NAEg\7Q8j_1Yq\]~ C0퐹tpPYhT,E vP* 3po"|ޣN.Vr*c׭hRoʍ&t_`4`<+ڈ, 0f{v7 ,zS:fj92Nܐh~z4NĢsrgx19_#먘Ervi_Wp]Ly&t'$75fV՝SS?ttvR=oZmw~ twdaNJ\VzYŰQ?#Zβsƙz7QBʑaI:A%'1Ti1z[#  o((GTIM+dRK<)%rHIP/GgZnH>is'dE]2MhI59^ނhO&["cش%tI^* {m}뛃d+:38gCMnm\(Y19LBz$f QCC(T&$V)'4^Y,A5JmDk6aTNe ~egݯ<w4̭O+aobwvavcި쌪J8mq:y hMFb/Sm)Pce*oOvslV瑘Jk%I __ڳȻdݬ=ӀCT;6N">҅S29ln Rl7ab-I 8A,)ǽ2  s>@*ym\!*ڲO]C:,v!$ 4lP- Z+>(ސDxQn+ka@^36N`:4D\J=Lo6 :BVTEɓmq5N\{]o;vg0д"uU(j`A)lhƶYTqkɜsH[?gEDeS/\U&^,窽KTdіAdb<2 ǑXgu|M92C4{r D6:@SqK["2J@Z-mTԔ0 J"T18 ϶hj2Jlz6ZǐmɃ$?;ﱊ A h dg RJg<=.ٞ5cX7]AU# QTd UYEU"zl†ie} uZLbM/]̮;î/:aF㣟:j N!R|qW '!g:ڣ;Z0OEˠKa8vg&-vaK̔& M" #ص>1Ok>)Zڬ"mY8MPZwFxe7 џFFI`1"KAxz]hAG+wM抆q+Eˬ5 .\8FfGZ9Ĝ1Xaa @U3 v,6;blVV tX?~FaG``w`McZwirgѦgǫz~VNX"3-@fφfw'Z} ^#/VI zB+{>lX1p(y'] Ǘݚs?+i3/M,Dwwn' nr ҋ^!{r6Ǿ^VzH+_TI+^ʦ;`}'K4H%Xu& ܚ/Hrra= baiL OM r;ͺ1*g(f(?u:@%p!:US 3ݱ눼:Kqkj,AΒ۸U7|.\z#>mȜ/:v ۟AF lԖzb>ʋ^g$a.%DeHFU~nbX(fe③} Ew P9-Lz0+zc47E~OSTAE{Gj}o-Y\}tç4CҸ8R}./KP .BcvA)BtܚJ_nX0+Ʒ%FWľ[UE0iFl3c4 Wޗ'2=au:3{GnBE8ߍ+8ݖgDk aLt[:D}Mj;2&d= e v-o7DQ6uuJ9 ן@Xt- "X ,8[\>i)jX\oPY{S!$^ȫ/ZN@$1:Pҵ)̗BJO>BSK}\uH5 *[{ݼjҏSuN+>Iee5%jwlYV)׼.Zk*\ljD<#L7޽Df)-"] imkDŽy`Z09b鳧Ai-!EG ŃZ_YJ8RǽM7+iAAw^`m>6 1wgO|9|rhޯݻ8xe/u;vdM̽_.zf *Ol -f~2sQՊ~]D%iQY2!@\]SluSN:sT/< ڢ[X嗙(íXҫa$SQ6sMO祖GGO}ϔ*3I!xfCM!5Z#V+d_Ĉ6G|e۞ox^Vo:Ud5l?7`iL鿶s XئgmCw/v@/c)ݥ ue-T9}`IM@ÿR0J2gll"z>5Y8턣=s 7WDGhd Ck͞Q?+ZqWITk^L3,_ }6lQ"%yXh.ףcP(8bv3`:i9u:~;icFyu>W/F[  VeevTVeNVCk2zcV^$i9¸eqBw/5KQD]dIRbQ9;W4%&L }8^/J-p6kKuȺPzvqw\Uɐ7WYwpFٛTb/\lWRl9wXbqV|MOG\6 <$hO 1PXNsqSj=4̛V|._d5)"Mw.kb>Wj:x?[_*Lބ/ -տ r)a{iH6 nJ/-ZE(t9+ TyGwd"N &rǪM)Zh՛ՠ橿uw|>q[UTF{eNPXjP-+CKoL݁HIq kZ HTpycwI.kns2'ѽ71i^ܱH>ŒKMDxKP ^& -D;OŮP5`{ߎW1z4<5i"P-2#@*8i/ i܀z`t_L:@t7T礼գ6K4> 5_NQmɨ1E$"fN):MO:BCz]S7BĒKHMº6AIB"fW}zR1<+1#|Tz'})1T*0IJmE#Hp)ט0c(+ eVQŸ|f9x>z+FeόPv( 8CPjkVWFNsvI[;7={A<Đ)Hқ)Jb/cJ/5mY60?6&m Ѽ%ZVu>0vmHƕ" m5*D-j>B(ȣp0 )KD սmz#~97}cT 8{rS,qX\z?Y0ԇkڤ9E Z~lD| &* *$=Q=I^w7,)~nUկٍÊoxi.;XBh4@u2fx6 wWiI0&[F #@uZ׈'!Nꚠ\ nI+FaF^X舭RS/SJсEybbw̍[m{C?ڜ;5dn+ :Z̭g 1mt#'Yt7ֽwbf? =:;K*ْ 2`m5S-'>~PS6/ݑkS&ə^qLH}tv_sڈ=6K7\r+:pUE O^؜@ :R~>N42M9B G,3Μ Jf9#ﬠ$yZӑ+{1![Jt@EWk(^(MG_}CLf%niyOzOӦm#䵺t;U30I!~bڰ4$X8J CEԋ5\-Jh"AuZ97QShM*F63s(rvo؎~WU#Pw=S󘃻Ë kqU!=^Y9}$Z*Ż|cz%[(D4s,[|dqnl OD_P_EYYB4}Z7֥%=,d=! WQ? Y$%RlD;UrqoDO5r%%2e 4NBUڐ JCcpƯ"BQ-% u]FUxT .k8s,ԓ* X5H\z*V3CjwN_TRtjU :=;JE9CPqXK&eC^尿5$Cl/lZ?,Lڂ+@C)aSC˯ Y8ch昔bcqfn ~O ύVlWH8V9b'5fa(fez98E#*JIdAn=#HLqr/Ζ3Ļw-4\RkualhߩD1Bt8 s<7ydi l6'm%:;%` O?&r M2:A%a Tbͪ}{x| `0Q° dLt ÎJtof'tH[]鞬cIϚ *.*cY)N,5el +󕸟0Fht衙ۊ\Jy|sTti@.U] +L4M3CZ*YԒ&%A:8prsm t"f0kftI}^ 2!j7:ƎtgM$T| PwK)e$3QHrW[-w6 )ҝ--+8(?vQa&G^آblEFEp7nP쬪E;|.Xv˽srˑk4Bizf\tn ?r6xs5H5.['*B5js^lc'Hk7>G1b9 RM+ndX:6]]hŒMy3xQ.h'GrO;=\O;Q%wCJًCxSXPS8D$eI;:뚵r-awMp,)4ӕ0_Z3'W;z,P=夞[> @_ x,ŵOǺ1]U+'GLDHcyX0P"u%Z1Ȃ `B^8 wT]hG;!4^:Bd$LFū_v-(]Xy~.{uVTPu 5<k`:U/dΪW~|/jK{Qb Ůz^QEf O@Vb%3ZhcE˩dF[ƱJC3h.`3ۛ+ÁRgaKч,gx]nM&aucC1cIZpw{t4#>pU6MkJ*-+p#'>RS`<_ETޟnB8 ( 5цn) fD0qR9QTv凭Fv;m~IK-}ȵUa)j a R*33Ֆ@bLգZ-^.sͪJ6aufYt( V &VD?D+@NQ¾T1aC}֛ (llbm8n7u*QkN8U<!&Po/GlkU,wTsa4rǧT6B,Dv1\04+% L(nN`@Ak;4۲V*ՌQW ngu6Nx^5yC.@)&)[o>ީش Fܓ z`~tml{s)x@< nȯ8]F*Q˫M#,i4U`o(h΄Ϟl ?f$oFts\NK(vaR eJ!|E6)r `,Ι*/L}BԡMq(`#W_tRɴ$_#ǟn&?̈́.~_Oø+;ɍ(5!rbء t܄%./T+(kq&tI'J+ ]hujE^;yuK|=j+Nf3zDRY<lSa 1 ծ =DΨE2 $CO +UR̮`ޚSӆE|Mydʳ^WȥӑܗlDO9l>DQNhȒ- G~RL41ם*bi\.' ~joM}p@7:3"/Zf6ɭvZ*$&'0nIeQ×m M/*jɲKl}S o{4XH]V#A)* )j. |\יGم/~AT:'Pj1 \=[PG55<{c?XT>{m{zpxZ\"% <*uhOnSNǍF^{4G*Pabb,:nlB cڠ;$lY&0h١ac##C/MN_J (LWvXłlcDxX4{H(Dס<ˋUlDR:PCUeoLVS,RX]q"nwi`rs-Y#-15TF|bz|qs2V-E 0Gi,u߳!I4IX o d, ,[b ;6ўH@K$8/u,A|"lIyU^pnE@qN|/G5#-ŹMú7-T]?&.EōtS=fĭgyB|}?*L"hUO(K% /z W ''Q_[3>Vh̀EKK>tY~(Й"/W3;F]q z{]j\qĸfH?؛PV*(tq$fٖ~C{>3;'4N KE.Hȸi']اzf+3*^vY>d7y4ӕc~BO xS&gX'B: `Dǀ68t5F6'uWxW׿^qBĬ~kxܺbl$HD1 K&2 M]Rm5gkWwyq7aih&|n™X|[gO~RP]Ҁ١% uA#/\:vp*XyWjHV~uB%I@_* 5'!ZG&}+cO@v2 H^b}VӪ֕w-+yqT"vac{;擂51o!I>QYt3@n yZ'8 ]J7a./k..:]u)'@UQlc ٢u('bY$hICBZQU*{GE[he5bX8z͊U+j6ˋ5 IW_%gK)>E9Z4tߵlLeeq&N|\)Z|x-AXVv2 \1vłd A"Fa8\n/Ɍ_ _/|Xgv@бm@ybGwp_0NxKw?I 7 PPTTC!3i^LHb|q24=B6_'JGJ3'HP3[\X+&:@! ,sKBrZypFk;8Mgq"( TKr `7똴i/KhjXO5,aA_L°Grv;E.U)t}7 iѼRҗ%T*S'# s<WŻGαo~I; TZkD@*da݌a'z f:DH䛒C \^-ǧ(ɳ$7g'J%G\#HϺ:w8>N v4ŒԏКE's)LVc CKY>|fc4d@^t57#$Q#tmR]>+Z]Q ؠr UA/X0WAForP>UmfLOu8-ұc[t-?~FR҆M( TԒѓoZ8H&O)"鉁;1nz2t+arVkwS`G/\SU +]v*@U?QKO*KFhl Ȼ `E3`-vbqiq5~4,&r\ڂAeABa`Zs?Me#g7}1;@'kG˦C>OW|?7wϠ ) T2q1f, [ GiAX80 ef͝DY)H)t=yshVCR_[1"sx(b7Y^pG!8od; `p=vτMD*.j4ܶt#z4*0GYMyԖK+1}R UʿB~U3mӋR,Ypı7MMuqnޥ3JixC"릦Uݎ<$oU#>Hƙ,wArsx'JgW&P:p3P+'V?FQmԴ3XgeQw W*~~@,;Ƙ*xlt'.~MI5۰mc*>Y•?PjُqQ<z١|$E@y/;-Tdԁ_e!wwP<N޶АqWxo'^xI=6^c:;EzhM&uJ#ATQ)kAPKNrպCcK|ƿwcđM} dl3}q39@ dUY'0zA#Lg4$0UlU5:hm*ԑn!>$ @b79;0P'ߤx,)ėVѹ'Pجdي;^#P-+wlUTuiµ׮'0Ϣ TA '  YZ