pnetcdf-openmpi4-devel-1.12.2-1.1 >  A `Cnp9|s:=/lb_r 7 3{9:"VTcL) EGhƇ{)`2uJ >>K(dFthu '|KxjjTE!y.o[{TNOC]1 x hd]LR1 |t?~R?sjk}}LtM,Ni?7WO"iNa,Q^9Y&B5[fB$+&ץabd528831c5dcc50b57f4d2cc49a591b09c6a2ab0f78835759a0ff5f0f090352a11425b78422e5043163610cc1f023c9c11f5254`Cnp9|jfNÿnCx>tƞwzZ*FDvb*<JtW=YDzFT ~3ϓ=/e*++.9zy)Kk?R ڊr\DB ſI oW83}_Ԙ~*kH@p29gOЬcqiɦzi_Cl0QhQHB"ܖ93q6(-hF"^>!Ī%{.!y@H qpXV5 3 4$o H>p>?d  $ KX\dh ",D P \ t   (Ld(8 9 : F GH4ILXTYd\]^bTcd_edfgliu|vwx4yLzTdhnCpnetcdf-openmpi4-devel1.12.21.1Development files for pnetcdf-openmpi4NetCDF 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 openmpi version of PnetCDF.`CnNsheep51 SUSE Linux Enterprise 15SUSE LLC NetCDFhttps://www.suse.com/Development/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxx86_64!I `Cl`Cle`Cl`Cmz`Cm{`Cmz82893bf5d6a73371bb8bdac1e69947474b23b031ea5f7f7610efedbbe1acd89140986ff3e6b3ac3ad6543281ec2d26f6c0d4a8441cb11e02f238e72751e2e5111f7d45c90c88b43e5a078f768bf4277c9bc7d0e3d75cab2c57ac847c254a59717f65622b8e8e2470eb0fc1f4f8b96edc15279b2d8a305f466d004b50d5280753e9b8444862afc8a24fd955ebd5bbc630ea52f83f95b726739bfc5faee571fc63libpnetcdf.so.4.0.2rootrootrootrootrootrootrootrootrootrootrootrootpnetcdf-openmpi4-1.12.2-1.1.src.rpmparallel-netcdf-openmpi4-develpkgconfig(pnetcdf)pnetcdf-openmpi4-develpnetcdf-openmpi4-devel(x86-64)@    /usr/bin/pkg-configlibpnetcdf4-openmpi4openmpi4-develpnetcdf-devel-datarpmlib(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.sheep51 16150318861.12.21.12.2-1.11.12.2-1.1pnetcdfpnetcdf.hpnetcdf.incpnetcdf.modlibpnetcdf.sopnetcdf.pc/usr/lib64/mpi/gcc/openmpi4/include//usr/lib64/mpi/gcc/openmpi4/lib64//usr/lib64/mpi/gcc/openmpi4/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:openmpi4cpioxz5x86_64-suse-linuxC++ source, ASCII textC source, ASCII textAlgol 68 source, ASCII textASCII text (gzip compressed data, from Unix)pkgconfig filePR\6 v9 utf-844e5aefdc97a4ca112a11409cdaf5c3f2b9bbac4fae0a52c83cdc41f890e0a63? 7zXZ !t/ m] crv(vX0alaW! bĎ;?1uż{6hPQ0{bw},xčYG<Kh,Tp. GuNa!g8]M]ϗn@Ua>HKSYޡ-&>sӽ\ B)q֓M*|Q/&yh[3Sn4+ f&4&R×砧=O<{~ywiV(& $_0zU}ýP2]C{KC,xb ] ,0"'p2~D|hLivt3hLe|4 y,H-NT-fv* V{!s'ݼF_6$70SfG3G I`&fxjWDW4}1+ޮR{`ܲ ӣ@-&侧~*yeoXq.7]hq.KIefBczlnRkZC`#Dw~a7$LɼDr$;ygh$FKi\cFD G0ζ#euP/iJS T8gkל8T*⤜g=g2< 7F\U2M 6(ʲ90\:ugVAY/[._-Op!n/Z'rTgTVq|'OoYg}̗i;c̦58mPinU[A߇4ɥtQ:#˔cz_۠1s]8jq q$q~5 'j^5> oփqFK?Q󩱶ȅ$1EX_uчQ`Yվg<+~aźP}:؈r7M߷$sePo u:['pÉ낪Sن*"]{\[[)Iz}k!ۍuc_Y'cbSEBw%s#}SN]+9508i}x+~=Ѧ j9?,sƛ&~jeڕ7^A„ 6ljBa1\5NyMkmEF)+kWto0:] &Ĭ/wQqiDX#8/KHg6a=}#bF*Ϝz9;-Y#r8xFvyd9gڷkIŹvY:<^|Tn}X= A6e),%+bGK땜D)dJE)v_%$ 6$W@cB F2Y0r џ!ioڤhhy24xŢ._^F(!vd߾#f7>;˻4AX{,N݇3ڗ:+4~-H.w8oA;%ؖPw rT\y3]{7?8 >P7?]KR"%2% Bb%\Zf@lkS*j#1w#""z1z7j1V9[GGB%e(Uw Bջ^N3%&ٗh("HeGut }'T˙&@ᡄ/ߚn,e a ?h=0Bϯ#mN9{/a@d'(zZcpge\%DAHK' .Q|E/ Y&G%k5ֵHi7kdڷ+#b#MuPR̻N\~}oH;d'+Dh z,p/94u*:YI}ucs7??(p] g"z0L\ 08# 0踦C4"Bzr`+Ϲ_ "f0#481gF}&?eQKo5^>J2R9ab)tcplNy/>~aJW2A"O\v 5/Ol{#u,^6VI$7V~LqmzOW{FG]Hl ԛR;D 7.VCft&ڳ^8@$I#ez.P`a)NJbks*`75lCo6;*8^|-~H'&;'Y`dfQovi%"x eq}_2Ζ?jQsetN+ +Mh\Vz-Q0ژׁ\RV_j IbifaT8vmM.P0s#(S<|QPY_(ӽye#Rq}pXތ&[[P5f^E咴RC'?>+.@7%آj$bvE_*cItDp2ڷm{ӹ#8$pljCzCgX > "zV4~{ )%V_lx5$kuX:Gi. ub᧡zSF0fԶ[IezM՜ hZ -sA[U&Kz8{r`i~R3G$;#'$e[tɛIJ*^:ق̟unybE}1+_Aw|B8D2k2 Iu_+l.dɞ}exBgkj7oW#Tb_=m*_DC&&'KAnZ)LH(L\NxYh_nOnɏ垊jfPۑz h1|t/~z=[Z!rٮј}:Ƌ*!k9}3/@CN,+q>@Mthg6IC:u>A" ԥIiyY(<@玚r'wR|/j?U|IM]A&`&](eK:O+2pD֐%>G+h/Ƙ~H |Cqj `-Ĉo_BeT۴_LEt뙕[-Du̥mix-{}(q$g0B&&|.Q}7uDE*Rp6-PbXj|E  :UyD3\3>8Zm{+TDY,Iʨֆc7RzR(;kO՞]͟g|SܱCK7a j,(#",µK׊3#tV"}Cؒ(B/Tlj<`ohP;Xݶ!&,c𰻀q3BSPa-@bi ?zQ#wR#UлrJo?fbHM~|iT6q)XR}(c-NnGH?Sr+`0x'Y.j аzR\t՗<U"3b4c7Z"=/U!C\D8iULʕR vrեTG5+V2,$U6ApHݯkA d"vƇ9)V\`ecډy,+ίM>Z/~F/#2u0MɐcP {q`rKO ǟ 䥬n0߱{Z=GOBz'+bz5Jb׆U!rH!cQ4eMG;a5x=~feGG>91Ȳ<0b?Tu6Z?:1f*`L,<̍ GHQ4SixM6_iU|y &+:yH%яsxҤWDți\xӘ}5NyOz7JD4zيvFmEB")d76LKbDh`Ŗ]O55Q=hΦ,StCinRZ w]5~U2)'0``L(+$i|4 ]y GRC3oFzߌz=O|S>bqNMNޜ)b|7zj7&@dtWnkh{_~ `U8-yJB+YVUV(0P ≾םîY+o{zl *lrS˃_ Rوe*)}ԣOhR沇Hke s!Ѡ-)re$S~ɞ+D[.)6i{SƗu1d'%膧'YR LǪ;.QAJr>ޜW!F nI ]ɑ+Z"3M zHj @9P!ϕ@sOU-3DW?pbB 9 b¼ j]T¹ަ!jIċ%邂Smpb*®%5vB߽7%m羈i52m% 5HLUn|ߛ&3;W$ِ[IKi5i (lD&i81bS^5^4ԋ Αep)}[UxC.,ZExiSӦ}PBG\I/w- O Rvm2RROo<,~Et|91]בNQb4jOAɛYs01AW?BG؋VuҮ) ʔ2ovzIryVs51ج<ןMgW? S{i]_Χ b*˝2_І\[>q&c J4Aͥ&Ǟ\~R~/)^To) G~H];^̘AP 5*^]''lV`ە"Cz5xe` J\?w˪F! *XoYDbvf_~3q&P3_CEQ-_aq)@?SQ z.Ub`gkk'N 6N ȉp0doHa kɧƠXHRZK͂Y:Y{V̢ZR-e''tИHIvbTvb8MEGhIЬ1-fIn~7naLA^,Fkߟ"f4fBf`S[9/#Bw l-T)aS,[8fە'u)mW-&i8w>Yeo Qmū&H$:#r;U_GOwcP'VZ/%~F,3 qJX|0t 97G*RFc z{~g%}1m)-UBZo1 W+m5k1egk>4= Vw`-*<熢, s|~o=x6{i9"~ڑ&[ [\GYj VIs(K֢<2cMS>F yQyBB5Ė" Z F&uԞ4뭶DBcP0S`g}yqMOϛy?U a'dmb m *B;p6i/ƖVKLcI<qfN=cF+vmNr2 {VA,X\Wy8-B'z/ϭ&IEdX{JB< f86caLZaf ;*6Q1!}<4\krԉd q{[Q,pJmB: ~m֙h Q̐H$dsD-  )1++h~<|ʾD[' ~4Hm'j°lU-,6_9n@$[%ŻTKȫU6]l6sDUz5Z;=QkS)hjZYFZ/NQl-cLzn0w/!.G(.U#{*=W|&Yi.ƕN u9+u.xqCU FLoRnyV0_1 \%Y$/ɻĦ)]2!qR+nZOiWނ(ҵE.fRaBb`oԖׁZWGL44'l}M#ʑ)ADZNCHyr'A"~Ĩg_I@gkmz|(½`%yb@>O6O g[}q=~m@ԡ6=pzXZ;’aFcl@M M(%l,Ӽ8C<(l4,j-0k4^t̝ zّ.vDUT.N56ph0=HʽwW[Uch,)ܥxqw4Xq'~?B4<* DsJ"f/黆MK-wMڄU#K(=֟6is{(55,]D8YX" ,ĢrTBWG9HG #=5qo,ϠV]lrMKU@hy De!T! F!֜ |aQ]}i~2# #6=/ SBQg,GI:E!]T ރZ w߭%m4bYpShQCkCT1u4::Z}J1͈;pتʻOA|R?t̻tG+0JU$>CB.dM cF 14  {Z\ǫbD![Q5rό/vO(E܍[?@D1#Vq2cj|!f5b~Zs.w7PHgZfFa ǃ+W4L9+Hy/7̧.g)p==0'JB!Ww tz!p폊/W11jG9c|q4H ٚ" I?qbZvl ҹu0Ku?cHC:q`_Ѵ"x=IR0 YP]n!}G|v'<c[GhRkL3]ZƂ`;6Z(E빠H1w8}_ DmبȌ]sw0GWk+iȆ6Uw04=MpnEC&-lDzj. (N _M(a}7z d# F Mt'\EٵϗQ*,8o)ڟh[8bzYacY٢O ޢ9u֭ V ĩ}3Ykv$KN@1YW [y\'-b'9~;4/=dI@چudк<ÍS2 ~7"óYC8e}Y8H;DWgC,&30*`aŀu^-*gٺ}H-(]*<\|T#od=35vbL}fi70)5kx;)'1{y8tx4FG?wJ?/?Ql߼{=-x|x1 UǺԧP@fO4Bêic]#; /ICmjbVIT%`ĒctW jVmyk‰i:Zb}y)E4C(X`4D *J6ǚ}?VW\Ao.̭+lT ^Ёh!EtYCRQ K/ J>K!~'&5`ƆJMMfBl""޹W1:,ScN &OD޽H"e{QdҬ~ܟMyBۻt YMǶ(^ Ho!:6j@z w%v*%qlT0oXQ:˳KWw@ +ȴKxHOOC}%(s(9ާBo"KſbvŹ8)VEPijSdkOiIgf-ƨ\RWsVk!ퟱLC 2)32A-4h# &,<Æ1 H5UC+%ռ+9_ ^W67K4(͘u@6EukMKg|̪@~h<Aj/1_Z9x|4Iu AGOhhtnore6nlC'8)dnN\BAUQ7Xiw@sK+)CPn&r_) Kj^y}fmq+W77~Ffq,NET4ʄv~2/K\j'\::*q%삠y~‹i%ͧm"#b(ƼWwTǹܕJn9̰E1-(^j-R?n)6Gǎ廨6$"R𧦫n͢lxK3 yzcy~~<Ś]wBJ9pbZ?{.Ep:UDKR (J{ Hҫb$~ȞS+NðXp;!]=6yTP2cIm ;vQq+3!jk.~_<;Bqd39Ҍw/^BNPp|Ǎc; G`ed20h)}ϫ}M6"J򗢽nL{G*uQ΂>4  w˞; }m`^zixJUD+%R{}+3}AW/:gصvIPg^X/¥Ot]C90G EܠDz! % s 6|Y|?VEc"vJ7ʡ2T=a-6ەoVȪ[Dڍ'kG@0n&Rُvo.N«88g[  Mf#Bף,gעq-p}G227}9'@v[Dz1^5Hm0fŔ"} TY3o1g*tl3_y%ί\9)<=0P FkC ~ _HE]qT/7ŵjH=:Z_%bYj?Pt;a /ERKQQgDg|''\x^NX4)<2!h]M!a' g=n(!>вEX4OmF..o ':!<8ж' CQm FC<2A +m@ \riCgSC&(mгCνA AP XȖk| bN"}za6ݭmYAU$pDqTvKIKw)8?;W>?nj&qo|[fN,`Luz/*Gc΂r[ @h,ذ'9x@džC{W1۲eڋN=;񝬹O'eu5M(y>s[_p2V︓Z|EeX0t zMC|[aS} ]nA xa9l'hoH8Iм?HbA+48'Z{fWyEqp<1Ity˶O:!迕Qƥi ;~0"ϕ4>r9^Ҿl8]2"݅ʹ|ܒR@\/ё\=Z49U1(t]L.W a0(dÿla,PJ7mJYnUHكN(QAԍNn|IׂឲAw(Sǩf=]!T2'̶seb:/Ak'+$8dV\C{/%E0(gk~Ic!>?rmSk41'K|#ƀ~AX򺑾uBv2oUb8a:,%s1{C !fm#Et+A67ֳ$3²pd qq:1foEۦKj)Q "`p m/Wy3=suYvX5MW7.Y65eWbgf M6D9P2؋V$q7v Y6k6a8e ӷ׸w|cʟ u#=&Ⱦ; _D_cxzuRYț{$w0/r<-6YpkbWrc|%`Nu|=/:9 }w-rS`wGl'LeCV^nkQr&0J`@^;>DLiZ22Y feAv&~ 6+ַHg^-k4m?1QP Q"|]q9fhdjy"ٹ@^t03;sYT< Nj p*.'_w;-xXg2p~s㊴v'v'HdJrϥן3bQGѧ<=HuVSZ\܄7^E5%5< @g#XgH4E+e+;# *!8nhJ"8c,RΏRUp kh_`֓VI0j. }_ӜC'R #D]_afg"o?C<-YZTǀ3`h0ՕR")oǭ" `gRsH-UٲFXSڍx_3_M$cGV+XN%~*Ƨfj7Ƞb4:6vz>_VlZjPϡ#L>커V"N/AH^+mS3qoq;Mj0t^F'+l7EmCBfbz豻ߧHw;nAN/^cv8 "l"^sThdo,P .a+ʄޕUH|ĈđGU|mH1q $kk;hZv6 ][$j_IpbO{ɓw" 7/A1kEX  TS*+X'eXtӯ$}cly]qy%/Miߘbnv"t}hx껓 檣~d/Axĭ4 V}5| W舧klE, 1HJ\6:$J͘,+|(G!&"IG.5o.S2[G*h7(+4fr bv@T@m8 7G3xJl?>ۀu$JEoߝ;s<@꾽+(!|{Fo䨦Ғo.a^EjXsL 14;c%@LrJ#[Ec= e IH 3_'*Z^9A{4yClN}ȺsqvcwF`k1j#hItD[JѺva# 7EWۜYÝ`qц@s|s7R|JdFY2Kf&J]#8ȉpUuDV_a!}z{ - "G]_w{q#E%6\42^|=%0\B.S4,?o+D*Rjԭ0<`ۯReZ! R+1kّ0˖XBB w^69}!,T$e)4Vb]o4'3 MV1QdVƥ+~҅-7P{] ?ԟr?EJ|pfD w>2ez>HhF}܅4s7)o8u۝7:|5(-VSc =MiX'0z&kK@229XօܝшO>-Nwv-X3$g9n15uyUvi'JYHyt4Gd{{(,_ƢHԷj^l8FZtTA[6k1+GA ae B'= 牟`n.^Ubqs`pׁˎT3rɖ д"b( |}W_jf׀Ahb 5t22g;h(}Q,⪐*PPP"t=#zjhdSf)Dh%:_tv!KX A C_A$_gc&HPsl"3x'QZ.JO+΅Eq+]LǕ#4d㿒F k,@,8IsjduB1C2tǭR\Bx_n{`XԞQζA{%>11IiAJKs#`3yw ]*b;vqx,L(/_ږ|;'PEA҇Qwf+.5Sv!Sg 9n?P:aNmQU5i\GG8$iq`-P\ U~þ5pC=yxr lƾ n/-PH{KJ}wel*JW9C??k*J#c[u%;Ϊd,6v_Ի0,Q= {yNU{X4.8hd0J> PNM%hµa7ٹNdo; uw[1_ -wyae6==XVҘ|&s,F <+|/+!mq$wݰܶmGz\|H`~/pdS2&v:6˨.pkF}_={UD;]Kʟ&kÅ4^۔u>~)Dv= jϨhcs]jL֝6֒ep!:Iw t4 Yz6kV >I-?0e I$wi"|!@Ѣ9_ghszBLƣiZAd!+]O^-TIt3adLr㈢F߾Wh>W3r;wJ-¡WĴ"S8%33(xY{}5gs8iMŲC!%+h5۴B5B0I!/5ރzVbX% L)[Fr` C>;tStN Zc O'nv`AO2ိ͓:E*J {tyjx؉;0`F11(LГy>Dx$鉉AcoSBmzִp!/,$r"#憸."X7#16`y}˧gdK.լˊCViЇ{y|mt $՚NN lW xA}ZҾ[YT1Ez :Qܟ,ws> /.\)83DZ?>z1DZ$@i*RMT!ix$@ \1Ԇ$]Xp& /fzrqƌYٰl^GA;EMLZ&|eN_{wG2FVtk%AfN8vsJcױ%S%+DG%ZI›O?{C>q.$PIc~*b X!cn3 ȳ ; ULJc]~ϯE~S,'&uӒ}lPjS&}$Ȁ(PN)yssO󱮰zɟZROQEqԡ!UYʉRT靝"цYރf|5$<9G%Rޕ:K|! ~i2 )tHh`Fx_dE*]= 0tjꁮKOԥ8?Iw~'jm/ôoӒj[H`ȌȳDOɢ0 I #,-GCVn0bo-uG_Xm3Ò-NlCv]l1E$~\YKe2V v;]5eI`_{,_8p_"6|^x.H\JYB)텳z7㧄+]U2.IiDO <㝐| oT; `=$\\}޳diiAB~) MH~Cvˡ s/]$iZ7dR;C ނ0 MdV],c aP@g֠Ư~Λ_PKбm) Zlڰc>Aƃa ]׉x+O҂ (!0td\ҥjV O W*k^<` ojXNR|bU25ӢFB X8k$Tޯ0k4 3ʽLJlv[z{I/s7W$LX߱=Mյk6&vd4·HM': ~vM?-ؒWV%q;MbAf̛ ;fC^ N~6?| 4wIO,-MSѲerߡ4Bɇ{_ZuXcYXCq^c8gSW> Ah@Щ#TGS#T/W0OcBS9_ gb"P72<[|up jqM-GС~&46A cz(=ӝm`ܕ`_85I컼gOt´.Iw}"sdR'Q[,+ DQu?Omy+iSߗWN'k8ڹ1S 2btrεyz%ܾ|б̲nL[ KecAGEM?X筠 G+ .\b3>X:_;yt(yl_XM??[.J:`a1GH-:W!~{K"n@>x2C>;,٤nt잍zi`lJ:ggH&o R|!MMǫqQ Tf8 2[P1+$n].㣈 MvYiX9T炾fwr~U*]ki.~6E"JbQ}Fb}%MQ3t`7#?'5tcmWfsS;R||=jb ǧɕ!vxq,u],ՠ9 Շ5r9NKe_A;},UI%+i=uzk7|",s߄Gք~0dBx%;9Qiz%*Rrcb]%b J3 HmˁdG]}MAst˓`-[Se'hдK3}nPe@Hړg)6c@"Zc4-,Z}d<ޏ|Qh[\ѺxƀI.*eʳN'$ L"аgbjY TH}I"?]ZR=TT*fHyv]"9J 2ka&/*a;4yd.# ?L\q4#fx+-0ΠƯ8<:x3@ֿ+71̧b@wZtԈ05P 5IuC:9["ǶL$^Kffnr_pt+S0M"YkV OA>ܸG5+g.+kU%o(#!`53Nϕr+qْ#/Ge4>2Lo.3Sa1-v'jDu?pYNpjghlUo\z4#uRa (=x( m_LC$4C - 0, g[ȗ}|X @)$-7> 6 B Ą^WķfH^y6e"[OFQG. .TnkMGll^/b U?Tfh7Y#C"oae*Wk4 ]Qgk`+C[3mhѕ~ 91LČ(Quח+uW&&H` s3N˟u%-+`NS+`%PUS6J0ԇ#p);e(1m=)t`1 s+G`?\ vNdF??;X[DH鈆EiwX?G+G(ie,oCh5#ߡ$^jE^o ]"uǃfc M!Ϟ*D-;CƘ޽(:$e5hR7e9Оrk9lDFR8K=9`I$Pe/۸$cnG<S_i"[bsS̄ `@;ٞ Pj\Ĉ2PQs2 ؑ3$Buf.-2*®Վ[#r˦d;V^yj`,w/CY]}-m6`$࿎5#p\nwi; tpJ6xሜ1q NV@5}a^P_um桚c֞PN @?{K8>ʲf8wԗ"gēX!I?ݓtخ$b%庨Gнxޜb2oh^(¡ôXue!C%fs3ug..:V[!:ISl*0xL[uEY4);X΁R8 ' jv,1 mnZy}<^GaOM+D@3ڊ1JnMaMrVW}@{Czm~0x3ڦ"c5Drq3%AOP[ ;~˟D=!y7<(e=l6*aL[mbzчћkcvZy*Eb}c޴A8R!+ܴu,ҏpA OL(_pe,d?dHQၼCh>~8vHk.uOY :gSJpQ`?ZayOZO>+rFGޑ4PI97wA:jˣX[HهC^R;}5Q^<͉)߶ -`̈́TP ,M{$pƲ5DB)u) /K]+5#ȋA2<𤣟Lܒ[ 6 O߼~0r~PVh%z#ihe}͎εE/W9݀oI D4[L{ɣD0F4Fddf7|ǠRP#3;"n6dh2uJulwEՁfN``,m} ԡҶ"M g{}z]@j6.cob]icהz+gpECKu|{:;Fh{ D<<>oU-5rot,Ә/vVD+ҴQ^P>fiUK`gg#m/ˋg3"_[ktUK&^qiC]HhpcRz 0v̮i+q1`5o+|tDĔk "'QOg+@LͤW/ *ylJz(adlL~7O6;uY>O0xl٫:G!;!QGƪ9пήNA, $}lPTRr+niJe8d&ǀpV{;zLOg_SA݇Rf4YG8BpJ㣃(Sd(R b| ? y" tx\6Bդޏ q<- p< O`  ("o*P`ciq< qd˕&p5cvod.M5JN> ,2C.3M(Q+&X6u ݳЯKko{^ {a,acPʽ{r+ʆô(Qpp0i y]M LHy}03+WGHwiW8BpDiH\G(iD=E*a)ϽAXȨ 2@ԀҀ7"oGW J6\##j4[J0 J#"#%Dy=%It,oo6)36rk]?mIo؟2t?ez/)x9Qqҟ&yP2h"(ʰCp fEԐC/Qs` XU̹ȁ5&0R!eVޮVafGWwRIug`#C`v|UCIQj-O-e<'@9K$X8Ϧb"FQ 6ZOWA|~=00rp^ e$rdzwܙS$q6xۼZ%y\Xa9ћ!/|f!ۦioM@8 S_ak Vu^t,; 6~ ):_՗'kщ&\ݜP]T)Ħ-9j~qev=3Fh3n'L}-)102 ԮaSrU3Ƈ:ӢS}u>]UMȭLFH3=E~'ceP 3p1U$ q;Ʊg6dT3Y&]}{m|MmxW?3y)%^h1࠴-6lWL{i>UЃ^K ?e7 @:?cp0 . !V x 1 i`sΒWRP_,s D"&S;I\t6lA135&`j"K$jKiI<Jrg]!$"3;cu6/-UEiLhP\;7VSi;a`Tʴ07B'j^SiE(ba$ x+Q֗s}//cE3u(DMEqVJx/Oz@5e WO܃ p$4 yF7uhz+3.]@d^6{7yvl&/r}z0ϱw0ڝdzx(V1&K"hV~r6H|Vj<:]TRzSq^~}!3-I´+u``aD(󶉷 VIVJF ` BRXe&شbtǗ6sGu9L+؄^oF3f`5WLi> {ԙ=J+U*uRs0Luڰ0<>tdR_F_}K9 NS-,ZEɮ Rry`X]EczF<#׍gZ"kȧ懇kS+#++2GX!6ZT/U#ykiL',-6K;JrrB!On#-DmMҁ{̦nqE>*K܎be<><-v+t9кѲJ6 ɭ0J6%MgCm#@ҹl T5RurzbiҖ <'`jȽ%m |7:R=VWM0 d6̢=nI[j]$?Ik;8EzWi:;7ka{3wot2WM]J͠rY^&jUЛv`±R~ )AYM^AP/sg+d)Ѵ̖^P+VCDQ zMUN0ELs*KOdT?F#p_Ej6kҫ<$ OQI!L@*9 k=@BDT4" f %ug8TG^'+Ru1C~:?w@=d7Ɏ4K^#]@*nuy9_\ jc`[͵.#pگ M;cahN 8o }b ! w[fqR>fLMo4b(,x$ХNwơIJ#j Km*hI#q;$_ ;.'hI4uʩtlV3qt= GQSou qD|yV%ufjܮҥ=Vx\B ./ݴ' X$hJPv'Xu<RǛ EN,Tޒ9SYlG.CL?C\{}n.A4c1CfцXhH ѤW|(}G}B&/YG[ _`|cՀB)l;&9%[rodB+`,*_XuKyq֒[!TRtmdݸq{RiDLy1o o~qqHySK,eAK 4L|÷ LNWu+A\;UvkQ, rvz9sBiLm(`W)cd!z`ntA{EW` ȡƿQsoMmldV]Rً3QqOO$G)ڃAyP,³Hf}ʀxo3+5YS{bT^ZdѫZ{,渭,|h˖k?.a xćSቁtLx4C)9P+ojxBkEXBj>9Y*hIhjЉoD~K= h uulMTjœx2p~+LjKd&X4,fP; )0M?YXVoю&x0^|Bs{fypdf67U@]K880,r!5'TWcG9=[t8"_ɄVJ2>TxEG+yQ#qǮZKtP}Խ&mR͈ ZcPQZ͈|O|9!.͖ d@'>qIm K+vN CDc%w1 27 ~Yjc/\۹"WR޷YϦzlwO3k0B=yѡ`*QfbUC9[Wڄ ϯ8pOR&A)ThTh@/ DF'^}L(v9)yyaݗvljk & {M4"4a4% Wj<=Mt teR?3$B)N,ъ-zD&T:l("o.3LԺǾ֌{o{FJ^5,-HkyI[Qܢ ބS]ƚctw5<7Bdg0) v`[5%p]'f%7k\/ Sc&J>N -{FRԒ=j'/&*N%!`{.#9|zJ#`m k~6L9fҺA}]ӄ'`p#`N[ ZO[2} a8g#^vegáv!aNr/M^WC־d! KFB搀h6_ us2ZȦIҪ JPb߱cC򪏅NeXaCFW^I̠<>T3qS9o#R \xq`6A,f\(_Oy ̈i*\usru c::wlWD%@m[R}^5D} ^=uxw=$Tj2ݪ@fHؙ$5sybY(`#dF6 I͋@ ÂF<.*iL~F{;楳M^d>p$1oVF= ֙?nv]2# 8'q8?w0ٰ{ffh8Tgzj[OD j:Ywad<厎XҐ,'tk)(}zC^b| ۍWWP*/ͣG%Q BE;d\/&Ak҂v?U7cR1\)K6Xr1Q>ٯ߮)Li"0{??Ce ds<7r=E_=/(quQ,%h X^Akz5¥d=GdXу ;yw-Ϟ7T!N;zD8龲Uܯpo]Naҥ=>0%v lSl7!,nc],|pmC&5a kObWOP1P7a־?^hkH.hܳN7(zJu޵3)fX&6^,ie@&pq$UaEFr׭^%?!yi(u$ ܤZoKsk4/^+uxY~')j[ *&8)%MSe&>lCJ`N'~. />$3FrҊ|hC+` ꞧÝӛO fA&XdVWB%ΞG p[L\O\o)P$#en&cloLh%q/S8aBK[!+BpGk4%q5]sn>&itItD*uS3o%Χ&x\yd98JIb2ӿLanS|P,hzvxkT/(_('tr+#fۡ6j93ljrp)1 u旴*M&UI|;Ȗ!p>{i|4wA 뽞^"x foJEG!ӏ*YSM?ʭͽ a] JͿyȊ*lP-[sq!$1)c_Y&n>RNd;LkfV`I.駬 ;7Lx  HG DԮm_'HyFH6DʻWmeVTk9X*Q._17zk}Yf˻$2:iGܼL@}][1 +.ZS2npY/hG'R0(b'EAEs hH;oR= xLwn?D1vc4>.FMXrcb.keP?(6 [DrцvUsӑ㎤|)r.g6ץEt铴!XBY>8f!f~q&mE4R4۵ZjdO\~z@Te|-$ lo,c&E!3X +gS L TGE󲊚3N&IrNl544[H9'5O i>g*;?qZvCiII?O71"nBe[!4`) *Rw/wdLo^ B{q{7guǝ$z?BN cؼXV[dRWO_z)&Z/H H#?j6U1&Q}8&c:?W%Z6v)A7O8bĠ}>jL G4|ۋJt1KtC ~\ Y}XlI\Z ::>#I_zXÿ}36 Ge8Q N<:^Ocd2͡8o|,=pfwk"qN|a7o [HL"%3l |ξfGP7^CZnщaȗ.G<%ﶨlϳ٘/sR~2ibzDqtdc?hγZhJ! P3VϩB[ܢ'\[ԱӋQ]}W$|wꏓ(ka(1:s_\UY0C*v1;6U!_5t'H0l9W ݘi4t RO xО%YKw88YÜv]4nKא_pZ=nB.YEC 8V@@zq']4Z}j_1fհ%MT&.:N>&2}b[?Jx8oÎ<=JZFvB9kq\T c;g.KMn&P\r !i詸Ei(};|S[7s{C'+S̘Q-V/0^D". ;n1Z3I1\YWv&lU)-EL`|dnŃKMq!f;w⇔MW!^eLn6rt:8+>}2Lj[ $C[,z#i^t.3sGqv;oJ[YՎZU4_I3=ވE~ڮ^MɹI<ָo9mo$ myHquKu௵K]gΊ?$tիG1l4r腇gMɗ4jvRLa22 V9,X~)B be#xPV:f?PiTYKjpE+jߓ_:yТ._*gp[̘@ݓ՚M%s&U ݭrpȨAxO|[ˢk(.Gm@r'$X K~% uYmS ;̰QܟXGS y'K+P4)iVR|0-apvP2*p7z!EcHl ل;Ma %s=UJ/e8W"Y,`gg`,Y{9` >SpBz̀P B䄹Z)PYs熃bU{\rٚ}%6a*)9KcT儑ӈbk1 9zOYna^n'"b`UWD,F]k%=48 |ԤESq{.p u6BQk)7(_!^!OpbMm&}!$z=KLX.}v$PUs> VNf $kB%/jk$ղ_ ̐7(9#m-3s;vM1Xⲉ_okd#|9[:SԠz(3O%ka2:jhZajչA"[8C2}2Mv۾#iTEqj[hqZҀddf1%Y 1H K['Zudća6)h>#84xQ.BWcp:6cx24RkE$jUiʼ<%:֚Kg)Br"";q|*D-‘|(ߛ1X9?B`{Q;a_kνWy.rN#bˠoZ$}l"{(i+d~v]j5v|/B󿶁+ "p2T ߃ axEēz/t<" -zltʀ@ #\.nJoB2FAG0 |V jޙݑ+QGx~9uݤ C/P6˔Z.7qXC6Ccjh#8[zROT/yb< q4`gz[N'BAKy+Ol0z)9'JLc{_aCbm2h+`A՗#Dƻ \ͭCХS$w'+0*CA}M$$Yw"^O54t,XHeeڊ;г[{u!BEáYL"(?W$[|$5ڊ#{AIH&[hW>fL{_XlʓYN:2^A*g+ BF.{{'UThQuPcƛٳIW>ȫAU>o!q!! >5zfڪ{oŘbШҒC/e~m@rgڸC^[ U$e I R^Nb$/қ^oݬcH%Mk/С?N{NBs?Y=8#RTZ\V4r+@!ETw"08%6`]*H %$9h+hؔ\Vrޮݳʖo583 7Y0\n\ch"̖#g{mU.ӲXޞگ+Zw<wROPzB,dw V<⛳kyN96:Ft;pZg1i nI y W0*l"Ao_Vujtv+)b@m*J5j ; 5my7M 9}C^fv4=XW0/a(&Kv'1Ud⣾t"'&WZ4%3ά$L, ^(`%޽7L4r8@fRWY=Kۘ?@PP_y8<;8Y9b-!^ :궉^yL ۮP|5?I?AVI%9ۀaTxqӟpDS%ɍҎe$@w鶯rY(6A[ordQspy-QE agF^a[?uM0 `vtsS1hdeHR^I7KPc uWITʝ\kf{2K hLp}荱@=k\3[=W3UH?P lO쉳_{(~?r+(n6c  5>#W}p+u'oߓֈ@~b"5N;78\]y̲j=g5mȋ;ۆۮSVwMu֟EA@cO}# rϞLa`B!*)J2c2X%1؇5OʡZˬyIۮ-m8}_E7SѐIv<t3qp ;pe qvج]7o)y.,I>σ~jJ RZ肼ҡ9R6 fSH6N+ L|a;5Z)NP-4(3h+O ,l,:NQ|Xkh oӈZxLOχ9tߢUDϗގpt GF71nl#e:\>ۘt O\btumjwuk)%:_,\acc|^c3UWfRcrIX3Uj;4]q㳜BDf v+m[Gh9+K5z*!JM(wU^&F$ R=zuH)O!*63J-RA_C"GǢ oOvFvQ)- sMEh$],rM]錂F5*M;VZO h`Ҩ<b ߸E eT_9MiςhB7En,kRAE䍒a-Vi{-duc>x/K#L LFzXQ^A.+5ȁ1ƔΜ_D5YD _[kmR{7*nX}۩ rn 8e^9Bdgdl!_ ٛz #ݜtPQvGd$ƈPuxNCrr=BSX=xEWjn^Ujo(as*y hZ?8,)ۥ-@E l3x}'ٞf4>_|VGZWñd'egqוF)"bJI[(:HA[b?hJZgomq4_o!%I."ȥkB-댈bHA`Q=Qk^(U %ɋi)Ir>sW;Z\XW)D?ģ#iEcPkZݱV#bK/̭OdQ,  D xT0=\ dUI[3b57I6=&P!#4:s/f5yZkK2aCٟ}ZMM5jF;tFW,*3:P!̓A9s8)p q)6KLU&qt•Μ#qLF.2v)!D'Fl;вaW¬kdAeFۍpP*H&DH;ڦU*Ӡ3Z~Z9T>Fm/FMwXJZC_4ӜGZO&/#o˥p'1?4muǝ?r15Yiى\<7|'n?:\e I58gC˪_=SzJ3W%+pHeGތJe-{$DTn1_1 QbK/.M͊uZJ`l.0)z ӿ~ k@\3S%pHG6D+NߵhG?mVGrui)R.FL86-"$ʶf/Ӳ%}oj¸z4'^ϕ9_ cC'fCؖ bAy| &b9oG!3K!^zRrs)EdCyE_[a9- SVf2BpmaPS 0?c{ IfE7BBSg\.:+VGՋ.4 7f`&/[xC0֎+Vo)q̪|%wZsvIef秘mߎ߀_JRvl{6֊a`ςVE-tWڬΈh~y8|w1vvuTyOsC 'yoptིO`̃cg~}n׎Ӫ6c- :t6 6{֚""X,-'e`A:'igdҖHv >N{ ̛'#|[ x("يX>&S4M/_7֦$yeorlC3%vm p!S9xu7GMK]ԾT+-edg&L!EY"ɪ2Cx,YǷ,Fl[bMk~urS=oR:ӑН3;`bK%jo ~z冄]W\Q V51'H?(=_5U,|PI\A-F~=YTe>dvwɬ/˹-Eaf 5Ō</b _zAx^{`9Po*ۏAыPpH}gP:}/5tTs+2x>T8AL"T,U`#́7Zu"LM$2!m0|3F' K̝aFx=`E[`Pxi S¦ K cZƨȆ"ccsԫȖOSYMɴ]X:3YvLō/#܈neuhn0'BK2CߴvK_H8LL6?ү5ٝ(R>.|[j4󱅇J?ʚRmxS)>_ֽ8?o-lAϺA%-`IrqQ&@"eͬ=~P½? 7G0,fG$muhMD 7B0̓Enn4p+>(@ʛ9ӅQ 4Rwxund&ɱ[;9O&%{܈..~PNgd{tΛ^gf-KmTWޥɋ RvgZdl{>yOFORZG#3Q 9ضZ*T[?C;\,Wa[ r"k3֦ry^ʹx&By HMMAdElQz+i=}Ĭj<c<IwZ P1HT P n_G*\R40|Y 7Tq~XH5aNn} yi]{Tֵ>h)V2~tVzDү*}oM(@>yLA##)yNo7GFsXNF8F>|ȘCtt=ޝį#݄#H @TG >9LJiѓ9dES ƬCVLh8+ ܣ ,zT8j{ \t0ioE'7). 3<$oJA>tR☤~M9"`geBqrS'=4|Ԛ N ^l5;RY &|1X \۸%6LBH=R6 Ǯ_Նm#@%Trv W2j=$#I 4\Ά~NXvO>M4Z[;NҖM|Fh[6_[uمZ[J)0&ŨFv}|"XTzL8쉳Z?|QW(j7q }&2e}$rd,_G[[0τZ6 =b/uObh+:V67.>*1H<Q|(VCfO33>45Q4X?!w罄ҨIE$D4!R.+tȶ2Ӑg saJ)m@"zW~cѴ փZ UPqb!Cc!M?]WBV"Տdm)˯sئP=5 1UbhWX^8r9Uc* We^列;Iizme=;} TJ-K$ J8v2*/}gЙ_2oQq? փ5Wn]{lbѫ61bN)eCq Q ˦{ݻhCUHD e9A#  6H훮չד`9:̇]]+M%ȶ@񿬘UȺJ7+2ng >F~I^4mlKT͔>?imv ³˖om$V&p(eEGJ)F܃S:hP"`+ 4nŸ:A *ʦ*l5*X>}%cOV $\?R-*siQa,w?LeAħ,񂲾%7m.ow `߾L][uQ]_r| bJrڢka.pJTWnPze@KGÅ;=Jaݜkb+1î vo+%o<4p'BO*aGr"J .G$)1D.x} ".vfTlosa ~z0aA"f ؋tD2M5\nx)><*^Вn ڴx4^K[t*I'jH@Ӥ*B=]Q/'˨UoE%KX7/O;GYp" esh #V.6r!xDtrlew缍'67qnm<*70-;Rf\'+ Tb&p_{uLv.tprl",-;1G+ T6Y;iT׶2_ZRd8=WeAŤ0lU Jɛ!E {@^\^EAwPZ]-$@c/q)*T1h|2C'~ M 2jnQgm8O ~åqW§{Δ^6Q1GUcנv!uā~fj;KF Rrh߀)T$B|$!}S+WrR, wݣ8cV5');yd01C6-WYG|) ;-C qjy+Ƽh`GŤQ_I/챢r~{/2@4 EJ"mf0A%J iocŏPWGF|9W051yJ!ٜ]RiLfE@7T02y'}K܊K t1Ӌ|ct<@4RQu.WIiE )%7sfV.cotP]QsD$`݂{H&253G eYnN?eiĎ5K9.ĩvkAac0[sCl;bӞ-iz]۾WRn8~a3lBYZԩ?2w}QGLnuWMÛ/rdZdCgB,I,6Rp}-"!PDWOI]j;lo^|B}my= ;\i-M$Pihs8Rw]8Htͤ/$kJULe.BMm gzn0M~KoLg9;0&<\Nsܷ^zl0Iɗl+|]9?kL6Qo4`ѷD`Lߡqk\CnZˏ'q2Q:>|A{Nږ|rLy`c/1T^ětAk[U2޽*feo>Oi™8͹j˷Ԝ;lDƿU l+]b%_Ao+ 'pc_c?BFgH[Dw 23W5F1 Ȝxy-n::t 5,vmpc!_0wzmf-3d@V@+@v@i6 B{v~ eb?3N̂v|H|l2 [5@U>c|L_"fseאh$ukzL<<89`f UgQ^"$`i5(h6h)&5-tzz s*'Hd|ׅVId00qt.X&+ 4Ҽij\uj{_ݖ[gᖀO{^^{˫?ŬjyQ饟|C)xyPY1NUoѳEޠo?Fq'C `^vF7ɘnB)4W5IB:@ ,`2 C:ߧm7=3LcQ`dSM~4!=1Zs}G$y]5ՈtȤ|uGU3s/xQo0slE xtvO S)/\z`ܺ(7]s[ms1U *"]3,¯#бn:}zIeNmexŜi d ٴ@ʂIAwg9|/Kఛ_;S:4%6S<}э`r4 kOL:ș 珝Z贾ߺPxlyzC51DV B]?@eG&VnK};l߫v|l8L7&`9]+R@<(wdJy] Iy7m =}ueJ* @_phtrn߾f~;$b%E[JZhpX-C5,_KFiԀS*CAǼ=U6_4kNj8TSުL0ڀmtv&tӭ׶&RPӧl zTe0^Qnp ݼͼINr]yCߩHڎ0)\߼u_ Gĝl͠/МT#}ҢjXԐB0Vob ҂=RdTw0 |v7I#zSg4j^P[}'S\h -X=}BzB6gjbҞ%ugI%㺵IFCnToކsK@I!2,Ho$"!X{9 "S* FNQ7'>]dBĠ,|B!^A:/O+/|V}^A1a|+I%C!q+jc#gTɴ)@S$Qi4;5V)Xk:BK1mZp͓JB4PZ9#@]0Xݿ;X f=#!m/P` ̬n_aKn+HgnusO   蕍xѕq^GMB@rc0f.|{<] [u:-*y#@V q$gDN͹7wKN]Icm+r'J`:cѫ@k{6MRih鄒NUdWEGP߯>W) '~Nl%4ƵT$h N#Dɭ7۾58]fCUe]퐫ɩ!ǘ5ƺo ӘѨ\\=k [hw9gwAov4jU*$ȵ|pHOPR!}{IlئM,_)0e)u fWV1"/dʑ&c%牵ز1bڜbtO "ad|]! UUN>1?&Kv}`W{ VHmw<c"?-6Bw2rS}uq.\EQL GFWx$m\k]) VuO" :29Y-ҏC9YCKQ Pb(mECݻz^8CJ:KI@ fs~k"+^RC9 f5AŅO -",^J4yՔe [ &vg[yۦk) [s tMp=M8$"?jx1\sB ,% \D8^nW|`vہ)`߰53MK2pC-rBڱ}Ζ)7v12wt /j1t(P5ts)[yR sk xcNЋL)d݅w!!'q o}ïq"jPcWÏ4ہArAzE ;lIA(nf(h^ &_s{*05]ነ'c^')Q^KOfnck+].`s)g l7\&14~3$U! ^èCXN++F.e ؎k$'XgAo%l G6Ar56ly7An'?pr$xUpъ+8t1jKR(ћɞ"ϫD"x/W>Oԓ9h q~ Uwڑ2A?t(~`Yy;`ݞAs6Oo5DJZ8U$0{o&g=M2=tۯB{O*y>s [0df.Ӄ_,aw!v9N24S(͸Bꂾ[a|Ѕ+n>Vc0SI/ fqFcN{&4FGyoY ^Banc*_9#t_^pqĝf8>JkT\3:m@Cʒ0FϗVP)&'K:r]W0ˍkh7T)񗷈hgK{P\JwKp{(hrHl8C1٦5鲦kBBgycOps/EU5ZAR$nx,9<йknO"8?%uWsD)Rq>SjvQ ~(̭fW Rc/=@8 Z#3m:<ǾEUbwE)(N~X82ov/vy'.% 82*ްP{-5\Lf}@ʈq|][$ߺ>k0{:$BF4fNdԅb.㹙kA3E>Ա%vݽ±sU;L/[C61@M"NbP6DucJ|vG6#]U{t$K3kCKzMc&ޞ. {Kٹqr+fdtY)ߗpYC#p?".˱RF3[?stOcr&o6)S\nEoG70VSoǩ߂Ч; 7 ˾pƬy[^[-=(=,S²MN~ [t Kl7O('V]Z6!?6iЩ1js߰{8>7a'kv8NcuLyhkE S4mIJa2= _$=bY!jZpϸ/xpL!HC}ʶWmwX$,TMgP+`Oj2 &.d|`4>^ፉaE%T=ՒsaٚЉ3S$]'HV/@nɓkkJ+~gpn^ qn.50fE7G?FB>YfLA oڬ.0o50dQ:0|!dt 2חk^M{ZID{P>`$< N|X *kyW T2*[=]& 9UUNƜ?035?e([*/3=UUD|Xΐe.AnQ$_}Af1zDsص eTOqrK₊Uf)SdƊL8wAdeL+8**8E͌JIẇwyu6\{sqЉ2a/PQI9FBFnnoeUb}@M2T ¸t,?~)$11>a'm;dKyvf{GY+']ARP.Zh-O]/.\':d+Wi%+UB{NMmN$2ޒ<)Q̼o_Rv[D{Bt=gsP-9UI #"h;* %~b4NtKn.Fgū$E+ F0"}|H6(+hxp|ZڐB :anD0ѵNP,5\(*_ɜʲ+ _cg-0%Q\MkHCI9-3_<*)/Ma1!QC_S],M> \;44eڿz7 #y R ?3 CKB,TP]~d[[w:OT?^L;l#|CI@D1N[>'ۙ]:!܍S盌,'E~$.k G3Μd,Bps"3U##}AV(F:8o=\2c< 'KLMeers؁{1|9jCKFsQ7ZC-iD/\-Krtk=4P.^v>zr4qt 2O6CCB*@n=0l(V䌺AV0֣ f³/+Ú"HCIeM8-K4xgO5r4lʇ?Ig@NLJOu3XˠXٸkG,}Î"n|Pbܠtd(:T3ߊ}ݟp>>$Ò%.di"wK5ჵ*bO1ǖ|>b:f]`^AΐoW8,aM)F/ 2mt=EOViR 1![c 532u`15s]ilsh(o-1$(m*a]_epV%5Buīׯ>,< 7h(4[y0&CA;xnFQTeҒ\"Y[l2f{r50]^6x)1!*)eetнc%3gLuff+0WjTh gf羲-/#bƅO?eEBVG6l[`OȔ%d~l"GEm.ucjѠ5{^;~*Ƈvr@yАa%(-!ab3$)ĵ @`I/11_aB57h6;˾4~*8V`&V$=@ƦMlKw7m̾U\`Ȧ bzoo;{'s ~Pt;\u0ihc O3, Ld|Z`mC:+@eM0 'Fs'GPTOsX4]e#klB 8FEN~᪠TZ- Wq|E76"`wCuGdH-9b09ojҍF9Ay:_\X׋HarbJ}ZCD9 SV&<47Jic.E! HRs?@V&^M&5È1dgQbjsqL'D:SҦiu)M: ۣwI* ]ch:Kw5jH1?$X%Daʒ@ƿcSefUCLH1WDcNZ4 ֩l<= hbW6%,A2wH,m븍%8'։ϖһ3^檛1 ?~Bw~h"kP1''X:>+CbCn JX退;S >{9 cNkQpEuf" Z`w*.NIz.Xow6iGb lۻA<AL87s|>U{ %ypG Գ"j'|JwdߙR7w!|5 Y4ض3c .SQ`1TF*m!:c?,? aY9txgmty _kzå%X~HNeRP2)'LO.$nYs8*$'~uZL2Ksn¨@G^y3ê-fU=1)en I>ɀ=`OC"{n؜I;O/"aJ<׭S/\Ș\zcVȁ! rVhqkv/]k5;tOu1 0N7{ 웊Hx[wcc,$W<-;NTT`R?W'ktӮ~ᶁT1x'Y4F zrZqhxԆJM)1P.ʂY%Ob2N1YUB&"J ֑ɑWNM_eE*J WO6:,o.!̬#Unnޯ@C<Ҍ_E$EHYnYqeC̗0GMYTqHÞ2aWZ#pg7*Rep/"A|d{TV*lUي|/0 qs[rzĤ]+!~ا(v G ŗJy,9y@C1R4+D;G&o:q(>15#}g([F(({?QQ :ݬ ɂ6`)+ǰ?IFw[o!7ccG7ՒARm.հ9aЛwJ;NJ+Fd _9[YRdXqP LEH(\̂eI<,R^yc[ٷ|[(nMAnK69'?{.ء ٠v FJZTF8F ki^_rhnc_(^)n@(ZJ)jAG+xxMMa Cip@6kۺpk=7,sPǑzZD2H|sލw[knW5x\^:{L<ёuZDX];ݨTv?6AM5.!2u嗹Qql`iA ccvh1E_/ah/M$cHîUxO4]Bo|ߛ;sI&v+ lo=3=׹KP8h^O$$G~n ע{w0̂vx w@aU);s;ޜK;͚jmo(]lV'x+É&"QlS拗Dzq(.5SI+S?+i`^:bɅa@/o9$>ۘ|B+{HvM[C!ֹ21(=ca5Y <Ql5L(pVѝliIH %h m<(ʸ٩0n< cGR_z^3?FM9´ӱچ=׫$6 3wrjq_ h_+ d0'(M[oE`K' cjuaO6<(G#=/zZxT&E.h>F\YҮz '@さ,gi}i(mֹpf6I; M@. rhE]b?;.>&?:&:],  8(;P.g꘠Plש͚8OY_Ȋ#h;c1Chl̶ǐ\tR͓n_5Hd, X}wi@OWFۣv~NCyqw Yׅt#w?I/"nlqQB;9>#iy#A}iڛ'f.z)BKvP6oO3g8>.=A%^C0M\z6VրXzE+@i0+n 5Y6$VgUh^8NFg$(uLyRCŽɷV>c,^CcXpؽﰰ}yaՆt9z~6nXuUO{iMm6"JX3 t1Jg;_w2z-uB凣aj|vdX[!oѯpJKuO}6ZdD5y&@ SU#J[8g:10ay$@`ҟ1Be iA!c6ID[(*K^/"W.NFhCYJEm 6Çr%=7xˢ.0m)>[`\l1ܾvcT1TFl cSr+STl, wz'PM=d.'uE,zj}cT zm~oJp?_vza+)aO{dHd[:ݻPRTeD>榡ԅ`Ƹi+ӽ8#K_Ū2-8=nբ w"kÉP$&?HIa"~}A&Pco6 ɮfHR/n>h kQVWD[lv3 7T)[(8d^; F ¨Ɓ$΄r)_FM{m]bt@H3+(1}s4]ya~>RœW6YHl߷DҘL/ͽiL@yjTU@ώZG+:]0WXίhcgjwŠVbi8MyUm>ۆv!`Y߃.'+wqwxIk,z*,)|ƺCՠe"1g:8pGUb-'g90  <#2Y̧Pp[%{O}kc3燐U!M(H#A*)bL M/<L]RSAYQK*p۱TG!5e1>d@PVHҚW/F5(gzň$+ّrA7ɻ+{ ayt_trʗgUX4SB-=aǍԯX߫ xG29y`+ƛq' {u=/Hi͇:ggXض$TF>< HAoI8-%+^-$,Isň&W!ut[o0ʎ^U vE,=˯WkcPTld#ٕYYʎ P+_ O0^bՠ8 m*'̂q$.T"4!$4d虒M \Z>yI*LB*ש&Q SG $ʈG/GK>RUs$Mӆ*X Bm^e`;[+c' %xr_שo$&fYq0{4]kt!3H 5ը#!#ZRp` Oڎq[KY<(o]s(8oAwq5/945\ir/oٲ?Y˧ fc6;m FE&Sd (}wfTW_v1D;jT1-B]s,DR \*-Jp dp?S diZs`;cmʕQt0Td] AGXsm̨"6`_ܐ4~?m1]O./gܬh[HU#%`h\u _W捋)Wi|-s_O-=>ϰ[lS 6yM&=#&0(hqfGe;~!,X͹(G3?-fiHѦH}X7[/3^Ӻa ෼51},jW$HrP*G{ė;kkvF9? m Qb';A D|_* ̇4w`#(B phY&Gӷm,%d-p~9(vj_X) yX e>k|+Ocw#'ӋRk I5Ă]&0n)-E B8K\!|ȁt]I-fHOM/"Qm̧FjPK{MdwFvV7^c-`'z.u0!m.z h<sWOFs]H(C98!b܍ϠOOI-.鼃m~Pɑ8uIKB΃7 ` ttg4$VIQ/fy/^LSߢ94g^i,5ںȈ}I䣏)6BcToW,W*f4JuttU/=@N>Uj^4tpҦq 6`*蓦 L5 .V*t*~Osf$JćswQgy3loю B!"!siuN!t$['B'ȂȞ\7B E!INV+aurd`+wf᰸EZsXJMeU5݃%whE{xudHdBd4HxIaLKov2GLԲ2?0~{ ) ^E}-;Yh q&v-@. Pd|T;W.=C75༣nϙhO}k ,(sK_ RpKt+Yu(Ȑ@%A4T2_oB#>Z#=à믃dkpI_a+ [ 8M^yVFaן,|*犕tUV9ň,V@.Jl\"MܜQv znԳ8 T^3H_{݇Wv:a~;/HVW~Gz0@&zH 5xB?Cq6u(UUJH(D \bz+P'%F |ss[Cy4fx͔zq'(#ON!DFՒt|۝F1ݽ9:Op,؏cq"a S!ͬg~ѻ2ȃ2^ u_M2^ΰ?I(zhsmm.h3GҳW3ΖFaI 0 KlN1r}6f4dG&]f]ND h)-DS7'-ſ2|2+8ܶ0e["XU){FX?77;!%Ҫ(ois{TB[E0\,G+=|YE4kɻ =y_T~Zf-:ϱsȥm H>`{ lP莗nVv+P˅,0Fvub 2w2U︧ ¯: Xb3=*b}eHA7pE_~ǩpV$ dC0^ݯ608O:A~RKp37AM? };X[(Dl;Нߐ *tᙈ*7&[ /ش=>2X,`%P@P1fn{&xisigXY;Ucrxd:gw_*nBRh,t/a}Mms%q~01'nͤ RDݻkZ]L+5~@+4Ѷ\K0zW#c*tYw5V~$vh1WYCrz958 4]R̴$F0˟ܦ\9v|Cjų n!J~LQV/~ceJ.}¼LQ\2)H\s;ĈxMXL}5t : X `+_qw*1ejWhk?"J!d@46X9 "8- ;G[; )S$Z3*M|Ϧpmr.ҋg(Й(B24dlh㥄8=$)F9xm6W~n3dUQb=مSiTқ+I+*t3Dq&_@d `H>m BըٝY^N\P ,bTZ ywPw?U{F6PEW:0Xb Sd5}qɧTl8v&\3u:w m䑿;`L2KD/:yg֓l5N.Ch+T ޡ7ZLeɈH[zBg4缝 s꜇!?u]|k`<οD -W7|_f|fWp*E”{t$b)PRScEAD*h) 0E߻ B\'v͵drCip5#y[;p PӼߚs̽cc&e <} g*R %SŪs0GV !;ǯ?˯>alNL? k]YXEL0FnKegIFiL]rb RbGϵ{+']h\5-+250?t"yL'!?v"nP<%#\̩uɭ%zw* BDegblnK]/.)%͖y'-;2^n W!+w3*74dȺy4rDsx/sjIѫ3VmpA7gdF'U dL)K~xpG]wF,7`WFlöL뗻*n%zf[2̠֢ߛYّ--bIG'e Ih+$,lek]ɂ{9jiZO-[GPSZðFWh>L(H ?tNK8*wz?6p|]*PV,ZܷI)s?B@b4Nh:)Dt!Tk"'v+i-b;2I zTf?q!hX0{K8H[!!j؇&N$Fc#PJtI"?2JPڻ <s iU˖>9ȁ||;ɩ4\׷NKqz CMh ,~ ^XtwrȮ4* w*$֠du6ЛuMK(Τ4%򼪒P3À}PZv|O{O%}&SW}my~?UԔ*])RZal(tE\X8C ʩlONN.=]Ͽ` ,mM8L>\5p|`;t+M}KCю̌klyKAǝzJ sFʉ ? qyU )&${XY٢i$\$lw}b$/.VUEiK D6rWݜ%3n63#(RmOh6$ mBΕok)aFV ]&'{Qqr|=Zg|(>>YU]eIo/'яmf8 cߋecГw2\ U9Hk/Vw2kD#Ɔ\ q }s9wuYCS]\@L*esh3C (WbDy}3;!;ͣ]+hB 8# ,kDz8_`Ds^/Ghg_A^P^ʏ{IJSUh%h=.uO_tiz8=Fa <>BQ6W‰9#=mq-W'!k&N6!Y7.ou'sFTY%/ʽUPGqAU o6#47Q`+ᷢVZb Cslh^.v1\2Rj)2Y9O{#` 7=O4SÒ"J;ogmŀ,ʩ2ѐU0'c~9m9d,V nEq/m+UwXMg`(<^hR`B9${/@{n>%ROa8IrQ\XuY0m{7ٿN?1⍁=D[ܡBvL~i%Ml<1|@\TC(t=M6ʿTy7KF f˫*(iˑ?zy?GM̂r,Yu_ ,iGY|OR/g][1"ƅ!eA+}^O1]M7FHWehTP,<)Ike^-v[P,sqH0FMGv(QEP . I<{)_n39)kSrPPl>+Ar0,߬FIJ)VK_`>m'|8N,Hr m|-B)lJs e*> ZVza{>z^KD,5ea82?`[jo]Vuo hKk\̡ |܋frņ98vٹ.Mj `K}y†m(z pw~³yOM9>IW%SGj,Nw4q6iQIeɷhusbTǸmˤ(t.O&f;]Q\.oqف߻FF}ރ1u-fy3{UјMr@wLNIJ`X8ΞE8 Y%aSPTwś rWtZcdKJ i#K|Z﯋t~{;=u<B^fw 3e p3mwu-\7Cm͐+W&zke[azbk,wUZ 'UMR~д;%hVmj.tksY\GB֐ɩU@8\4:td'\UOVWs?DFG "V0Uu87<\B5ҍ,6ElU>ĤNr2.S3~qS89Bn0F/[y(aj$7fҥ[(tmZnTnx)X.i>x HND\k1,R}͝|L>"~vMpy7!d ~ԾD!7CЙIa]UNa`ZмG(@ˋ;MA;0W.Θzӧ/XD4)|Z@1~Yf-)ϛךY qkojK8&*X#PeƭlP}hW@>p2y%jw~.Dd}D ]MrJJF"G1Ċ}HP2y?lCeֶ#lQ&b֗%F S@>pX,$Ww*;:0L*QN@D_Z @4(y ̂mR(٧82J=H+YpTQ%xUB0@r_+Rnj#ݨtqĢuT5I#r laiim 캑ޑ 9|"krIm> R z*hPR\P80.Aau?V.|ub$V_Sωz`?xgx 95\@nc$O\M{2ñ|n4D:q\| @uIZgK]Ie729'Sxf|v)w*:I~N ; RΈ:U 0Yd _mU=43u |?,uzn令)=wh(i$J @eΌ:,OYN;?a%U+iڿ݁ɌXLueDW SWuHV-uqœ+qQpA5L+d }ZxcAlhŊ֧Kn~.]s)u[NȧvpZGQEHPlpQ+]B khvگO?M"Lh=cgV|йh4 vN Zos oGHEtu-HO^GoFg⑿䠷.z Wr-lSvqj!KX)h׹>f,#^(z'H6O%ÁC]? Qt*Ty#V8 ̼9B$/r ugBw2k*yăPfsZ04:I@ȭC!i17 3_cz #MQm;矺hG]Y,L([ē#.<_" \R!_BDZ`@vy<"=HnR\>ls_E}eP~f')NSX;rhf­~aO: g#G>U{:rKPS(5p}Ϟy5ga7r!Z&A]0YJEmr (Y hĂ '8VƢ`$=i;X#-/@t(rfV-DĦ@FxM#j&R{ 5@Jh3U 묏 h.BmYywقoX@q0#`DNsϑMǟPpg._ I 3Һނ3nȲBnvqs=d:5#|a0Wl!17]&"ܺyKuCW~ A?xP悦 D1n +TP Ċ3n` C_½w\b9Dj#\7Ku7e˛0d#VS!`\ZQRTApF A&2Q~Uj4{hz12k8fۗX8Z0lV^h%!&MY,s]]/?Ǯ:UbŦn :{F#1 Y#H+ʚMҞ}˙듰Qz9U8=F= OФxrJ@kzF7o)s ;>#Oy5ǡ% Vn|37B¯pM`6&xlH` kJ`3{Ώf)!jy if~5Oj \0_&}}%`'EicaE 1 <]~ݴ6Ո"UQ6UB}P=,)V[OVqs.sڰ%5ƩHzu8Lb"='x l;%ED76LC)yw~(u*ź5h6\ᠺ8r=%kRtiF =AY.vJ+Te%j Q#J2u֒= ~T6 qY!,(U{zrX{ip9SzrTRry;W\M՞#8NQB nl|\(L>3k4ͯ}tVveCHsbw n fRuPMd=G*!bO߫"9"2y(-^5+xxw  8-o%4 )Ʒx}-1vS}u+1tӋcp+0oQ^Tk/)&՘VN[DE\.|9:,ގǫN9yTqNEsO74lh {%&q'\Գ!m:ŵ;JJqVk5lkNwZ5bojI%>/R u7A=`G`[ PuZ-pXl֡)3ak2~!gR}쉽˨N2Pg,8X2l/N /v+iv ^M_' !5goc6EI ARXcՏl7J&yn9GjR]E%\đm7_s#vRiGcߪUO=.N 5^\ xtmf]=l-֠wAWT F]㎼?I*ox?qWc?Zhw`x၈!0CAֽ5&dk,;OH{``% "!~Trf)F1CҥG^QljRSSGS!"F\'pbpsxUҼçJ6`@ns44͜,HNžxR80c˱sW%܏_CVOèe沯ie>=읽Di3)N`|0G>U6Yť4~蛧өWPaH#g8˅/LrFFP>Y.Bkd"PҿOm3=cnTN=Kj(/evRtD \qo9X@!4~qN}Up Ԧ^zg)$z&lP!ff`t15H!0›e{&Y¸@K:)z^#[S '~ǘy?o`H6X"(eg$m+ M,$ls{CT:4._~#xS/f(YJ(']H-A: tv6ObaѰK $(\-§b!Cp%XmqMMtO$)Nw ERE`(j^4;GZ駃N,*y*ͬ4:}X{bAy'kXoV̑t U~԰#&\m;V< bmWbXr(yיIi:zV#[TQuVSf A3m"@|2p\P8ϱ=OndJ408"& ~H⴨Beݾ .!2ҋ~ѧLNn6pj6KoP+=!;ﯙ0X\5BVapD5H#L.q%-G\7A] YCJ3n[Hbxd}[ML7>Xû6 G0BA@MY^Z;rxE$7/͉aTooȹT'6H6 X}B,=l-xWŶ P4I:ΞGebSbi'iGQf&ápien\ u AICޏ†*kF9g*{.hINcsG(Өp: aEeFoO#JM3qVm,-h:d0 XMgD&%5)Ӗ|@57pN {Ip: z $]u,Mܳϛ;Z] }-akQ Wᒝ9A@<̞!q ɻ3~:O<B?A6SlCWXfbUd'XOK*R|Qj-ZBVO1I[ B }-C mT'wD0# 6p\ޟ:^dU y^6F ]xDIȅcrfI/>!KrG^^U3}/pkY)9fRLP+Bݹ14"o'Q<,.>cEF4сah.UcepωuJ4xcSzxf5rKݕH:n{})瞶ZOjtAx .`0Rd$58R >)IPJ[ZyL MR}?^wS>KRUQbUNeK j{qWS_ 04-Ǽf -qOsְp ۡjuItZŔnrQXԓIPA"c5;X㕂<dpgfƺ#É+>B[Qfp"r}U޶qȮvh>lLQO 2u^ntY g~+X%aȟ,XuK6r2Y/0No77,p SBo[ ѐ^jww(}!t\p?C LEC.\\fIm}x|ӗG*9IOLJYݷ ]xg%5GCƶV}PpBNuPD` yzU+ KZͽ%]U |.nOix)rӐ( !Epmh2UtGeb4IW٥WQ=zM=z;SEC1d(0 #zZ .$ljAA>>u'h=qp,1ap:wQɿ%5tkAv̽AwZΙۘ圅p]_ya_jY]HEGD|u\ImT",dK%<|]inFR;EBS mNJhQ0;&HvS)?7kcvQ. r ЉoeYJoػ/ĂiK)nJɍ0{b '4yߴ$chvMt[4͏H-|ـ>0ˊ'8|,o{EYPN_(ʽy;Ž׼\pbm3_I 4+|P/ s+exF3iQGXI'ʚJb/{яi\ ^:eD1ǓL<q%̢9lk۲.&0܏Suɟ?5<ƖYFs7Lh_4Vl#':FbuR\~}x*(WO3aqFq{>'5WعK߾p>{u2(9Iv}sc#AWh$^IޚiB۾''~Dnm7&߱<]c/ a'#cڰMf6XSčN VTcxvVlw4Z(=k42[Pa}Ke Aנ'iV29L$T4jip?ThMӆR [E:{_N.ggpA˧.g2Z!-\-01.JKU{Va,6M3~ +V6Hu/*-T곾vxsk݇aW}[3g%b "K!$)-X$żp~7P^.Q<6_*fT3j_(B8st_`yOwpővS :Fe6 W2ڊg*'1;"l5TVXfMnvB:ZNOz|2=Ey|;B!^iZ$fh+@=vjYʅ|3 MXwG,EB@8 )W'v#)dIc!= kv &f LsB[Ȼw_} RǤĊM c <˂Lè"5ҵE';@y/}Qˉ ye^|i xN}DO)J~Ǝ5WnVCH_xN)kС}X4n-=,EXd QP]v F]Bz鱘lUgFn:6yZ}v F4,_k c=Ek&tRRk#RMH x7jV\v#ysV<sFIA5mhlLFbf6(e&)&WK\7}[ִݴρxC% ,rE*4m"H>$JEY"k^H 6փN:GZMaO> GzhiW{qwr Ѭ Qݵw5^9vv-a`lw@C:?a0RGLWܞG2v<.ޤ)̀ (ʼ^@ʽۿzת=XRҼ2-7%lLNd<6+v#_NCv]]90-CJi~w U#y"H :Uh66ۅ4ԈZ.by&0qO[q'?./e>hvVo4xMu:AZƻ莝V+}֩)xhNyFKŒPFm%g ;29Cϖ^.aDwkoVR(C;`YY̫.=9J<틫|<m~%* ,2'լ7w3)EZmўh_RH` 虼BeJD:&߭IJcS"FON͊lJ,-+"pxr9|LO*5xL&3T֗QlD3|e` L-|J~+e j=[2X%&mQ=^D)쒽^N~Eǡk?NiL o%+d.'ϊ/ օ@kYt´C1LEWqL4ݜ6ǯs2AږB~ɥ?7M6b:5occ^;+k<aܶcPPYWu[W-D}^-٥prFm Y2t 5MWTp2>;v&<BױtkW<:*4y^$Ëx80TGBgP s'C_,Pu8`u7I3aFV !۳"'\Tg`=ݘ#Z&$_ك٧q5"ɠÏna=LZR+L$q4GXæ4yzAzgOZ\w W4a?6_/ ޶`LÙz e/d:J'~"+ֶ_Nd1D}{l FiyKnGOWb 攋#pDЇpb4HW2%f[.'[02jNKAΧA@Vwƺq֙$%Hӽ*]ME*DxMpXZ ǒ>TdH-A(]U] <8}zz:n;)#-zK !aa;vr\!?עL?zb kyBb214P↲1l˹fqG %ś ;JT[e>r:e,|]*S VE"@bd@wf) /49j:Ÿ&lrzz} B6D HUƶ?\}>Q-xfK~+a>ZcL1%9Fr#RO4e܈qAjNpڢ|EATwKi,x ;I̤ת]Bm/.cѨA=#ami+= Om7~O3x{ZFy.T{>E}_Zǣ<22?}2ɍcn÷_<]1ERal#)$١ a8o=JYwWTq@Z'5ǝʼn'hAPN%WhW}S2[u^icRʾ?SԹ%=?#M$Q9H"<[> H0`M}l&JG$+y=FB~: !1jzdĹr&Tp<0:4`0W 2rTocyAi 6kq-9#^ͺ+ŻZQUSW'D5Q!A+meʣA ŃSD ^ϥGr!se$c ÆOFq! ךb$Z$SIQՔ$5įF:96VטD}l 2u{=U K4돎dujMu=ԿttcL J @4,=a=x`1K4XHU.}<6Ÿ\vqWV ~U'=¡`"^4+d&P/S5ІRP4ևː'BPֲl^)Am`@wWgiS?GQ+g1w7}2֨O罦-$_i5ZC\1n]zph8C`8jl]T0tQW{ٰ8^_2&K(x 9O  IfĺӦ2!XѦbfs)5hUyTg@ W1W8m |o;$LNӍE=WtHoc2 zf)ڡR2Si!Lv۩'JuJk:*S 6_`l8Ww?$ ^ﺋ9Z U/ۼrӂQ:nxgY6 _6{vU'vg.K^B}*0z 3i).DWsDx$Tġ]'֨_ r1HNn> =37G`W0޶% @iqbtЋØ#>Rx䋰?xt3`WΩ?·,E4\6 %OʃW*=zȕ5f$ r t* QgM5;P/Eˁ@h@7U{w}r=I')%VjGZ $KӾ9i[Y0ҙes{. 9;뵣Z5u1H+!ҀC,dasQ1ѿa`SM[ i3xﻚ+3Goʬf^xC[V!|D:,U鸙O>($RLU@5<6m(A^O!aEv<:[Te u Q tL|8UƆ=0%l-3,7̛gyΛt%ZacK2^Mg P~,|O!/p7MA(vQmUoxn♈rzǞh7h,3 g@^32_ݨY7\z~6U)9AEQ!c(9Cၞg Tv=*ԀxQ}7qL7#yo@w$o(3Y^(>eV(bF b .ٖIlY75]WMɐ +? N6j[NI_aQdG|nW v>^$G(]nHbq:El|r8k< i֮}G:: \̮B]^rqmW]IS]!A+{#`;GcR 08WMQ苞wLfs4J8 ?Saz W\9ٓ3l@WWrJtXhKԉE|4}A72]s ' v`- ٖBtctrMƗkH 41K=)_Ͷ=JqAm^SSPUӉ4Ng @Qg>'nnG tiz}V.}>IòOF v[J$ 4;G3~ڱw?/P@smgߺ_*--U 0qY_g8GӮaQb͐C%҃ $lHW3nzQqm0C63~2k*M [ݤ4 bCXN Kv" M]VSI DAV7k<<N2Zl,>cZBN(3'nlry:@nsclcl{ɏ$ͳ+Az"ˮ?\.o NY\!em !zRƖgJ $aN@W5-#lA͠A~Yׄ/hJDpoTb4~PS8u t>ޔ`|:9 Y N$=?8ۈI? X\V<ɇh2J}=h߸9U9POׇ neo+TK![=~+ n4ʶL11J8aAP흼e":ЋFQ>dM6T F"`-%cgg"l[jh~)V`r)`N. m ʀ~a'],zۅڲp_P(Kf`PrLv=׹I)%  myX4fXd}}zN8ϝ>w(r?*)JB,w=4o+BiҲ>}xx(tӪX.Dp30FK纲w?Tɨ M*MWȥ9 ;ZK0%d.yqdT-=GsV3qXO[[ppsZW)@%]4v`\_,:w`fȣzt=60 P_ O g?]'`:µpTkUi-U!-7ؾ^!Ig>~ i[_I ȃ]dsٕ= {h!%aERs >d-v}#oYG22YָεL +f_o13RU뱍9R8:31xЅ6R]2-&FƦE-syj( 6V!pbB?@*xk#*E_dRx lz ) *A_ ԊbʣD -ꥅ(F崗Q`~:_AR۬Q7QҖ)8|k"YU=`H}4E"vڱ޼}r|bW u;&A294edžU `8LW&z4EuM mȷ7u/[!6s0 );e;{I<-NX˃Q u?"44۱,%/$PNO]XgMx,u3H*' [J {Lf/H,=>skٞ d͞U1Ԋ+j'L0'unc-P&Va>RmSкXoVµ-_ޟi N˓1<T(b?^WXX!DO0{C;0F$#afр#DAԷv9#Vp P@ G5cBEP^9j=-kYB7&xcWJ"*Cp4+sH?V#ʿ@)3N'$w{)*K&+N_1-FĔ3C)?d#SG(ynutPXuJMf~mKV)/7P?3AO^c*^g~㦸5(W<HH+m/9,LҲ FNbo80QϳVyDJɢr=)G ~9|@|LnIvuDDL/s(u]hUĶɑ4 "1vq,r|m<2ϴkI=$ךy8dP]͊<m>*Shgdb|pUlGsrGb!hBvfd.oX:lpWjBS7]IVcid8dS1M Ɯ]3F|"6_ߋ9G "u({\E*]O%8@ ƽC迭oCVMZOn>s{&_G9.yyܥD OvPEA !]19rbrpi3@\N c Ao7#L(OJN5n48ˣ@;劜T!1VAz92n$2)ڑ3#--xhϞu1ym̝B7t(DɻH"[9M3E0>ÚZ2睤6jkA-zQw|U+X§.9~A֪?l ÈHFϤJ T譄o3&Z0aCCߣ%%C<3ܦ1NQP R ,GÓLϡSJf[m_̈́pB91dAɡҥ]_'xt P8)Fq0VbYZ^*Yg^MʧɘژDU,E$&'h# <㆓9*"ɥ(BZ~W/ d@b q:mL'v `5Var?!p& 2޽W!+)E T/r8z~^f8[+l<3x7xIEԈٱ`-Y0% o,O6[($pl@T__͘R0uR>߰ٸ]u(H֩[qkmO` VŸ>nQ-fN ϻ:' 9ķfoiV EKZ ;v5HyͣˢV2ZtvsC}L uj2c~vx{Z76VN?SΝdPRQf3:=4fqѿ ~l_Ȯ^B=Qbe_\ FJ= cr4Rg~KrW  1n tHDW#JdW!/Aj$aukL9(wYNı߻WCYg@( Jc()DnvX fLnlh88cr+ozg7\Y*..,c;K""ŒIEKFOuh ~"Yw6,-VЋ>'nQhSd7J>y-s]@ hC/?~ \XV ü#̃h{ωҩ\w@ 0fǼ]c{ Pyj,5slޗ' } `[uDS0~YvOanmlǮPIl.1EJ ?2N DWŪ }+UnГ(z϶.kLkVj+e<y yr'/,hE2Lʹf?c?.KH>.C2#-V hΒ4L(׬֯u K}^tw4ώ&k;5g9eی'#,Bޝ~ۍ}uDWztN~H\|'Fv,g#X]hq?0:zz"o3d>N}_%tR3^/, 0vmhv?vp OP[K"V]h(uOMG5`Nsx)1u 5)ދT-lD1ŭWY쟺݃Bm}߷0E0Lhjm&t*)wjϪ u7'>75VvP<^0=f̋c{|ZjEa?isd[ZY 8±~Kޏa7}'`5;$8ch?,VFeFӝN9̂2kڣA3)V?mM9D,Nīat IpmK0ThHTZIAݛalW+!dղhM '"EU=E)iqНdzJ9F (ȩoX^\j2:Ti ,P( 'A:n-98szعdжU'J9Ńm%fq4 i:yM!D1nfE#]9^a2+-=vNc2.zOWwP!`2vJleUq,d{y+)@ ?"ҙcdQKP; #%]jS)&9'+k>y0I0.z: ?DbQzh<6]%nd=FW\*j&ƫ7e5 ϣ9}xKXÇCi'Ϯ%dq*2y/xK/o{m88ŊXro5CD<^8 @ќ/o @j{}ϖ&+EzC؊GSϕ `Lr;u m/­zn^&F?78B0S}S'AP7C;j}2<}Al8my"@ܚ7 R7?!"S+K{'lQ{W0YXPi 1l32b{fs@߁C\ VY ?6SbBee'jY~@x%U"9\(U"$oF,R!bj%X˥:ZY[?8P/fxY-ږL_E>~ga;hEFeF.Ⴉ[ic|NmY#l8g<&AkVҮ ؒ4I+ RdH CpX$C~4fDM)[.M93Q܈7Ln׿@ڙp芑M _M~9y`PcX55%+n2w+EЛA3f -iPjd+-YR.DcL[h)8H ]MOf=Y\ qaO.F_$OMrR45S#}9,8MzksT~OJW]=&dm3fr6c5X 9'x#?3KVr Sc+2elԑTB3- ^miUsA%={tGk7^0ϓ 4QhίݡՅRp-Y_ Go164_028^XʋAgz.񒪖*%KVS]iNPd,JB!6kogq-K%iUd g!4Deb"dɂNFkь{Ⱥfż1LՓ|nFXMZ(v!r-ƹ/tOĞyDv?B DZN+hoXoOi*nJP!d$-N76;&5b֑R?*' j' Z^\QASO![Lϝ|s(qqB$'=}e(]fjT\Ke糢vZ( 9p{}V5TPQe#ѷF2Y`=|̰L{ߺЛ\!`bgqu>VL*_:%}̔GLo*Ze&{?[ HOtC2̻CuBɈ4AW[æY ~_JEV Cߣ.)8bz10]ZA7A.J=`h{;™̍(랄qÊOO1ůAkW0>?p-Di@޸SD`Zbӕ³gaJREBZUp/47bZVDx>Vb,`aw4z}Me(+y䘙P ݙi3oji@|VEi#HEsdYㅲkWvJߞt^23^ts+ 9=oguf34g"`Fqfc#ΉkX!|{9Aݳ#gu3ٲl? 0sm!Ao# \AJyenpAˬ6ȐD@$  Ϻ$OX'R&}} Jԝ'Dax5Yf"|;sZߣiba*"$9rsn3͓W<^K.Wh)zًRfAP܆a뺉Hr/s7\DXq T`=̷@)wgM;PR783^^ɉ bh>k`ОX֖IN١ME˒#Mc_I{="fa.9bc5AmAW ,j {S/Vι2C0Eɭ*y,t/ѩF{\Uq=f` sݻjxK0܄ Yj645wWXʺ'L@ˮvyc c 2׼DH[t/} ٢,GKxQHBOcY"Q o y>Rz]V#{j9C6O޴RA #jSM6ڇ}I% h֊iXHnes1nE=eyЅT!;i|rrjjŖ ;b [XiCҺ,1疚%O %8Y:,Kq- xkg#ORrn$}sgΟAh-#r\Rrǧe5TBH"6\ogXx6qa>[ ų,k>o?΅&౛aT7БsFSw#B bc"-5Df^ze;ܦĭ#q>jI1Gz+GJ>+D353ʧ.vb>-խ[7R>0ܑ͛Z8<0[Kmv.}xCFʼ=lkLr }8ArXKb]1:W7I8BuArYP\<ˠn$qm7F7MAB&2.iA0aY{|](AudޡKPdP?}ݝS^چfqzbo'r uq[(>}P6dmTxI~ ʴ(9dn^>~::re, %OH.[ҕt z BDN3jp&xF) o2|n.ʔ %[PVI|vbjsXӞmUOVAF@W aFR [ Уگp3v9U($SR``HB6kQ! rϮi%jwnnpׯ-)gYύ+^2|0e`=~v VH3 .t7 ؕxwH !q=%.WÏw@f?޺YhryuF *'eo$7 r-<׮zE-{.?]p^;]꣉o[p e_8YEt EҦIj&/i›G^WAxVO9P,)18*1E]mKDK相!~Ծ*lI*HE.Bҍ!Wo _vӋ68D nK݅nPoYz,ߙ wy&EJ˜@H ּ* ^os6Gۉ MF-~dKq|:MA "-i_SY(-& HPZT,kW`d؏xșq_c Hå킳.T-sTk\oI5J@2o%YӶsB=M(5m3+dagWg=c"}{@f p#4fTd) #ҖJjcA*;'~hSpT/U鶦n2G4;U_cr 4N|*hbujԲEw~uKJRʸiłj9˱#N\o~S@)ĵ꼮nIZ Vd=z|;1;fC&d}ܦ Ԙ"}1!ߙ0|_42 m%<F5튵K!&%*(Wl]y/"J+jCiֆWWѡCYrWLG)$t,޺ *t߫f$YO㥡&Sꄒ2ok!W; 0b0i5!ΘBL4NKml3{;eD3 lӳl1gaA$-x =uۭP`^sHWzk:1\H5)a?Pl{Ev0J2/ W*1(섔L/LYA~M3}J(^(5p3/ :6R&fɨEn}`M)+P&z L7VmmL +^~`چ<قf( M`Sp*YȎ{%)S8F& 1bʥi٘aCݫ^\;on.~nʹ1dQ ˃5rʼn+R?dlG|φۜ5b=ls_w(m`zC{ }p|"7Q |/:RC5|Ӝp&{^$wpwC˕ [^, v>d(NuFѝ@\S"΢?IAk= P7S wKt/3{K\kx#}ߟe(>d P{x*KwZcB? ~M<ǝtlr9{ HDħWC "P*1x ӱx}K{8X[+pB\`z#^rBѨ'9ԇ=F 7m .[yؤ3Zcrx.ʭQ&-wT;Ź'~LRw6|Ǥ#R(Io2Y\PS,}0&F-d=jʙA(b'5 bT5`y暙 <2GN}%7 gיK+Vʁ%xsp.ChcR٠zQJ4㌊K+2#áQUVՋTtdRW٤}5$e-acx5mnbKmha[xjkfFn^UU7@gN#MM"2Tp'уȥKDC5ӐW/ u[[bXpdT`9H~a%<8wWa!/ƣmP롎2Rͦ.N2z $)!н tC^?_M \9iwJ /^OP&ΨzGU:Gir)Lky\QygZs&PD^\nlGBa;#R^_:w(_ Ε8$Hz"=ֵ ʖ|2H*Pۧ/4E~ ]"$0SbHjq2/Du-UVͱe9^N U¬;520:g>Ž3dg@4$5- "IJLRnګt+r= \z]m`PlY/-^ᰔgL' jUn;; Xɮ象I"pSh a"2l_2@~o("Ё/%ݖîsi}ƴ,~*fxQfT6V?mn,"q;)S-Z# m52\EX;CgLԼ;oL!Ӗ(?g &ellHەG?p)t$K鲆Bc &GH`#Qj$A )OמS- $.`/4L9'6 !lӕ!Xɀw\v?nvP4TlL9Z6a9ayG9ؽHjtZ(UVDDY}3-Wv1H8(uA%rĐˊ7dj`g&ɕU5bRg:>8>iC dfT:9ZQ` {gzM$nspGʭl:& nHx5Q@EZh 3`@>W>IڝRw"_Y y$^oP'ѼuESb`)$/pQHbQ#Ϛ"ayʖ=qDSԧ^F]jpO , Sa"ZܯrTk\EOnG"01e=@@KB >*UcEZ9PvgvE@Ȧ?u]p/|iD*CCg܀ 3Z-uiIܛ5!C1faK;LFa_Ws oG[tӏA$@=C4̖*ΎVލ/TiYu)KUёpĨ|wS0򃭋^$}A]na I 3Y$e& Bi KmnEN 8CyQtj\7Vioj9us(Kw;i639"b[O7؈-flc+֠ML" .޸:%-5 nNrA% 'zfċPwom3y2G֠xj0#X'l#"}q!u"S &vCVV 4}/.getl+d"qr=壅1P^x@M$q!ϟ\'}mi눜 #:f(͑" ?ű)¤ +#]-@}!`\;6A2-(b/`P7mq][$fZX .63P~.Hsp G c8yN2BIΆ4atڵU̲ni/!{ y2I}BeFx_;#|YB;I3cؼ z胖kgn/'Xm.I{_hBMi|v5;A@P9Z8Xo$+ c@)IhiTJnCI6or;qdD_OP{%DШզ+k2֚\SN3L :P8{l+0 3ًۃ/ '~wYy]/5%lU{IŰ/'&g- `l1uzNyXB^pd,ju 3UBϯ[ZB/xVIp> Nc(6JߐNY`b(I025Hk*}ͨX e[vܦw\ʄ¯SQj{WگoQ"'V1(~e|mu HUfUF.xYrI 9˖ɮV0[4ses=ps:!g׬JK '. `d>SzB+JzŝJOہiua &>H(Ul Dr gfO/;ŀdq + @bVvd8Fn!ZX^5hgv0/*zSfFv3Iz e֩#{xUBiY࣊{-8o[ KŒe}&mE Z 8ލmυqpkGT SBAnzhf3G7|RFp\ۘޣFcSV\FzaإcBvc e25t 7@߀囮zo\H{wxJcœ%2-l!ur­O+hmⶈwdJ lpUj9\6I(Pj'q>wk0`a\фnӒHn_6&`Jh!K4NZdaBKl05ld"=)0cَlTʓDbkMh~l}Ez_y,4CLsAOIkgDuʷ%mnJ9o-!ë-U.! ȴơBnW-6q阴S@\&[選CxcsB0L"$39SrA]|A|[{4 ֥avQqA/`z* șŦͶF[2(*KiL"px@x%2iBV|Wտ_|6d:1""R(нb~PfkoR*)MLEx8ǰ۪VOڇ6RHCѷZ-(g'P%9rdߨu즳ҢMtrwUNڬy=adeȷ|yρ6t@b>LŰZ_vĕџ#&,":d?<4+oщ"z$5Mb~#OqctZ׊qwj_^`v=r@NӁcT,#]w.ŕC~s_rTv^RLZYRҎal""')Vdqs1yV1N/7<܎0p2X0RE?cZCYTM#uIm&0`6TuCCikR to>H:91[G}6d*\Xv\vR,LUjGHYh؄^0*ba͘D8t( Qp7|@Z̭,S\Y;;,ykϾU۾dl$~Al|]ྔxıd+?NԎ N-+@4<""ξI(Pb6phžsҁX #/Tv:U~tVH NZh&t#J8: gEbqdV5}`~x쀇p]TP I V)ne3i`#yAgOxרD'',B['4;@*]c~N\­iyzVH%n+ig6m1Tg #my(c!dT :mx|HMpy+SZk RV}X:0kז踞># g 㟙ٹ < 4!DҚ g+X+CO~ 3~lKg*f\/o.EJ^")內c9KmB[- 5 "cÎ-LtsPLjbAjU*Vן9Gۜ{7X旞ć6-ϜW(ز-{mPjw$n^dm'~u-}oYr$u]L}yL2+_ vY=Sq}y"qI6=/ nqhOүhD\>}<+j3k\s@д-z DwR԰8%ʐ;ڏLɵp]YN.u=$ PTipTiI![v/$k‘FV)-69gmC^s-WBC,wmVf\> Y Vd摿tNjG>aד67`lY2,v6T۞Y1L]$NtGgv a)YYL?0KtlXIqB2KP:0t;ich}^t>T->p@^'ŕ)']@BUqEL lsFEeՂ)C*g>!ft'EF?=墚u\H(ޢ;`?YozJā54$R#ˍM[}NS?x)e:աL8Kj},DafWk2y aZq /'f]`}A.%T_h4^?,ITވ$<1ItK`FEb̾&/Vݘ# ?z@ 6\9Qk`7SwPYeUhz!:O/a?# ˏ5xvC&+B!,c{%D gᢱ^nDo9kG-JHˀIG>7$& vn9.\vAZm#d/4k)Ƕhz+zz;(dIf4 GS XOsG'y\Q{2:nBL yl!8`F [-@:w?uGu@ PBÃkV^VjSi-jj) mr Od[t=tf]J# y Vv;6nc6R֝i88%ot]7-X;F0 Wu}֑֟>g* Q꒯if9 ~lyAoc.E]a]=g8Q\Snq! fR~W^Xbsa8)Nm-oXѻ!K,]oR/n9kڜPh5j"e/`ĵr*5S:JAZ!ذ .7zb,lJ97hΩj 휗|#Z|3C~Y*`|cdG]N85XcsK8(b3)nEn%AQ Qٿk&%22tO٭dgR1}* 7fb GVE[C{e90#w<1#e[PV~D֛3+5n6 l < ToĵD(coG׍`(4 Iudd`)5oU)&Y@a0)"caF 7E\ >ІWІ*gJr @. {C%pD=p |4s axe~`=on 9p.F ۢdK/6)3\/$ [0Z{k+@}x܋(_JF[acNQÒz8p(虨t aCNotYĂ )W5X'2#ƹbY,6=!Y D?ZNq~( " zM=x)=rToK kH. k!ua?DYms|Ņj`Q#֪/^PbSJvyYB2-p/f:VtK9a{Bl棝a䐬魥„.oFȳr5u:̥8c^v$f wpJ;E3H‚HCy/e'89r=Oκt]05y˷"/$.~MwVֳKN٦ K7%_7úȸqj}3{! OY?G4k7Ǚ&pE_qv<[@5Z8n].lbj 602̡! .f3ʺ!i,e+e|FvlTb$zhV- ǐhNe% Z iZBb=qe"|j*OXjX>~@ ۛعT5r/t^DM-R{5ОSc96GJةTc%{b^ϫOS Edh=(qhh9m̼Xo:Ak?M\MaJ)ad/[:P;fG3j !n}Ykxʑ !JX$˨l&?{U $a,n$qZwArڻ/6ߥW:϶z]]Zns~6zcy OM,xe/$Sr2ENE ?6iM\joVe+_(+-hzd.+/aҺdӁ[2??ъvǕAs(;aY ?V``nʬ ƓU좐^s3XGx8&dJJHڃd9`7V 39|8Bq,lf'qJud4]"y4~JؕVm:<'6(ghlW#Lq4*sw)J@lKl7jt2BY]Pqlfƍ7ŸΊ .A¸-!ڻ+jHF&%TDۿA2.{U "dw,ߵ١2Hޏ=Bܰ҆-h01 5m٧Y{$+Mb?L6& hc{k ӑ1*ׅ-61{#c&/jtv=*bۉ\ ١# js#˨$A26\пjEtCUARW)hW}U\ Z+Z&lν9lue_8U^QsR6.$95F!ti @@sNLcE;}aVujV /0@3n{ͼ ,B^qjɭ{VxU)z3cTVY֒%&ZA"{X\GwZq/ ]<ۑ Bk68⩸ a0+gW4(U!="p4}3}lp>ߔ(z.q4~V8r~+C>2D*^`TIz Mj;ΝMcmOFLkjZzP[xL@ WUrh?)ȫTrYȶ)׮5\ z]"̈e5}.$/42C8($s g8[euolF$ WR^{n92k3d KWMҠn>?:#>mY[JY]X1"%L˕l^Y"PcH0,ś(/v+ ?ʥ_؈5U^RVYTvNuɖplX"[Qa.pÝtYh,A2N!EiWL 7?ٱzfK_anp좦Nt{088cF+㊜Su#B,ļ5^=Q[0> [;R#.Dƚ8b֗ZU.R ʯKER i{ HTf 8]d?Pt< ?dS˻Qr #B$ (^?Y ?] yx ?TC{ "w݁m]c0!M14 >uzͻa EA+`R2񫷿/<m#sK h;"8I;)I(t6į́Q Wzy4! [:tqkwZwWgW! w֜'GE`G^}3nc 2&D*^Db:qÃgR#‹BG5=05)u\"o28s$,`|xo WQ^/\5K-.5R\XSנ_$u7Te p"$yV#-|7^Ԕ2y7Ld+kŦH$<-CCW- ~ᛊf x>Own%.Lr1/ktW.Ғҟ'GA䓟9- ~ ՙvn`Mg)^4*fVMt%'\i &pDQR&8􉅪_qMkZm}M[Ƙ7qH{Jn%yl@6ԢinX2_i9|dά3MVωoI]󉨪QH!6<ĹZ (Wl+-qOdF/,.K %uYƁ: AUy'L<ғ7.dnapgYI(.JEb^LQu⭺ԶFF 2ߞXDScկ$e ͐0:i?U빒}>:S.4g,pezWQJ .Fi-2fKMk=&cSIw+fxY"ۈ1ݔ^n -J xSt 26PH)7"J2[_CMq@WGl?@^L 7LT% Ep+o1вCY2dBKgof =O^!a9#h1lIe,mӾsbͽcʑ "c %7 ÷mn4I1:AL2Vme֓dMřw^©BN:ZtX]JZ-\/} ny?!3c#M'Fb%f~I bʸPڽp{P~) grY{_ hEa{իqKk}mg'7X28GaWpfcCs>Ʉ%_J3xXO(\q[Oot cFʣN)QGR Jaٰ _kעc*hatZ@3'2r4*fdÿ qHU) KoR;:$Q3fc4{`|PsZ=7/4Rp'M7-Km ?k3.ԝ&EDY%'yoD:E7?40Ks,dȞYE9 V)"7Syҩ- N1][*njN;I7a2NF[y:UW\e?\:jFiHxݑD՜C7"At ɨ*fFXS8 8K]S<,^|:Fߐ-Jx nd8?Rꔐ<z|&F҅Y A$VFyPIJٗzS]Ͽq^4w ˋZ(FCNVMtIU,.~ʾyFm Dj7;g)#]Q{[Yz-,F2H> 2},LUuAiu o*v,mX|k2k z:\n`좼eT#\1䉉}^apDɕXGZ*'&<k] W2 cxv$&&OH/x> 8-C πiFemvX@|Em;!$w}Ky޽Bi,*mklB C{@M=ʄ@h{_$6Ju&@*/|6f L߾&apOڷTjފ2n`f>t[ }8r &v8f%%yY$!0 kǓf]cK6SUݪ4-L6aKe:o^@Pﳲf2O$"[lOf-r KK^1)ʢ&CcAQV4EVYh8 X$2 {{ׁ4XD |@W5Vue82ARV %j 0^EE L;C4 H`P>,>=YulșI<@"B&T|81|풿`^ S&@6^wgyXI%om 8pt .<5#W;P•^qe'&U5lw '"rp?1f?p6u_9)$j B^Y .bmYvoDےM~53gIMS;+)o^&>u+Uhvw$f-vWk-|j|?.r, G/S]YL# %BAW2ӫe/oA#&O&bni%;QT;ޢ*(X(m_?E~A\3݆,Fxv3w9K-ASZePa}~^{Z۲Z[ a9_heu8E}0FZlwS[0;]Ep02Z%| y^ λZ{xW ێ`1ER!C dʹf/V)꾭attf"~_}'<)3VLؗV9VJ#aew@ߓ,)hyy`*VN>:#JQ}>١g!R@Զˁ7SY?A)r[s=AU0Cץ5/`0OD-[A9j^+W& eed'nκ5 ʛgz`uCOSnԵ&՗_Lxo6Dpgd͊"2ѣ]1H)MEgk6=8)gZsc:nY7uadCx{n a׶E溹tFK˒d_͚VNUpWC,+vBkjTIPc;&Sfp8#ewz"=&1|:l˃cvϧ; [A gl´u8@QOq,B:dE'6rtׯ"xYukoJyv3)O"9`RB/Vzְ"<d\4uxՊq+K*ke;ΘHua%vx`q-E0Ūi9p*љm#UiLl*!SF瓁VMVN"Ffv7ZȢ:fz3>%p-ȶ*nqw C%q&P%w*>Rg;aS}ݛs;fl˅'0-iQ*ObbʐKWԖ;m%Zbac7Т dL' G܎>\Pۂ#b޷Ykwx2&J"IC7wИ{ZQ8h'>;fX8N9Z:ڋ$nr<;O$K]jt czWM0#wt3=lQa}'>{:bAXN\^i3$ s}7=GBie^vzGiޞzjlOK(ͯtHÝ>Z焙$)062fċ5zh'e|&$GJU]4L%w%93{֌׻I(3d|!\*-h81 |+!0)*-ۦԾ@W} ߣwX6\)(eE m`:^KFjy 3Kg,1صg?oW'S<0UvL@G6^O`ٵhSd<0Ú|ˠbjRJ(sx:2Ȣ)]Tn>H#aŨp@Zr4dcnP<_Nj5@ҵ?3Z߈cW_S,\K@/>gb 0N3/= kͱk%UZO{‡.:&za< }]J'Hgvpak†?MebD'NL$p_I#r@^6byEeP<3䙚;JA柲| O=>1L&8GP_M.lRwYg)^DMS(se^nu~s5 y{)ͻ(m)1x!-ڍZΪ'|{^){}To#?->d."[Tn ' ƌ`f?7,$kJ;YhꍯHr'*ndDVd0{$Ctj*N-} H]m{JY M|Ojk56|K,Ν)t(鱜KM M6HGW7/!a0;GdjgBX\hv9C:۬xUn<Uw(pK䦖T@I}#OF17\Sh3b2vR7b=f6ħ=JDHNir|; `HL1xf<ӏ]gWdLZY9d㽲$i\!{ KSy+ ˜(\$aNxIhRU!l% m۷Y9-}3Zfq3Lʚ{)OrЯg䱽/A;9DK@ҷOT,f=^@0ND|P\~ӂX!(>vB'k=4BQxG8!.xE`ywKd.#*_!'"S4O7w{+3cbke n(i޸#[u:c"/ dOLӁXZm0ISδܝңl(`E(G5mo\M+q段:m'Y^Q2|D<rD%Rp $z#y=+<ʘ6Zއln"M15>rsuwI!g28;M%t|x)b[XP٤b~w jhpi:(wS}2V1zc޹o*Qk`ѷ.hslc [2 @k(^q-Gմ"o}`mByD?Ce7TTseW]a M䪠`??<2L~zXN Wg32eQ! %dxBzE'rq(h1Fμbgat (?% Ow,O֛VLnZ #H_&!&єoqloղ9&'y[|]Ǥg^4 JG ;fSIEzpR4P^jsb,#< ȯgT\pӘI"lKAFR7#DoVTB~rV %M5]bHqez)\2m !4%]9ы8L/sRǂJ<"/@.3rVCOD<"LE 7`GO yz_!+{Dk7d"W&*V+xY{1KiKWZ4vkAUhl?5ϐl`r1¿{Xb&N.ض vlK#ҒaW2 vgvfq !N[ }eF\qݙJ!4K|uj2rёdB#?!'}e>|T)8q~-u~x*q<.:I}@>b<3,Zԗf-/W^Pz˗+2lihY!i1U ai1VXc_:10r#ڝb>aa pF*j:Fcnx j67.{W}땀&#9Y8b&УXF 0lbX(9ᙥpҙm #o)WN7 5JEj>JCU_GB䫁D KI9PpnTGXL=liqSbг$6yZSZ4(5dg+n[BvFF&X!b]Puf <:$M2A#P4h:4l_eO`JݕVS1B/Nl/VaH0_j HSC!Jw9Pf7+(5@4S^ʗj`Z)>Wlۗ2牬s/koQqc5b]@ixF,h_KdburOy,7;{$7̏f P >5MT̈́΋>0LDܖZGS+Z~?-1flXB,mP'?m1"yr?ëya"Sd!m&ʇӷifM-]1 FJ."ޙצj.lBp[ˣu %_fc> t"s;uSB7dO`Š?c73ހl )O&jMPeP&@z>,8K%~{IQ=C&6F L/kPCsN͎ `bx*u$%IAF+_ߗa|he_oauߺ.1÷4[)RÁY.dN9X"k]F%Oǝ+`ѽ6cXtϖkT {1ԏC䞪<`"M c ] 2vU}*!6A*ih=K'19-r1_&әu:҂6u:>ү촭##٘DM`xE"XqM.'x}Q'` ?RD?͂p3 U,CF`vf<߂-\FZ>" ~KדBpT[|4Lcdgd%]0Zc6%8 bz9!oҹ q5Qfai8c"[%@ҐCÙΒDa`6cnSƍ$Dy|WdW t+@9f˸lwZOP,iU_Q7]F˧0^k4zPVFq{8$aXH xcTgxT)zn 5X?Q"yy`'AIݧ^ M&/m0xFS3J`q9ݹ yRِ@w=wU8~Wv`意5|mzk=2=^3Jx;3Xqhפe4'\ϛ+ZdKfW#/ b gBԯ˺”2vk)hՊO:+ :45( UaNU1{O>A)Ǐv(E\d<yqTSmʆS7"5ɰazfЕ WB[KRMwXb a“ FD G.34)M#I S0V{-/Zz?m*P'17pU[ 'Sv#|ojo,Luc+춅T$gNPDOa"eV m`Hk 5[j77T|cTߐC6ilĄ4.50 r) dr?'JK_j,*Be1Xzi"Lx׋@Vm!ԿŜ<_I~` Î<[;&5ҠB *LשaÊ m>ȧ7Ep[IQoVv9t07!y%^\$&~] YYbl ⤍3* -=PF7a %#24 ^mf ڈc^Jz׷(wL8Wpsz4Ddyq'c]OF%hv .F=xE%1:/r*9BpY$1_N۾,U&#\_={`i NdԹ{f4}|%*T' h>fjW4b H,)ņ"Rݎz#!L8@Arj˨ן 9ڗκX49gcg;5z\A>EFҡCEqdk0J^/J^!)P7Z86y;Jg%zrluĥKʗ/|i l+~=] 2!QD>L -m~ 8֘K\n%s;Z+ӗ.ԩ{$?b~ ){UJof eGwFxJextw#)?DEЖ$ކ,;/F$I?z!#M8J`:?z(pyd*PnSw^U͞jf*S֙x@)h:[_jN}./z9# *ȷJU4B6!1dȂ_&k[6nz·OQ밬 䨯l6C$O(?F()Zzڳ?- lb%7Ea@ ]JAw m D* ;ϮLtޚkSUuj$y,f|dJIBĨW:$/1`/gr&S9/ d{yZ^mBoe38XzLz,3v-D=bM:gNC>͠oe}b`OLl ~|%S9ΰ|Vhg gy (Z/"Y #=O2^A:N^{5\'= PIf=rEjěI~,"P1(̘u{^0Wꅀ=l/c)W@Z8v ݠ$ɜ _`SV uf @h7ausMh׭23P Դ_3`YG .wN<$Cf+gY-$F=CT 5VUYcH ]ݐT&2\gWJُr\<=,0e߬V}I+/4j ò,p<žiK@ omoR^UouCs-1JEÃ6r5 `mJ5-mddm4gNϞq~R:8!+\FJ3d xɤm[yuƀӸ{M~"x^J|bZ$0e`llƯQ/!+$$aˇ1а)0YhT4 1!NhQwi"c.1[v2W!R,?+Ug` 2#k=!l>z_)m2hϗixWS/Xr sY$]#CLcpE fAR'jeWua>\n6+6~}(N~ i. ے5bϽ|p1_@F}O7h68)(UYꃺ i,"|$@^-w?ZhAЎ/(#Xj(&"ަ ~ SAp!jH4m&C *[|H E+E4EL9r頔Xmc.HEHe[ ̛NA~{ /TpH~ #EQ0rSvd9Dj^Bz=+c~;[':DUAXe3ւ̩t! dOр2 XVtn }eR( NU iG[jn{҄ر;=4)ÑϮi^s/F'R zQ/qa~[2-W4Ej4&5cǸ=5~BQ…'e.7P FW cȐeD'0,*lAfÑUb#VTmA#8ځm:pq4r`K̟ؕ[LUY|Ïl `NyiMf z) P锇bJ?( e2mY۞Yjz.B5Kp%קԙ@wzge9LG@1a?.)!`6d&rUrD2m;Otu^eB659Oψ+X@4obx9<;ꉛ-H!VMLۻ`-Gr%4Y9zB-D#rSnY4k! eex!!n[x'}?f$2i\]*^=TBH-iH¬s>*AUfĚ'.ܾXGF[&&,=I8 XwMU FM{>8}z`b(3&N-xQ[A.2ۅHEGR:ߎlF] m1x/46jÄ!cڸa>[0֐R73ɡ^R_́$8(a$%lDr[vs>, 9=P*vٹ,-:3Q|%F"N3d~,sYN `X6C}LlfӼṀsf6mI5yN8/4vAGzF6B\K}}0wmSW{e`b=D [k#Tk"M亾95 7%zO D;txM6±mT;(rogf 8zۼIw,qz=`W0!ۉ#}H[ѵ26d5Ka75Ib?sw WO .H?ۡ؆ S kN!s[7|D*~ܢ,q!Ԣ@'DJS5BoևZk3mFPnHGwݵi {ZUߔ)4M!T2,9(V N*])q:›/`s歳!(yӊִ[U{chv-d\Py !Hf`Di碗ᑢp9&~vP.n.խH9ykfb3CE+<9Knz?5hNgʅOla2noBU]cQO')W =d⑌nك 55lC|RE 6&/=/kV5w/fE`l2 EGGJJrEGƺS30rDwXh;Ņ577D6T3iQZZ^.cz)Q?S^oE,g Ah|W,)sse.R)lz><46\2FE60gI#ϧgP2Rtw"vQk7.}3Ҙ(IPS*(wS§|vQaC:]`guU >\~e_B:b8:ƫ]3YZ qR|3UOǽAe &;8K2wy7^s`,5\zcщCH*! k#ƃ8}'tSvح@P?R4KW0J';Gc6+.lr78rgHۊVgHO}=RHߛ;j}oA.4uU{RqS`, mfнfI-u$d.}]חk$|#u=\s?{z.OQ4(kوH2иfzT{}HjDx^fkObArX]sj0sImsFezvP+gL6r>#ZƐтN\긑Z94[X3GMBjy^x}#N&{),󵙱acJ^~Hz <c]xAL7.d>=ZsnfB  Gg٠]9T:cxI;zo<2GRe4PnjlV2>Q?1] sbPB`?N7KI?zgCqHkt;(_)wN|n^z{h=.]чZGv3a=6Y(n$'\e~.qqpcNo4}~B1&s%kDŽ_!4Q0v~+'mB&*|BJi jwlZ oѝ~sYa[7t_T;R7f3J >:R/WsεNeFpSd '>ene TJt%y-.qʺVz̻F:)r5SK[7#k.(szV`֢k%SRe";8V^BX tC?k4kAզ{j19)Xp#.|=Pj8_}N4s?X+f'[|e4?E&( ])π2VZ Rˏ]S,4=4?<. 8c ?)|q{JSѬyg~ T3{JqlD% :>x+ĪI+*i"r\5]ْ Z( :$>=@P'η{^P5TKԯ[a‰x!J^B|y2l=[(|d.16,1/ yzeZ,׋;NweBϵT @fK@*G& ;ľ xfk|0?/o+WD!Uf#t-%E Htu!C⒯q9E皈U>=W9{qAaSZvd#*a yqhm%O4]k@ɯ<M+/t-[2TU._qQ>U(IqHDHJи0'$-{Gi R7|~)%7lGE܍Ӟ'v3'e_K6| L.}( Dscb`|^Ro@Žvǐm+3HqG9tw߶n$ڽfyBC|@~^,v^]ﳼ40W@!\~[b#3B$<}|km/ 8@F;$6\zgl^]V* &®$i @r84d.%VobZqЈ R`הKlfՋ{]lRv4AĤ{] 3gCb!;Z s7 u`w'&`q؋h qjKߠק&?>ĂmX]&8'#8.7@a2+*d)AM-- ,`C{@ӥU.BvVlӑXxIp;HsFb2U܇zڕGq^x+ʂt}X٣`1@{ +G;D-emI&xAǯRX~lll4Vvi3)[G%bl֗KѝhbpOjSޥ0OОy%'TB8SȥdP-Nll>M$yHf)ȃ卐0Pr 8]sΕڣ:,FJ%&Te~!z_JFֈii`s&,X>os܆5쐌&NTr")}"AeWtcFlmUZ|D[-7P+0Ѳِ٢QL Z&Q<0hsGk{ "VwOM, b+Y/:X1U'9HmRe_݈vV/ΈR< qʩR"dXTJ|WX[棹 V^Oa#[*i+݊I2R0bZ0> FsO?Iy?pUFcQ,U0X7`OOcwj\и55'X #ɮ9~X["(Br"W^5iAK35I\*mBIZtɑҘsl8#a=yޯ w]`,J*EO7ԃN d)HPc^oTwL+QG D'K۬1Ր~g͚EH;;[P{ hBW[q+TXuу2_Ҭ*mo>$*D2We.z6|m;R)-t 2LSn,Lܛ&29A0 iĦfCB^ĵB\=y%b-/V}, ΁9[કk_8X)dEGQLbGqu>g.@dWIV7o4yCf)]2;BE6BC\0BQ'݉sj/3&P$>ڔ؄`RφqO/[ZH'wZHNDRL mE_ZzYտqP!9j`i)ڱf&AX|ȵ9ĸJK&vw +hqLVn"̬7zi"5=GiZ'eyQ%lPo;>$z#oײx!W.:6  ȕ'KnsYueH00O]YLep9RcmYPw2q*g?ǽI!SfD99J_2ށhW0ekř|=qNLP>sGCLOFXUj޽mwO/+09NInlV bgqUS]OX4K?P:Ը pH\u8k+#q,r7RER̻pj^ gd|bVzL}>p6G;RFn :C_<Ё35X46$Ӥm:(e`!bn[<3v34*y%\ ֙}l4ur[XKک"IJAXm; ՒiH^fZ)G'fjYW8NYgW\sIE`OW ?U_J @TJ?7 @{HX17NQp+nѦeG ;`;_78y Lm+}E@ыc:MIh4]Mn; Ocʨ7:*a4>CVxcvIy'{R>vDɌsɄaSf`Y͈~րT%G31^`bܘfK͆/et^G(.IO_ʃ7xIȁs Ypm4nq.İ&3ј7Lؒh+~۶}n'vyL]%µ?5,k(G׷W BH*5]8x&E*M H_?$Р(誚f LC+* ˿ԙb_bTʳ̡)eI9p*VKCHR/.F6M՗?<mZf[? DUM2é::OqA9ѳ>^&M*5%jb^`86RM< , ڠ/vhq6^wҎgG4 )xwn#N:i#CsЙ4*>Q A7`@|d +%a+>xkc篡Q 2!b젿Uo,x=Afgv4$Nw?rkT]P{zd9ѶGU1xo[f7s1Qs]foqj͞p@Vigz i4Σ;+ 5f=zrr eB/ 띻-}R+>\ɻ3fFQXًٲ-UׄcLaI͕!f7OQ{Gϻ(h_L*oH!OQw)jgݚ-^UO㑺̢ ^, ~?v4(A࿓0Z{H^baVáI %zjNfMbԅ͖ Ѷ.٣H}Jh(sWHO;`?_;c6Aek2Q|T&X8d5;8iENČ^܎`JR=+*SzM=-yWޔQC~^<]"`D z Ox뤛2'zODŽq"yޔ_ ;-XuLhm"Z^:uKjo1tA]<of*R* ԮHS%-jtY϶DCM>6@4?jqw {B^=Oݸs}c ^*D"ә?|uiRW~) ܋22՝Gn#"ۚSZyL#Q}*j7s$׺T0ȩ/`Jh <6\=9u Mח, O;xX_ ʚ3~Ǝ0XXAUQn'l c [he4\G8b):ΡPn2" [u?c /TNb['+QZqjG^{~4i#{#2YF8.u/b*!LWhrB2eCJ S˱% eb Qʆ,g  ߼^'o:'#Kq6CȥM3kUq4ْ5FE8 -coq(A-vt(S0]?Gj(vst@|D|wQ!sMtuJ͡ -b[xo!8AXc!!.њV6Fv{#oi0Albu'ghOAEw7v!ඟw{ K#bx^x;T_Y5Po }S cXo]N85mD_ X,h6 K,)YoTȘx +lz@0(*/75J4ߧ8Ewh0A5ŃQJX!YZ= #|feJB C w (,$6\Sd.ˍ8Qz'`)I~kcg9n9~OZvt %oug̵B:PόZ(j`%QFwrEjCwpY [94]]pG Hvs[79w_:_CkĮlo`.a'@9M4Y)c*#]O2+i72hM0VCaOݏ c-d8#pPU >8țeav向o/`ͥyYMM/|cB#cm)(> qAH#&2=7x][9HMK>^:=*%`Dz%.:ҹO1' sba=H${QSx8yXOeftL#9NG^|beLdmɖ%IU_>ԶѺ+0yt;Ѫ ۺe, 4H3F B͋YF qu1N A}݌RQ](Pe ~}: ZӴ.0ׂMRTZQ3Eбmifm|lRx`_erOru+x)_}ްbj9W4ވs X|0Ei,8y/u'.=s 8l?t3/u.jM1ǒ{DKYuͦ xL938pm }U/7ݶ-7$brs;Ѱ9HVҭ_[t:!I2gd㽎X8<|(KXW?mGƜ9`%0 H&0-_9D@w|'yep-,[+uXyVܪI$R'UZ˿<;n l6OW36]s \ g'6q }'spv#d) 3GL_ߐ=K C8~`~MRXrLA‰zr6\RR1Uʹhe0(V֫|?Ɉ'ifǯE$t0IX 5ϱZj"@n0nxT5kGd~=&Vjt3̤jn(p9ԋy짋TSr M+p|,J{ TP-iJ+u@oUE8d L5"NwpRbrx@*Ot/,@-3@Wsњ_<(ԇ{>xK12fƘvgnsl]b<$pwdb-0֬L0hqi _qUMP76Z6xՑYDG|EsIGgV$p=oHG鶴_ UG|ȘaC(4CX18ȕ/u@<W1=];*5:$bNk:oY!A-гZ TY:'$*IivJ|!U0fuI" D' !F@Be@-רI$kW+{HyqJqL o!֣Gs\& Lݪom4%Adg["zFB>dV xG&i4RdhB^]=&kO# 7x.1ٚ=T(Ay@ijCM a@%32zp;tc7$t%e)0a{Ď$h栘U3a]g #-=ޛ3"!0CiS5XX+@ T)Rm{LD[%K'T2w#i7XyS·Oe~~3,C~Ӊ5̴F &,$C&?BWYP%`ӽﴚG&eԉ1لP1 "S.4&L~jCDA79# 4 6< s6c c`[lT ĸ] :.e7WM^Zu%0̋OFO;dY:$u\1X0p5X<6HUsxՃB J_@u_[ gob6U h#wAH„z ]ٛtpŦ|o0Zh8ƪq`]]Ķ:v(E #H4yƫ6%#!4|c:| pE+ `]&<Ҫ md6̣ar&ǀTe(X-m3 _^Pszs\JˠKx{`d] 59X6ȄllcЉHq4GOPy>85Rδ"!G֫waa&yG@&c~Ceկ F,rÞlM Tak 2Jۂ#lԛJVO`[⿏a1iGsк:tZ f9E\AEY˰PRGk: viJPD%&]:׶~OM1Yj3;IB-WEWK)~[tBY2}YʬF= A ?(s1ݵ@ثU=QBY{UԃuvIFILiHdlNC7TzhPy'H$`Jnig$ba.fӄ`]z|}r7l-z^K_CՕP.OOҝHU:8Բ,+4\rb 91;{> AO Ž*%h,-TA Wtn&6Rz>>+L`TI3q޿n͹;0O)NdC j~T{#xy~xO37ÿ[*xUKymqhU9!ZB阷$2W@S EcaNAUB"lT,12Lz6{d|Id"5w:  ҹ0IpBD`> 2bg\I_5=9X &tlJD2~'6x' yO qo hx 3ÀWjXc  K6)<4 bvpz@o`,w%AZC霸3P<v뭛A̅8`'Uzw-?.@_fŬg )1FHYgPj3U=a2Zq^H/3 #?<eF/Ј#&HtI7nF=mU{B+ĥ[grdpx*ʲPSh\uylhCĴpO*!|AKviQI/h4IYU:o&<=-28O>asRDЅa\50n\\C*IsY)I @ٹ&%Z;RofXѮN-}d .TR̬HiK%<#bB!b{B*DT3WzoC,!}-TbpSUq0f﨣ޘ@gXd}~JoJPӢ Y%- ԃeKM_--Ap-+պuC]e+_\ UAAᑻ-tz<۪:pDRHyO]QW=%3@u&_0"BYH7{K~td1DS?4T&LX|o Ğ[% u9 `7p8 .{< h:^5`1]Ҽ؍Vbܱ}]\ (Vk] I9[ӡSbz|rG3Vŏ G F*|ai80]v&VS [*qlR$z&·%DH@|G.uRS^%/Ge @[vUj-mc?Fss:YPҷ 8 Hhdm~ '/ͺE< X1\c@rqiF{^i?{~ "/]R3<-1SCG); 7 %Yͪ\b&iP.W#A:[&G AwS=v@fny2>y:x@?$ v[/Q1>"ll c * PiS].e5Mr.Fs1Q_Xq8e`R3#~R.;5{-x_Q^ \W$:Qhtl"etTJҦ#Ձ$F2עJy>t R0A ׆A 3Ŕ1e^$s[p7\<$<۳3(L0 CR6}N񒱾kd8ahԌq 3=' 5&"jE L8~bl^!n"p-0"gΡhʏ:d2+)9I(!:"{^4pp R)` i҅22LZ!T˘Äv/,ptKʁ%& %QIVwQ7!7'K'yF/cYY(Ӭd?+Lb2dk%qw^,m޺{C8t52YrϜ^?WhnjQWl504<Is;֣i4MvH1==m&H<efZ4|xnGDe®/]qf1^>5O} "3o?-}#j'yՁdq_S]K4מ?憴6lWۼٌ$ȽmDK%!\ s7u\@]|4{  mNXV@8cv l-(n12XR9P . ҠAl2\l}dsMSVewC3P2B;ya<)a!ࣳne 7YBxpA1PJ+YBE!1e!x {\mi!}8|0UeZ5\%&bI~cɵ-IwU"E"KsE~gNj/wWDPv1".GP33)xM.M>~~ϭ3_po؞)]jQgK1)dd5"g23 i9HKde*ڦ}mC[:ẹC%D֎Tźt!]WByX0 }牼tt?4eM 8ж|̇b27OE܂\5^G/Sb5 ʺ %$/@uu$ o-vWO +D8w-7)wr8ntC5.t\ <蟢q5iF**t; S z_<";~6ʟn9Z>T95ECIjK0I}T!^;6ӛT_J-ʨ2 yX>BWLmfQIRbU,Z8}xMJ9♀WHpm%Ȑo?Wݐn\*`֪xb BTT6FWiV vhw-,mh=6Nb0߇6* 6GS]̑C%oۯX15\;%$NhH1 k)+-3,J *И}b6gu7Wl뿽,EgG4XMfGiiWua07#zy*XY SER -Ĉygz6e 656*f172;7sK,ҙ MR biKK|JWvܝQz-umĤO~Yޥ}îDA^߼\+oyY^ā*`@'∫yg@gp{4CD& 8L^^ u QP!e$ `l[z@DF|yLE}v&[^pP7}zluii+F::nRen8 :T:HrznPV +;J00fDt,/` X!V(k@̖5ӎsNY:s[;ճ ^NZ 'Ovѕ7NV25YPr}OO> *"bzFj9+͙gX"y%w|P(QaT!$?lޮhpT/!צ~HO\zsǀH^)Az&YkS}d譗&֙>$Qu⋗,Q)c.%\C֒3L{ 0 ߏI`HMkp k}ʲd`,_] + /U J,1 m[4 T0yĵU2]3ֺaÀBA%4~ebȬ])rHh0Q 碪ib_(]t/(*s%P^ pJ=DhY) /u_:ϱl^h9 A6^JY} \o˄ICsxZϷa srdm%L|H* 1W|QT\<2fw#3br$S+_zotە@NF[%[ bژy1>R tPuCP-i8 %Ǵh `8yDW $l0CJ(z~r̂S /hE cʸA+Xã. ev wxqHp[?mϽtR~r%wC9z^L/[`KEo<.a'hه#}󹻋_cZIQ*h</+8NG@Eʜ-w3z S]o웿kR^yf W7o/kF$j}}"I#wIzlt" MHՑ6i?~F-Xw. hBvqF ' L<-+Xmb',~42״ioxە-.ٜę6/%qp;g_*mٝ8rz' 0_}nzYl^HQI4[gZO=h|KX匜x8C#faݰ܊ _Q= :Iw^)UJ(Kjђ-BhMf"?$7 Q[EV9y|?uW;r?vrA}X2ݚ수G;qJ+As]—d}JO\`̗"'8\`)$2/nmB7- w;6lsX f*ښֶL r5cFו.eWuq EbN\ 6u_-FM]sSzQ)<ۻf|sXLS"q*9Vmj 9#{ʧ!$ìvA ^ثq*M,N߉:KCAoKs=q@dc)?^:L@AN-TIH͙hDSGpAb͖z%9-@Ǜ+ B sQ-vKƥ7;)ݹWJH = E1{y^*ש- w`0mCeQ2M-,L6""kgh$ َN2픕D: lS'+cMUDlcx@y[0R|,rENw U{|wV𺃑h|RiV-xF'ph5\W(qK =s%vIAQǜ6Nn ʐp]pP;zq  `\.īPWs2Gj}ٔ#6/5ajӗ06_lȰM`0kz03X9goWS嚷:?P|/7:%dobw P\8l8BV1SQͼ1 h_9d7SҌI`%Gm?sV@4iZxtaBi_`x肠p*FzXņ =<6O,h؟s#Xm" zarw畓{*W%*J0xkWGu"_8,1e褝.M+'! :gߟb4Ti"H\0֬ '@[ "'ڟ!Z#YlhgW eVK6IEvm?,`xѿ.P1b1Ɵ[\Sа4gW2Z|"OD\a9AxyAc{҉:!$0BS![Ә1{'@?EH3@$6 \~r]W6/[s".(z?iݨ& { x,n#=5%H ;D_aiڝ?S 5O|_'KCh7"<ᔗ1l#mKʄƸ* g}3`5W>_Ҿxgʏ^_7G'Գ}.߲E@ҠNm(WCGZͅXANQ5s""%#١\m) i qIIT_ e*1,5ܨmMS`^:W.psŐk,R!= w[r9! A!|K76F[GkTQjʓ[ƃii=ؾ2^TMPDޥT`_ = A) .ȹJz"w &Ub]Tuk N $0X+#AEbOk<$ &[>JashMԤbdvd*#48~+I[GUm4SUb8 7v K$/(!Թc]~Mek9Xjo&C C/`v,XEb7,.$~ΌIlOպ" .Jgyw9jojҰxx&vB:?OCOHb-߰2tOJ(wV]I`RyiK ==aΟvdƬڙ=3_SPY۩{UղYcy>Gp>~dQJe/Lzؓmkw +,ü=v}? vD7 sB2& );P &*v@6: ~OB͎PZl0݇w۪5#Pa?`gD.һ0YnBLgW@"4Ts%UxO8oE/C-["zT1-~GVx{zHAMPݲؖAt`)!ceԌuLsi R{ H̊6i+kBb(gl3@EU+op㰕:E-sC1K8dĽ+F UVΑ$ʉԋGi|@x~f *vիB'&^7"{~dKьBrۮuB'rm?ofn;ePsv GƳΈl<V!rT+M,s.شh)}{9$zOxk?WAӥ O'Y Ww ^.2Sa0A7MU5gGhf+rEvjW#j1(K1kk>돴@Jz%֒]r- s3˷&m(w n *㽿𼼸&N%;J~*^UHزg4~Z Y_FphW˥0keޝjc2X_ߔ {Km߹$?\={^Y蹗`!+7aM%g 43¶|"Z{ q;J97x֫nu!/HK BpH^MQyPD7zkmIKB#;O&מ1 :W {4j=#cz| `SlQ(x,˪ LäDHᯐe*ny.b1QWyPoŃsՆY0a`&+e 2DnxX;k65SȌϰ~3>cو}rIiߺIN- fѽHfݲ!䁪o] z,9HYry/DY S-3䓖\:MA%-96``.+Ç)h9Nfd~in|گǃ`$>q ]XL]ht7J{%͐]`\}x/s!)]h@1?'{IU̐p!{ \TҌ1'sD`'ٜ; r֕Ư8 d&p{H :)GefsqG.Ķh4oNxMߐZ:@څ6t(By)*A?g䳹&Lѯ2-z*_7p}`7 p7$bi$j,2~~ fD }>0vp78A=fS!ALЫIwzmƖЯ%ycs%f9CbN;|dޕ6#ţ3*P s;~ukA*xlvU.1&tưhUm"-|,gk- 9n[cK!i8@8.,""L̙LSScpa˔ RsBQm!GUh5sˠ~H2o 8߽@Oޱ\@dJ+_P (ۆsdjZJطKO/dMd#x:߃qt~VteIPK[SQo';97ehagaz'| jXr\"z!Tk7{bJA\7Iͷ UG`8"'u?Kݜ\gxM(Z3t7-~x+77f晻T6hƳ89&ŎrOTlQ`3pU wP/UAc _Bs@|/ρ3%vH I}) dB,E™OUC[:">H){\`\ T*@ԢXEb&Svc;mj$` lkckWX Wӥ}&.EL#5bTġ.%7Vزw IT&gشavX U5lA3 xz35UXɘ}FEQCz47@7WΞï;5ච.! J##lj}[1Uw!KDi"N]7@b:N -qۻ2"+ʖd+0仲ra,XO{S ᶶ4* EG1WDhVOs@㈄ m̤@Cۼ/ IM$m%boo6J7>0Ԍ~qڊaRZg҂> za2[`_.$ڕcYi7h5cK&"Vc#*:KRe@PsЩ|V!J 0XEOjz&|>'/Ʃ p`Hw?B~{ ԷRSQFT e6WQd4'wSwT@e H#&Q^pd}4z,*pɧ:\LWT\M;} ?'5 Go>a]͒궧f ^^ʆVݞdh 1#E h5*5y)D-gR!TKU\A{%Wqq|tc=^q͟4#cM>2%f6_EzY||O"~8ҍ,¡<Y/2ӆw?0jٔVYΓzf^H<ҍ,8\:l$%0;<;gj[OF3q%xhkd.;'!" `DfM$~"v)̎QiuyV rjtZەu9lAOF$Vyk}O+VsGA^+P҄a&@*rIn:&cB|@NЂR@`+lح*I[ɹ;\hyxa^VK $Q{i|m #S >SҬ1'(}/aԶLLΊι cS E-%ko?PK7@s%Ix`E5:"1ש-tw$@'$EֳvzD87'o^>C sĒ !2\Z7e(j+7gM@z9 |y4#>jƮkwsN^D8i rNh@ yD39v&?hlNw4jx!;-綇^D 뾢Wz`}d.Q=:o!!\'Ak6y#w@oAͬ kv t!Ǟxo,y\h6t_A([^ xz/E O6[EĔ| #UbH0y] : !h?jr@@@-4L!`>.*ꉍ )~վA3B-fw虘$ Vf-vaXQ7,x`ME )T"VܣrOudNJL<,JU&m a (]&i]+:}[_BBF ok[&֥i'QjhC gs; i~06ع] .f/fʓFl•A1g~Г/ u1~łY ښSaf?HbZ"Q Lkuy=;0% o斍eRĶ9+x.AzĊ Z:ӟ.G 6U[ ZmUle~ eWJBYXg]- ۬דX= Xb΄Gk5j.VQ |J#6z5qƶ'1KMZw!z#@@FkTM#Rʩ1T#BPj M|$Eh9WtO8_)Q#v 9HUDזʄ]PFfX=]6A(p¼o :E\jn2zFz* BHţ_lfͷ1bBZ+U7ђӄ}tCrKuO`=br8'`;ݶe}U"L5LXS2,#.Co22_M'S瓆D qJ|t'fێt?Y91837M^UA[1hn>%KZ ʨn$5lcj:L6 Ic*1a|._Y{yG4׃q -9޶Ee@s[VnO)h+RË3+dL0_ T| D'։@=P S %B e8Q T563w^c9s WQ_b>W*//ek<"I|G7TD40nohPs-F$4[ qs%k/6K9FEey\-, ]p 9ԧp ן}bwvs~&O τ\ _Vw*תuXq峸]J5~yJ7hk7A~"1h2yw};D F U_`-:տkR3 'Xv=pk4o>[;e6*8gs\EF)7rH (%EKHLMֆU9ZSk|"o,?ҭW|NyiR0Y<|uǬ jQmlOI|e= }2J{RP[e[d;= ȽO@᧕W9eeULW*=ZȄRKX2Vaew g~B͘V's*y$}J1DMQF&, j'wsMm+2emQF# 4(X .6$%j+G&Yc4̖}gU@~bh208yZ#gZz'zsG/3W-^ wFMH)fy~&~eЫK Q-=ϻzq($R -bQnmTIɡ22ΰgXP OLb_[G;QWe<<+_.wSmPC0vq}T@*K|n?MDj|U1bUGծ2N=࿈Bɞ앗 xa~{0S_KBS(ѻhx;9"~A}H6%jr>e|T M`0q8 J~ O݌`DǰSG7>vkiZu)@7*)a%BL:=o=r.[&.ITxʵXSOhY[an j5EZly:'nș+x-fZHr +^N p7CSPus*@x*+K~sȝ*8Y2urHӲ@"%h*TW]͢]W5O_"8]K!([%3 f==4>;Ry EȘZ8Kw>1$R[-6]CA^ p]#F,K&iƪ$RkHV`؏tCRMii2;OAr2ޘNO$=&0yנ2/$y̳TQ8AnK+Jwt_7jb.ozggZ]^WI$ۧ%Ɖ,RՋ;iqܠfBOg6y3?(q%~;twv0H7\ؓSl(_u83U@O]%1eṴWRŮ{اN9g#8x"ds%7ecVuLwάNqg'X.J;Sw+ց8 Dy"a#qWKv_2LhAᎊ ݍv:{@a'jiz #zɏ}ɟz)L!Ae1+̫g&ݙs-,c5OpZzU.psZ9~@+J/HKYqn0l;װ~'Hy˽З&VB 9a}A(;YKc)u|P}/E$׼FC#:F=j #,)#=\[frJ$4T}IGQ*>mUY.e iM?;W$NC-ʑf[W!|u(~vOI̪vo NS xNư8tZTY'p [) ح@\77!@z+&.կJ6Pix,#QtnqK&x̥vLU{ ڶ hl0YBX|iwQエι><|ժFV|: ƀLT3'lh='.wj+bwm4 v,Q7/)(X:wH/c7>âSuEhՏ}FĞ~p ϯ2&$8;hJ/#=IץYD s5HHU_(xa4tQ͸+D"j䳪΃/H{ƒvёbDX4Er zbaj DZS n0Fyez]DmG#.bw=x㨀lu)K`3^p؃f9.:;" 0^)[o3C=#VO+hWW^"bsʾ'| pt@9bt Jbl[{p|Cr<0b^k1kľxԾgpTF:I_ }2;"uf 霾_B $>]XD$e)P1n3pN8&;uL0mdaw/vVNiZh>\@AsB=2R@^[E&)@C(5rluHC3a KW)w0P0 g VP9U}$ԠJnCO}x0PKWĨ=VAD$AH2NI1\xIp%°P5o !(Ft a'CʁPn>@Wη]?@,yB:c:0OkY$DG1t5&\ɄKyuSJf럏6B.n&L"rb>}=M<xEφ8沫7?hէN:I[Z\Byb)Ew}˭d8(vhEtda'Z+ \xۄwEqiʇ_Ac8W&@dkǽ[< *+l.%}sTBߨ73d\ ɜD= HĒ4͍oo%X8ByP7zV</7s|L7X/g. =:|4j!cNϮV>xrўXbG1ۇ {p7!Y0#jtaGh2[٭!O6w[>hxNPQ4u&K[-?T-Uh^'UbScLPf[4ϳl%O`7M5s k 3N_R,4oTA 8xs G6$L*O _H z6ZSH xʸI1/@,*tqUYZqE]b (nxHYaws(L-3-yiҮWxI:sRU?(lfGђYTl_|vX2+)䕏( x {24"Rp>{ GJ8Eu_w7AZ&,i iulIԎSuRǔ89gwU٧s~KQVn:wV.4W6\Jt&jgHhj+v[/$j4Fz 8G3u]&€ j-y{3M };L m:{* s#p5%lƏ1l)+'DY\xmL06vhzGpmE꜖}FHbA]-Yp⸲pk _Bt!h9FsjVUU+\";yzd]U}V5(WdLэr02;q~_5vXF5su^$c!8@G*lp,ZaԚG|+C MrapXͫɆ&Sњo,W{,Ž|s+j)'hU웙O>!ا70se;QCL^/Nc1M~ωyNc@8Nl)eg9Ԭ}_sWNyK`h*ݓ_  j+9'/gO(9M@/1;,N 렽cL9cd|פT5:E0QL3l+fDNT^p"e60MvBs}%\E~|/;yg\, <~e玏T#z,ՀCg/UdgbWʑWwOAyH-,nP"o'(xSOl8S@sfM9foX~ Ю5"TȻTiLտB@+#-&Ukf-`Uff: HɫS>&>$ȸ;WEєS&s >G1S:{C VB|?:!aF"[5VV9z.Og'Z)7bhn-"lX{Փ尓YXiH߸*l9aٟ%x Ú[c&?gNyPF%2jMƀvɱ^Srhw<_|㹪sOR|;k^c$(%ejť$RkQ<$38Mbr[QzY"mn3b}_Ebp %0v=E19oC،Ѱk+Z@OYlܠRJB!UkG y")L"ak]. j\Y$dZ\U!.g&[״L1&!!>$f<:V3 L[P6z6[JK>ZXY*4ήnh |Js*&x|hܯrOE?UݝC"Sb`y]ǽ_lZ-&x"wxlD5xcrL[쬌^G!ٝ^ӱ|䰷lԒ_8Sm;/̤)[)UOcʡ>MF841--n: )n愄OZrP}'ε܄ڰuӖ8QCG$emTIU_{x'J|wlzc *+xŅ,ħ} mƓy >fTUs2e=4eB_ik:_!vKLڧ49ǩ fɖC;Ϝ|(=ֲg))9ޝ!3XYtg2 qeS5xhvmN`5-.ِE"8 'o q M )"`eiϓ$% 6+Y~uLy9xHe;PҸ;ѪBi0Wk ٨F^\ߐ3_[qOp} e\/G8[gsCck/G"Kk! Wݢ.-:ktu=0AkyDTWi6bU+8O"wƙq.@H'NeɁLN^2"©ekţ$# *3ˠ_SBºXHB9B@g BNnζCrȭ,M=]nh._?;K,=ˆ*>4A<9MQ :r\y\l60- ee3UqeusW%$+3|ޒه2g3(CS λ]V{Đz6zzFe6Z@pj d=?<OS[M*óҟX{ FN\zĬ֙{s-3m \u4>Mև6&m#zo7+l)Kzک*e wI5dj~FِͮZΆ|m3Sڹ !%-خعz#Bʛ^5)ơFJ?s}+T8Q֒,k$F4$8k'[;ۙ-{ /֠cR%<ӱ'Txb-eqayJR48~ℤ*>H&F] Ԭ:zPMtpԪ`6)kqgnF5`|}!nJLj?(FVQbN\̦LjN084=͘ig!o_iF?hUS3)OPָgZr ֙韛@Jck\Q61mT|N;[a%./uohoVnhxׁ[ѷ0&jfG!mORW%:;p@>P2[ b|J|f`>Eq-{I|cB`^t`+Tu2phr C;a~A /(>Cg] HM8Dztwp԰ #؁JJ CKd6dwk= I~sh+t 2=[dyTfGrFUdH>|e-<ˮ[쭂#_ĨkM[pX\[gnz?Ej^bQiM1naJ9t9z8 86 ,@^|oŸ0}و%cp0Iߺ]1~V[MP{P(Rocy|Gʗ F+[the5@Gݽs5^~#n2 v+l`NMmT[TJWѦRFrc^{yu|?n,LJjja`$^=}Q7酨91t_bMYLs\"lZX=ak0-7a^U?ޠ8@[8e?^pK%qkJ=e"A GBzYH:Cꑐ(@v÷d{:Q>O2oW VKk[x>V{W#WHcx4iΈAHlxLE"c|} KFJOy!xE,4=Cdao ::44X3U:yt;Pݸ]s|QDړ2Lgork%o[`@AX1ޡ j?=C` \~xz d |JtBh+豑c\pKmyȫ_X|+BV ZT_oI,SjXZV%,F ʕL_S?FhXWϠR;p*$+\hCmb7]!jtKxjbٟT;K:%ƺQ.ͻѻ 1hXXc:^X#H2Sw2#"*yqV@//+]l=šR@/%5rH"M>}kb#|mS͇!c<9BR;#_tmuCunTLsGjQuwZx)ٲm(WymQľ} -S 6̪3p˰iX-`g_^x&y*{lL)N>,yZz_Gi^*$;Q6&2<9].@p ̺?v&a_ynole#yCL4c[AҜ 1Da7 {҇FE+ti;Zε̠"!j7z_.o-+xuX6nHƺ_,!tBZ~cҪXvH`2gZU6S0YuRt-/oNS06yS($!Cצʮfa-o.jkO^[%ҕr>m{sa+,@zMl\=o F}OϬ$Lȣ0ܽ9_@.Ω,Eo["pAɀQՒ;|l?̠Tz\ck0s\yCñoN1`k?qVXY8DS szEd) [ʴ_'iqU`;Ptc4,!mպNgR»f;P^p=8Ph]6WI\9Kr=jaM4&Z.ሃ+~fքMeIopRWkjwvVP].x`x1C*rjjdFWG,a[]8t\v]gUM{4Ece=t-=3mPpw}W򞟁xIyJ[ȩ7 6)c [NW34ìbΥYuC< F뭐UpV _4F3pkdG{ Md_1?p¼W*TR *}>۝ Ⱥ'  YZ