pnetcdf-openmpi3-devel-1.12.2-1.1 >  A `C{p9| g7C1W{c4wK{ EV=B%vx駖8dn 78k3܌ 7]rLG\?Qq貵?0۽ш ~lTTq 7 q4*â2̶P.#.2 Fe"\;NQI˜U7· f%X<* ) O礒3{(j<6R j^ ~xklԢe9b38f90069e05f7bbd7ec9dd3c05b2d7a757d0a27c6ec3c4cdf12cc7d338929acd8d89dd131af470fa40dc03d976e5cb48a1cf9 `C{p9|p,X*ZAPDWPF8[130SQIv;\Ae\Go"^Ԧ 'rh2G@w'a}Მv$QIDUAJt P],E2̤wED@A+U-}"!TY"1q ̷4єs{ ,Ys Q)%Pѽ:n^ 8G&¼rᨘ3mlLڒ~mf< H>p>?d  $ KX\lp $*4L X d |  0Tl(8 9 : FG0HHI`XhYx\]^bhcdsexf{l}uvw0xHy`zhx|Cpnetcdf-openmpi3-devel1.12.21.1Development files for pnetcdf-openmpi3NetCDF 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.`C{@ibs-centriq-3 SUSE Linux Enterprise 15SUSE LLC NetCDFhttps://www.suse.com/Development/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxaarch64!I `CwZ`CvT`Cww`Cy?`CyB`Cy?82893bf5d6a73371bb8bdac1e69947474b23b031ea5f7f7610efedbbe1acd89140986ff3e6b3ac3ad6543281ec2d26f6c0d4a8441cb11e02f238e72751e2e5111f7d45c90c88b43e5a078f768bf4277c9bc7d0e3d75cab2c57ac847c254a59717f65622b8e8e2470eb0fc1f4f8b96edc15279b2d8a305f466d004b50d5280753653c68a9a274e16b45531f29904ceef842b2a84fd06bcdab181c53528aec8d10libpnetcdf.so.4.0.2rootrootrootrootrootrootrootrootrootrootrootrootpnetcdf-openmpi3-1.12.2-1.1.src.rpmparallel-netcdf-openmpi3-develpkgconfig(pnetcdf)pnetcdf-openmpi3-develpnetcdf-openmpi3-devel(aarch-64)@    /usr/bin/pkg-configlibpnetcdf4-openmpi3openmpi3-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.ibs-centriq-3 16150352001.12.21.12.2-1.11.12.2-1.1pnetcdfpnetcdf.hpnetcdf.incpnetcdf.modlibpnetcdf.sopnetcdf.pc/usr/lib64/mpi/gcc/openmpi3/include//usr/lib64/mpi/gcc/openmpi3/lib64//usr/lib64/mpi/gcc/openmpi3/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:openmpi3cpioxz5aarch64-suse-linuxC++ source, ASCII textC source, ASCII textAlgol 68 source, ASCII textASCII text (gzip compressed data, from Unix)pkgconfig filePR^s3og iutf-85315738d1d0e4577dbf4f197338f1103dd10d48d7afa45f76272e5a4b512b21b? 7zXZ !t/ a] crv(vX0aEI@)MvX r}k\B69JWsA jҭ_\P2@X, {Lc ;?XLynGahEZb&IUhϯ٥zWETꂯBH| GiX5 i&VMThf.`N-^_C}ϲT)HH(֗}t9B:C\JVDYX}Z-w 8'OTLJwlry<¢g^b|#h  yG"_~%< I|͢#'o'&3?Ed'4ةLkmc%/d(0@|qkdrq6RO 0!~Jf^UDlm r޷_G vE \%G?!"̑:DM`  )a+uӋC 6MBz2(dT &HeH`ys7bYjۃNvUo Y+!gpsAxzl%3=n(UᎡ%`ߧ: /k -43J?X먨K.;>b%@xx1myTcbmk!zI1k͚)Um,?=d*["@³7$D-@]A]_#Qa'c6߹XMB[F*})+3̓w>w]sCKkB+.xоT@LՄ5tYk;Ǫ{fnptOOL(f-5g=:Ṣ]*#.H) (rGƱ'R1A52LW* Z@V'ۘ1w0McЏ{ s]i >1ڑ7Q|4 )`c|m TC4vRlmbo`0SZv*:ujm4\WQ"vɵ+<> cXM۸k?&1y-Y|\iLӯSV&es[O@ƞ_8J_JY"\SwH0R+04 jR ?MM볯fe)uu0 %N㧀ZbHr=z#F; g կػEFDawYE 'dH вV~XlHhEfH tBIanwE)󔨞nuHn0JP1QEN)H{# (Xufi!jhj ܟ6yΙA@cp 8x|ԟ|m0YCV;l/Զ A0-$Aꆙu|2V X~_`]Z&4qgXix9Jz6ʮs?]K(xRlD(q]jRiKu m.fj8Lmz9w_duV^ xF(gK>m%ωEHJ/5P1 sgǔ&J[j-N9UD=KcJshfm,h VZ2)g68 7 I86Ug5Nj} 8_3ƻXBuyYh/L"-a悠n$ZhxR@ Mhjsq,cDB^%$ɬuj Y-@ɵ/QAeϰlX3 W8 ⲸJëa'Q$7Rw?IS CƦT8e^'(E0)+z++ )_<*RF/FVB$(_$vńKu8R]OkIEﯚN !EĀbO`.mT2kq=7 ?wO 4O/q+>4gSkۈS7a%v)R|<IGLPѫށX bӘ>88Ok!o-,Y %šbGr6@rh]qfıy+9;nr^hfKt ݄s A@eAVΎ>:uz8_&Z 1r#({\EMHewK|-ے;%moF_Mg|.3/YGW)Eg5E[DƦr RK HxF׷Ksl_:(Zvߊe_k-6ͮZZrx|u{2 1}e1b{ 3 d!y ۗ,OqU ËΗv&Œ4O×{. auf&JVd4u=!÷6 7?ȶrY-`|tRWd Hgrx!{g4pS[ļt_5ۨ/30MC}3Nd@g{ME c@.+MQumԋ׹ bI8t a0O{ )h[n]*z<$a|Z%W/ean^'ٲ@ˁ6P*L);M+ rI7(& l6b-<ꋏ Vn'co39W_ w42D׽.'U%%;8Locb8CqIȜk*mU-~e A@K7Bu;YY kF8#Ǣ,6-' SWzBAGQe3R5J`Jpw ]2sGRԃH(%m 5 +^]jd'i5+Qh#T$Gƿ MNvl[fƥcq._Aߙ6T!Lȓ9ڌ%5+xetKmr 4cx2:}%Px'b[mHGO{ 24 ;mAc?兩W[r)d12t9ʍ!.~a6]^SQ:hm3o;)_uc~upL zV ФmM Jc&#^I OezG((6]\76YFyL!,pvRs'U]FFvŵz:!KF=[rNj$ (#$ޡ du {l.Cp`T1ze#)³gƭ1VRb9 G d*E{69$]b-pW57\t ?rR qa@]=&x1}9ٌon9 Z M hXO:3t9Z{Ͷ=4rYSu`ː^4֙Pfs-S{ zIӓ'g TGLKZf/Mڎ23 jxZ{jrF$t}P~%pv?oSXڦeIJ#;;Q8?CRe;0!͌p2)awݲ:H <_8DZ[P:y QİE{&IEk-wQ4E4K`SPr ʈ4S(g}1iuK=$Y#mه9%i'e u3~óFn> BiV %nңY)8EhJ~>Xk -7țNM2ījHysƔz]Mx T[,̮ƝeG~{ /yLӤXܞuF>Fvp@aD(\78g ct? tc֦}wJz5:Oӷ[sOL"LGAo@M`WGx枂ngNw!I>`9P_(A4B~-LZ8J'0dOW@-;pvL'.FU**Ov٘2Tl<1G+QP85+\ӞCz }R[5jĀcoYȔhN-GP@uX5#J@GSm-W]қtjhoR>vBQT{-+r .@2&ntn=be":Y Hͣ<3|0\>5CY'*QEJMrnŗX9t\b(~Oc-'ɵpJ?~y`eng6LVtz3aT#zFĽOG&v +ĺjJ?_%!I4o5A;C#ܝO*E4D,;dp-~~ޏ]}_;18ƴWWu& Sω9 O`4M6>p\JƆ,7љW?_Ubz4U?9lhNJP *_;wLgr 6٭/1`g0i5;Y+X?'W‚\5-fh1F`k/:Le 8nL{G2D xl\K}Sj<8\qݩcn103dZa5&9ok >ɀBYdoWyKuq~Q_T>3؍PcTC"8+YCW6*;Y-ڃ0&"SU3>yp@6XIź>#Ep[G AME';ރ6y?X2q>iiD{Mk֜\ sI[Q7lp|Ou5ʘ^f㸟_8\DOwD'Pf3.kS'Ўl !-xq=R\sTO iq| ZO#xuJ{1GJY l:7geۗYfzĊpI)dg<}ـ V Ӽa* x^ XCXAB0+K[7 }MYd؈SyreŰU Nw4|bBH\mN[=k{6OugWdtw`ѰeUWB"8}T~ O]㜙K5t>[Zk*]`xCUs, [=] a'Q*SUoN@T$[+@i{ޒY,Fs oLu}XEI8yz 0eLzS-1WD=]3h{ fWp> sHn"1xE^Uߟ&3< P ,T—uy-i9uFwe _4%t,wb#Wo~$ gfжoȹ[ҼSt6s@#m_ M1G+Ne>kg7$^j+LeFY; ~v=M$^Y+J(сXƳXr۸ '!ZR`W =@2*3 ŗ1Zi1̍Yq-vym)] ,C58 T]SD>Gyofrl7AqLRC/rVa6!MxҀy*H?A|W )?qsnMB!?zا{C1H - D4(ϫis;sjj/,JMkɱ (ق\Od^:G920Oաř>+?Vw ~2]>Pm s^kBѻ*9X=}N5I-+@u@ϛ_o*d'v3Jf8{)瑯xqMF^}'،TZyy(/kJ*UYwm3vr72  :"y8_ɕOo++wk+#rYH2`|]*l,S˭jz'* F$Yh;uA8#%S{ATQH=eNꝋ66; Wc?'}O,RSz^Xkce+ˎ NJgkw$t0j ⍘4a #! Qva'lGy_=DIN8 uݵY'@' \%AyVaC7Cs]Fbwܠ==ɸ˸!LoXL6ThQPhHEUfLƊtޏ{lE8T.0Fis#gZ0 z;As\y|q8)>nJ#α񎜽^Ũ6qydN` êUͨpGK2,%Ч\yN\p)+74k\zrOuռ 48}Z"#Wlv`ɍx&R”r֖lGuw#9 I,3hO}"U׻d rH㴅+'~ȃ(J("Zέ܂Q5/ɾ2uCu{bxpҥ~9V펋E~L'^U+gFY ڹsWQO8cmT .0cpJ<"^PSzg #8,*3/SpɨE`(&t'k0,rLj>B0ϫF]AQ= M$.5Jzݩ*|s`X6R3cbuE iKc|7J1ϲ;ZO9A3v0| bwе%Y. CN2|IlsRZ>ߙ|yz]tq 1|H:/WC/K<%WyI*3!J_nȯ0nU{b>I^_Vo%|lR$B'D`*U)-#D%sN:ff*c:"(VA>ݸњal21C1!`Nz )0 P!FfG ]bO_5>k }uH͹g h!|qQ\ r?.>(!=mx^vL"0M\17M1b sJWn[ l7s#汳1{^A$Ɨԉ2@筈~ōt%b; e د"eV#@8% Z{XƇ[GKڑgT[n]Ź<̵hP Hא7]Ƕΐ(I{Tg)o1j' "Z1N K*:M x A7˟ =*/U8?w8PkNܼ&[ |S9B܁F}~s5CTmUз*S!j UUtn_>Gbĝ}@_OR%R*oPgF s';&_0 !!iWxI ?1ĸe ) P!и (%d/rޅ g aNr )fkPE%󵸏!$;׻b )Ak3lcj8}ЪSQ3ЗHkiqԈ6C9Mw=x;0,ri\2 aзͲۂ>­f.-E/ڸC y[NQkR7%̃4)dplLE,k\B,9Rߴ((De_@w}s`y65͟čﺊV揳&)@L V.o"+>}4s[1Vp$wC D> DA\OqK"Y:IvEN4-k6c 24$7(oъ ^J>{=kM럺.j ?Ly3$Lo%>DŖ8&qYD'E].މڐ[)-^Qc`3 wڐĕ ЖF K&2AHs ]l֞|,O+[UL"NN!kLjbG%QD}4_ԋ+θpU|=؇ +͏"@ 3bIo^5,vN` z2d}٫ԋߪMI!Q߅+Z'`P6!ByAWOIZ[Y(f![$#-}vQ~6SvҢ11 gTX}h4X VugtLietKac]|M9ھO WW>6l~>C({,CA!ȍ ~?fHɌKNvV7^oC/PS x>Xz}sf.8 ?~Zt+3֣y}W>$ 퀋!^2lD,1c!c8c {N slw ",IVj3~wB2æؔptvXU()vh!fw,{zE]Lbц(DJ.-P֋>1٨UB9!*Uigw4GA,xVx)c70c6d7hB bMC׳%FvshC ?~VХwp;CgA#"Kf~{4:/MJ-+ٯp>ϰ8ݫ?Yq.UhH=ZֳI FT5!OQ46-{=ȹIh*.t-)" ҝrRya] aiJ Bl,m;4} ba"uxm)P!-.Ϳ\Q!&gb_9n/f`%8"h ԻmE4S04{nQlO0 :&aP;r= IsW7;fi+IPoZكέ \eUm΅"E3:v2k ? :lBhRHhhzg.EiUvmժNՔRĆd 'ߛ <rnj~/5'GE55FiaXa4:ӜdowyA`HѶTy7x& ^>8R/.mKau6T!CePЪ'Xs DSզU3QTjWD.IGdKIh>uMtw,1pN89K$X!5闊a) Y'&´aJȓyYK'r"u 6ekҟ!ܠ`z9/k@g" 4tc9ǃ'9&W D?VБ//Ǐ7P 1 2d$ xQ:P|MVrgUxM]Y)~Po;#@Ќco6w4_PNG2f.)e6 }bM*DQ0)vm'z^2x"IR)p/K,(cCy\96-+O⸕Z|(e{Uh(B 6OF@y?J Mi5Au?TխZrK}+B=a#-"s~W=9 )6M@F3:/ uC^&:< VO闡DC''*PK{0_!~҅l6R]zL%Cܓ4Z=~X'׬f0C <1#ˬJbfCM@َŬ3;\P=&Ĥ5?WgTb]gj"0̔]]ZK}Դ;"~Gtnd}dG^2$z(PS#eRٚ t#|'zN҃j;aY\yb9`30@A3O|<ج"3ٹo8_̆PMijΐ\Oת\E؏oJMb$_<>+%ijsX~B|$:Rt3oA#۰= |9^okQnBY%{ݢfcr E2Q7\V'U9{凒h퓔t[yy]D=N!yGqHE3#w{ݻ蒚4|'^=gdU?s{pRRt2bUrF ptr5?3gHe<zsZ+9~!aLKBaN7^Sn֏p*|&;PoeW?b{AfVuq hY$3a)ǧ~|c6BS[y'嶗! I1fʜ#ٮ@6'eh3=lT#cI*,8l?.[)v"&& ӏt<' Sh>@D,%Jv=1S.!5xeGp,MצA2Iυn~dKEYƻŏI= :hKCTt0$ƩUm7F$QWv 0 `H(sJbM{ݤ}'i6Q8w%fZmAnf3ng@s^dDYzM>MgCOqP9ii8cy3ޖUšT6jFIc`|tAVډ!4#A{(UcB U*iT€D iW:o/35ꏶvӣ,0 f%\$kPdTP#;ha>̕S-ߦ 'W*<4×(&#qN?fTٌpqOAa[dX/VKU"$/ sXeCcu/!b(h^ = rsp%y:0Kaߦ@KDDLL,,Cqحo%5֥kcgL_o-Gj(JAnƅsFAn@<QB^L~Jg<>f#|Eb[}/0iFT P>_ys(QCќ=8υV 2,ro.3m4H+1e{ʊ:yfZy **R$?$CCZ$6mS4\S)GYq}'@!%rr7BTZXd6ԆJЃ/A$)s՘Ԉ مt9 zVG-?6rztW{ZF{RZX lI%r 3 oٗ`Sܾ7(`"CQȳoev"P0p, ^PpZh+E~0R_F4p LzO/| -ʕY2<r|I׸[kFW/|^G}*pfX^Kn{L"+%U:VwS t|$f#"YRy5~2ɔIP_1Fl;P/dhHoĎ=@ %P X§M{ʀmXiʖ0¯ȸ&A }4vZZ:k A;&#lMHkܝ~=Us=R:M<K+7@뻫ÔP0c*ÊA|O)wx,vJ1o#) AONQMHK@+mmٳuyWc+ vG l˛0x6#Avْ!91̔߻ȩ:+VXO_܈t hV̡[Dj/q XĦ 78S]TxHͿs)sz7R~iNF$ 뺡e t':)- OQ灩F[͐~#xK ]=Q;CЬ)Cw.,izQuR2^% n"x# ,e{C/@ ͢) WrCp^>[@-Ӽt.O4yñ1ke#(h5El4C;}[CN\ ty!1k9|%{c8*;zR6M{Qm7z,ۻiX*x|~dBՉ&XV :_(Qڎ .]-tˢjUo_ _\x-7=5 7E˾tkx!}4m9bE{  1R?r*-W$[<0&x!k1?aI/hAvi^b6g\P&]o~4XYvVcQOEP,)(cw|2-l4T= <"e1ߨ6-̮$ik2UUH ^|VHG,l;:0仭2SZwUq^4rKn=jnMa@@~Hw}cY^X#֑=IrTR)uЩ(*(Khr{^LkثkoWC̟ѺwkaCuk5 jBJHFl#o&xӝS5Jx6\]TgMzgp& B[)F2a{e  s z 9c4aeĊJo3, }eE$ag ʜ tD? Go[BJqNF5:+0; VG)h>BEKQcE_;.͎#ne?"x|!'G Te"?:Bŏ[|ؿ8+#%Vvz|rz%_j8UOH}9nBcUCW|gP^BejSEƜRma:{HH|1czKM1 SRҶݝWbStztFF87( ڒqX׫svJIozONV|!Q ZgȹhC7uMPvB`V-넙 )V%?70A˱+RA3qgO~}cճ/:~!SDC#. =j:gEBG.)nHo}ǂ_:ԋۙ7Ut|${ٛFeVԃ/O&!fw/\1^)wӢ\;# n(9rm_u+ieCZI ]xB3 C;)qP5@⧨P7 G~@D;sKóWِXТIwb p6o\W| ? g57*M]C:Gz,6' SʙJ1g"& pܺ1Yk~'Y0SHݗix0 ujjOPȍ>˳Dzv߽~-zanH<:˾SJZ9X$;$ԢռQ%s:ZUߜͪD ,Σ\Sa2sŷs3,?nzhuqHi!~Zu!Ժ \Op_әSnW_P%Ѫ˂37{f?R|G(|Yk)~J)ch}ݝrb 7t>R{!4cdO93VLA.mB3C*ؘQCGbWpf}L#=UTl[4aB޲=\VyAISOY˴I0Ұ.4̪}u+U?FV$s5 2Q珵K*u~`n1uXyzGEeS/㖸R;`/jҧÞf:x ̮^7B[Seh^xxn*-wܲRML{X<왶2\ew.eՌ'w>\ 7qy4dvoq 97q0#@-4;-D'[⬉b*jXĴ7;#Hܒ@Q? O {iAl$_$rLLlf}޾aH,'P[$ bL' vb..(΀ Fo 6L%brwPuq}hN>Ckjr$ND`:=zcXm*PDYsiU%#vlF["6@>n.²]AC ]̨8k[p.Оd#m Daa?rRfܔtO-->n+TcD87+rr_}S.KMf&O7kf>$&V=5$0dcyQU"q +|\!Pػ8yˢ+KБsԨ4^n,*=x`9U{ &L b^Nd&^ HLqu;!&U<~nH 0+v0&I3_^C@|` D)"u , +C +ʱm|AV"BlG\%\>.D ]2^-6yw~ <Ȋs 8 *:6L|eD_:Bp;:->L}]Xcd- VGvFmwB:=r~e5<˴ "xrVI_GӶq|zkyr:eXɺղZ`1l@)7/i)ߞ߈/mVc,""f(S>`OsXGޟ э[Q.,G&M:E,qGGD_AFVn6Y_0 : l3="|p90-TۚH[~+#z ;WKQ vsCzC$?otXXD숥8u@ٓJb&OnuAE><}7;\!$g-<3m?+Ӷ:O'ex%:Gy,0f?k9E 6H<= ɨʺP2}*9dkkجl>Ơ76- "ÝJ# 1Q5k~iLd+`GGY!XӱGS;TД8^ZIO?BM6!\lUX˱c!ժi!!)>; ye:6l2t7%Nj0Ԁd fw]4#o:h+ $˗pJI VSiZ[Fٮ!Cs4&"d631 PgNR _ifԯe*MH!UxWЂA33վdا/VPXaԮ1Vx$Ѣ'7jGh}4#]y%!;t@ϘF\wTDn S$'mUDtCjpޅw!MX,b}H`BVIEU/YXn ߴgkżXD|,Whrx*$ؕ Ү =y*(YB[r/qh-Ŭ챥y葀j{\EfZyexr̹x3?m`&MZ[*x9L~ k?A1IZnCm QXoDꞁL<$xe M*(.'o ?SRӟjD%Y`_p(5`q;uB^zPn[wmFLb7j* 3[ʊZJriSg;ԏKB E^!LH4q6VJ~".)6-)@%o z`X %Za1=3bo #Ԉizqd8V˘vFHuQ#N`ш3soQWxm0}f}rڔAOB&Yl8GzTABbTm%c%@g 6(s]~2yWU]-N1}E`(Ƿu틭pK.1)e/-eWo3~XShіG~*1kPDLʥ{5ᗖ> "qRCl<%)ɝ'U%ਙ8?Gµ22w~yMW_ѱ &|d$2 rtBKqHͤy\XP̊E0n@v;,ߓc;`1;Db,[#r"{)F? nY4tr8!TM*&[n Ӽ JYRӦ^6hWh-J(e?lFxx &iy+,O@L-wͱ[mp{m0Q(U{vE23_vjoğOkMFZ*VtGf 5rxʜ)ѶSuR;յʳ C(O%ޛ u]Z {>+_wޠ3-xeA랔Sh+*; ȫ!aY};Pe00 AFg/u-VTE#`R{'CM袴Qr_<6CBol'J0suC| 1n5TSn({gm^ds&6P ޶ӡwgtjkLܣö]|` 3,ωn/,]pu`۩ a9P3v冻ӎ]ܷXTbh5˅1=DrYu!\)R j4*u J3"$8>-wn[$|L_/̥.%B}<&U*,G*!JwU|$աfj"'Êow*Ѵ31 &۶uWwٙNu_7HF?8PD+ndv{sK'x@Lzk6Y?>$ -E0b_Qm8Yjٮm@ufN<{|nL5^}[חF0bmɢo?7.#bH𔖮+8'+t~i'үF4Fj+Xԓylp.KSy`ne4,ҍ]ro=ޯ&S+{ow[CdYF@] Ŷ7)&.Pϊ&|y>b ġ;Gė:ڷԧw8=Z-/clV˩dWUB|zEա!l%f@xۘnRmpMo=*OUUA9tk%^>*tC9W '=:4GPCcIeЈ{M ȉ)o h@vg~dqd Y`]ģr5+}a:ƍ~~#h=ke"Lm=iĥr'twh&D1V IbgGȰ2gzso%bl abZ D9Ni93>F+4aI!d`6e5|fOBKJNY.|xX@]fdq9"e`f<6vDu)28v:bX:CiTQi2&3 ^`u DKm{#q>P2(C\U'ZoMv1 8,}Wbn)I;#-- QhTX 6WsY2+*{|~1K_re(`:AҞЄ$* Ne}Kz~ܳ0`\^+b\K23[7=.aopR(Y7%qX!x]ڗF=JW cX>\"vUBwcp-C^ Mnxa~qmgJ8Z=bgZ uMˇT&\RepXTcn5HOWUz7iԆU5_U~5xݱjeqb DwsAi^JpRiI[>BI-ڏD#$+yYPF3cqhȫl|J' zWjR1]ݚMdKJ:TTs~z8PD4|XPa"#_%Sҋ *7JiNx I'-X&z P.UlV8?[Z2;w˹gRn%"Bm ,@{7#[QAcRk `$8'yAohJlkѐQp?mYDMP Xɸ)'yWkﱲwaq_VlE n@%5՟rj/DSt۩ھk1.Ku|uB\wܻLcϊ>}|.^AcyiY'`X6v3"bV9Q|d:OA.ᯃ{Q~:WE J^\\L& Ya[v:LǪ9Ӑg&Ɛti*daL+-FpPAǫC6aG1HA;jhl=Y[()$1L <^+F&w0"D`;Wk'۟}fQCJ&c;$l(SG@@wh4,p,Sz qݒdb-I<|^5dxYW"!6a!۬Bh繿LuL}?\}ŧd٤E؈r b-(]) oO57S u+E8r{>uSnIm3$JpQ%Wb4k(īOaҠ 7KQDTAsv# .,/1.yZik%+T0x_!ܝ";jq[nddA<i,VB^ne 3$I ~砾08n3 ڸ(cٌO!\E ~9AhJLjmauG>cVt^"vБ ie!H>/Tß;V{txPb䌇YK^¶jT$à .ڵK l0[M(Oa  -E*; ߹B5+\<}kIl5W١8)9fx,6^{ּ=:tdpwEhrYùWds> j=_?C/ 5ϴ~gLR &8C)ʑz jЪAF76WcFOJl JIc=]fjC-C#Jq Y⤲ ~XJ9]ta,-U G2Px|]}q0P^㶈.)m|_Q #6?-g#ھyjٌ`r[.znR#ffO]Xtۖhx,\T$yߘOuƱLRz-ߴZsǰ3 `=~÷'^Ź@o|4lF/G]IҦ>L&in\:tƀ ͩx{Cɾ^4O$4t})?$jGVFr5 qsL",Qj IͶ&>ݯ%*o!|Nb)2w7#?^\$5tEz i:s9X]jC L $'se#G4qqby UۑlQ 7qyGIi!]^xgV $U(<%""\\F{ ع J3B!5zXbL7 SY)*=O3#Jeڣ*u]#>ց.:;c|x;1lE^zlyNG "6RCog5--gvm%#izxq._;螀eO,"-Q, F"tS^AXr.$o3:| ,[T_2<DhpMJww'41;jca cX٨Bm"Uo*bK >|D]lmbi]cHʞdTyt#7.l. I™@6!D #LV)궢)-lзȋпTwhT9V>.jZ8t.sfM8pjJ7Br96X0_d}-@lϪ_XFp- $hek_)j[TL灲NIAV=ExA*8A3i J jN\-9z3bz9EPtPAcXHk{scPY5߾f^&9:鮝bs`2W1kDN|/Y{6#!]׸1*6qb Nr%49yCmBÉh(𠻞aA|2H? +%+fw jt}l@'o]~Zx4?,\Rku}(4+`rRVcvz+qz">g{xЅY,8|1=RN]uNb*ResaqH [M̺V<HR+9߇f{8DĻJqiMz QENˬܙ7C'z;ˠ w:Ex{1w:G+ Y 84ӯ3m> jskVF~URTdI'{[*e"(:R Zb:}PNz+%E Rf>Cs>caUpI6Ga u ͻtBѶz)|A07qeR0\7ir=V,[\ae3Xaq*ހFP4-#׺PA\(}2Γ2NrC) >P SnKO 7 X&7]Ҵ*$NjuV(yZ T'vXjpiY\8E/ }Av8VZCvhdzA&B9',|z0J[4@?\cU/R' ݧ21}>IҾ(at&ܶt t rj?if-̦ǡfKpPhXP? T߅_i{9%pǒco+Ѕrb`v|,*.jըrVo4%+}33mSt+'Һ]5ɒrh.`%jIٮ +!G}jXroF2jH?8݋N>%cL;$RB"eRө]f0=qaȨf&9T yLiTZ7,3>){,~hcMo7nV {6<]~{usn*`0Έ6P3kU !=rq,@4٢Ue%:7S XՐlY骱#S檷7`6#bփn7ƙ~5qYڅ}5~5A^H=E̥oaH(pR6ԁ'/9BJlM0M(K MlޏEh&&&hWIr^d&ZUg4؀ù,"< G(Ý,;wxoHprADK`,!{`7x;"!tvaeX&eM Fs83*=JkqΙ(k9C4b8q˧>QH5Ѯ4 h?l9'6MnġFDsY9BY@.6_ݓ2Bc9v?5 JP(n8lx2gJ$1cͩ%л(埖{lmPZ;{6+(YIJG wx V#5>o. ()bvpC3UTqtӆYW1RmEcJm8hCYnKZ; jXuiG==_sR4[Uz0Mjʾ~^y߄ a ԆUeWt{fhͰDPDsn/Y)"YqhFl~Fҫ S`2 `p AK@ ) ȵ`lHߪLuuב˒u)[) !SA)='mUѠ<'@,T _w365U0{IQ*Ī`T ;^q*X0k8gx$`Tplv:dxB{pTڹOƹ}ɚn|hu؃9 o-/ci7SU"d*2DB\)%7ޔ)wM)p+Rw'tc6r#خC&MbN P{UiesMunĕW0i"Y dԧhaxα2DGnHwyK߷{'ldVSvRO#hRw5”+I~wAzHgB-3MC3M{ޣ~_Yٲ%'3 ʾ"+. !U/KH8$GgV j¸J%Z܈sa$3|4ym][6PCٹ d!8^\[/Y$ksX;^Js5!rwa,0RF"󈃣"5+  T))|K͚)JxRDT,G u\=qb'Gڤj 7$tT [ew?NuQ) Veوh-9(ŒPo5 fl\uv2Q lI"$xk_U109e (j{H,% "?I(~hI6 Cr:NSg Va8'~B8`EG`}#zԲ mT|a Z%1h5݀"€u{5'g_.BTUDmlgԚ}+^rAB4{{E(lB$F}o7 yHm"6ĐSj1]k%$ ܆iBuYͪϧz*vMflu:J07^U~Î h[<<ĵ6 )8OnZ ^:AfLbyJ\޼QjRې;酡 r8ff6'Mv1~ zp-z"(IG*mN;;#]W!T+ w_;M`HlmּRs $d]ܤXVph"Sf 9s;InG\!JN}t51CC&ۃbzqO8|<3I8]CBś9"'OU'%\sN` Z>LA8V\UY*dxUltaES@D]ϰ/u[9k+U^ǹ)2?"O5I03!K-GL0xyp44i{ZLt[<'8y4iP\GOJzouKQɘ&#_~tyI +JO\l +o l&¥yVz4t PMc͌=z]AmB2{+' L܌os‥vL[tC8IlSruG$ )}lj2~D썠5[ w}XAǠ=mϭ"Bo#F n+M "YxCdg}Tx]V?j{+Gi?@vI#9jHhA401Jazګo$٦( _+g>utW5=]m^f?~ yJf7<:9^Bw%s\pӭe#'G5]t 8aU\Y*$6$$NXԎfH@$ܥ zX@)8y/ )Cn T(4T$D(~gf{f|m"ik5+ZPv-!fUG1v!^DiB6сl~ @8[9weLV\# 8 r# D\#nrF7Oa“vM T͡|~j?s,^|mQ^P,wbE*kaܡT/R&{f @HҖC]G‚: UpKd*wv<#woK\P  21Flo'5(m؛5kJluSZMŇ"Վ,(ֵaR N $eR=4 xZAUqj 4Ygϻ/EI !b8Є!Ԝ֣̄(#x|H١2{5%*; Ow^LΦD}/{_J95-nrm?ӯEA!;YS q\HG39 d}ߟ,KYY/*'Q?p%iq%x)["~\Z{sWȿqNA ` ~on &ha?Jl4EoϠ%WkF ='<=bIUuSՋ?Li7 ~Ut"Lk^zmf9BE {OԌa1Dc:@a,l|BM6FpBզ*J$* C3l;61|CD`{ʑB0Q· ʀu412@\r(_nƄ*TIgbQ( d o_٧cA[QhC„!btKbHS\1ɭsKc˩Ns !T H 47tx>bxN>.0"ݬbd45q!]QXw%oh2}U.T_Aȧ@wz׷j4ĝeϖkXAr/:D"5owr)HG0'Jɡ@<]Յ=X2l6ћm? mki2%ȓ|EzfUvX=Rc6P,^WSҧz/s/ɊuuDXYOkQKlI޿ܡE3CZL䤗 G d!7 ĉFb|рFὨ T&\7paP}Pz\z9\ꬕ Œ2YԬ^i6DM9+By)tX^Tw~vI켧* ',|'樟f 'pO+7" |! ;3 DJEEfp3Shl ,փ(uK"^"ǚ{ꢊ0^^Xo~`f*BWNZ<賴ntuza |߭PKfrgpA.z<m|% ۋf`X@(k5B3'yd=Ar&63^-̦@CJ*3.F#)DpVhBTT=O6u Vڞ>=U۷fw"S~І1M4a/ߏiM?#TeڔHk"lI8U:L" 񭒫w47SRysi=lTnHňiXOX/a$/iesH  4\{=.o0EO_ f=֚TgtShؽ0|=5 JCC*h>S.^( ;ͨhv1=^J@ 7+.c6L.FS07D2)y I`0d), 5@è zZWOhwRT! |]S$okRRKCދ[{-T"W5/&~Uy>bA!IwA>I n`Y`N | VA%a~zQBEQ!/ر& pfqR΄g"j !]]rWׯjR:+A_l_$J61h^Yټޡw0DL{[1) A4j+u wH"{bu9Y<|SW)Cl2Ɓ@PRZq%w$5p>lN}}NXubb|cע85Gd;!-[2Gp}5x 6y*؈KaJ~ӐnxWl;)0r54Y c%`= P-BSЕ꺆2{"SF|ȆيgUJWp 3|,쨫VQ޽_0jΗg;ŗV/P&LAQǩ;{K؈>v`~H4`=ɦ/ ( ˰\ &Fe@ I@4G^&F 1KNY.$ܸ`~;*tuϽ3n3f rʗ|fSC+n+&y?p5_"6=Q,ՕZ#QSܼ E t+QzgvK$Z8.Daub[xD$kрJy*"bt+x*5N 23WnOS3N^'}>g6S "U/+tiE96 -j*u?ژyNg|%Dkx:N{DRY+33"m¡4#Pl\&BWa}PL=kւ贞]J2[D?:quL_!z`OI2Ֆ1?! ]~S?=@dXԮUGDc6ye_ZѪwSLҸtZ!p~0+E+]ju-dK2K&y6Z=c^9ƔJSթdKɀZ$_X+b0c!·cWg OWҨRVe=7%<9{*_9WyP&D?CU-\p/i9l^tp>u WjR; kT^w;u:ꜗ4pČ["6q~qd+],[^ cKė zQNe jd(7wOOT~s6`tGfNms8WݛL)&X]G2IzOC;@Uz8]"?.ulng7SimVWRklKt{q \M-{)\IEt>8yyT4,Ӽ)F@c_Y+j7s+c {.0<+ur}21~KH?UAz=,=“ZT[ VwbBIm/^`g H2|~7KyY/UL:uzS}rc]:q 8RQ3W) =EA4JRR&mXa*)=)c*9Kkkc-UO31յʬ}^q0 G BQm]P+/8ع`_V8: y~* ۻQ+tFʘ yHFtz>,GF@eJWLt@C7`?ET۳cH!O\a}C2=>*f ̓kYo̔Ɩq(ŷˏ^o2Z H?X98XU0W6#q[43Q"?SXk^go6.)F\5WJty7v/^uo?PϢsB>7+Y IyGGFF̒Q0P3;ԯbxGHQjŏLm맳(5.:>I=-N/sh31]Ad 鎢I2/tZWj GVj)~J% ]L;rYp^CE< 4GdcD ؎P*ܽUW($>%SrJM5|']r~~a{Dth:] ZӔUd"OսX B׍#U~"tې}fio;pv2⚪X3koĜ >)u# ߵn"tS_ &4SrD9L $yeq׳Cc/@RYHW+d8A'FAlAͨhScd-3k&' 0 T+{Ȼ"s8aUM :щ#BKMkf,!{HWS-"*?׬/4rvTO. eRM:2C%% dDkۑQq,LtYT7OʆYs! }w\ZV{ǫ#EUzyv iXLrX6K*EyC0ErY(-[e4I+n oLd˘QgSjb ^{ 嚶vH<:yk:_{@E'n:>V$ #Dj ӹEgZ8*Ԝ^('h'}$u(z_)E&1 ^SXWdw,kPGm}^Їρ!Z),>Ncd&рVH캗P TVNY?#[T2 DUQl{]5&C)rnMCF!Q^:m5i}}7ǯcN,"ܻ&0l[;C 6ࡧ- j\诶=΃ϣjbVޏA_0h6ktZENsEnt iUH5 OXȯplrG ֬3n:|3kZFǠ+w~`p O}Վ/ϱB& |ۙM?nr~CDls9 A3_ MA]mCS9q Λː՛ZvȸT0rlʔ/@B'&CzsC1b&M0/N6u[ETW"r_(P ڸ؂eܨb]Q* c(!.WLȕOlI lЭpp*#)}``%S@/J6{Euʨ tlS)r {8׃(|k1,vu'Ml'Y {UnVʛd5Hjd\.ei6e,1 pZLp~\a|5wq: LY5]:v@CvpIvFX³wHti< }c& )mSp3Ša=xbpR1%kͳo}s[?EX~I\i]kØ> $աYs3R yC>3 L< &0EmHܲL3HaWnvz`_NN: y֍NֺcG&=5ߤˋtr}sbVʭ1)gܻi w_6MaXX!_!MڴϷXx$#nID[_5\V1"zr1e ]—˄g2ۑRk9tܐYhE J3bp}Юn ]RnL\u$wo-^g6zOW.zqOixD֥: \L1aVxT|7\Viڬ/qfq?`\¼UrUv~m7J ".CC^Y!*q37`W1u21kg9xc۳4VUCW%3EzIXZfS9ټfzc6 Jy'.`.UޓM[U2&oY&~E ߤld̔a}*l,>u7mvdPTS.k<[g7|N^V.J#; @&rюbt D,p Usg-V>Ъj|2 0za|9 LI3f k<:mqa\2:a&SUTZsJDŽݥ9v`9$ zoTu8,9ZQZ}Eܲi$R*Gu}9GЇZ_W o\zXFڠ_lA L 4cж LW;\**ُ,N?M%O^&>SqDΧm᳈j=ϼ-9P]qk$^(BVt V=E1ږu(FK]e'Q@٫.N]B:<2.,$촍}Vbd#{E0(ӹx1?8q_0O8\"ľN륩^Ra͟"^H!"BWĎ]%*wyJ[Fqa6!jA捐>Pӊ^4\|1'AUXf`jRrӿ{{]~,iq*{ \{E=CCO?_*HL[l`W}ASł2  ȭLFx*9px|Ie1@x,!|FkhY8^x_H۷6jsM0rX+AIAn@rq{ p9 e`BuuzK3KǩPh#H>?ەlMwmx\iuQ+"a%DʝW5pȫ˱dGqR$F^ (X2yE1Ɯ owgt<|TԨrt[҈9B{^:"+dq6FK*|I38Rg}h)|Uȑ=~fCdu&B?(3sZh c,o7Lw9GIeѓ:H.z>$nFJm.Mx>BVlŲEa]Wyq]Oa؃zNwZCØc_;F$ HJxr_+587Za9p TwN78M_pȜ ~_'W8cީF'nJd w)k׆.Ymur"!s AC@ي6ЄЦkVw$"mյ>i1jJrW{ZKᶕü>%@HRc[T*(Yyҁq}7 BN?v8hMFo$hpdF~bFMVty0 9!-݈u#) ^1 WZv2{~ALś. q qcb{ {yp{ й[-s%y3 ‰d'=TJ.ty"TuBlF&bZ7S-jjCaT"¥Rz ӯ>boQ*t!ބt]O!Qad *[4_Dέƣ8-cխG5L0P@PPfש(eWHTSgh> lO ޻1ػJ*ƧLmkH{1w++M\V[P&esqb7˺3a]QI  bБz)f<(³u+K([̡eNa_d+~~Ϲu>9l帹zK?NTp -ԬHYŏnYb7>K69E[hL;SVGv'GMƿVYEpԹ 3[뮉_1tG)lR8YB]Ayu:)][ 60Nޞ͇xMk57rA+`&\tp B#uI4$+徨2}D% ABLOL ژ Kc:H/rOGq vlu>UoO:ް7y)rs~ AsKZ0fz XF}OrzJtWpZ~j!n6O6DLbc E %c:M Q53'L,dID̪r};I=fDayq3h ')!Xrw0KiY:G@ ZP2B_U_w ^6@ 8-̝"Hb02X{Q,sJѰ=wgTR: ^A" 14qىYVPDb;;)ڳ p!IZĈ KoC0#fٝsۚHoV҂"0qL܅]_ xlJX II"`/$kGh)G *;!L; {1#jo(WZ$^U@O'i#Pќҟvta9R1$}ŎmY/f0/LL\܂eƴ6=$j ]pFrB;Ȋ@DkToA \.8pq$lKO|p|EFsJז f p6>*ĊrWtBV`X[<]F$˗o '+0 Kx$H>=$$@:S4gk}flKQW|暣˙°2~'Q3L``1]"r:d3(K|rĜt6 X'gݒ^`5*V;#i$ L&q؇ \ֶ9lApja)qz /cۉBl$ w;ZDV^˅(mcD}+l[zT -ll-g xZ08aJ [AxA(U/?@lMu> $Y[>a|4jubbshfsw.T=Vד/w8|W! 7"pSJ9pW: j"VSfjiwii?`A>{;nsڬOѠsZJ?3lV6yGahWFiouij&rܯh[i Cg?: mH0<9Rn$Ogx4r9z05tPY:} }zG ϥS|xN0=IWX^k=PX]$Ѿkןl0gb-?c3yĢ>ԻrɁ.Of7HelKC"ڏDEyi=IM`IZ~˞Ԝ ėD?R3FOD+gOr]o;BCvWwƃCWĎw&,()Pw xYY[3<L Y_4˰I{>U^Tf Rr2+p ȏc$Va BO\t!C~)A5_mn<Ӗ .jk>wk=ג$qf][s4 Bl_7=^%u]FҺ^2!^p%Ø>gFr(eoy) Pb2Jl_R.[3h.F)F JZes&]c"4)k*Kvx%1[fl*%n.B߾iIP@7* L,!b(}`~r#l hxQ6=q/4i)+Qn`g.薶yi)А6 \8{yH7oĜe< nAPSM^N QoɟC"oա<u)SFoԞnβcWvՔZư|ѓ6 l<kS]Q? \HxC,f/ҌcPF͇HDƹ.[ʒ}m-[?jvP ep*UEgNAPU˾XlHLءV+V(KDdGsEp#;끫KЊfO8/8|XJp]Nj=,JXEe7bq0" JubĮ:BDo=s4zN2*/ (JHc'-[?bI2֏Sne.o9gqRE?og1H} +n?wG汹bq4E~`6v(=ECSٛNxbe9LӮC-Gijέx# X"Ne'M][({8GK9Eǘ*'yojTtWkI.Q^ӄv%*N*W,v IBNa[l" 9Mf%WֱSY:~폗CgW?ÌØ_^F€^T?nIOᑼsT[;W޾.̅; /!;RUl;tڀsT@(mp>[CR6}DfNj ʋh6-);P_x(YhG߶92+|` AI`(}SLjDօTԿ13 ]FjzZirh]HJܽ%ݔ^$(e0I 1K\F_KU~GWZpelJj_Ӹ=OmI=)Xꏴ̶Xת΀G zFN\&\jr"*պxz=G'J]xD r=B|*"eª:!%/'iyBgQ:Dx;S[I~\?c;w׉42+tS$z|V$3 kRt@%KiY*%frqwFpw$܆ۻyM85V8{~1R?C IFJͮxhnQ\GD 9l̜i<ޟuV=jmAS0 ]Rk J6a#S Z,Y68ג|o> Տ*hK`6s(xb-?xAS<%f:<R`s эGmqͫ]OP{rX@^Q0দU0L.==J9F9o@#6&nUU[)ݪuJR9j0v1f6N=)WئD;I9>:Ugp?*V^}sd?YEJ'4Gwxr.%CS Y?]L?bDG͟ykhzv ce+vI]UOk/ H,7[ޚJ Cs9ݝe(iΤWݛȂn] O-)І:bOG" ?f>s<,NX#;p eA"@ݲ{gMeSFW_Œ:P@>z)T‰xJ?=]е͝{f_lP0`TU䬐z`>i*=2 Kr Y;r7 (dW.80:4^_XW Lm!R6D*,rj+P qa3+km 'β5ڜ9;JWzY^hbgS &?`rEи{Q?PDqAXPDM]hs WܧцR̈}B_ J5E7= !dJ ){$nڑDb|ATIyIތ#8x%m Z*f$|1E*ިm,`tgMb7j @Hbv^ B iMUG/Ķ 0X1BΙRT+} KT_֪8ߤ |n~889 Mxx0aoxRR߄4Nu҇@Bu_1&1`bQo4 r#qg&hd'*կÛo>I;J֎V%Vק%1뛔$N:! ^:$?MٛQ*3Nϰ872<]pO'&#!pb gßZ_ غUtS=qon~ L6;Qv&FZH G &h&,XhpJ p@8Ia)T I;9'osZ~Sސ/!D2 zK.pu.;Ҧ.]+iyY>LLн7֤'A }")ض٪d̅}FZѻ \f`RcnIw'*QE̞ C|'yM &Vտ[q v9O=jm&?:~߿#a&`t @znn3܆՛iӬǻKn*]&|vNb Ґ̡88AjcBY IpIcߩ$V*U`1g~0khh.d$qX5O캬ovN Q.A;Na )94Zc@H$'@QR(`ej?)dSy݄ Hc>8ߏ_H;{?XȪD1kJ"6mpoJ >jv 9N. ڗ6q\mha,7'?=ϼR '@˥Zkb0<ɵvuj ĐxaUܻ:U"ȫ2y B:33y{B?/UխS5BzOܨ}Pvt;‚$eiä Ηךp1quigL{7Z;橃zU#Ps.TTKB+? 26yY{vT Yxso?_'Z5O‹BϽͫEa&F*wIlFōn>o, qFQT+69#\kbYL,S1jc[϶MQIC4_1so>$p3~,ύԧ0j{6 H]VYlQ!z>=?hplRG581MҐoQEtE\-K] iE܇MAsK s%-JPLrXu\Kz9?\7 { |h3mN\p^SÌ< \-= #lkk`TE*iak Up;DI ZNGfSw[]`~ ކFzpXFpoRkT]9'C{S^[Fi< {)!`J&Gn^RxO%Y ۧ= B,JKysWy7kccTE"y/#T `c K`tC,o4lP5럯DEzw (< Qrrmt La@M(=覐$,XK]+3|_@3j&9.FZNF@O(k䬯) {Lg7Wpys)x-K\1UiH&1#홇rod 8G@'rF칃*6ׇuv*By oaua0ίR茠 OWìV"ldʒ${}?»aZR_ɶdX2$ŤyQKp9W1Qia*ys:xj?,lVo\HQ{CBCz_42Q*"MtG?1\:~|4Bz.\oXB`iHJNȠx,[C/Rڥ=G{ CN,Q>K 3RDaO>OozIzDyi7&f3mkW@5euBZE@He-K ׽p[,'mW2+lt |2ˇH [$wh*OZ^ IeG&~a'_^?6:E4rqCiL;+U't̿`9KP, T5=5B%x7m AH±?wb`/nS)Dz:}'ϼ@6>ϐÖ`fM. jDrkԸ˺S 闊^Y< W ~ YFT-7+^gy@+d O8BB[Ĩ|AFXaұS@, ]52t$=Q  =[p%Dw.;L̶ꇑ+:'X*4ܴ:pB(̏ё t<M0PsAi٥~/kWKjadCmml89~#%\kѦ KG~1o'EKPV.ԝ,P<;;L@-޲EUtM^rqw[(u:_ilTQyMeHfdGO,:u'jG?].p13F[-FaYl$b ѱBn?Rܖg6E=rNymqB|rSUq:lC6(UǦ%Il@~κwk(KIfÑ/T.ͦHavӮVm!H8|?H6Zml" MIN6F)گFgmA |hPNXF]@Q-KdoMtSÎڠ׬Nl/57&lLNbLq@*@SLŒx`f>a]'8/I(. g9^X%i?J CL#c%#XUcƊc5@?zGXo M,ysJVY5{ePH>LgPAR[%#*DE؀N.}WRw$ej+Ի'@QGR<44;JCQ@khHm?2M <8r[\ϩshCZ?6Н}L*|tW Tg{OBQ}m;&.F4Beek9ڠs 11Kot8ҩ Rio@ANo~tMJ"P7N0|ݫ/ }aҦcH+ Zh)SjvJS;**P%IK(U(N"'0Bc/>0N 64d$(u0oa {pDJ\ЩP BVV9wEsLN,jG,w碳+v%{S1'n5@y4܄ mLh)+p}b;7{ȏoU.IaEgi_?Y]O+3H,~F8! $tF\ao\(Q8tQ) jYI %ܬ\'^Uk$,;*|P{ ğz rSXB~xy}2eXhIt{Otv <.7Uԛϗ\XR6y٠&!I榼yLqB>C`ny?ExqqWи#îZ}.:S3NR#Ś]ىّW?k 4bFbIGuSA;/dƍ˻c ;4iMEp5Ňv42$ pc9]0 *l>jqQqw_D{G!)J;o͂3v.+j{G!́WʥbOq ;lYM3 δY,\x9[UIH],cowd%\/stcP`L{_K28 ݢun֮_Nש?pF(Ћߙ5S/Hi,7'R*2X$Oha=$\Q!ܶφgJSN.WY8Q(<j1̢kVz G۟}]>Oj㞠YkAmLe2E|Qg_V= jm|9jU Hl.vC/:ٯM7it1;ǯrʤ[ͲddB}G{mpOۓA8;*љPMJ&'C(R*֣.%*t5Á abS-m$vD8FO OK/MET$;&j w-ਅ%p)^ԬV{8#@U&tTRorgfKimQx?JFs9P i#4'/N M nt+N~,'RtjI}WݥO@?EX kNq4CX-KK7I켞`g'M8>NΪO'ͧŃɳ]lt*4 9O wH?@d4aW\^4fcTx#t3xicE &\3+=0IZq|,^ii OaVyn\,LC 9șST4Β%;q&$Ej{W;#?%t13̈|b2&WR 1Lhi{54.cItY.&ًh߬X7B5BY?Ojfp͇ysSZ77t4n=eC0jKml^dsC}?kxp+ axbԮC"I]ĚoLD}=QHB36⬾Љ,ᄇl8%wS5 +ks1'VOgC MspJvjR= ):o|e e XMy,8wB?C1s Ku5hc?v\~"0.f5_ oW{/wd5Y^c S\l&KA9Z)GjXsJ2Dz+CY!Б kfN:2#kU8[ ʨnataq+ 7+F)%3s! IHʿ4Qmtbc<'~BWm.3D^6?[ا&:Bf >04\Dq )E%)zf=/w7$CoI?` -e0zi^R ?3`K v>NmfRh W2by6:FJ3`6d|ݾ:D!<߾7/6+-wsi_LQv\tTD T lk@BקI/W H&joBP~;r>=UI?mZVh:zsxw|83؃^@a$p53WΫU`XUFU6 TidJ3rJ!]d` So2V!6?fq,g-^&ƥFSvwkG&NWXkZHP$hEF8C6:'}e%^<vDsϢC0[!@9}ks~&C9>MSD\h i,dBђ!!@ 1, _jqaRlc k L|R #OG!o{b45Oh j@ 9_f|*(N@92cck؆*$_,o{  MX"[y?IF߃VSpPrEufn#wf0%H2Sp+:f"} $nVlMSǧxb17ح'^ |(?g*vL{ik]2"JɅ<:p0U;"*6uqa szѾ%q@6DÏ7'as,_ױK2^ #F.!.s& f KWm1)E miS#^Vؽ'$6 Ajoܩeՙƨ tpbᤐڪQ39$? q% / ?mt|-~K )8Ev(Vf#bm[O=_O]mXUi AMJz9$dM''5?iY?K u W?O:GjL+6w&m/AYm_Åt3aCgVs/9ِTqU$'|Hnj[ExC_9jti|pZS)֣n{@J~l܈~ Lh-<Φp#xGJGFw\ĠE!2Βn]*^ӝ?l[@/ц x Vv=ٱ#tO/S, 17YĮ@ƒj:ZNR >IXN*g^]VI$&aP' #,"OgY -+*mF]tm %3iXJ[;*EѮu@[S65i,bQͣ?i +'t 9NhrdϩF(̯̦8r#Y]+bo A)6cϝ8իn%jp!rL"J8VGOhvN| ۲L 3_$C fp=ɠMBuv,amL6lHU(ꁄqR>&$mhc95= 4rwx\ >1cbj?#CW"5L*&)/ ^ _aeB";U,o ga[fٲ) tL†i!BH3rzQ1g30c"@N̰?QCŒVzhG>"ke@=#Dp)y"A_Hуex:0\TþF1,AWy}5D\ #0V !~w N+1I3+Xs{0GrE]*`}CzYڜU^eO0x69<QIcD_/[1̈́ C D4 Y)',+5ni*r\+ע䎁fzvE]]2|ȅ6kGR ]52'٘0g!aSķM27a(If)?^6nvtC-8e_`.×+MjVGѝvۻbXꫜ6] A땾).`CT݆;3ɫ-Oii*?z8P)r'%~]]8(zT%!֥J(<_-ş~Lhw?vo@pb=04*쌧ВcPn|w I=\aÝ~H3ւJ ,{DvךU8t&H =ծ<{Dj"Ybש'BEC!:[KzЅe,j@3r:Zm{g8`F7s}$3m'n-4ύ&Q퀫.9/׮'b E4NA) ѕQ] :l/VeY= !Gd :ONw nicn4}/fϛNf¦>9&}^-^c&5p7!9x*?L6muI}ĉqF&z[L0^dzv]Sܷ8pYdlO*elP,plٝ.U?^k6b%0YwJjΑ![xv9Q̶8^?E~SdKn,Y!ES`YcBgmi-Q:,2Nf z21~*X׵'j\0]y=\F^n>y/~S ϡZM7+,hQ).穛&Dq;JfhyؑOa4Q6=_؃肜>qʽ]ڢK*Adǣ} 00Gn |]CU@940LL/q:66ҺkF#W e9H0@ r~aH40z,YTb~[e]Y~w4?2P ~{'G_ #mPDUd2zvsBN@qM2h`-^[w\WJ,:=ZҩUH,HZݠMiAr"qMͤyC*=[~#?9wv5tzpq@̤S 1XQq@ݨH#whDŽŴJPpS'ky~<2]Z|# `)RCD:9AQ>)f(F=2uL2UL[u}m5U>hBJaσꕎØYV tH}xbWP8@2Tr(Z\ܳY9kȢƴVY&8o>X@u"!.0CZ)~$\'(3Q(CE|v k'E26ݘWTn w] ~a iz v;ǯhD Λ6깱I+B`S)"5˭nUqbSSΪF6lRNF'KOIveIOI}4v{nI20!5G[nΣ;(]8A vz3'CPB*.YIv=vT .!h)v{Inګq[aUHd KFlѧZV2BemUsd|KDvg^"ۻ[ :`Z\V>ˢ>8M/B+ SV7SvQ <;ߌD_-)̖v$&]pKyIr5Uaш01@Z_AETaJx+FSS5Sm"^ٱ bUkpw=v.H0E5_ēӕeQA U8`cm*z 6鷱dڤy w{$0ZHK] wt?e]R-;Z,|BuK{ڌ%e'bŧ㈐vC!`̣r1f^WkLVp&B|L\`H]8ğM{(Sv;Y,D] z?j|D]˝y% P_UƌlQy 崲'rFLR+\k5 CXJéu(!=9I9 0,qAf~^&Cm!e?6i7GO\ ir sYrg,59)#oERYHxG@ ͬ!, NV/qp*|>܉"7.3hG5W 2&"ӵ,A*of@*7LarIT. |^p!QGmP ԎNJ咘~T 頬k~,d7:ԞPE niK3(!KkI ߑf}Z^ mlH; E } w^Qfh&tvR\4z5@IA?A g $(嫐cYGKbguٰSVdjVeI!>nԿQK7Vy:埊cl X?f.Ujjq`%H9XHc} pCt)#Ų?n;&O-+[GAn&5[6!f H"֎u! oD: Od]C4Cnj@ <]*d{a*YıVHˏǢЮ P+I-ݘLzޏRalnWP˱~Rpq.GH^+x&p2aaک"EK'#u ˤ Dg0K:,cq#_,i@͊ Ӄv2s yMpQeIE qmm'1ʍCn.9Z-"~sur7=:VGҕ3>н#\!z78uN R\"11]Q._^ΣH,'ҷ="8tʯi 2:9Mgijm" cF1D%+,~DB5pl{sx{9|pWb _ IkYBXgœgo9l-#^MK vIé0J VR w>56י!ҁoa0(1zhP@GSc7;5W o#1S>pv+oy}X!ݠ~Qeل;{hRoWl}Oo ]פK葁pDֿ ')&$}WY0b^ o5خx*֨⹓f٥?@k &8]jA0r!o⿟0QaW4i$v='[39dhH$r:^ncKf{Hm)_: ESI-)!YMMԮU?W4wǗOO"N89Q E[cF,A IAUNr0;;5*9`qL;Xx+ t?iS'CX4j Ek'pRި_Ƨ;Y-CS#xi5mBXWR]T YgĞ0BTyךߎ>o0T0>` ~]ǭ5 vD6[Kͧ3ݻ=uxܜEoJ}5uҿV6#Dz¸}6Zə;7ų 4OC^[Tu*SEVBЍH5aH؜^݁_ {ܡ5 `?q +xo_Ġ15\b)ɾ!}N!&=o{m悇iƒkFҧqrfAIb}EB SB0yFEϦz),G %z |޳D7,jk2xΪkg/k:h='*dET,3=er?T(k Xԛ>jEVO v~5 fS')e@%P}Z!z0ȥ/(khp)'m{J.WF`'d aC^DHem`Ģ1>h&-%l! 2r9, g/:Y/]"f>#zF &t&J(\5£B+7[:Cߺ)+i$t=Û :邵V8_r}&JchWê lTK1PslI8vO,90W5e| 3vթ翡8R  w pRSAOJcW?Z'9lEM-L)3ndɻ1*QNF۱}mJULt$ۯk%E,v8`Cks4#A:~W}#A„!NKy-p9#NnzHh=FoW1So¶#L{+A'ܻhHN!왭+@ʟ9T* DHa*NB, %~/s}ty6~#ĨD dQ wm%]XHISO 2T2=9E0Uu"^pq +<4e5 >_$a fu}'AhJ8zAb5t͞q(yԋ 3pHȴg.xB+ s)·10As c Zz=4l49iE63I)KdBy ⴞS^K`0n!2j}rZ4 B9+ꝙJYR6Â$PE螣Oq2Y_xsk.}M$ԌP؞B}4H٘d`:P7.v?1^>Cq вk8mvpfb=ݷ˱e_G> 7ftzaxT3% U@uWA(J2".XDFWX o;Cjw@ca_U2u ??z\dΧI bb J,&@?KF{ܿ$xxus5t~Jxp%KI5^U/Ho !H󄁑D<@IF . 1ȗtq n3Iۏt_gP=A.nѺ J}v,$@/.tO#d(2TrZ eż{@&vNw8=׶Ԅ['h??&v["~ߦ*\z` 1+* S 5U%#TXq [Y>v,Ʈ9kK_gUX9#tc`dsȹĮ_SmZ6 N; C^`3w=`P596鍝? &=LcKےE$a^F4$k&jIpRcI߻ʳs-To \:h|.&E%ezG-C*V'T~@8m։82I+4װ;DFIv`WCEG mf%g61F ﱿ@CK6WFac$T[4#&\w<;aZ T{?|IBX\;R7P.=@*๲SsUoU:ӒM5Pʕn%0.EK=rMGھȘ]Pls"μ~kJܙ/*dc$ at7ċ-L:Df%PNok=hHFpېzmw/xԌcMۮQW-aꝕ .c\2_f319S=@HP"vxh@R,Boۂ+yJhvR0uKc3/`NehنKX&a\`['v;6͐՟l://Zcp3P9R.O^m ľɺ݌?%ol&a@nyhku 9G g|.2b( L @r5⾭bD r&4\2ͣAVVRE|F[>L\׳k0Y ^ݔI&˹2D.&޾UћQ=okC|9WVĈ'eC]LFMZ ;w9%U\uu=C.j1~84*T C`*?)] *LwgSUUYHU̍B@UWe!HK'z4/^(#b-K5|@df9IAp8|^R-εFi~i`ڕ} x(e1^1zv%Vt?Ⱦp9cYP5/Y0$8 ʵup [A!rև.{/Yq!1sI:腾skp *;^pԳA gäBht\^YO$WLZv@-  RQRD2 TL+'qD{ 6 HSW*!1(!\n hWǤ} c/\mU3lP%ܠQ; g9ៃb,0Mv~N#pu?RT$*frNXx/͍Tr->tV<Ծk|Ծa{f˩GBސR ɋo]vh-\DhwD1zh/Gj~c]s VaOi%NGC+k$˕~v 7͈W(&q tဎ(vփT{,!0*;ɽ'愣8og1S5 'AS]{?[q6Dti 9 x76Ed!uD:i .ƷOX;\. !" 1OJ^x=D=>mMPcD]J*R¼Xy)܁,NWc-zuw逾i 1l1[ (,Rċuȫul_$=S#"2$ӾEqyN7~讨gE-xk&pPGz$bZ|TFŅPfj~QwbIpuX) +H2 ':bR[$' {)c4唲wͤQ eWY*m'.dIb_5.4ݴF`KPL4K x2ub2Z7iI'ajcjd#Wv`K̬pw#m' @˩D~\wfGs1 JQY:c VE#;ҭlTƁ:>%̙ 4HbW3t ᐤpé0%x8Pr@C gh1N4!πߞ3GpI0qhX2SCg DXsu>RF TW&.Po[ԬGuPGlOoՕé+nUa}*7D٥z99z'Nd7ӫM-v%dʐOb *)aakT%O\A-pGol6bS֭B>?vRYVmHEa0T `jè oB6dPD} |U~9H@85~<m 4MAaR^cd $s/_UR@_250WuĐg I G i!V{6s+ޔAc Zė;$$z,*b\3oeV< TR]jEC&F-4( ?Dg৕N~5=Qx/m( ITt7RTv~fRKWDM3Zl$dd>ΧuLcv, Lφm #e*D 3Й3qge gx^?];4+fPL:6d@;6ev.oN!BXEezlf9O'}El)-"5ctni:ԽxwT#@`"e'H'{!eNasR5_O|i1g )7QP gsnN'@6 #yPjvW!I[ܛbsJFTcZi =.+hՌb8(jN u?Ӎ}tÖb0Ggs18%P,pȾ`v(&g(LA2aߊFl3TA\ N4 踈w , 6nBĥd(Jȣ۵QcLwVWfƺX]oU6ƺK3 U> $)`tk{1h h=iZaxH>Q">J Iu]uoVf,ֻ\ե!,o\=-7Dyr 9?eUiR<{D{ү3zg-ٻ, 8P( z,{m%o)AlR3GщP#T*k`<KP<ۭT- ABIQW~-NWӋĸ4Kw!{&a$PVbEUu;Kn?[ FrER#%p2DSokv|m.uޫA1>pDh 9.q]&HO+fz 39UD`L?b Gj,[vRR,1)9ŔzPl{EQ^5@h]Ŝ /me9 $$yK@:6%, VbmHg`(Hm2'1Y?aZ@$:DvrѴ/0I ?CJ3eFǸ|*{N3'E/;o@P~8MxOyhR l6IVd87jL-`lK!I^Px\3YklX@~DVzߝKFV>@~؛Ҹq|[/>#emތr9ܵjH9ΰ0?a@Fu$b(M¶0"m~b}mgQ'nIA7F1qkmx oP;XF7I)Tӷo_1۲m*}aMiPN+ ;gSo:}T~"C֒ I:Ӎ'ɧv S'-}s?mB_&v`h oUVOyHVY^&,Ž$ƹRz$q(0`BxggqvC\EBKIK2?^5ȮYD2|a~2s~i- eE!ǧRB$.c\ : PAʵ->-#^{`eؕfC ܡTrO85~+7m,y l t`iebmsgN'A[(,lk)@0fF%5>%顆(~-G,[08ga/7;\ .5edzGaѕz qE"a2;`̀WU:GMUUPȓF#.46ԣ(3 mr]*$?YwCUi6䫡LS11"-7r~PE`o61^;%$`y2PRDl%ygsE{K%~,W=xx:0!]m8s aFpyPX.X{!Տ2B.rl^tj3NC^>ې)+9~2}9ɷ$ٰjnǢ]e*]uӀ7 '26H C䁤@͹}Zl6[4Ck_:)eW;Y{Y=D> c͛Ւ*&[oWr-~~Cqmי>1+c {_=O xS_Y&uk]%nAn*fPƠ]s K'xCfk gZN-ΟqDOʢ|ϕ*e(-5zƮچZ @A;+e9 'JN JW~`>ָ31ITl ?O~02BZyU *p"&:4eם`Xn݌D\)"DzHH0 )WtYt8^ K|lZ5ʧD4.>Rr_=RETu("}~àגHR+-^m3]%F=`)/7XzY ;-{ݡ|谬t&/5,ڥhLUק顟=(73֊1\R.iUbוLA݈no!}~6Kzš8hLu/42$V1{Eܒ8=m;gJ#({({r~G(*tK9\!ѓ`7S#=y VxVR9ss订Iͭ$@|G{|n':9hs"ꪥܸܽ~]%yi%<'יT=9}6DAwh)m$jFe.XvX%9 >cwU9596A$s#Od9ʘL 3EvJ9{@[܆e_(pV(ҮvhOMa8ؓ-=m,IR^5P>4"v;m Bdad05%Jh,Tyϊ3~;:#Ѿl9 +BAhuYOeB cFS* &蹙0g$=,pPaTm*+v\!X;[b,})'z 2ڋ/|C#P'?ZU~+R}ebi@'T}6ʢ;.@V0q in8# ¾ץw>,A/5: S"A`z-l%,,H`j3~rm8ñͰW,hO=mw)ev? 70`uJ<ު}zȝtjӃF@,b0OqwXގ=u–({]!jT"?ך SY|y9<ô`v}?:[yUĈIt2od&ОmuBj6ų4ˑ$1ߥ8OΥ7 m\"Ǣ ziR4D(xUH*x?.ůM׼vh3c}fsgḜ'嶺G+j872 ޲%7~gu]Yx! ˓ADŦ,cLsBWWOb9yƣo/hpGx2Yn_p.- uބGM4^nK#<\ 1^(Xvڒ(\6}l[=uXʩH$ߎ<6bhP8gvV tzDT]H<7u7<yS}NevdPUxm;f5f\g|.-^dU2٧FiֆSs^)JDT3];(L1 I|rs!LWv9?d_:R~#3sYi<coDF$MӣB i}Fg?~QM1A;3hfR4Îtw&\zN>I _@jR({ yAzm~EBb WXðŌ q{O1rCӹe("|ѹ &)xEh}d|DjHbl$FӇQHA ;Dٸ|*cR; `,0pPl&tAeo񼘀&p#B|H{+bڔ1E==txFU>*0E㛯DHhIXYTO4d8RшNfi.b,?A(Kd!\ Ŋ7MdOAn 6qV^OqIˡ^d> BQ[Д|Ƨ*")":H֋<Қ6_G ,2>Ri(kq.7ԯx\MWƓ#!%_w$/ i4Ѷ=O36m`6 DiΑegimpN&͝thРAWH$, i!jɧ"NDϖi07ML/ihz`X@BN)V aD!,Le@ jU:'T-Jrac_@~M/dPFӑczb2E$ } PM0ylM"&gxKfix[>1ɂu4Ndq-Y2KބNO,:(MuQb*,'V1 Ky:;&jBhWw2W jY:x-W^0R RҴ@ޓg3Ϥ $1&/zc` #K3[J-^&>:''=uv;kvwzؙɑmɁu&68M~f74`S=NF`- p8uԲ$6'Kn_wyggx­kvh-K&R<%ɽy"6ݥߌ-$7lذn)+{>Yff ki?h]p&Ft2%#5VEƿl7'|jWC0cSMp8c8Xb7׈wMzoH!ÅkGih3AmBLgi鼨wD[2igX q6mK\2Sb{n0 SFc4 h{Dߌ5hD9X'>ܶQzi]'Zl֪yi_ӽbk;&,f2;F=5;ε g}mCu0 KڲN>DF f/AB1D)|3*IQ ZJ`f f4M>~HΞ."e +6WSPI’;L\ROnϏ/{ կ19Ğͱu۩ͥ O׼Hܴϭ.ƄZ&R4b fC#/>O UHv+);:zّ-8lõANqM`XI*a:B;2J ɸu#/@.fY}5D=>*-WO"VbOR< ѲJ)=u8P:ǩywy0bϯ_r$?}X)W)[LEp)Ol\(F.vɳ'9NjbZ` hrhrcG PH#dכXW7Cr h&lub#tvM/hhBur`u:8POX k2J@ h]nxH@{fm]ҙ^l+ =2}1 F\+Q'Vo }:'\VG8ށ1;|2}z D׸F܎.s^#?&_{r -{@*+BjVܿfS"CK]a?iEW3,خ@VjCaZ.Yo]klֈ`aV3`@矑z/2|yMd[)̬yJK Զ?{F$ozD{svCMA}h(FdeoԔiuRqU\)[5U"|w4:REE?fw>֪7HBUc$q|>W:lfdhԂ9#b(f?YE*S5|7NiRQLS@<%\FH~!lF?UU(:'V?2&qcdU-u'gqupE*]tyg%Ύ|G5fIÀeRiA,maj>ܩTKǡ BTt;̥kQ<ącԟr>߽r>4>cxx.YN_ y"d"v @Nm+^C@α"Cd,P6Kht.5PoZ!bЂ0e٩?y6uH=s|Av\{ybq=6DEvfvp]#e0S3? zmyr1 +B$xq4)P eR̰d믑"H;썡%rx\Kβ&E!yDd˖ڗI`RxX`nP&N,PFGbE(DĻ}G~֏SKJi~Ǡ';:e'脺Qd[zT_^6Njfr$B]jd;h>buVlψ悏Ō: edoEcٝr4FuC?۔[%O9O/XM x|r(Gb<[8j:uq@EWFsvԯH߯N'C-#Is/lԥl3yhs iWoWNQqMLf6Hb_c179>|Bp%NN/h޻2)MC`*m$yl^O}+C #{( &+Rڀ:jun>D[ųS䩸"k+hZ%N7yEʡQ[a;E'l3Yu!Q%fF̚Zp\dLSVև;\0C4El+N#$67~Gx6PR]Η1i5TSSqMa!1F m@dХ6Lu]ӎqĽuRÑ`Pqˣw MC%gKrjf#4MC̘9SP@^|:#l]ў G F"R'G_Wݳc#S!ۓ醖?\`Kӓ,V+d9c[Z,3+S՛y[ ܁y 3ڳ<>}NW}Q͆ :VTL8ׇQaέUC22媥w+l6P:ezE&}JBW*|eMMpR&u52,+2'Z?XD6kqb:;*kPh#sP Hǥp/ǝq" 2n`ǭ^c6bh#-bLR|}h+@d*l\+ba_ʞ'1z2w -^~Nif8[`MŗL5n*@ mcȸ4 Np$r'hrOMsODV>Av1~Q|]޺ٕߍK)z=k.w臟CԗYeDUdpzpJ(rk8S󘍦]R헼"սz7'~F 2X u!Ϸ"4 m !졥d2"݂ ~/9$6N& K85Xd䭺Ըj'l4c1rpt£,r$0<@J\n"YܤNRR8Gt)#y bj^wB=m'lBZa@kOl93㴜 yo@f%@y֨thNaXY%~$q?L2u?lޑ !~ۣ5iQhk#I.=ȏc) .+1^fpLCC|wiJCVʖɱYr#'[,M"~>1Q7)BlPA=RQ,]du}z"7O ]5=ʚ H L{+0Q'ǃPKOL΍pEQI#KpHh F^cwuUURsm熒ݾ#W׋Rr @պPЩouŴFq~FG |_↢wJFvYtg}^PKAq:K9H!RXvMtz1"VYHW{::AFy瀣MpzNy/S :Ta-0/ۇ^ [U:5oH4hBj /DQECzD0GҮ}|`̓x:ɚ2sĽ5I#O?-X+neM/y\aؚu n=7تa@\l{f~9(:ƮO;-c'#n.KNJ_|~Sʹc3]vzʌ UJHB (iskbz. ATR331K"$$'?y6 ;bLÕC^i<<*^U˒3u&0A/+1mI\VpB48yyLm5ٱl1 ΄ҝ.,בH3HwhA bv ujwM Ru a/Z)L=*w$YY o=o"JwaÅ?eYsPȃ٠/A׏m90hՏBOx8NBVN̐0&R~YYŴb3ݕ?h3X%&|%$K)fS^DW6UT'sVr`j3-5 6ң0OLpxƚ'@6Bwl9CpیO~*EF]z kMQY)G'm\ZaⳝRjF?t؝aDI*}EÚg(?%}!R~kH e+]WAo;V%pg/,ڦ eOM0aqŘn@~\Zm +8P }Gq-"6LUdۮʽQxd3'7jMfw3YXV='PK?)`9=ެ1ĎLˢ3Dͨ޴QYl 7$}MxS&€^jQ;g!mҎ{-lEkHM%6eۯe z*_159yQg u8Y,\u"ڻK(:ĥdVqun~jU%LsK6ȖYWa Qλu<a_"ubF0g^4E)=\A+9\Ѩ7 Yn'~JTUqk'EaFTQ$ccM@}*`uD\HnI\FZOI P]s_U:3lH>I&XE|viENc?*cp 1ŐiWDiѫL1TK:dۋ2x$yr&^U.NM'9Кi|͚)_nĮLZ&L9pS -"H[mE@_w-H|3emGnh>Z" gRF+W¤^%fk;4,kKi~~]Zy&xTDx9I0!_Q9tH~eC%h N L:ac[&|φ`IΓvS2~R2hDN4>RgN4En i̱qx qBV A6҄>k#Hn o_3q` jD+~x@WΪ[z7TU%P˥Vm(su9􇗁oa(պJlQRHhDFtJ4s 5GͳMK3J!&l)hy:GꪂIw^/ H5*95&N{8"i(Oeӷ<d/fj_8 e z"!e1iW]8CWǨ!0<AF4|xa>|)AT7i$ž-!h p#阺L?SCy!}1jo^O\ c7<&\48G=m~ԟbx `yDnD\+T.E K?Q #שyڬzf>5z}%7TBJDeYrCx2;i*{a ' \5Lh<3=lPiKT>L 71^*_r(Tߚg$%sjmKQ#7gӨX`tJ/YNhWS߹(o}:!ܗe6 @< q–SBGW2ip Z jH#̅%N@&#!9=F '6 mf}ѷ3p_*t='-Sg#DGˁ*EIŽN.o7]AE>+f$,vdڸ;ܻLT$3.(Wԕւ ҙkk27=Y`e\>dtOt(p'Ln-V+(R+0x<^りv{顄leٓ\`6r8nAHOv:`S1> YdR^\yn+ak}=%"'}m.=*H8*ˤ:0);J/;C秔Ng#R+8T];!6^9,ﰌ !6LdͳL@!cQQ8Hd&k݁ES߉8ILZ&l 'anFEf cHlrB $#s r f=B[h&) ҤXΔVuxw+ Y(k [] 6f[>8cD4 VCʉ`+2 Qt.p-mE6 dw_}9'^SaZ-lb-$ZB!B-d.}(:cL^?֪ΠСt:8=ݹ?LB.@2 ( W(u % qͭq߳T8޳A Z w‚ i"E=}%!b٫ۿ+/0BG8s7 "1ql!%VTM%lSܬlj$v|2*ub8?lwc* -)%! ׉ո[P?] ZH~0m 8퟇wӑv93bjU^B;b/N HިWu`90v$YAT+ҧ7f ɭWs?k+d4.rn9"`vm柽I)4n gOg5\1L>g{p8O(}ĈHTvEE[}mSuJyVy HJE2Q"dn4{`zQ8=r4ub b$Qᡳ63 uLψu3JIJ|&I՞ Dg½g.ݞy&ʷ @zKM(9.9ΌKgKHzͰ;D|'/r0_a8G3EZh ,C5cyX*NLPH )g׃P-QN ww#bo ߗauuoCg`Hņx>[g1Z*Ǥ:NbR/xܜx*¥7̤WA8 l4cY)[+FZ hrZwgه1G]( SPrkOb;?u_E:e]!Zydغ)|ԈAJ5^Z4ZVSol4~Bz ԱjQRh:܊*@oS)@uR.6a(+/a$'" [ҩK$ȁ9Mw1a t$py I4oI8zeŠj|uкV$(r,SӃaU6)h `" s+pM\у=NXǂ6qx|py@HBX&Y<=PUkܿ ρ#zŦm*|t?Z4-mC(a~{JEG\~eF$O]aZ0UP/BmŎ׹% [z(R5Ƹpv/Ǹj{#ZOn/n) ,v{U7 aa~DwQYb+RH~FKmѯ"myҌEc C1ӈէЃvQVJWqy[cp4G?s”/l|!L2z+^dɩs_Uɐu@љ֌eF$`[fm˯dNcf|^۪Jr3sor|^Rps/+o8j`%秕(⿗L>~| '^c-zE@ %4UFO'I8O7jHmE%-ʃV>FzK.)AT[tyz4h7cw)* po>hn"ٰcsTo{/=lB Qej 97A3BwҐ"LǾ_Dc^T)="WC5%w,jOGh5NȊef[ɳBؚ~8"k[g+kiE -D%|/L0۬ҕ<s(z}"l/}-?ɴKk7<>lXXI@VRϨjy-Fnm}UKIvBIw72_ K0۵l!FFfȾPT8$Tx߶c(m/7DS[qYT7Ɠ:Ukf9f?AxZOޙKa[oY5%g&@߇T l̄eիV5L*™xn-jP1V,ib~ 4%d/!Gv2ր 喟GUIi2$cW;̈gQRƙ vҚzCG_.=fU9(讑H22н'p߬gs8DIvB`\FԜ; iwe$!oft݈}O>|`rƁw^=d1v{FO{ 1md&zDH|l97bs9rf-+_{7gl fd8}عr4ؑw)z4|I_FH"W>%oө"&v6M!`lEC $+4J/S,_~`Cd)+֓V o/$.9;"K"j@Nz,du$Fʽ{wP-SasWTD\|1PkFY?izDrW=Ɨ| [*3,%j}ݣn=3 #ol?_uP-,MychA!a. MO~˨V5K$XR:`Z9޺#PW- +2$ &J5IuBX{ʮƓȰM!BzTL)[F@8)ɣ~'WwG WsR.CAYV{"_Z4 * HaF(dlj>ܵ؁ X`vG8 L S1.Xh ns;SGJa`\# yEV78vO6,.8ώKYZ(-KhrHrQ;6tx2ZV}6Lw:.9 uΎwdɢ_#Eb_pNavҨa|V8 I"nBԓӚԒK"evchQ5iS%6k].p!y'J=ιy{ YNWy{*yN ^j ]M5y|0/iS6(4QLƧN^:U#®KZ^ߡSo7ѝ麗n؃h3\'Jb#E jD$̀W! C*''ު\vZAKbӧZ 3W-Ҝ"[ us^P}NV~a_ 5K= F5*'~#wU o]-Xq[h0 SR 1`Nq" EzA_ "J7;[bvfEA.]qm. l<;2A_d\qxZRN `+[95;UЀ!-wUdMt)3ou!`J6LF9 Y.i!Emi0H="J>S/ui$V.)v)\itk6ɈR*N33tcEX ؜Q VkgW*%t,cx̰kq%;&ޥS8O$p|Wc-+Y?aM4J|#T@Fsjw0'Ne/P1ۇs9#ol5EVjS^!})s}mm+C#J1,6׍T/zO9|;n6H}s[$Q.ҟkYSdlzeHӕ!?8Ϥd.OjqVd6ݙ_XZ%xHm`Ry{#hE^&R&.yYQhFVo1.2ϜRӾ@v'(YL@_QHcct35uJd?Rв!  uxp)Ҷl+Yq,K[P!C%Ȥ"󊈹NKߡVI~z4PO%܊MxLgq,4 6$%ټDkkb8N?M.Vz] kA92`ہڔ'FtZ@d$gqy,VR}}DL|C"`&8'#1 y;3O.Z|I[މ oP'e`WWsJ_s]PpC8> Q|^T0&JW`<)"!.c ]9ebJ1Mx(бd>t Xy'ºQeZWS}V}2C^B4f+{HA?|AuwCdst6m/4a w M݁!ϧeI"*= )AB2Z5nn罷ft>'ָ1B33/Ʊei3֬woE?@5FďڴJIa|S<\<CS R-ߑ3~y2TsoU@L?PvBgoyZ97s4#X0w&L^n f)SWnx^i$|dL75+y6sTKl(pŀãӚld)?%[);30~-QT$)5UG2yz D9<Q(Wq42no58@߅J+yLwu4{ɇ1T ޽E(C0uSo36.i"Gfk"1&ȂE@L#xRf&TtA0q߰>$!@WYJi5# 9.$OGԛF|ME#.蚮w/'C/ _Y@b"cZ_jhɹT0lPU$?/'&]%i+1ni"-A^lfYE9~^8\]2t BGcKfh?TXrSF#Ac&l܏*v0[*ܳʝGM>[vsyjcH*dI hM=&go.Q)ooKt >dhs:q+K.|=N;/oz'״)W 'EaF,1*av6{;&e޺6Ǘԝ&Oe!̀@[0G^)D#aڴw5F Wc^<~}\`ֿh<tۍTbj$#Pom!$M5K훠󻂓&;9%8j< V Ypo{s1k3>Q!uBcI~hir)Bb\jNw0}'~}W#齣^mǗB.6)ЬnLSë/R>x)<vE=lJL9 .jB\JRq_1}][:o訉b4.5fU'Ti|!@ܰ^ʪi q!X KVnR\0- #NZٚԨFe^xL\ĎmFbrŔEvrC:Oأu-  lԾК8y5Z ;XqBM~eWD5&nÇcIBoqrD7|^=`\q\v`){yȩ{c fNSUd;Fqce CYy-.$['cu3Ggz81/> k4GLU2VGYX ƫ•7Hx%/p_fSҪi#4E&lj[[B8wxTS{9Q[چRTS ȲR? J/~"ŨŦ &}+xodxK8uc J |x M PF ՂA>&+ A43sp/7:[RK;nŭ̥ջSs&=aӞ 7߆OEN'ԶbxONޥhUհX^DZq-ه_Nc|-V:Sky*<. 2 qĹdy؆*ūE9(ý؂G7 &N>4kz#hˠ  [G]~Y0=%x3^$&qh;r_ƪ) V ;>wxcVO`/iͮ(/Y@'MB ap޽#0g⪀=gkRO'4=a SPj¦~/_ 3.~+ǽSZ,i8ކCV,/c_@+Y7S\<0)SPC 9zҲKdL*N}R|>\MJ@D+%L'2OMeJ>LypѼx2ފMIa ηfؐ'ȦCDVEw9yXm+n+bJ!v5N1ZU%AhgA;٤z43M-P K,lm.)XWޥ$OΖ9b+$B8Y zrf7&aE~y{AK+)s#ʉkz)9G/["M|͜lCZ#2/2V "ptd;͵>:mI `tmBO ?Bjv{ ̈́D{-}pnjbîMvjfc}+z-7p{f7-)7T&o$Ե"E6[׿ˌyU# ![E/ />CK!{%\c"CWwsC&|?1->yL%x8;\IO>bj!|}*30<s`SFp!rL3rjEҧ;%Ѡ`AsLt95Z(- ZY>CVqCeAr76TS٤5S2`ӆ7jﳎOF%6HP"Ϟ37Bzhk2VXݣO#v>42 ܰAu%Ẕ[:E5V;b~HKzlN6kɶ ^ 8c#8_5p|eoΆ95S̮6.Tn*8+/2vv1[1P>^lZq8i oFƙ="kcѠF-;>zsr^b&aIfe?%r C等GOrqJ6v `T !qd O[\BhÅLAJ!Fq@!lxkh7NX*^pLVtbEQ,Ufw ;zMr eETz8 )ehKBҔx%EAQ=)p8Syvi %8KIPR7 wO̽[alƙQ$SxV/٠ ܨs~3[ 酱"E]LR]V{ѧ:7x0y!GL.h&j =g/2$O̲<>%.%Ny@z QZmܺ8ݬa H(m8tjVVlu" u^qh' =#1^:ZspZ-/װ: 3&lo^.4 |F+ ,m1/څΕG1h1!gă`ǿJ~DU5Ixk/dt~M ٕLles97 BPiDg)-p'u{ DF,3C}|{]p1Ys{}\zECCeYw6o0O>dCh踢%m(/ jͧOfItНFE;^4^` 0NBoTo/x^R 'Ljs\NF@i5eI._$xL^h )<.27beBIQi,=dibntkNKn1-~O ʧXr{MiIUқ*G8~Y$.mƭ! mz п8J PHnp_7di1_=sbPC"y#Ux8i_zE,h?}vf/~9||~&uBPڎՋ$,~/4}Dܧat}v2q~"z_nmu2c?2E;v>󤻄HC6])"{*y|AASv`2QXESjJx.~X?f9)g4fc2p9t~UqOoӍǥA0b8*r3;g!@P̂4͡BR7m5Y'e#'/tUi5_vO>/T ]O3ܓ"$S;HY,@iνՏC|v> d׭Ӣw&Nl?cmęWB!*lqev->,-0g޲}TpE8ca @Y0KK3Eu?j bsǫI:qDyIb"a-,LY $ VeEfH) 70@4u Fs-4#W1=sv+x`־ uHXET#CEB1T'$y e2Do yMB~): CB%ly$ =T)!g6#W‡/۔|L0|j9ᑃAk3H$w@d<0C07LjUE 4\3;D\ZԦFCT8Wâ4ʫbnziIN"e&⃛3W&U鼐65E wlS01@ZE" $ fw~[z4pb#py7K`-ľu>\7f⬢(cB;Ps QӁ?s'E@:FF@^DYpfB"Qn.|OǼ+̶$3Ca |ƺyVtJ#1ےUsRӨ_Uq!wɜFk7IC!i4S${U"<}vdpf 9I$E'%Jjңב ݄ IJhÏZQ7ʲރEۻ/W^ {F)Rd1Gs!e$̪3oD SIB۬؁: -.v @:j,^ 0eJU-CQ{Fv.7iPM[i9TZ/$"%yF2wP$kBj!j 6?ٮJl?y\0oE;ʍi&cj@sw.oWxCmE͔4tV+ +O&^5zLU9;̋r Q^$ wB&*I{ I4̮FPGaT&t:| ~P򇭳9% 9,pltp߳p)eՃ yk4Gi! #fV |egZ<{dE$31#noqF]`?~:2VAF=Aև@AսװQi1IgKe荼lYCE' vZG9:}UI-2%!u10n| 2E84 7@#O< AAp#X66J8vRN$9dw/9فW䢿}?aNJ_"fE_O:> %AX$O2gn*y(m/(VH,y_e vUncfEH'2/14H C͘]Nw8'myĥŢ4W3K7հYA€~&2'==?K䩊nJĎɐgD.lΓ^42g>mjxQN'A8%.e6JV{CS?{_4w1X2w n< M&/fܥ]s7$ee0Zꋵ0zGHx @(|'"]0 2eր .mL!y2Pl2mı`U͝i|]ٽcDzs&6L[7ַt,_qI%DU_(^5Ũ4o^yƧaHmzjAvS"bA:Rv)BY;ܯ`g @:F;E uni.P+~-+B$FXea8p!-ɜevDB"$azF3` qmЙj^( !?Zxqߩ4QMuO ߡ=.? :6Ɂ'2tN@x^L6i5Lš  ^b@X9g1g_⬳H#08+?KNLކ)Ye*! AQ[~$.:j"KYc*vc-wLruL/Xy6V FGC;_?tğ? >u:8HH_K@jXPHk -YлtBB' IlhǩΈz(~0܇# t[@l 9U-4Q J& S˓a1aHӾ3B3ܒ?}Q*傅9ӳ#؆!YW#荈u+S-P4nsP AZb+Uzw(:Ng0ԼHABl'>P|Fo(hp m:#}!Io9nB})}p{CllO|,)W%ȊTm@+ ^4oWۡs!ĉ JhR5cU"V8kc^炔/MQzkg2V4Em<ԯ\0MЉ1^b5"GjL:}rFAaJ?`M$7>Os&La;Z'uJ̬ҧ‡4u}mP?AUyuS bU{ ZF5e-d nyf\JˍL؉"W%Rp#B_Tj G mj sK=>}$M\$"Q6ll]]Ŕ=drT-p(EBO ?ڙ +q,k.Kl<ѽQ^V/x5I݆M3lw8RYny,4E4x<ΞJVD`hzrhhc`_I ςsshR5x)/4 C6X.4s8ƕh?'낍qx?j OU;}bnG^`L~V<h u>hV~$lCٛu,ɮ`u#D)?p7;,ky~(q~4jơ. 1\\,k,[.2> ,/x:}hbsE!l B}Fn+x9 ΒGN3J҈Ǽ:/?Lڦ \g汯k F>mRx־j#WRB#@/+wH`MQ- (;]Tc)b$'bIbRٱ0[nC[Ӎ%\9sAOЙ0J&/$ ɑ;0v+BњBYgMtgSu1/ 2*.ic] s#M>V;h:SsŅF^Z 6Zٳ;B JmAmBö aQSi#f!~fܵpyYA&[I9s;5w' :|\C^ x5SWg-m[(K!nv'||iΩuMG^I~Fo]}4s ?\e2@J2:R %ul.XY#x BB:g{B,}㮌)s8>qɦWahЁڞL{ 4n2 IiN$Eqf+qȋ1ՕBH_4cobM13Z(o+hxQn~ 5lI`O/~ڐv䢄J}MR9wXZsFyj kZԺYaW;pg nL?JK%9|(]Zƒ U{eqo6lKc9F5_3^@` <{:*2VTS~9w I8|_1 P+׿,\Ӆ;8sv (%mPĽ|yłaH.}_-޿t2WwQv;QR&UDz3j; {jdso[ =!.}BkZxA?`h(0Kuo8&sVaWX6pwDC+v̸I'4vXq'&aB $imEhmT=gn-Q_ٛ+e.A)0M~G,=x8"cZ;!RԺ `:sd޲?|YA)ΘyAS#Yāx+N<!eD'G'E Y XiaIE۳W/:ǷXȆ;(t*Jd?R^;9H(K4Ft8K&yKzH`Kz|Qx g}66()T>gW?þnBT:HIݲˀxV>̔:-RB_o?5=3HA:j7_"XjF $";63ohʡZ6ŠPC믮2Ri"nǬ[Y7'@C' ΄xCliMĺ ˽k5kG?d]MQ]9% Ᏻ~YԀ:ZnybD#(72eftZ 휄$`\uT֌b͇f[RГҶC6##}uTC6m3W(9<\kjX<=E xno|hRgYh s,Ô P ͌ *{\oL6I6wh!"A;;8䴾.DZVljE6Z]A':lp0zDJ? ,Μ1,wdB~Wz'ME~0Q=:܉Ȑ'> O3_ѫ$o;tѸڌKpn%l̺ro)ji9'H/2m vP=wLJм4j3n0YEs?.P}O>vIƒ-dtGޡ3iy:c9BziHyDsO{Iaвp@Ee5^hg6qfY׷WU1,[W6^اrSg5 Cd{WՏ5xvQt{Cv:*`H uS:u\7e@)# )LQ =hWÂwD,| 6\W=OC@IףvI}&K@|'YԇradiBt(nt uPovTvOO $ #tei4^ $+q 6R )ʲ4>Ïd*v+q1frh /^:>Y?,͢{E>v Vc0("[󗫀 fC>'90 a,d/&jCJBZE2?YkdZ2<)i U2[>9@?+66Z)ei/x Szba? r~<kƼ Bc |uK3Q ҫpX I¾Kr uOL.,J!z0∩e*,o?%7j']~b)mj'LBlU4'C[^/S86-'h]{Fz %0=GXoD+ fG3F>ch"U-YCsoX2] ViVHQKRLX֖K88n⪂F$6ϺB[|P ;e6"qQ}%>$vb!rAޟrfMs UٌN3J%,ir+1r*8D2({q B:UShO:u&#Sh͕ɤdkEwNoW%ڥF+~]mSpV%^g0.Vq)NOLIۈQYF []Q$A#x}Ez0 J:>;޺mAub tZ|Dn"WɪJX 'JCjO\ t6 fCiIiPmp^/p//%;pvz%&Q,28Y4"TP_RQ>:|c·YJVqzr;4=x.mK/6gv/#RG.uDفavGTK>hN۳-e:pX/Xb`̑ Kڥ}|inXɆ෰233!MՆ;v4] <1qFJvts8&m. ^~-%Yq=Y<)FfV﮺\倯{j6i0PdkXk7ƒo9;2`^\ ״Y)Ρ{tIn^Z}dO~+օÊˮm! ֹ4Q0kQHn-DkyCY||]Q'!p3CO='>DjcmҁK_L]NvMBV"o@eb%*'s|IU{oG#!uE3K7 r(  quxe5f,TuLr9WXL2~+R]mjNB;-$hXIT ٲ+C-!aCseWEfbbS:О:\ E~rX~3dfq>pB B?C??i Y"6枷}܊nƅ"P6N>ݠv0 P}wi㱛m_BӀ0VXVoqc-;K>%a 3wvRb(*A"N\oUMH^ Z%%S;rx5Vd~\}A 'ɠs!2@XiiIh_L q:ȳa-7g゙(*֬-]m#:l? O?n}$O5(<h*['h~JHEh08| _9=z B~.iUf l3D?N4֔0CK(>pZfl4MBh  6&渏|ީTBq>waֹsn=R1Z0гGeig&mKs9`0@}%Vi!K[6yg,>:ɇgG[x 4KR1Ha}˦yOm"_{L v^{x _zǞ$!sz-ġ>l49 ']@lF_a;M Wr߄XhiQ㡖ۡrzHZ+İM_FuΧNߎ&6=$v6Wnޏ"~ȡM} ϖ֐A6٭ fu7 M3u9.RԆSpH49=A=mf(@BN}n-nId.o ϩ[J) tڨ[(:ūAqhԩu6ofN&G  F'#: yT7Ec!rZ8WYQ]9="q721z7\2|A3,cy6nCDW.1C`ݐĘ F݌.M_SX:JcӀICgK!2\V]氫T1Nihf]/B VnEp!]j .rgUFU~_\0wb𛫻C>bDO~TmvBqHxƈoj Y&&p&9hYvgG=@A-BwKjD67#L0EFi~l55aԅEh DmF1:FշVa}`8xc/n!/NjEǘoV͚X$<ͷ4EiدF=5Er ɽlHb*.NPwqT{Ŕ㓢>*M--O Iѕ\r>VDiD`6vUss|T 8bgA&!/O2[2 HJc<O,@^,Ÿ~ LC2N#DK}}r(MÇs:P$Nuzhl#odȡQގJ)擗_@n~InDb9Le6O'@c⪇IȧA9{;jz |Ǒ=LLv j$sju]ÉJQ`" Z;6LLT)wiD/wtsofcY>!44Xaf2^͜b-SH3+3Xz_OLA++[J]S[nҝ B}1-#rZiRYWhe;$o%^&@[_ iϰE擜}^wr`C`G&n,.@bʥ$Ԭ`4WAj\Wtm~pJ*hl|fMP>VslQ~@SE1K=fy .QIڤ2}BM\&?:yDƣ9G>{[bXT*;EՈzo!uv*=XoRGo#:JD5玹r= `O2ňr=PY ^sVE>j/N-\Oib/IkhVAȒ!bt% , öDS^)3cF]!޷uS5fI9sqe6cscnPc|{oBRBhQ.|#h:y?3,qCM;Kcʕek"!ǶȄg=[wZu睁"h t߳5-m{uֲ6H]f4y=oaaOMz>]8 +goq$1?7uC9AWgFZ]=2SPѽU5xu8r%l18W [0=rYD?ȿ5]mj&߿3lIuбp4_l-&~kڌ|XGd23D˜{+okŭV˅묊03#P)C6]L_ڎǛ =s(G<2eѦ= p,z9߿ &hRIlsR$Zv8B:p*3 T{XOWG?+bvM5JjuQ5\0~CudK@&lPuɚdiܘsܬ0{Lg暃Fʖ󪻀uK.&f|pKwx`R1u93C0;it[g}``7&l}j/:#z<|ox΍{]BX~Jk;+o ~siマp 9NwqBn-QK`T8>RpþÀ=$-d)v6&yHOƍisR$)i:)Ţ maĐ>:0"\57F'nF_;6o-sHWv.5h$^(!'@=xsxJp~|>F |Sdcdtlr&:Fs10^XuÙ2ٰCHpuիb݀ehE;#R1'(SEh3.l5lPu hF>6"iKRGAGk5?tdH]IRdo3S3s/DۂhQQs-.N8 R\a BUZǙc .ޅ^g.tlh֧B Y&be#V$^_\\ Srw\3#gF v%]jq[o]jԓ 3^N򒳢 eJ"+МTћs2 ;yV'NMl=vdD_{gǜ#YypT}IRRیnuw,8E ۦWKs*,}΄ֳ&c3{&cyQQ"u389X2hL Iz?WM[Uق5XDk&(m1/ˤ&6(]BL ?F$TqC,~}D&T,׽5@hG2GQ Ε9|x Y>;nLeU8-Md4x왐Q.Q?<k>0Km͜2C֛mRYuq MxtfT4GֱvhCּ04_!E޳-.͂KK>sÐk,6V.nVHkцhb<ao/ - jMҾ_!Ob'\ j4LbăX3=9on$:V#6dEUiHDr=$v[;6/@/NOh[kX 3L4+&/4ne.raYaɤA{AGvʞy%>oz@o*a[45HO?`/{~ (e^@${ ٕ_ 0~FNޯ Poe40~֌()V";POVBv1A>X hB?uxidZpO?zifTH+,MJl驫*ev2\o sJ %9k ٧yqBv1Z-4$ Hr{{pXO*A%*tfi$X0Hʘ>͔C;䛖" ̿=TW2lX{۪, XYAvP{/7Z1]T}(r^<3?tlgV-rÈ\ǣIG ʮK&:p=6/iGW{g BoŁ,7e$6Ȕ!ixƯv7U(Yb1,[7fGq>/Uy."/{i)Xstl):2"F y]uSf4x#v%;. dM/tNywGlI}##' fw4sz$YBz{I% ISuuFSTiAjh-cۣg7ÏɬH #E'\'_]ܭU*!`ޔec B:?$I} OZM?ԧ/Č7nCb@^Fnl =׎|E8D vk-Z ښӶ˜(+[3TW Ȝ }i誡Fb4+wt(%.z; ?ѧ ,i"tl=CbbpR>Ie$l!\V}/X*F)yXqˉkusM¹IO"[}c7Ѱˉ%x} tGM70v~O˾둁(6 HlS&>$@xnrb vUGԫmUleƈٳkeN&Zo/ g+JQ;B$s%@تrSD1 BkƝU.35J{ mдd(K(`cWKFM)DSP&~-|԰De!&CFبQ5YNop5Kr]\l~wkrj1>$7?Vpw"Z^&tz%Coޖ 6-N=c[+KY`ޓHEF/䕤^T`QIӎ!j@4Orl-wQg?@o\#;/ 1$[?%\?'0D6]LM+7V_J Fk? H xbV7$D:+~Fv} ^LDY(מv l6Y&Dv&\ގ0MN rd@|RX4ף"eaOM"9U'y7?HE, 'f )UlA`҉i%k4jLԄm.nޠf[c`v8,8d\DJmW&n y'B!~hs:Lp\o*Yp6W\>~Qm;/YSD:q&KA% OOb$홚N=7xILІ1GfvAtňVJ8/3ֽ\m+Wg_[لG%@%(m3}\֠]bNI/mQx-,< N/}DʈWuD3%^8niމpj:tV-$h3PܤfKs-$oJD>j$R?=;E啸OWqG+ 4}#D<&YJ^؏,˖y\L-BňLU:ީ_mx ~ r`=rN3w)}džHۙ N e oߏku/}O%0sEy|m/62"!"3 Pmv"`_+a7UV䚞Sؽ1}GPe7[g!6R+f!sD |^ Uvj 1O GSc*ܹ$6\yhT<!bR>$W5Cq0|;ɻ(5虵"^zyUAGģk+ T3(IOLF]ׇwH ^F fO Io1-=<h:#bSe=܊),#Qpl&k& u|W(*YB'S]4w7N1a*=w fHTcE2,ѧ,/qq_)s8̑Ѯfa9>ƔUxݚxO6/bVG1yUQ1l3_LH0HJ7M\Q/D 芯#IcǤacqfRB2j^c,)ճ n(@j:1}y{r{}.Gӹ< RXHKS}Ն귱=\ ; kpR ̺p*r JQ[ ^H:E5a mhU\ \cPM>L\\>IÍϦ5H qN#Qn[p7L|YQtW_lKLRнG|>6ic*ϳ?V$'s~Xh}&w}?8K^Q.FkV ?m V=]dlkH< 2͏ϿYmUq fقdd]$Ib$)UѹW?5R; +ke_EE\KJ&N<8wqG+r9v7H')F L rxd n{VIkHg%t }pkI#zX 'Y Dȓm >̤JV.>NI~MHPUw%c]?\&cR]yWpj?jH>BU`(2g=$SW5D~#$:F/ь%X(AVח͓WЬB5`@2JMp@|m< M8|N\m:W/amrv([7qK ͊: B`]s(ρ&j-EQ<;ױ(jj\n'm%mRtpO\x*VHȜ"~1!.KfaEc\y2+y%,9TV*~@^Y8P>.MnE1OX';I[VV^ݴx28 zoʡ9o܌:9*țX=%XՌz%jqHlQNb3Qo`E+1[j@g^ej>ZziwsJ `-Fҋ>f#C+87]Enm׹ 2bǬq'4vDl?u%us W2!;(gh>ƖS' 3x&UPxO`a2fk] Pro?n2rO#H}ocGZr@Y=\`6ljrk_, %]3$zG'rgAK8[$*[}IdO o)3G: Dcۤ̃…pr0; :i`ɨI[6a"?$ʽ}6487z}0Cg?} hGrŠ#m A?5gx nxԵPN8ȅ[MΧ2=QVQf?s^05dX)nj7eB:v }`d;ۘ֝i#*[hP^Ya7r=FMZ^!ZA M1s+ hrgl<;QGE2/u13 } kP t7hʃy7 %NUZԠcف="F3}6 nԢe<߾W3rJMD1 JVR6i5ʅ; &4-rʁN6ea9z5zN>IӺ=D@EӄPn`ѥyHaY^)l9h&ὁ7Psum!O5,R#ciü="xĒd5Y>Z4i2c DKϓ6 :jןX0$z JHkRPx߹gxUB3$t_kHCA'M\VWpdM.:;g8w5CK%՛&]MӉ j5fvk G>7 H|Jzy""r.fT|㒆p(?+n)<# 2YQ@u8mc?ʺCJaW07;LSxߊDGIre2pbJod7HT9^;$iցmY(adJ~Iv$:D0`@![ULs8ʖlr<2cIʲKvtYdΧ4Wv>xޡ;1%s_.TJ  GA^YM!4I[>FM4A|0vN&/#fy wՋ6^L_{S =Vvcm'zr2dIbRJPkPV^oN d`ptvdrcD)ϏU[Ti4Mhq K!oٖLHr鵰EQs[m%zͯ`UƤ,[{ 6O^X#KTH:wm-<*'O3ItM=U@gF3~YiX5X]l6Ƅ$3i\`&֞An z2ݼm7wkvVl>>/oWHTRbH%'X臮F|m>l}@8WbUv;e 8ww0$LZe.#}]QJ{؍sn/#kW-w;d(m4dߚ/-`-D}NΤ g-Xn&! rW*[\e*fƉiJB>Zzo!ֲI?څn{9THzg] M?3sf^&J|)Tnϣ>Ns3ۢ AJ0,j6,/kc[X1.q<0BC D-Y؝} Wtx3ZhGa#sK)N:J1$m+ MUo{13_+y RkILMk4 >o#ry#gQ-/[&|+Mvބ^PBnw77+yTbZ>T0$iSXBD .`8 ڙ]U؏: ʘw1NHPd72ף:&~AΰJmn$q̾Y|Vj^GqnJ";Xq%ga5i: ȉSNa#Yk(_/F .HEOQjpӾ1o|{I )Mlk/갗k]K@\0xCaB)şT%h%P O`ISf1_Wэvɂ#7튯O4ݙ_`\dɘR蟍I%B4U ɔMn BxSW\[eĜ/:c!<(ziC-3tόe8ipuN ͮ٤mO*l3 6~<&/Û!K3 /'Rn-xhOex0C;"ﱧW,N.xpli EWP"O|X*@ЦFIl6$fz4g$ؘclSNBzNēq{9奣YxT*ePh(xM> vYnPc['V'xR<PגEku~~W9\[Eaml&?{s:b{k/[ۦO{A2;U]{QEX("9DN+ז`"A^M>^#AEXxK-fAM3W-eQ2`#_cQ +YZhBȐ%D͹K 5w0];rޤi49>PqMON;f`{ 76^sT'B£CLՆ `yi$2'c Ub|(^LL%x05*u"txl$ǀc7@z ??BK{7xeVjR3(e*ک/2`b>[\ϥf#P!QrL',QVl~_<ɺI܃ĩH39~,(|WU~ш5B}RҚ")?*zG[eH_ ipDZH 9 R~pŭ8 fţ0b> Z&&r?> [ZgS9O%J<wnɠ$30{_>D5B{GAX$:}MxxAjH6=^4)jH:+f3avKlׇlgTfYe–K>@0Naz {#u>MKأJ֗Db$y`F6^% OXQr)$̶."+8 ֳ OūU\Hq=zgN_3Ā*q}KS`L!/zkiHl%.Eu293U͙@l;)q[|bXO)2<[_Pv{T@J4?Lr-Z{׎a't u~Xg@~ȿ=.E_C *THrQ;<8$"~6I#){؅ۊ d.ԞGMQ{sU6DoG߀ ׇɭԧmxOph&ɉ||+6ax,W $,{ Pf͡:v=Y m{~Ȋtoy%% J%495N"aj뱻IZlvŦ(2jKrQH>l'Vc3#KqJ .7TCՀZ2B< ϠUN(A"eZ&Eai_=PY̏E*%2 Xĥ3#Ԩ)Avʡ6=Y <*v@gؿ`r>iwA"3X;[{m^JgD0~gFY(2~ś βnUHi =0DӒSGmjvr9^!w`tSSh[\Oi6[ԕݾIDbd($},*yѾԫv2(;m}8rbF*6y8,|Jѥ-pZEʓV-P+BbyRTج m_RXpf?VW{q3cg#ZfФÈח@gŵ S4g{|9BP 1˃x7؝'0Z]Ӭx`|:ܧ2cP%s*Cn8Un~ oMY~jؼ gZ[Ou\OGK7Hd&&TAhQSӰ ϻ$][I* {E{x|wQ\DeGa+Ijr_]ȳ%dS_S1xs=,@h+e SCyj7NˎӷP~5BтӬoϪU翧#l?]ey p̳gu< ݏ{&)$8I)j623naLuk>S^(xCUK늌^K`BS՟> ,YpRW+w*!]Xzg>/GiwbB5;YBhUG5yj_A[=yU~EÑYqhIjvCF毆Zqv|}n+B*j4T7`2T 9C`]~Q@c٢O V_\^%tf[CaY+FjA8$oUz/죇2I :t@Ea@Y# 4ek^{$[6BmB$aH,}v Z3h(!B"3mrV5բ~ v+k(|#㷪TD`t?k#!.Փ9' V#[Cxc5s{^yr>}˂&lwcShLBΡ6+0+! v'Ц,]/HRX`7;i:7\ xUApZg<*JK9Hh\>[ָ>d巰hF*JPWN| B;= @Ji~OY`ڣ,ٝ9x팁0ڄk C:o`?ԭRt.U+KgxǮb A5^?ԋBE|aSteRz7`W=E$AQ4e1d%e,rnpŜ)9Yo~Q5a +($Da,jc(Z`C:+I!}Y"uN" 6/ϙ]Y8TH~s:&J%zO}53AhD}+/|Jt˰d\ᵲ.6ݕ9>+`'0b^ 1dHT|Jj`}Ԑe*o|z9t<&L՛ح4Uc;%:r!>כ{lG8ng|V{_եKɇZG]e(6z3pܷboW|QI=K K4n.OǓ}ZAfҍ2g<.{ ͦb%VJOcؠ@GZh7Hla/e[ʬ )Vz$븎n GSW/fk=՚nWld/4c{%§Dmsitƍw=p2gr,<`ӄ:ܒBM?)e5f5ה(m–eAv5.:F"K Ƭ6| !3FhP )xNbHmO˒Œ=c"i/c#+zaהda;&WаՁ%?ĝaD&Yj H:;ͨYX`-&Dst&rneolF5+7LC>RGMA)^SeM5{&aR}k%e ) m 5}ACz֡aY+Rb~Ǯm! )"i"\o:TİQt˯:#ԺMd':QGd|E9{tZ汷*@乁UhIwy4 <;_`VO=z v@tY1 `>m^ScLql'ͦi!_N-+u龇Oy5y}w@HF M@Աa9umov ',X6<թüR@: e(_Ĭͫh$9L>?Z#m1 ?C"&O~(~.="pG&fr3 KEku5<[Z7E:%]>?XR~V;8sGzv'vE*X:.f) |7Ť1Q=z^;]bǍƶy'O8!s\x]T<%t1H@6I%RڬQCySmH4!Sx,*0-c}j _}`6/Q*ۧ)IqG`? %҃[L>fPޔQgEsmcJϒe|J X 72bh$%Xsig<Ð%o'"%du|1qJ|`udiճ&U-ul_Xŀе(hS'4CQ@,pȝ)]hX8~LJkz97Sɞ*#9վW&Εyj-;"r]fHퟃ2O)C@O]nj\nWyZB&&hÄT*PeT QwB?Ҧr؝bwx#dZ,ʐw l +h8J-r 2:_Rl+/(p`\yT> mh7iCeh>Gn|f1(shL{T9$̝1&EōD] _4ü-9*u, 0PZ[Y,j2J)B<2 O&]ۄ,P<^rdJS*m MТOl XՌā$@g܁#@nzH5יԘҒ[oJ%%)pb4'ZIjaxZ ].u K7t՟x`h͆5.k++81P'} #S7Ф0 *M4*툫 k֡2d%oƛt|P_@j^F<-8! q9$p+ܾb_ݝsfŨvUI;&jhX\l#[9c'v!_ z!08/>o>W/l PQ쇾-:~Y ~05f U#G>LGon7u4aFL)\Э6I1Q{k1P!V*[K]P@I'J(w|Y#uOe@V嵳D^_`H9S/2dm@R58,7%3׋)ۗE@%IίØ@6JR\F7BlիGtr+ykڬBި(iQ"dW{^ ɿGNA) X.Ж*]t [@`4ʿpqvSӃxm,&*쵵}*"䉃  /> םs[X˱D"]zb1V `v( P?Q/7_H+U_V24N(rVD$rNy80)aNn 'sN?, P-בƳ0 :j.gMaHG^Zr vJqx{S2{/إ*jyPbWc< lŇ{^whBT1@*5^q6NM$Ok-$.Rd)oi`,FClxwB b,5gdGrhLJsR`t[,=Ix.hDX)Zג\Fz,9sLxXm,oy(HlK/3 818hv6q4$u0 CO4^(@$P^I7Z~=",^z"GV}$fenE׉NoL&`ϮrE0E 1P*7l&;JJv 5NN@RW+F M T;rru%M'{DUYLsyfgOBWzdS,{3ҕ5P+֍yN .b7f.GѲNS-^#Gd`Ķ6z ˉ^  E+*gǹCOl;m_R= AlggwǦT8 g-g#uC-] $4mpk`QʯHM&S'Dn[wc&[h[pLڦYa|G< O:2=f؎.;a\̖* T&ICzl$ӓۥ ` " xd[ž,bf6,AmGӚVQc(iﵔhS*R_F}o2,*8IDN&#Վ۸i/!tfϴd%JꆚNtMUqS!a&@xQO;*sd«(@:Zrb.Wԅ"Dr#ȲԷjPZ-oĺκ` XusIqL;y?Qhi `z84 2Z1 4qUHb޽Km ɠ b~OFѷD;z[j9t~?ImM{7L߯~5ˆ vMiLl1׌q!^ :a@}@ĺ }!$5XYvcAimuLá>;Z_UpqTyud{u1i c$y]G#8ξE: Vva{`{| V=WT5PƴNoG%|e]R`h_[{ КvJA.b<yR@ YsY <=2" 6yKfȠu^*Cdc/&{ e}Ƥ̗ܲ;PX׼0-4@>:*2#'ԙkOIL'IXKY=Hj|nJF%rd`[!fRM_󻽗T4ay/~u?t|J 'ctچdL[0n_HH_㔯/ *jbʻ&7|<"4_+6n._OkHE.A %0[E'{hhpE"pN= i1T59=e-"_nzZյYQ* IsDZ5FѨz1J=Aԁ'/WBGC 橁Z=8azBd-_'kVENiZcAeo}3Ϲ`(?98];<6lcl7KaR*4e_4j^@8&ke{/@^qxΰA秩tB0l`ȅI #N? ^˴aHuM/-aPF gaӂ1LC0KzVȸxEr %y|qP꼎ePA3' B82qV=cYÇ8,@BeezC k ΕbYpIh+:udh4Ig& 'Z]NT6pXhi3d؀957^ y}dUUvc`[ @h`2+2۫ /7iLORA/ 6詆bɓLECbEq2*.Ƕ)8)G&: pbc&tv|Muòl Eq fJ՚ !qJVYEeИ==U̦M_[7&j==Mۆ ͩx­c1*QNb!l@E1!6޹$Q8n'⌞!TJ@@) p|?te(W-R7 8LBr3MZ%W[7m ZP7Xrg^)x_ϼ> O$YOEȞ,0{]hs')ڶʅGbّA;7%݅hmRB̉">T.J3E'@/+u$ m]r"J) QU$JC:Q3L[`A*U>B " w)-"UTj=ZgwY[R vw^,;T&gwKtӉҋJhbB .>ڛf2z\3߅T,ErYEӐx:پB7"$JGDx}HG.\* Ǯ"7̄"uvۉiI5KI by|1%R-ʦ庭`8/[I# pCj V <+PUXkGd2m'&t.4PeG˹w]-(Oiz TUfMʍԉ_ `oeDjrmN=RWѕPLҽ$R1rRi6ԳU6<(CS 9KyQp{GפMÆ*@+nzTYaKPn{ v(ߩu[[" 9D0hQwi7̳ȃRyf枋G-6MnIfA*cy28h!.ʜW?sMVupH?^*y~?`JE5;( uVhsS}27!$ zXR[*5YVYD<1 *\ڨ@ﻶUeGj{|,EYB3 &!/m;8ǜ'q ;֟몆jJաJv>.hWE x(7} @L2k Zpn XGזemvvڲqp1ݚZ+XKC >@f\KHB_c5_={E4aj&ITxh1#?׬P_2/-26YX`qEjQ_rB<'!9G.mJjytC|yKW5ڭ%+D8Y䳥+1+ඩœ^5А]k~@ pE\9ӽM6_f- p#pXh" r=3A;”=D{cì8Q0^坢%i1l AZ"c wO;&N{r:*"J{Vm΋|x/F k#n ȡ5_;}z9'пU}C9mGl^_Z&q~i<{ee.tA:MqIQFA򷙏9X}7%# ՖWiPs5O 5{_ݭdeZ'.˳#ev^TVڜ{bhLU$qkȘ - J߯bfmyR w6:#MvRIآy%qM0pH ߮x=#XbEp1H X6m h:$Ͻ"h(f^C'$瞢R sW nM ŅNE ZTb#cM7 ?BG},&f΍~t@FUP06K ~^z[l) Apʕr"T]0+^ T6)T >4뷑 t 52sᅭ*1FZNp~Ɲv[Tgֿ?sDW/FM5˨Kۄw yfw&3679׆xDJA ~m+VIj^|8 e)t'V@rf_|jjCgBssq?܋ |ri~H1ĬR.0b&"PGؾbArߞNc5 ZIQ0أx踏F3 W&ѹ&?"Ϸ"<AA2!*;)"υCRN9Ͷ;5'aѥ`)e}}ڮ!Kj CFVp a3Uz|̸"9u`e;=\oҔeA:AkX[Z:-`ҥ#&@@1&QpBaf񤅇KFim&.i#DX}#zHp륪N. cox! cǖh{' W»O`6LИ 2"f:츝]cē^Jؙ>Z3{ON9XQ"hb9V n1/$;cSw^(& Iiˈc؏SO #>([ q d3MfȷEl~i4;۷hO*gT pXWpH{_X40w[A 8ft紜9Y\SصDsUꐯ:X9{ekc&$ .\-AVԄ13=0ٷ:pĤb,&$7s,sp"6(~е>u Az#ۤ/LqZ ^Y72l "TEaӷ='*_أ("a`S @#({ sFm>Shf3'$1$Nk*YݜD/*`Y4C'l\;OdKˍ&{Ch^;[Y!C~>|{vc䵷¤,@V]PD>{? ևE|gC\7H{:UI@*KQtPdq)嚂SFgf:%&CT5,U79=Q? 󔧞秐(6Dk,_6.Rp_I,uV.)Ԭ##vm2Uqc%GD|@W>7/ʉ1 UǸGJs`/ uv0Ay܋!m3WNJdټ8|N H /3JB9XJ]Fa+zdrʩM X}>+=6fl7B9gJn)凃iVF-6n4`IEߎ}\$тj 2MFXMp s=9jqDjv$g uli6&7HZㄱ4I ӫIJ^P7#7@hnL=]RN伪$E{o2Fi!.΅gW 0hjIwݸR-O WV +L o"YQkSkUC2J5rM  ]VJ.sEJ:FAҒ=O ,6iM7݌!'CT~P@  Ҝ.9LWܾ1A^Uqg{9Fy ? :O(Hx઼L ^TiCOGFz'rPycjl+iAD|(3{ b|Xgܛa$#I͂{y۷0S m ~'!hpUjm/eS '4yE&L33z7+dh)D[ew0FYucRsrMm8:"[1(;lMcuHV*3f0,4zLUntW ̣/ݙF-OE+д[d C\Xoj DM6W4cYI ZzRc6a)%ީ!fp(0AItP1SLMcyXN}G8 Y@썞 V ϼCU4uB9&r_PuaT$"j .:"3B;+;z{[Xݞ:LNOB؄55u>>ʒچ wGOXu'am$K9A8$tK6hTq0%nj`I4xa!p o7Su =1p$F >*d;$(7\t|!nV7MIR" O$S}DRORL)+E^܀9\242E=` s*!JS *#J).Ǖ-\FB4p(Y[#U9 t}ہUN@5췱or̫63LJݢSt"d*,ŋLE ؐVsF]!/2)w3|Rٶbө7(IYVNB_ej!f$8Ҕz훠5vOekXl8Vxb't"l51,4?C^"q:\?`˿N-!5 xoxXW/.Wn3 u7Q:ګ. sO@~ľP7HnrC|νP.|9,)ot<z 19f bJJAn&a&Dx=7[W0;ɛ,b` АOjNRBd^O8].$DCɹ:ϥc{=ƥa1d`0 ݿycdcf6l^!VytFss)<*)hC{?ޱхB4]̰8Ћ+Io2!Zp?$\2 DvWɋA'o藭1=ogMa*RRWBæI4h}A@mo\̓u9QB3;Q'D6WXs1K#?x^Y'!nB2hYfRk2prܝq*tOhgIZIˁ(D <3͜ *=3c*5_j壐t\zXh` Av]q00>E!zm!0(w%GD顱Ucpd܃9gw@;8]j,3nEVhszs^늎6tZS7h|&F-#:NPe@L%U)Lv7aJum@{eHZt5u?!ELV_$O:}Yl<ԋSv]%>̀xK6%ꊺeQ2,d,I*An$ (%kFNԇz7~$v;$8 DzHhltЄ )Upv /Jfr*ًLK틦Efr')iJֽ˛6/ %E4"ʑ.܈s ~e QYl(5_#yݒ~yݾT,*rm^x Ӱs67HeODZ_TY>'# rf('=ªxׯ+w]8Wme~lFޒET^R9M*KS{`f~e@N \ 046͊"S̵h+ɦvl3?.{evgv 2Ud 8y^"Kkٳ&bխAFXqy`Mk)h`R1,)@or2u{QlO1n@~'ھR;&?!Hv pH-pQ/?ץm8 @x {nI]HK+-c86Vj1v0f <1px#Oc}YA zHءcӇC漪+dV|Պx'(Z kd.+72drԡg"ʇ2kj=17IX  MK<^+>)] O ʽ;_&і 96=y n4s9-8;"&qL:o5[yW~J<%(CR8FP_Zɱ콬4"wg-ɦ-ߪ(xobadGk@CP*{{…c^voQl23>^[o]tE{߄y[+_?=@hߩI}PUG5.A K}Ww~)_2wmpsCLWb5 vJg.m歂l(kdܪ|c "`jЀݩ/[ģ oWT^)k(P05BE@xX߸zvQH4W'7gBVLerσS(y&d`?fqmPR9o vh.Ⳟ+$ws\-} OyzaOK0B~+;sgeQ21 ?g6,erEH@7;/NgpJ-4e^eR(IRC7ҰIF[|f dF}8X_߅7"y6P'md#̈́F0y&(o:dbtl r%nUx C=-R^CK¡PlGz}q*㷖fEtAc^ѩ(~o,Xk*s=V'/ί QoG[V'ߔzmv{c/4tϮ9WK_ b尿}4-R9 $8xFm#0R`m=4Le߳qEa+ȤQQ`OΉH 2gL (3M& mX`8,*Gi!> NE }IJ/9R_չ]i"Eӗk`uq*wOdjrE]LdaTIQ 92.|kB5:1W S)|9t%07dK7(`vJ OOmXdG>4PjC S܆j}>ؓ؎Є #<-߹i4o!ѽCY4&'f]P ϳA/9&\@<7X`1Ey/ZitdYϬY$DWg0*z}jܰ9rԴBγi uM?5uwYݦUva<^.>$To o $t"<^/x 0j N+D&^ KneP7pX%fڳ&_hZf4tiL(]{b &W=JNG=9AeoC2=}mEkKd4GI ;pN,o)WFI-u 0S]Ǚ1g<5¤aFjxNbM}B|lQ jc!N:ʗ۶$zӾFfc@GJI *YDEta( zcN/"|uKL8~!P">Q¦REInJ 2lO'J5y>"`w> yy܍[t8"]L TDg 3}ȦIAN֑EIwpu ٗGHʼ{-\ OS5 -/Y%|=Uz̳&=9őƣ,f~$惖G̡F{cګJL𘑭>`( QD%/Z'-Sa!8Ze#.nɧ ÙMHJa-`a;rX=ʦ4tS:`yJg.OZ@@IWq"۰?;ٻ Z`ts@gЅj MXPJ\maGy|B9ߢoԣ-w?is 8o<4ls8-k<:))>;oKL@{u\e! )0[Jh AArnXҗbRC+kG6oJG[ⶐl Պ caե%GzRwT`gJE3Y}VD6A-lw d;#rV:7T>r.9e&.(5HK˅j5@ tװk"W4ZG;2sI?=I?L>LD11I.5R*&@paplkSTdF&6 :\ekK"l|i|^4}uBT[Bg{,ZgmOv\_|XKi^eN-i&S>l)]9"=Z)Obu0<8 ր>{iFZ͙ǿ2# -)aÅ~-ebD@mdлU8SKvD4@DbTTt{EK= NJ0DXѣQ[[, !gWO\ ,:f I,MQ-$ti_,4:3'q+{ gm0P=M)YQFbyMώw|J`2g4_Ɗ]ƋGR$*H+7Dy$%z=YQ =*tHxLE3tc{q|䨶< tc{*5C,) <>2QJEbTsmqґDR\q9O##α|'33#F:qt)t7eu՛kn7IA DAt tkdv.Pj,g?LZIDiX%=>B53O]U'oq{s7`G$g\8X`I" q[AW2앃Q6CVCNjk0 W3 ( 22ГkQ]SF^0MT$#b9pYVF_[JOn{qh,D4m64r*4RLPh ʻui>2/Q췌_{mb (R(̼SUf5Ȧ18U0y-l۫G2M,DWVLFLӠ*\&=%8/xė~+@hGlh0m{4~2~R͎#!LHtrxWYMKKi!FxC_/u !ymwLU^|ѵ ԤaJli i+ɁgqMNXV+' P'?5 G8(Ou|~#fK󗍭U-./$Û54 u@T"Z^)FNo3쐧ȩ@t|Sіۡ/OA6{I};cLM/z6V0f+:Snһ q_W*~ v ;>?G&94 P؛ IUtLF1;aE픤**H:H0e`3|"\p+ؖ p!pҰEΰ8'`$18$mј-(A)MR3MJ8BmP@:^Y'Y|!A@e~c#b'NY[66Įۃi_nVSr""c4|;9\|Tf בC0b LB;2+AlsxdͷM*sʊxKEAқ 0@fO=W|_%Ԑ_?}_+ ȡNvb#LHw[jx~!\XJ(mN?ciB< 8,%+ ҡ}N~1o5 p )kr@9 f;ltL !0C%"NS0e 9ɰ{ob}xHdU{7I2(WOG`])a c{ }_\ˇplc4> x :'4GQ^=M4'>3{ WJ¬ `&UD+R0|P}PwE.=rB(W0D:ۊƀ$F&e"\@8a5n`=~8%l#+U }%YW%eE*HY`׫0y†CWlL[`VTodO+cb^ FksղbD.Vbq'js޶kPg"2խiVVYW\C1HfD?QO?#Sd`Sq;x{q]/GI|@g5 ie 4lO'1 Jt~L`/CU|['RѼ5R2EνFUwі$rz):77Ј*%m 𠶣A3vBx _Rnʝ&K_]Rmz؉LB`y Mw`-Q5I6F&5BtޞFb}?R<֣giϘ 9Q*6>zBH=ptIwPt*S7Dn0&AE'zcD ٭ǪdmR\cA= eٽ 4$IO\?}T0+6T{#<1]79&.-EԒiӷ >~A&ۇ`#* yf"7eɯv841|Fn$Z8NCz\"s\>ks*>ppbDC'fs_E-l)zPCb16L V wBZ5.Xv:KRXa]rge$zQ?jj0@i2(!ʱE> KRZ]Pd=t31p| Ρ@[kͥ00%J/n;\ - ԓVz_|AbBte15]o4~̯)>NFごlHRaOuX%Axla'R<pp nC|0Ms'\"P&$Ds,Qw/9ř̞Lo_|+޺x6@+0BVBݶPcZ$g[X/K %JyzorU^`$CARgՕ\tJS&A~s$*3XɹH^uxHvs+>IcZÞϩl\wڐgI[k?PC4b>TAޙϷž< !@$h. >Sz}z>waV18=@0=3i)&/Tֳ:ԫCR$hDu(<HT/E*i/D6,Zy !ir}^.U'|0ҙNakiΰ< R 1>E{X&3' $\T(i$!x]6Ɵ Phqf#=Oxxi%rHHH4;0UVRH嬀/ < N$D碦:ߐcρ s'& D!Sz)u A6 {`Qw&tQ V&zթP]5:-Vp3]Y?ϙYAku3v9D(el#}hΦM("R{17sOOE;zH+ Ä97in8>Pt2\m--ჼ7Z?g\?%};Ɔ!EtYϯIT-@5It:=;Wb>vk 0$joJ)ALq>ۊ[G/TިEh;- &Rmc:=aCOwh.g20M^4:rЌe"radJCIDJB?o,w5z?EHs!,u6|s:xs;40=>m]-LB2w{ jTA O5&@8V&W#^&yxH^j)R$z+Tn#Vj 5%+eM"qH>Ο`Ao׌A17rgKsRj*|]%D()Li~q*IJԝY[ <(4O{'Q10uʾn/nx1'BMKY]'ߋ(Y,p~JhL@R#:ZԂ$(]WOf xRMUyјđ@Tx?Ygj> ?`vۨ&[3ÒRЅE LBb )PZ[|ǺJQ72Lvǧe MFt ֥++WhO1en;iR٩ QRZ,_\;m(Oa`v] ˣ|Z%LÒ6ŔY;ADmS9VFwuZ_y=H+:քJ#)jIG5}dWОݑM][ƖSy - =ژ v)^>>LؼOoMg||x֚BmzĻyE p,f&V8'xp,":U86oD~/#I :-ket>ȠxL3ѧ{|0ۀY,e>\g54~\[;b5Q{805 0'vu@bR+ bE^+ Tu^k.92' c(_-!Bxs:zxwO=gNlaMDE̯9{:3LdTal 0?'`?PN*Ո9IY2\-zs_JEnA,X3`R k7X ݤ;-WYK}Pp$N.^:객KYK;>=BZ^PrVJſ'N)8^5%̠v1U[>yi UceX2t($L57c1DтӾfe{ ֈ#QUyKHf^2B8=^J/PgBg!adM`nݧu 2L>w&OfF>O4=P!IⓈxbx0~G0vBwO#;2C c 4Mo Dd|GP63-j|s{CAV~f m05ϱ\!NR$Cu}7R}~v&\/3}䄩Q:[=< q~߹yJKEfwi-(J_HPQ?JNfƟSnv5paR_'b.5RQs̠+Sϴ3,nO}tiVn>ڱhgb^DօDdsޗD m zPb7KM7(y97.H eD)2~h4wA/9 QdVv v ݉r`,N R$Qgz>(/z%?rᵏp(s&RTXUБ9}wE  aMD鵷L𰶙e{ؽkEb#̻Wj?BO@kgKN@I s5,]̹սR'ПRXTs ]t(0Ŝ؜HB++ݷKe Y4.+)4U-2LHgՔ7 y)SFl(oЋ,! a Q(n~ ƾ` Q+H R[]d EoL4-Z溤Hwi0si'܏wtz}ixqgsl/Wv 29*sL ?k5w2`^: "-,8!^7ۀȃÆݵ|Pe,|z*h Lhk{B>Ó,|K8U[ENg%&V)GȄՌ@X=갟lfa09%/3YH%_`@Fiv낺~>0S`]+O׬yD^"ADAV.)!!̯e){Hxd }t|gemmJ έi0j:[YTCDW7ů%HG]7w)7QY,0cc.VbDd/Tjs|9$.F-'"Fm<Α= ^yvYb%Sա&jXoapt.Ze'N9 d >5[|'7]8XlOQLҽ gB3AOL $+LA)N/LFP6m>S86mRd-reu yWZ ҺftQ;=T¼S=.Q_~g 33Hj D,Xv>;niFfsRy#,sf6Ǭ8PBI` PVk45.}~遬 n04C=Ͱ̥\ ?f(]9}ɂSk:H]Cg WoU3Ů1]^ j i:G874 єܼ$5;`HvHcnG H&^:4`Y=ȹMmmY?e-@oaC/ /X[hYmvj8,CiJcbu>֝Jdipfٯvkhs'>]k_# 7s} ^$;yx\>LR$ň+:7eD_L7 k*/-~plCψ#ej0g.|ݑԭvL 4/ Hp$S!<-5LTJ Nx BMtK . 5'Tmߡ@?)J^=er!\}O leY?n1n p4YyfꦗQ BD>#c,Ͼζ}# dʃãj?pxayP՝ז'e 53{Li~$|kDG=j8Ǡ [t5AH *oo15ː"4ՑUJb]u\zNÂ&_C~{ܑcۧcvh*M%-XD!7aw97v;Զjƨ~#J$FK=7)^~==Q>VV+ބQ4PzA]7yNsz)_+Uv5f0#x>@`B+Md;a [-12`Q~D';Xw5ɴq`"=wIE 4ytDJFU ؟s0]XHEzŤ$.o7Вs$˸@'s |T+K;4e,T/U>nj&:-_ˠ'Px zA6 .8jh,O/o1Uvv 94>bviS=Bew5FqF$rKƠ`tbVt/@(u%⼗?*k=?\)IZ0 ?sE.~:~J͆; JnA^ bZ&@PXݗVH ?g@n*^?͜`#:W]2JF_+cohowDT18n!q^Adw(aC(XM71_8?- ^(8 O ibGFC~dS8 uՏ(Z(u%n9G,qPg1aᨿvP9s"FEXS`S܂T%XGWrhp_3pr:gҌG]!΄܁½(Ua蹒{+L>Pjb>2JBe|W?ա@γ+e}`vRze^4ؼ5(KITt mpbSNuU ~SXxEGVhMd;&w -CBILX. ;7dr(ϔ&Yd8;)?.3w1=7܅߱_3Cr,A؂v6=T Z(P  l}TD\{>| d%eV״WKP;Wo 6Eej>jUƛ\&}>"8?{>8uqV[ɉ<.\3h 0-VV,''-4sؒAP礀VeрdwRYZ3/,nmDŭ)h3v&ƿG]+[k:߈ږW 2m 2KR3>MvDnYa&ˋ4:M։+4g!i)<\\WՈR_d'!Ez(O3$ ы퀳R&iҵMADZ^ ԵegP"mDBlV1X赥Mŝ5h5_>궖&UtJ(EN r B بQf\d˧+lW S, 방kE4HKTQNW[SK01xx\$.F=#$rIj̦b1pc `( gWY;Gt_{ ϖ*c|7yƧ}ۏ6 l17W.xbsF6!t" iell*}AQ5;b0M4s&}.fcȷ@|(X!!iQfv:&珝|Y-VZMj! `~?4hY XQk6s̞Uns:SxK|؁FJq }!K6Jga =UeT}&u'U,^Gτ[ @Վut쬵:~z-{9f8Ơ/GLT60v̀-L5SEQicܸhI7=)gk3_,^B%uQ2t 3ycqJemԨ~bl4\ :Q 'Ѽ Z$RaӔ;h#)YX4HƳFa܅>)wN0 G\/rvRY{-qK/0-a?ԧƪ)N•9[b)<IG>`/'^HEx.㲍\n7R n€`%.$Po'7pu Ge@QR#Pߌ\,Kq_&Y?se8ݤ /ނma-L ]X)'E5wHFj$L&x~lG88>`ZJwM}oސO yZn~r'*--n:2EN|1Ҋ@|]"%Qs!*ys4o./Y&2sSח\EJD+ik1恪NE0s^@]sF#@v4zZj!W^݅4F;h qpMN [rm+NfkFiYu *,_<3Ye#ae:RDAZċ.Ź_v]]XґH>es.qBͮú7E{I~84n6|v'{#;[ Rs*f^_'MȟXn7WҋcfTHo?7Y6OMe6!n \M*7?^54Eom~)?FAwѮYx2DBv3uuUzږ.H ?`Ar24Gyk5h4 (XAP?ԇKb소c(:JzD.d$71^X>pxDX>zBݙӍ5K6ҷ%oGRﺴpH𡗬*F]3v~y=fUEܝ InW pIuO"F? 8Gz۱-Y1 + 7OR]?L&Pz7օnG^KoZupb~l+Ǘ6L΢rYb'Q Y>k%jzó/?ojl@eXx+|cE-A\gznڕr|ix_8"v@HJrB+F_M!M=L&7F4bBWkDfiQD4#H::X0>Ed9֖VeaS.?q@{Gf Q-r#;~Oǩy_RvN6}#wQI)Z}g=OBS3_$g@"<`7l>>EiIXKѦk.r]b$qEAlKӋ/&e&3ζri(- ȴ,M炡&so„c.$4/i9/vfPyZq±TVP+y| rKH,7X >D'[#`FmfZ'}-+"Fk3xapvv p=1O(~{էq/0Th\I6!&e8]ʦKDǧ{lFfd⧽*Ȼ :UyM%Pr/c?SjCm\'a0VΕk4Q9w/f{#(,;K`[RnKyLH،_EzE]N{nh֭>O׬51͹4}\?p8&jV$!^m`bn/'88SeI4g+swb/=2Vl,h~%aaK/7̎-7(P4œ\ql[X>dxzV%v[z>8Yq`~m]܊1Dn{`"+L0$YTK Ⱥ'a YZ