pnetcdf-mvapich2-devel-1.12.2-1.1 >  A `Cmjp9|O:&ϖV_ $Dفks ӓHq1eCJ*s@Mh:⼏oԆ:Nʥ&Lfo=l7?YwSzkxّޝ !>GUkVnшhN42D;VfCQO\Ckr{l%>uJ O+cp}ݿ@Hg8T%y/<@vP1~Oebp+\W5,hnj č^O kj#A{/"8 4>p>?d  $ KX\dh ",D P \ t   (Ld(8 9 : F GH4ILXTYd\]^bTcd_edfgliu|vwx4yLzTdhnCpnetcdf-mvapich2-devel1.12.21.1Development files for pnetcdf-mvapich2NetCDF is a set of software libraries and data formats for array-oriented scientific data. Parallel netCDF (PnetCDF) maintains file-format compatibility with NetCDF. This package contains all files needed to create projects that use the mvapich2 version of PnetCDF.`Cm goat06 SUSE Linux Enterprise 15SUSE LLC NetCDFhttps://www.suse.com/Development/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxx86_64!I* `ClS`Ck`Cl^`Cl`Cl`Cl82893bf5d6a73371bb8bdac1e69947474b23b031ea5f7f7610efedbbe1acd89140986ff3e6b3ac3ad6543281ec2d26f6c0d4a8441cb11e02f238e72751e2e5111f7d45c90c88b43e5a078f768bf4277c9bc7d0e3d75cab2c57ac847c254a5971d4ede346f7df25c220830042f4200c150799f5f51b27efb12edf594a2c1da9bf32abf6f93035aba0df14a36de9d95bb0e71af8f3f8a90fb89a3b063236eed3b4libpnetcdf.so.4.0.2rootrootrootrootrootrootrootrootrootrootrootrootpnetcdf-mvapich2-1.12.2-1.1.src.rpmparallel-netcdf-mvapich2-develpkgconfig(pnetcdf)pnetcdf-mvapich2-develpnetcdf-mvapich2-devel(x86-64)@    /usr/bin/pkg-configlibpnetcdf4-mvapich2mvapich2-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.goat06 16150315841.12.21.12.2-1.11.12.2-1.1pnetcdfpnetcdf.hpnetcdf.incpnetcdf.modlibpnetcdf.sopnetcdf.pc/usr/lib64/mpi/gcc/mvapich2/include//usr/lib64/mpi/gcc/mvapich2/lib64//usr/lib64/mpi/gcc/mvapich2/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:mvapich2cpioxz5x86_64-suse-linuxC++ source, ASCII textC source, ASCII textAlgol 68 source, ASCII textASCII text (gzip compressed data, from Unix)pkgconfig filePRB4# gOutf-84e0dcfdf404157d8ac3f4b47faf596c84ad0dc3991a6f44170e008a1ba2244d8? 7zXZ !t/ Y] crv(vX0aT?W.RfHX"+Z9 ;ig(ζGt=J‰K̇qx}*ITGݸxEޜe /p`y:@rnwS1b-gI x VvB{LuxP{;5s"O׫:|LJd3 @FiVKhU3X+llpUs '}w>4!M0҂>-g(ջoW\M"QBx׉CNqȮgٻQ`@8 adj1Z쬱dyK}D7+N!n:mi_Qp9PgfYCsbWc7LN`8Ϲ7;OqW= Hl!0j] <#%GωUX,7urM̴G>PDCE- `nFڼAxu|z&+84@Z@8 l7;G &-L9b[WP i9Jr.!'i~=X[Irj"Ӕ|K' Y@x4 k@yP7,@iD6eO*Jܪ8 {*P߭.8|=NA#<]|`pGEp1j%l|, u5k0Sc wcw)!kXK;( T5Q5+ ԖG¢.w.JNA#lln-@FH[׊Ee/!(84/!OHs9c|nCFmS6l`7&6nO0Ļ~*RQƉixu@x敤O6VU/) ,ۛ60#NwQ5({=Ѩa~5<2"".9}&3CJ^p]:E>=\)>`uS/a"ⓆsJD])~?^-`~.k lp~$Ҥ->xh{"EfWP@/dB"ۡ7.6EtP~&WPG̛ 5ܪz/rTx3OL1jzڵ,ǂ%B  ¥$㩝.6p8o0s*Y#XыOiD{V=p7n+T6hxϧ=)mp|+cefO-j?*yE< V~"^Ǫ}'&W$z_ir ]n␫|0!D(v0Q7tTVys/y"GO^_/mdZ1nᤵz0!z̠bԝ_Bl5:[Ҡh$+r!GYTR:rzD!?`F1P7RR>U/"(BYm jO)uMkyn!@dOc(]e 0%gm)СKF*Yq;(J :I5G\rdgomct$Z6ށA5R0}LI~ ɉr ֳz԰=L酑OFc S"8.>`V قtW5hmScyZh<= TX يM2ߏ|MG#{D͉="N*<@͞ (yxFӛ|NYcDhYD@:}Fz1sTYnu8/:Q$@ #Q: n,L - .kצu\pBzCY:^OU*bqV5h%7{~H yuh܆+ߞ`r=P#|o|ҿ- 'rs!d}7NNRQ*KP p{[ . Y[l J]xX@ e$S!Bw*ȳ㤰Xd϶iHH%h#,Ͳ@fP;vdnݮ}0TtZT $Ve1⽭Xy5_"Ԝ|?eF1JSvBvta:8xOsx&'wtWKJYy*cM  5UîF~z$Wt/T'vTRdAvg mf8w w+in\:J)G,2v>yCHv˿%Jh"#n Ö RL?[X00ՃMY$F{=* 1;Y \tu,>JؓF K2k9M#B_C"-%(xR8iY m17%ܖo[%;zX2߁GH bER FgཽNM(axx.eP BdGE\ځ0Gșy OQAk!&޸ "mK\op&Ln>S g+sPv1ܷc;ޕԷo!#zIа>T^l)PY-& 羂z"ݣ cn|poq:\钯PH2M1~Tf*B P^KDTze)&Go0a8,:W(U,`3TRZGjIi TM>_ mխzE ^yY%RL0ѓ8%C@Մ]%U6v_lz =ty}TUy؎pjr7IASd#jQ-b9%YX9,t!ynRR=PqMJ jp9j ~]y&آ&H4cI0x5z>TH"z.qP̼(ݑbsXPZwaX4Cm190*ؓUjz~Jaȵfϓomsw*Jy@X _&)m2a/jsmhn1uBcSd)`'bT!#"=b}ۿt':wJ%xQԜ$Q$~t6|[*l:XOz:qϬgq=ggmM[4`91 dғ^Ot4џ3||VmcZnzxXYc%*>IG~\րV"ho//L$aL\Iy1U7P nx:zڝD͋H[dT*O|A2SF |>ˀ|FkSE-?8KtFٿ#!V=1>p0{ W_X2_QLAYfbB[ k/GOP"hO f 1=Mha)>>MJezA z^69v1.5& 0Uzu՟=8~+55NBJQ7 ޿-sOYe:6W!e n#Tdp"Kܡ Yʱ ypa\ɐ ?W%E`eb[<`wʸZ_#CGPpbtzjq-U7jٽ+j٠[$d~^+Nd~cwQG 0 C,XC{}Wh?4~7<S?$@\K?O1Sn#:\}E P5g_Diқ-@j.h@L5?Ѧa_ө HLN@*x QF+;(XMΕh-tX2{={(A?P~>M$`P|-lT߲`˴4|'eIг˾:&`3jz?u7.A2>쒸rhLLobȗ,5!-=׶,ӽ5 m*J8 &}ǒu!&#chB8;Ef]*@bȻOG{^➅qҝc/ Hܝ ltIMޟYlg rd]W~&0cA5bҋ+[<ף>+[R#Ϣ=[`r[)=Xj]]<5DڛNuYCy3KƞI^qDj[DqÎP\;'!KW&/&&FǬlAU&1$A(yRHquwSܺ_l][з GH[9XG3PȣSD ˀY_Rq1.EMWWgVJg5?vgash1sl#(jWPpvzOk-DYBwsX\}q$*YR1qSsz1F}*묥5#| <SbgEq<~ `=Rv8^^bRk_XѺt ^:In{ժBgLB8#'$|gt}mKѨ Hvc޸5+1 ~} KMlTX:H@`5pBlet6}?cЃéRdiN a*yhG 75Z_uW3`0H783We+} g:9s/\)9?wo5]֦J-W }xv֏#{XYg(T-֗^DZ6A z;#_ `uMTڑONrU,%u iZ{c ?6Tw8.E9sϰ`xG1eW¯oC(5CjoʁX3(zTP}U4|VF >Xq YbelϚovMJ8:Z:Xw\Ŷw, K.Ju-F屯(IC[j35 jHu< 8Ì*l@[,l_<gnү<~SF9BzHX=h->+>9APE( a4sB)|}Z$K Nj v*e#2Tf"Icr7MU*Gg9SIcxz9\IDT,@rF%+d+]aH 6p'hvL}ArzoeX`u{M"(qYD-O+Sb h@" _#|ݟ&o 41nLez)l9;~}Ϩjjdks-EeSۦzu:Ռ|cU^<< MYvP\r4b ye S,!ٍVW?fD#_Ȋ"R>?HX&#'qpd=,|\y1YrjX /W.%ta"残S9|B !FN\#"yΝIO cLG%Ix +_&6Q.HE݁9?UW;0wiIvyygEZ5_Yu,lAVjVy rTXswlK6ޚ&2x7Ҩ}Q\}<\l6~.>0DwBֽè\`Zu-n@ a GM.L$ ͻi ʕn)ȈzxW4TkRa>R!َz<"ٛRLkp>qX0@{fdc2U9HC1lxXӠ ѳ!׈lżrgkr ֆ.rȵğ.6.R6%m7KFek+ݻ욾 &w: q8IƖ2<隯 qߝNnۋj2TQq&noSw`UcC#ZMVɌGȓzԑVTzNUQiK*e%q. I79gڙX[a<ȿ&lŸcgfW">Q}ǾTc?q`Evq_e@doU)w>\#yz#!V]b#48.4}o`Lde0RI/Ǘ 3%['{&EOr,šqFsW19 b"'ϫ @jԘ$ʉۥj6_NZ"ĢJAzN ӬeC")(ȞgUjYڞ :yPFP1B%{Vb" fqz8y0;Ov m'8fZ^քXhEbFydflj.Ÿx_K?pP]'H1!$?° 2E䁑6BjeQ|QA33Syn[u(DKWP+`ճHTvc9mdb5xC<[6[5]WXQϯ@ e=P1"kw]F*- i}Qo#e~PL%T‘骜>rc55?ݿF+%eʖr&"\NHĽOtU򆰈nDF,Pdj|}>8(k[76s"; Є+/'fn+jJT/2bq8/f|%Qu8ؓ:[:+k@;O&!J(]cWm&C]ٍGK=eC"|46̹X x{]yyM1`ѯiJpf}9fϸM2QTӓl 6Y^Ai[iČ[";HSŒ,Eܗj$:\ȶdpkc,yБriM|1g8Rx-n~8>~S "8N%5eWP2-0&ܭ?Q mOhp=yQG\)a˝e !Bڈc“Ygc%fI{ w\>m CJ!5 M.&"H:ds}x.0, %y8Lر D_zQli5ES?AQPOw==<{*Z܇/]#?m. lm83ukLU wauT"neqv S :N`"#=! [z;[¶D:PEP,aXr=>!}"zdP¢0oU/ @tQ}jn5tXɠf]}9k; o!(DE7_6V.GA9ݯs4+t~&!xTLOIW(6"H"ecpҳRcf]o[ CK,1|h: Ϟ-8l`$6ž҇jA$,٪+_ܥd1]wqúuWɬNcP],fL[emC '|:TΔ_3UOoд sPIEH؁P.:}8gҢ! 4D"YD z/b+Bȋ A=: P˶O0ɩob7п-$lщo+<4]T ^@%͞KzCzZ?'5)˘aiEE +KF ѹE8ZRZjE5 lVkgJGWTZ&&c@[!K`+M WG6juf6|÷f_?? &=mk-ƭ,g!Οl`Z۲$y&Fq:ldy-oNǷiH2f2tOOqH(C;HUֱtw'߈l!t@gqYm!ct>=3,tɗ&`JPjz,>IN@eV`j@HN`Aq~ d6Hi|6Y쓻sS;vzL|fUs@qgv)Mx6Hr"PX2[el&>wO*9*W1L[Jl 1ˀq\U_49FDqa'9hQAx7"c/ˢw-1 $amR*J7_f񷭁==<)fyĽfyJ["uSŮ9Qͻ(1WOcGU_0V)pP'+Gv7TQ;P17z@WtGl"ize~V`%mTedG H~!+>$xWh()wzěv8`,)5/RY& YK{i2Ҡ>ku,)fflÀhc_vI|Rǻ(8k,0=ToCYeJʤD[ej))ѽC+N%ء.I3Zfm42eEĚ^lUcAY7t-s Eqŋ}1kg86٥w'OʋK{⯦<[]~ oLj& zHk'jq.ӌjcޓR&w $ufrAݫ#AL;_n; @yU,냴`UPB 8DXK #'[#â=RbǎjwNIbVΜ>9^$|=a^_/YRX &Q ͊(K 7> *^2BGvܤiz TⰗ({ŀI(P;.|LBGų.6#;n[෸yKk.*@0J?yL8.O[Iz-͜ZqU.p@sd Z,ueN}!=#3)2i5fW93jqK ?RųDmPY$[)wh);nNL-<\۹(U`DWhu(3>8b>GMdEGs۞2<'d?;dbLq!G-Ky^*YisXXVʸ>F3C6 /b@/O }G" Yc-*b3>`2Q>xBSGW& p&[U9+eztԤ@I'{ tn +OPJ;[ü_q9<r?Ʈ aF5Ԉ惾 ӆQJ*J5Ir03b%xBu:'DX$]Q0o?%81Xs==W'$e wVe> Tisr:B lpvz; f뵭ʷ26Clp8-[l5R`/UL:ϡSswуfoEp1ejLޝm@@R$h,=8` bB3G?|f'`T-2ۃ}6b\oAx Lpg67+z^kGv;BnSCp0g@&ATi2<+l(Ӌшm]3}VJlR~I OL:/br!] af^JG|e̕Kmw0Isb8r+ls9Ԗ/Q$4dpRRh:!\Dec۵9Xq!>h 2nb@8!`{JvG]hAqF"G!bUDR2m 3m_6vqtIst<%ClpKHvfLK=a3K+_~?8"W )j8ʂ3Sca(둍#[aPi/T!@k7M]7Q]< O?9ױ4IAIf.Hnzeoy{iĎGcg1̕N[a*#]]aMW kYHRi5'0GӰ̨$x<ڗ%r0_b=:*.E&+#}x-sK{TrAc%c|&x̐RzEL:Kp = ;zh(8Y#M.y2C`s(-&*}L6@ta>D)bhrSVv;Y p'YSM]u@CSY`%{E̹}t鎟) G)tlO<(76uKBS9e:W7@q?q!]aա/kNd˚vW>Wι/lgЬJ8EIٺ@^߇m1Iq{j۴Gf.daTˤ[ 5͘X΂Y4zf^!s]4t3՗wd`A9K\I-yvu"1z}] W9-Jk[2h#ժ`P!zu' Ds+08-Q?g\ܐ1lWCr.jpyKJ^*Wٲ:IEk_Dw Ax,fezygH5iViV Lk/NVߜ)+T&2#Fo|u"f#;_d~>Y5 *lr?Bdp=0|ιе /puƘPQJ]ލH뚼9U'gNT ĸw\֣yKfNm\TӴPVL")VA%>5޿4x5 V p7!Ds:.k'b}93 L)6r=`wbOF˼ZvXiaBUG͜ hq6rD{O-5 wC#B,1c7#;pD-"eE$F1*B*{AHB1>w8գ_P"a1?h<&-̆y'*z'$^N:+"쪐elb?BjٙyǤ GOA/d5[%e>*1;ՃuJx}vP@X̻3T )8fςyn{x?ۈ/m" /ų[F^З_T;u9 _Ɂs#fL_1D,W+G{ dXpAt(Z2RHt N5: qV@"^L9 *ە_.%ϬDw2Of53{AD"9c|Z:<&l[قD9z%$vg1LyvРTP5'R B5KUW_em?@{8U(oLnObDJ+"%EV!mYe VeY P=Q!toN d Df{`>t\C9șFB`}8\څt#LGZ-(B,57_RUxQC3?8p\bs̞}Tڜ?2'v>f*? w ~tHX:7yEk(BڇyCEt?L&5JM^{oίhCeuaI$qu!@tjoDYTn;5%4ce%2l@!"AT#Z HZtgj6uxG0O{@$Bp0oI!v 0Anmp"c4Laa~/–Nř<.BF0Qiʖa&iI>eAזjHz]E0gP8\٭60dP1/%ip>qL%Ķmd9a;%[| kv'>y)PMr|3E}vwhϢL!Ro0wDW3v ;·h-@ƶ<mIoCM.I°.g.SZ(:[pQ-|ݻ6ʽT nZ2)u ͩ㸱u+\lҔFv*ĄL,L,k h|/y<h"g $.la.*QmNT͙=M:rSjԲ |$%a)q9x?{G3 _vT^哭x*>^3?]­԰[uF!ZtM F}{@C M=hyGW&wk?Ыȼ2Z CxU*ݮ40`-$ Dxz'u "hڠBqR.O^%15uaֺ^@1oI> ePC5cX[B ş]3炒`X /1 sq&uxnbEd9dp1. mP~.%Ҝ;'ظuPqErFȱy㝙<S|ot9vN6%qphuwZ{8`M޽yEk64}ǐ8ikNI^ $]9NvyJKSr]7(pg1l\[0B.;n ҥYoY18[$b-+2f\ Ee5QM'G8Wpޛ3/4;C?G1G%cnC\y<|tFNe™۾KMA=-f A7r.D=e k!(gҽO gIB,Tj {[K ~hySe-t_?--?x m8sj5Pt"sTęiw_U|=>TR E\if~mL(!gq:ĽR D- w&N$*b˶?CߘHC]ӕDj[槑m)9qkb `B!=AxA]'C9_ 7{t9\Z&-cJSp/\y-r|q(t RI7 ?Ϊ,ƧR@՝A 9U}EUXSqWjFZɇIWpiuc{û3FV,>T{uź |PǯV7m FD02VIj?/|$32,gցSߊ-ŏmP~MYW<cC>@,SW`[uvRׂ 1Meb$A钠&tiDjDoF!|LbYWFׇvy>DƯMU g6.ͶХRZa 5Ǻ(V >$&X%(u%,S2^b5@rfV๘.氺V*im&wg6LPĸp`S}^QYӽ1*b[i'3Ԓȶ'@hgo͎Zclg V@2Kԉ0#n",u]݋Yt >4M znG[+M|dZʟU$5_T$ٳVwx(Th~& 7>P`ܼBj@DFeAnܻ%#ۦŔf}2x^-if k#7+y-XY^ﹷа]U9IR::ue+RDxK*+54NS4g&$*F8$ݻ*zzmj7T\Y[8nxԹ S2JBÁ\2 Z6PwkQ7it h*`~ӲC 27rj߮X9mݗaeegI@(V@+VF +>=)3K}=0vSβ5{*^;C]7uS&)A;dVsM/&9԰tp.)m-Ȗ%,3RbQH*R_ЖɼכwA8sc9&aesf&^ъMDul4X-t1 QN#Y%a=.kG<}Ya_~zCUӸS_=c/!Gn<π *_"l֯6'2;VO aȭܖMk]6ulhPʭZbT΍s^|z厈[Ffn,<?fW**S<%lLÀ>8w D nWiꈽ޶['[/@vV)DK}I]OYx0%P-R_ZWj(h+գQNfd5 R k&d{%URrB&;rrSD?0/7"Ő-lA2 ?%,OL#YV~Ms~^R!nӦwljÒÿ Oؖ|"Yd^BUZ1\MY]#j8"Pf'hDqe"$zG/#$n'7fB9~$[8DًMKj{፷AQSm g(N`},Ȋ"Ħ[*E<ܿ΁j β0s9%ZIf&늖;[A^H[ # s(Ce1sO H.Wn8aLI?YN'({́K z#ۑpS/# R_-W8yYAQt{޶fJ Gd% Ъ꾗3^Q5/t7|dq,YM{Vqc9.v.sTH+]~9X]?Ljl r8X, !ndX%_o=n&"W DM;zt|S#.R$IY$DAAZFg7\_n"jh1~yG| |ifL3nz74uf (YDBε{*.hDU;lP(Y c@CjݙJ@05@.,;,;p؇S |[خ^SM(Mk>*y K5 WR&q9 qV{_ؙ~f6({4YCy _//4tǑ S}V@ұ<V:׸8q5yFC;}EdM|=WhXrCʶ*!Dq"-J!jzƑ^]},u|hۍN}5r;^WI*Ps;/6,zߔQza}Clh=zdaa˯dJv.yc˒3;3f}7K, 3OS&n%I0_[\1W]kчY3NV'z3S-(R->1vaa6T7@g>Vz}~}kk XF"o71s6(>&ivj%>1y7*ȠKڛ2KٴH2+8$"D@s BUuC\]kbTlkr#04~I$Qy3 a,/_!_U4ՁMRg_^P$a6JJ=Ryot 0X">275aE|\XEF ?P{n;'2On79Y7-]NLCo]-P*66#Sp܀K+ ZFW2)wP:o2)% rʥ68D͋E)?[ūҤpe K"4@,--y]v|) 8J>f ֽf*tW< _?@nْ.RF|@sN*U(BF 7q $0t}{xg\u݉Uӭcm@䱟 g` gGc`w4V)"pBN%^/f뢠z\u$A XsNLj`~G8m{Ss$P a [JIJPKAp:OBGfT0Ajz#ty 3]|}|-W4 A1-mɫ<Yl2ꦴPd{ň&Ys[tS{7@WpB$ @djCgo 0vR|e,kOG‚N >9bU}EώRDfo0|–q,qVF1tNPŅ`Q^S',i`sx.TbFrr'ms qX6dGSopW}'R0K;nޡZl\)&TYLdQHGFTIrkNkhcU.BJYhXSdE漯YͤuJ1E6X{Pв\k{,wVi=zЎs'rUS/,TZB+X\;*i#gp_uK:x&/W,Jq֞v./0-D݅4?KX `LVYW:vFаlOi7TهJ j+aA 7w *3/<&ʅ*/fz =w6` %Y)sN*ٺ-D)D mH#GB?zS>ah \r߹(PpA1ѵ6s,m1(ccٹ&"`@ZùdUC13ݲ2妿@$$؂YWm1WPَ1É+;Fe9ѾiwdkUJtXſ9j Fk$>gH=LV+RCVyR`&}&L.ug]C|@[D xJ Eu>(u*#?:tA7-7cbZ׳'Ȁ3}i3V?/Z7ue"%}8@qF˚-SxNzϚD׀ |qq#Oe0 JH'L-uVE3y5 &M"%B̭tbcq@)a6[@d.jBa t)Lުk]3cʜlh |%RF">S€zE.pn+HL\"{ ℽ[RHmGց N7F"Lֹa-9$ 2}mk{N]`(]e,2`7s<]3Kn.kfݕGLNF3WPz"L<3{f$N14&fJ*+8&^͓?v`½ΖcA^1p=R!MH{ 㦜tm uI<2zفh` l^/CGx:{ c'wxy"hq"V`yjFv\3`s7.z x628Z5UD +žG͗!GNk|Ƅ#6A#4=-s=G=^T4:H*%hBtGKc5%?:To?I _TcGJVhS_=0 G|NeBҦ}]N0e~yjA!ĵg}btwz*3A*TTΌzsRZzݸNAd] 9ogh}p1}'Jry?̓rUtWiMAZP:dց-+\j3AAm`?.`DqfK;@@ ,νG7?ftM$ `5ʣ+h0K2z*~Q,:]: )##D(Fp/(R d^`C:S'?Fs7D:Lir3 %Ny+QerP! Cߘixo5b s>"=MkBL#>`2n]?bpP}IpFFupJّ_Nv[']QDv}cmz0ò%VmwXqTm@*Gov)<\!l˘1-̝V9">*]38;쌘?}2@2w:EQ9ZlD~4t|Vd%u拽L(U>RC9<{nB##䃰cwpjYM DiP )h6h%[ǚrR{N?-oqc~k@Sk2ys?O[Cf"bt<&O@]]@"-L@[5(i;+):=C Kaop)|Yi z #BI$BH|2'oXu6+ Eq#c.dC{+{>ٍOnJQŢRTaauQ3U(&~ӝ@`I+9?#wSbSrf;A){Ɠb &V)c[?S_3MMz&)zIjm.V][qRԆuQJ"lCbu`4. 2=e$FBhHI/f¥EI[L󧡕:/7]s;qa(W®fI˾ IzfĿ{^>ʮsw*JjK4NWr ]z_u6ٯMo!2U#np2[8;^!*_U5W?QXџþ]pc?hrD(/; z&7EtdYHғ^;hmvQ|{xQP`N(p%TqLg- U^5 ]r640v )t#:Q&Th%Fa[W l!3CQso1ڈ_#T)'| ;f4ש5^;e$5 ֏QzvX"b }x#LLBs`MGuWzc~t'1itg7ӊ\Cn~-GV/뀶6zIM;\eS ZTO҈>:gժ}ꭏ;jvUp/Kסo g^! I'SPkb}$lgA?rqԮcy9aq-\ֲ_G[kK,K 3r{CId b,Nx\]B!9gNݺZM<4l̄)IM5 Uۄ^py9sߜD7_7Cӹd^t#P(8:T塚{^'#}4l#",>{4q؜svO٪| H+VU2U|īA` ,ofڕp8 a%ؙEoibyWv|O@%oyf=&Cը23O(3Çխ#= )Ӑ"ꐎrh{hP(9閕 6-{-;2on**hy9/#|heCuiNAexP# cPF,Ma-&7 9tb ٙ{2GQlns7%hƶ/z!m1:F42(<1 :vN҇R:Osj5S1lœ %F˻̺ũLٸf=6Q(ltWm#;fz}iР {cS.C̚Qqm;S!+* Н'gS{oN> kwDtzf/S<ΛfGD~{;E`hc)V嬕ϯYMmЇyRǴEm+`x.F4rvu-TA̳]WueDY&hv0T"L ^qTf'ny4MG^ӄ ߑȗ<r0;bƸ;)/:'A5CMjLoFK+IEգT]T ?Ѫ7>F;3\z}a@W.ZG+:뱾x:QcLؐ;kOC5>b=UChpG+'*0UV73>&1~>DbBBg6 lsL^wrDn|uVblJjKܵ,;@,x)M\$_OdݟBzF^R^x!rF!֘Tw&[bTNT-Ԓ1b߀#{$Py7naXMhfu=2U4>@LVF&]~?Ӡ|@}7m6 !lZ.ѿbLw; P)Dh7|4l LU/&py۹%whާ<K՝;dTo]j Ǟ9$F0)"a]I#g,?>_(.ᱍ)&qHxnC-BcDYgI-enFL{;3>ņpdDo[(zU7虯j`B1%QIO{pE|ۄ͸D{8Y);CSEYd'eQi/kx:A+ѓ34AP2r.wꤸYڔٓ)f|3E|/!KAX& V^D[%SCącu2:,Wʖ:5e29}H!j}"jNgMšq`SØC%lg( Ms*Kw*,ɎbDȿ,XIP" LOq2]tQ}gwəj09TFw.ez>\y땱Pׁ>2i1p5NC{ m rQ*/6A!Z6L~llLuUnǡkǪu3k} mǕI@jwoR`&fʾ-0u$-OӣC)uβzÊՠE-\6dƿ \]򹃂s {E\NfeqqP!!\\!Lp߂'},53e]5wMbmJ(fOVZ;XaG%r |6"TyY)J$ xhBٱ z)@Cv`p`ꫢ*|,AbWO!w anι*qR I$'/8EstQ;wɢ\6/^8DX!9GnWݲo쇩!筡l.I%nhqLm3 nX?P|SQJh)`0`оeG5e8g)Iʬ$Z=*WR{n8&?* X>_ Ҿx f(n NjAWA  bhV t|WL&H0ͬ`{Kһ_B%Ѯw.GBIG.;h 3]?Na HQ,B߱w$ ]_nklF-SRy7No'8I2F }K Z"CSFqrq Tٰ3A0Ty:u虈 ΂,}ߌ$"_,Fy(!ѦY1[ˮI϶i@50~k{;#+,d+#SŅ=hCVmQB뚷(֑_RXb @^~#J i>F|w6n ;mr3?佡R `fwsm *IjR:݄ea.R &P(N9'`R\`[y,T|$z!DC~xUDS}jނ=PsPAN >Z`Y+٥?DgbAScIv 3%%1IVяbuoB=@l!tJ%C"4NbN"I5jz/11uNsAnoQVeg2+̒+5´5KODa_RW`+޵UUg{xP$fʄ_T6xP KZo)bj6[F8"_a2rwBo5 XnɟRt|@G,O a"E{HYTwljNEq=pVZ[aj<,*D67{]".mF1'Pǁ{dv^ "U"WPšNdUM)Ԉ466}q3&z1 q!WG~O\fFdV +G!7Hs`գy}~ EUQ, CoXhoX͙/#W1znvjx1 :C`C3M Tdg <x [Ea5;Vg"3r o`{(ܱBUT&n'Tlt=.-hy[Y.iDBKޘ_\u4 Z&Ek [z?;@6fU=|Gڅ?߹BfB[Pyu,w 4GɹGur,Uy@8/T?wfnELfM"~t}!q@ghh(B:{,$uліx奈O4SN"2 dYl|q++Em/g̉Dktv -POjJPW\| 0Z7]4ܝ19T${? MjT_']lK\ˤ&z7pP&sآ>V?>MMpRq?r9mV>obg0]{ =7uUtIQ1:ֳf׵2~etX\ 4t^ity„6RVG>#ъ%c5-%Q-APWB%Y)@IQ⊣,=uw[;]{)MU2 j<]D!+.Q "Ӱ=}LcG %&otdQs:Wd5Xanp?*ў?TKq}Cq+Hb 񽍍Lw c# 0)Zr⓺a?mv#9w!4bbtYG[qem%G)t]  $`2ٻ^|z6FL&Ir їY UgcQEA=skf6u^op|gA/dv.Y.M6+ߠM --i:|*8+иsikw@XhDlL-ܤ;!GhG'_{1T)<|X2h* ۄѲ).G2 /.|gVKo|yqgSG%Љ3-/%$%X-&r LSTv|JgFR6ۇʕ#dԥ| Vk뼱A6n^3ñX{na8Q FF= ͑>p"{{M)[,ߠ@H8%]$A$whI/ʴފiBwyJq>h^ 'A=^٧}x$CDm,Oye\_i_X^BQA=T,UW';x(d--s<ЈBOQSXQ2SH\][ q&A?K=-(/3,d--_V=OG /29+?rȳ [cSemP9m(h'ˉȊ\;4 .[Vc n)s=8/23 r} E]ۓ ;:?/l$m'Ut 'x'UeBaFTBmdyx zԢ]010 ){#>5Zۉ bP)TV^$ d:̌r&+UgZ͊o#Iy3$8橹PSG*bQC9u{okC lKG%LU(V|TfJ#0;IEq`So/(Iҗi%|'_[ 9/ _Wa!: R5dBF7J(7?.Mp6{,}Vޙ-} Lhܱ3T,Q+5!*Ǽ?AӍ#hCj6-ԝ~>6^ '1},+C yU}*vn0Y Z P#0B KCDOMaӨө'9[3vįn4MLٟ2Ik,XPSSpvY%9\1ugxziqU8P.?Ľbb5^$"An R$;1 I3 QofrСIiB~fؑg J1OiOlw[Jk-V%A!P3ĠfФ l:OV;a)'lrż;5&mG[ B\{OO=9r4{p:Nll}G2P^:R4ev[9R:|Lx7co];!#Ӫ$йz)DXK11lO CFT㧝2LF ;~%߷>GWA;);EϿ&Tm|<~"t#Y'2jiSyֽQ̣oa_$0LVH8r?U|%oMT`T-j.]'뙓Mw %"ת~Ww@Tcԟ D0WPCئ2d$'&:W$\;NFڑ[l9.Z0<I *J.<`cg;#0D@~H.USjaRY8897.WBv6q)72ig[5XTsYFdH\ȣeP`|@a;i y'S&=n& xFlֻwGP:D'Z$m7qEyT9aa`n/yzni߾8X]-ˌJ;ہ)RZЎ/{RG)x DVPRx{[H9"f= 4g($c3p˜eݨw@- yH)-PH2oꨝ 6 <_65ŁcA~];iYw+o.u8fT7inTj$2W[;ծxGU@I| %oCjv) پ).ps] 4o+`n'aj-6JEv>n<}CiOp 'J'HCnL!'2&u4[\_wv_1qHPu @씪VT)E_}]lb*6Z6b S$7gQ4pt\BпIA'euF9ϥh¢fi}6R6lB?|,Z8L_t9zVM:؞ {)G`;[R}wHfQt˒7g+5.>Q`Qc]QEK$(gVv7zf\vnцSWD7Df"zͫ |8GR zo\/}إdBJF3H#X32ffYHM̝#Pp,["R "ڪKق_;Nbur~Hp-8KpȞaEUڊ@w J.Ig#& “"#7oD*s=G(<NQo,Q.t(^Qc_x$ѧNхdpb#MZD+YCd!Ğx˥ݮ$o)ˏ|H~m 1_2g|mL^(.Ŗ Nz9ݢ`3MFYR*ŗƍcrKͲq?+4)T]::(d%G৊툌.Tmk]}F\&Eg?g2$| P¯ߴz&6?U96B D 0O[,.T|]`,x_bt A7jurL55X;@a[ ᴵqhGBVE ̱Jp摀,PG̸ɞ̸l}`J7 4\XzǸ3EIu1i-z55_;Ϊ{A%N`ACcB `i UZrI[GYvNV;3:~f|@,2)%`a",bNX%Lr!6Tߙ+K$wj5xKi0C4atE\7Fg5GꞖoK Dʻ0E.gɎρnm!7ma'ST.w !{X |/A#&u7yG-mU"C]HfF~hkݙ8̐:4SK$XhQ ESwzCZ.#g jsm1k#۵.GK% O0:p\!TM!U;>.cPHgX>D]BWUz~z(㥩4<8l)` = :PPG#JG]u.@|1]5YOOkQq͘O& bF^HA-@)r=@vjYd)d͸*՗k(;d|[?m/5J*yjY~xN'AR+^MmrZMl+qW0\bRkEzrKg1VVp 04Է118rTka@^}2~q…|?X!vd(4CHyj\?bk` KƈU"@q\W*'Keb~PǾy9ƕ08Ϭ=܋/+ S f˥n0)ﱢqko4aX8ֶӍ쓜h,?)v5ܩƠ ɝ6dxg~)B&&BEuf~zQ zVm>ݲhڲ: p3ޛ}#7hCN:'O(ń'Ӵ>$qJO/i$}WM[> ̪m$ME [Ȇ֐.+Y fR[Aө5R4 Yй !v>Ul(,]5JV(}Vᑌ{tyhĆ+ݦ0/9:_8XuE\`C(^O:Ip~{ⅻL"M0P3l;-^$_:Pn뎕6{"~ZK<TtȾ,,Q>:*7ax.;:XH)%,CF33d=_ohSV؆ qiX)nρ 0:KYX(e= $|m6 #&PLD ޔ[fYE GXdg'3 dVjf}`]i[g662 >w60ٲT,ŦyniFBnU¬v`j4\C)`'Rp ha)eG!gnâcP}G4~t4Dys͂o=Ց*bc#s$Б`GU/ 7<&@P~.gHv0W!P5_;Ne=Et=V {e>7S=BuƜ6hF?1`a#nEVr{M'p[B`x_A1}+"7SM:hҧ}Bl@>O,ދ\iqY[jQf#lvLbwxX /ix*}MV޸._E"ǒlYJ3U"kv.\C}N+^]YAW:JIf.=Sn\yB"EY8.exkH )p|(,  6@X4)\\@!+PucO Ʒ|̶Ktt vs'61EQjq9 ,$aia 1ipVX&3"!-㉥QoaQ!nsyݔ%dTC"S_FkgݴE& "Vjs%Z!pyQ\P;#cϦNQͭg?ViYqh@{ilX(c݈t2#u3cSʸ xrYg䃫Lo ehX)I\g:n[}:땐΀2\k7=_cNWr Ӡ(' V (˽.lN$CDW 56'9gsm$sDy9dW {Siqq8]SL!pTūB@F& r˓|[>݂?V+1 D}&:a?j}dY!E7>T+ϲijxpMƳBoXYt 5+k6[]땵Z36&УX')r7OPP8G~0qV\ǁ) h\5ip,QʃKSw|nsje*X@SOsyrGIKxA޹طhmhdE涑D/Wk@pn0|ɖ09?- I`~N=:GzǷ]1}=:~|d0Er7=ߢ[|eW%܀9BX#$(Onխ +_o5^r]&\84nSމ'V`/d=i y۳{?-8ԵbWMcyqv.}i&6}xܕ'\`y$ lϏAwSqs96~WOd2i1;f,FXOC/gHFaDܦrchKpd䝊;"jp&B;/I8`٬ufQ7*I)"YG`LͨW]31V D󌱣1) }3.bDګ IZ#; .Yӄj#"ѻYgT.2<;4G޴܎7M4Hsh.1*c#s+w{r(Pg:V,ꭽ+ns}W4! \{i\k9\'Hu[I&d䷺ƪ E9G,&G@3=mfiU**ϲ{/*Cftkm6FM{h铤=s#ӉpuT(i9f-|ra!*vhZӊ|nNeLM3ޢ?>RItEX_B /){APFtv^WxS&Q,UEĥۧanfh za(s32v5}Vi?Y#Jsr `$~*16]P_0⻃~djvySR* t|[lEggqSmE*:#r[@ $.1 Jv{TW0H( v?ف?}{zC ``?haê__ܕ} QA9fĪ4旅'}㣳?ĐXL;Dلx($T -+[U+~~\|Qż`'gofv(ZG_LL8.ʜ:$/LDfԛ ~Z3W+.)Fx/Rk9[JYAm$y$]E2+5sT=#AII_C9UBJzч֛A9=/|kpCkYKUHi#bvsrk*+tCx 橠S:}DбmbѺa'} œoHåOcv(C$_f5fUJpQ;(~XY(q8BԵb_Dm!R*1GV3doٔVZP`CV3d>5=QwB RAmwZHmU /UϷQ6<Y{eq#Ҥ.hʟAIe-nq#**Iw U6# NaIw|Dvh1BLdd;i&P0%j4krfiaE5A/݆{uxkM`Psb}&k/#ឤ`pm4%,!9~ ) f8|a/Q!̌ꂻ~(fzxv!CP:g5U3I)DDr+w=l)FV}Yҥs<nQ4x6Bi}VUw$Wi9ac7Sp]lfG(͂7B@t{O#C sY35+@BTשW%g2@.Gde?^O\M;<ILȊUPuzLq8Vbtcu*y(JP| J nU*XӎB ʴCoMyȷB+JMj}.NQtKԦ9a X[@n#܄v0#8H=9eZƊ1u@dVNŒf2>c1첒.uq$P.n86AH+L/ " [TiG 3`LFSf.'j˯ܳL:mh?*>DkuVЛG,Jж>l7Sp,[૟ q!6&V)>+pS |3Lf;U&?Jׄ)hGi'xRxD[\>ۄ };wIVw05$&UX*92跛bAݾU 9C6-Pݘ$ǖ= )qUalGpW`>M~mbn,=taPS'ݥXij=a "vH.QefnWj")&N*to/S%-"2+݃:ץ≮BZjq4!!C\t _4D7(tNɞ?9݂K Ჹ]!OnYҁ p+rp7wm2G=IUh00w̕6kzs59MĖKxP lq? ,xX__/S _SmS]etD\TBZQIٞ.MFcmpaY4`M2'!Jg|̥dVl?K~ {w7*_ 0WGI5w4# tVP+@ZK0&]-d` k ?S8`l䩩 ֳc,lqT2c5mWDIAA#-6ȨHW/KϜ U4=%q3%ǡŸޝD4y/|T9$`ˆVu:Kzal.< (ԏ^Bu&-PlvGI' @dF[~^^:Z"E2JHL{? ʒIbKr}WoFެk"z]RT?z*⧰y7^}8_^8$+nb[ :QGZJ0cU(^ul) ~'*ᔢND^qM (qdU R&kC"AU~r @^|eɭ:E~klcYE+q"^/F<8EKӎhVi%a]A=:+flN@jGȾtQR"V喜'42PtMRsÚtH 8+$|֮G_"+%A>>qM%/&+j/ͼ,vivOѩYV)MIVJp|Y,Ej;r+G ,w1aq1Zw"u$ 5~(]fc툽E` {tUpgW&ڂ˝9^z1۔WQ;-4v嶌OANpw"j_bhx  ;O/W9Ok辿3=ksqf7ZČAuDmU˙}29MMhVtuǐh umlE&c.{a\o98 2S5x%#-&OW%;TW'[v]X =zu-zi|QLJ&{An>ʹ]9Tbv!sD~v5rZd`qMbmMa9CqtBZP>HJ9#!GywA!yOs8E<c7+d![LDaagd *h",`Q;)iϮV7МO8d:f+YT"`طVSW;Ai}j!T5λ;O1xVrFǁ{SHU8K!UlLB߶2NNwobb%ڙcn(Z+R`D͇T9"C붼"*}8Kw(ޣs')J5j2>Id -PGICs3g*qrxMG#AJo-5-Q[)in%"vP Oq}*NŲ' 5Iϫ+HFUFw@)w텙Y^]t8v(w3WMrr|}?쥅,FG|NN4`sA X0P{С%yoOVӻWaS%Lj@.JVcp{[*VOO >k(Ц%67m6QR ¸rAZN\LfNs,s%(Gm Vr&;+ߡEgSH{ުpػ˗m̖y, m\ZT@E"s1| *r@wjax{ѢɡQ!Ny駠)Ar__pp3S;g Fk&cSTsILUh%'o֜<#T-;O)#ӂVj$'5]WuT*'p ^ #pܘuXj*Pyb@n[OSh+hG>Tuq?x `FbɪS$u4JT@2jwuL ̺rEax8].Rd|MaXk ?3 knO2lNQߍ4ٴ'x;FFd:| {˖Cs&ET7U\"r딊瞿nݡlH2CsRO-6el֦)Mհ͝zOXOl66=fYčd`'@.(zGGOVb72ՙo肼D\lB7xkGz-|%Pc&HdbP|̩Pyq?9&sg^AsUdZ0ܠ9S,'i˒1%P=7+oU55:fA0țɊ{_U&4$-NBvEK@ܡ gdQ9A=K$BŅDR5 ]Rb Iم+S5eM>CNn<(D7rز!ashp.2y%DՙMZd澧*Su/|}~ ЧK0^VR=/)m\͵۹ak~r1ӎe b{jy;v4N!KJAak-Hd}\%xጯ Т< I0nhl A홁( Z*&zRq 'ͫ9o._pk*hm A;*#OQ"(qR+_C2+Ta4.C^Q.6RyuZt01IzݿAF*՞R)X0_g-g3cFXAD\5OaDnNՑ8y/^F:F)^XXM8me&r"2[';Ipa ]e1M2BB# nW蔤HY_'9x~MW%L}P|=S~Ư{,d 1Lt38W1SVtXg^,JĿ+2d/Q#cgRaʈĐyHg#ӃsnX~vq ٻ ֺ d[~c?HK}.]Qcc.gPWD"-z;L]O}`3T]{Q&pv0%t>Ѻ0-\0Q<%4#уgO:B?oV/QaFA  9ȂzA\kBbkgL ḳ|!ƮCJZDd= S+0W+q'ظ+||L2S,$g:*SY>^1,zo;t Ň;"ZP"̍WCxю|CG=4ϜZU&$2_59KW?EpW-4ͼ>:uy)֟Z :2KVy(+p8iZn VH Kå? 4>Đ(o9rD"?d;hB!eZ66~J dyxaIH2q+Y329H6Fc LX-$sѮX;[*Y"؄.2vPZmuj.ӍEO cgMQχl<]avHZnc9Ap$2֐?*+8[oqaSZfC &ga4Yԋ^拸(F"x W{G`L,G iwb<`4wOlVccM.Af8wMM W.›98`VVEX׬[n' )O\QsYݦ xw <2i9-LGn)]츶Ķ~ 6ɩ~VʾrqeY4@ ?MӢ$-mCĚR(4Z Hg7^T.0;fw|n]7U沌c;"مst"C 螳I-r>K0ݠfk3ǴĐkcJm[OP]zSI1Nf0CKwGDYOŌ x"0r1RFX3:FjT,װd*};Ѯxhk qήwNABg"K` rxb l'/,Mi_#s"+[7H@NގLZ ]B%PEfK!CR$<.~NUI:;Fz0EI_!9BA=N^20h2Ǿwo+ &0 =-P"crIv7^XrK"vQX>Fx l8O gmX[p<|[ շR/ԇCKX+0_W`tcB `D=)s?+yj^*_ǛH{HdDH]Yy@rWY0Rlq{-A)m s0pQݨu#K< R_K{^5EcN`~ 9{. OE~VFrDOlNo>k* C;#s%Imf ``%$(Cka|:OI~C.۹]xh:qS|W*|S b`L6gb0-3)4#^n^!q)Cs:,Vg%DzQ};t)V{6\hz[:;|W y4v\3dp}-++1nve9N@LEBTU*|( H&V[ffn֤y{o uq Mَ G6SDEGG٫nvO?qn#6)SDMCA2w$x!^5_uIz ~q>^^+@ay^Abuw`q^L/vaz-"D4vSXl{g)4R&%aܫIluYfy :@(ڤ9 0V.. +[=pr JvڧaY)O]ږT.bj$i<5`hы&DpNc;鋸}'UbvR,}*1&{C} k^[^x=Y䪶O7'ԶwpjlF.޳SNAQ!^0hʦsi+VIU2Is2On`!v>}RVzCՉ&ctg%=NH3:}ኑt7V H[@xH5MEc^!建B5[U[tGzoa(`.k?G NrDY-~ʚL)alH'I0)djO)ۣUrOaJ)2ls(rN%nsS3Acweyx˖N{KC3T-\ђM߲qi6$9Pz ku^2!\BN"[-ƘNʞ̀ \w E7EPp(͔@@4Mz>qSܚuy(k9 v1UE _/;#̂Pg*|M&rPFJbn1~bֱ2b*Gބ wnEYԊK~K,go_6!ĽR&X)`T&]Zϊ8L˷B{Sgys^R?E3++J."2'~k:b8}4;i0;B^U wkZ[-0]by;qTt?o 4>QJsr,R-8: S!x (bz}[Tl|G96vG `*ezY+w9$`p7_UdN^#cSu*<.tuѭ滺M `qȹk׭Bth#즗KĽ6[/%B D۳qpeT&?'v/mFlN\N}ϐP8~prBzvK|(}lK ʤX-/Fr¸?1c(BKv Zf"N㉱wm.$tL"Q>[P$,99۳33&uI !` ]k0U6e SiWW~jIck͔'ȍ;&l}Sz)XXzH7zGf(?j1I9X0a \/>HW,?VW=$9<0v L 6GG)O"pè|a3(0cNF~6Bp=;NLyXCM)bA9iVE4-6wI]/By@ &qYt҉6(h*J ,BM!f"F H鬓 6Z}9G F 蚥3C33:Wd:3z 2]G'Pݹ-]~ ]ѐQ}ړ$@5</;ocRmZ[ n!s쯴-H>F~ھiEz힮cR;g&'yԽ4﷟R$+Y?ņ^XfzdV'Qg/C)ѲnTG U2Ap9%O *\E] Qw8o=ET îTh~ S 50(5=W+Sq%52=0N`n,mc.{zS؊eAԩ9 f3{|:|9c/sҷ@$@-:t.!a͎@)3?ɱ\pOy(LciQ59.o35= 0?8E$Iԭt·D<09jQI/~@Z'D:Hm!~}њWWE"d;1OTZ-8GJh 0abo0*Mja@&+Jn0tFT|5 tiؤU5Z\Xb,%M0G#f5`mN*jFB'7N7VpDUYŋ/w̦<Ԋ ׆PI# ί 9|Z`"e{UBM4=r"Mɹ0G_:j[JU6ty]EPKrڐ&FMF=MҌ%~ 7Yf3ܵf}Z zchh8"c6X*(^o;4,8lg[N 2ט=2vrHzA^(sݳS8‷,25jVoGWfIJ `biS OA9 Z|XS^J4k!SAG5"cŢȎ3^;Ie/8@ez`@Tf^A#*2NpЅTN(`VsP#緶VrXttRgɔ@1hCmV2<(T.5|h.m'ljaBd핰Js{@.E8;V+){Vcġ&7Cߧ0`XШD~ Di G!nTæQM\By+JS>!0^b3w yc} #rsDH<1J>=A7'm+!:$ԃ*_Aǖ QBcd;.m5S` g*? AB)THno`bru`Y.e^?2}<&FWb-8>c:ojB7R6?v-v?aA.Q送Tp,{: x-36N*Њ0eYOҌɦUbhR5%b#h4V1 LO^5P W Q.kHȦ@ eͥ-4|>WEO -E2,f꽱,tȜZyza2*k@ZFhע+! SC?Ǥb}f85 ,10Ňj[ x+Ï: a㳭);(ĮEtz>/ ;fD,.S0rZmA , {:pضq3)iw;ȧ0ݿ J:(ڸK[@ T&Lxw\haZƍذy ZØ8XVbPoG4y+nZTb;wJ[?d7Zq́"[}#a6REl؂ޫ*)0|ob`:9K;4f_T>Zx!+,S "G<;@aiD fl%Ϥh|64- qgD4n94⥾$ -Lo@;^cg,b;zLUlD6׫L{YA%wCfjoy}!}Soʰ&c8bͥDZǭ?ƼcYNUotp +}/kj-J]2T*\`ypnoVwS[z~?0/B`;cuM_ؤ몡|A89b/..01bQ6ye,2(*E!*Bk2 b@&B^iPk*K$(ŕP9niPc_b0HV~>-$Nwz͛'Vs3S1bd3?ǯy0#R]AyGH*G|3ۣn*Uؒw=@VŹ&MmvM YACywn4>OB`g6gNk44(D ;jWToh0o0F0Gp_[  i]<(ݩ|&RLԦ ŽRdO}-1{:n|/p~J$Ǘsu|iEsB&۸o!J2OŃ {Um ȴ&亮c˔EZR `K*KO͔BQmA[jߺeguےaNG2Z 5џc('LQQXJ+n Q ^4U$RıIz*3:ӕl@ mlJ A߰L!2=oCg뀂ѻ̰Ab^ae!hD+PN f?t[;Z=t/uSH=kGn,1`9y?yf3;UvXT쫮YsEwc1bJ6]PGфj<{<oTfqTeCځ 9F,cfa$I#(wF|B~1O䥘/D\ߊ*v %զKP<'>8`tF;@?XN 諼^߬3CY\#O}(]ehKG*>Zd QRb|ASXhn1:1;XҾXpK9TpѸEPkFvNJCQx'W={%: Gq o+Ͽ̫[yJeYe5t,vy|sa ?$\$LGTu} >c;KLs9Ae*K:@'K?zrx "@I*gb[/fZrv5wsLGQ0Oy"^㼀$u/ܬ6+ONCH^pb ?=>dK܍=wZ)l3n2HY} -&LyLyuE,J|ӸN@ZMAE&*Pl3ݦʰ+il/Fr,jE/xBXj,:u3vB_D{D,2 $אO^qA ħW.8&lz` bnJDbDɛAlmd(|y[Qݼؼv4iXQC9`%o`@ )0#w;>~hD68̥YA0 6ㅮ+ 5G@gp-E;) ~p**W+&y{qM0> ٫:fNgܽѤZM{:,k{~EFA2-,&q*$_7sm{ $ $PM{b0=3oτ!ƉְDi?Wt26<W|m8vC/ BEJlD۞J/A.2<ہeL/-3:FNPhf=RJԔC/Xf|=Ԙ,i4:*icO__sh6 뵃wDN7]5Y*\)8˨X&Ftwq'+}4-,{ۓzp"+Vy!]S3/fEg,ajxU#J_9/Vzڊr˺L>5Kj "=*b# VU+&^\f^" /)6 gK[׺=Fҫu Ckq Oϧb~ LHUN[tujM.'coI;hA١ӳA:DgD}>cO fy`BțrXoe;p/h{H@sj1s]$,q`qv>Y +t]. N{Nb t nNyj'w=i~I'l"ظ\F}jHMK_ob[)&x<x 2*h^13vtySC6얨m{\Js#1# p3P-٥cr Zfw50|Kãīb$g9t ]9bABGOJ'^TR[H7^Cuo=05X$hY&S{g7{ a@v;ADfHx靓>D+d_gg\hjxz8"^] i:ֵǛ YpOeJ@ꋮWZV!8|75o'9xc:#̏$=sD.^;T\ِlD,+0Z:~EY8Uv K7u2ƺLCk:aG8aBzj՛ߢݺ@~}R:.6Y{fT8N0:@Aз9_x7pM Xo{/ 3O/޵|}Ig$.k4BJ’O[Ql.\6"VƸ "z:Å9`WFU;i62v53y. R1DT8,ȋ~!P^ ?-K۟!TO[h^h_XvY׋~qFꡅ: ?+@Q"&hֿOﰽ؊L"xQK1*PNy*}y(z]I{@Mt;'}b_=m5(R/fD6|ʙ%z@+1WKZ`X *XiJ('fIxYN;΅wۀltn֣d=ټc@_ ߶BZN䅶/zjd>5tS6|*8䷭X ͔dR[Q@ώ}W}{YQ^B=3$ی6ɀ r ^?jj)Y6K dmֈ`ӂҰyی\nG Z?L9.8>2uUoH@d?p cg5Gtv.aAd>eܸɦӷ0`ww"ϴJ( ǵ&w<zV͌|owm#F^xIc@Ih3(܉@ϳق/KG|cPQhcPQۀƒ3-Pihug3.YQ=L5U-v%5vbgrmUy  1|KH5<}(_yTUiSL5.,hx,ic?Kl6ĚLLF*b>AD\Rֺdjf5_NRcKG5z xXg8 y:n)QeW +l`%ѵp9V~#dIUFtgh՝I<>-D^1`ʱIm(@7B?J*5?n^]3L q>H1cmv'+- VH(nPD^@U箞*:1JxG Pj>$/}(?%/N 0s(9~BDLw{ y2D.oeO`{/D&dq9n9sc"U_SRX}'TmO5TKխ͸ѿ|f9pd[ZgC%ÎLc@2 򩸛wnrvtqgb$a*s$$%B9滔[zb鵶3$i+_hҵ#i/pl!e[to(ě1Njy5 y76aN=u]I?+ҩ6S2<0$@\ e0,IOTW>T_,k׹-JX }eM+=W o׏a?[az4(п='ljo%߲\ؓG?M`.cs@IjSK>~Te4Xnl T1+ _Wŋ"F-!܉W g-RSѩ]=Y T{DzevNXvL* t7gz%J`%N#B}ueJbM' :+"׿EW"-1%t*W~&pۛ¬;,EwѠFs r1}cbxwpZ(ðMxs_: hEۏXLMYB#ơ /YcTdK!iw⼪¬kZ6<D樦dSnނb BjA|<ƲC?lQ,SK,+l_CHSut.Vðtar۽ 0\Issb}޺vK?) ,-d$lVK,<1 |\%nMY?Ÿ@ fS~Gdfe^}62kgR&`d?74qWm = ՠkf7 }c.K+sF7{ޕټ"AͶ@ JnZ*^!Q7۴@ٌ}J ҝ*$wN6MV].N<W ^Թ"*m~igs5p~KOBg hb2բܘKV;tд>q{-"\]~zW;#M_lI L(Hs-q ަ](쪽VL[yQ Hh+;  U\F:[+t)&1hY9?V"H3hY;)T"6"(`=-񭋂Xs'#=g[͝@6VDrh/o]R{IB@с'q:q xnمScF;99j}[bF\8$D)Ƿ;ݘPggnS#|-gg۸u@J}@^ JְK)dS=soXQ4 4oB~pyJ5,gs6o9aG`~͔?|]Ľ69aPurhH1fZ^gP7fE|"YFNjT,"hWAo&f^EwB'/Ty5\Ɲ쑀CL7Q Q9sdD>eTM -16ڝ0(ltSk+[]MvnE5O\"}dU~LLPNƖɓ< *Ca@/[k#,;O+"!ixAn蒞_}ʂ׭a%* k+7n {F¸mV/bo*C+\  q*W>Nc*pe"mbSR_qV02OCSۭjRsSEILM3{$tʃ撘=vVMgIVd퉧-k Hٲ5u4y>Wxges8oKj$)aJTWm?U(2.am Y?Zzk. 6RI1Rc0UQ9\rD/t<b!BX[vpgAX.VbAR=;wûR8i' @~V]*(w,wLhؠB{bŸvO_1k!"'TR pbT1c0F_j?ڽsƽ@ 2tN/ m̋!+MlN:Q̤U~2Q6g/&>;k/7f\"ڏMYOO ;egJNikCH-_3 m&{R`ӆm&O/0x J4Ӭ8w/RP)ٽME}t8VY2} kCS!^ PEe2w"D9/C,#ڤd'$**8Lk&>&z݉yNtGQ /@b 2Xi"r} zy6l1vBRrc9jEwIoR"ّ qH+hZ}3 /ɠܮv"Bm5pL1x9؃`ʤ|r,sd09< [QyіJ oajp4u |(HoH+K$PV~ڏIX| Va^o?mL ^F31>hwjԔ?\I17wR<67M!ƌ]gj2J3AYXcD)ˁǾ;^u֚4 V,!q ʾrxҷhO6;'fk}<8ӚՓbu 9c}.4]u1(,XɛGY]]:[~0/7v=ҲÚnGdf۵I[cOйRH"Nd%*V-aAG@ZЅ{A8_V& G8ZQ@b!l];eLNXtonaS a Vp[Wb2}}"Y!ۏėn֋}5d'QO]PQ.@P93}hy2F,vͩs#0" P5sqlpb p|zIg?" \N<ӜIaH)2VUK/ٯCXҷ. A`IkMV-X?`92FS%IӤk1[pe!MH05CóAї>C>k FY5אcX"Ś3<~⡷-VV2|np k/%݌w뿭tycrt'醝l:*?MQސ䚌Хn_(cIě{XKQܣ"q`RKB_>rHfD-)ݳ`^Q;7|2o.K׆tsu2Z䔯'B ԓf _=I$ׄE l(г{ri.Hhw׀f]Zs*Ji%$pؔ\bcʠ9e I|q;Lx &' 5a}޹-Jl:Q/SXci=IN4\(D׹f1j@Z}UH,{#";Wn] R&,s_5'4+ &*-f.mJSr2 hkI#oՙ06]4VCp2yڑҮeC h}O= +A`xC"(^S2rA2Z~=]^ec޸XYa͋&/.UNK%DO=Mu:.x HB۟|"*YWB8nݧqmjgdBqR&VM#BAqXr`U. h!Ce䬦sd)@M-ڛI+ - ΪS wW2}BB'k՞!7/A'=S@k(@g⹠( 8mX8pg|Uk34 kDl-l#= kc]n4 /^@Z'im<|6:v9'ekޏ $>޳X+- g]#Ngl.le/^BDeL;p'^ZϘ]pxIBI ֝<1s4q8.RKzsQ oC-Op.M|3cugG&T#+̐[qmbbdqCBL_ug7}M]Pk!9`Fl-kѥ1,T_dǙ@ߤbSz/=chēɗlyXܟ_wg_t OfK #3G1x8-yDph̠ǵÜV`p 2LOmG4iOF2/=!{d5 s\E+DqW`g bE;u} շmt[ L/Fpu(*@Dp"900(9z&^ Q a102ə=$nGZhs,NԦBgxv <$r_ :ZnuV;6|6ȦCJf^XdL hx`ĦǴ`wԓ$ r}MO3"~h!Ӝ `G?*-_nh 鍭nxdlM7JR?3 5AiSl\llgkK Чxɰ@D4wjp#NCV>$ݔZ .~u_sPqFZش(sGU1v{!E4{I Lt MR 1)DSUGX;;qQ g4UrI[ۿ|R$֠A][cxxy!?UY/K EjwbNzgF" >򄒞'}?OR/RRXK11 _*S? >I8:"pc4]O|OkB?^攅nްncr`d5ȑ6OLcup\@ǾlX}yIGNs'DLa[i5o`FHm;H}Ab8.d&[r=2bցhZ'MH=ʂt^3%gu|zm+ȦIR/Q,1IGXbcK iT;j$H)6gq%Z߱AX̿?,B3ELs<;#I ,]G0cxM}q:ؖmQ;[~[gs7m` ?bi?lcYQ'A>r+ۻݢ[V}~KZ]Q'zg",C HpyN=*cXJi0!ȘGۜ꥞hrajb6,k5oxwsaOV~<+{9A ^.)s@'a r\Ty)xӫU"V|I\Ɔ:0kBITo)Wq:v%]sUuxXPfbf, ׇJͻ-8Xޫ^L=>+9)6ZR xT6v-$qZlGA? XРx/5櫔Du.s0*2ls;^[eKcA" ӂYIq.J/:*eGy+4%irYP))7_H9mtn:#\B_! 2ާkg' :^"|_Iwrax:}`¸6"q:7_>W?#u͢}>EԹ5eHѢ j'/b&P 1F%|)h4, Χ Pٴ((}&c@;pB ޟ#;E&o1%0H@Nnݗ ڟ8&xX+/ qU$5<6+Aj&~ a@_*o },io1o#ZʙzsE"̞K 3q]9+4`ږ?y-F782%ޒ$V\s?% Ά84J遧+ 0'* efUS7gϩS+rSm璕h!9!G#[ϸXpU?HI<"D^զ? hv8, >DSN01aQT"dȯ%Xr-TA;֎!S,=m\:r#F;Z2$vDSSfF0,oRk.HTxfIiO/q晍ݞt]x}_!bH <]I@3I^Yk?X[qr6LKVVϰ++ d /u8q,b\ ߷fh+x#d%N8Y o-'¸i+[MsaP%6w>~˟1ӛx)?Ε/_{f k RM5%0_Kh~-(zZДmħ_c=糉6O Q:~#N7.c+֔%@!Őv\(=s` ^x3*c1vLNMBPh E7/llwBЯh+1κyU(0Rbdh] E7hNa^_|}n4c$<V>ƥrpe-֋`]#'#ImPJPQYMZ ?7,$q|c$$׫RHUKNy(tL<ȓBZE{w\*2TrZg,i x|] *V"S.&Ss@.. >4X+&l[өbG ӧWZ}D1ݎAn]8΋g A3Ihz_yoOҙsu,Fv&2#,=sԛr\եZ8񽰴͛;*g)ޮ쀕xG"ϴvVcvX 71!L(~=v88zTCz:)7Uv;m!-z6WɴG.XG~x3 q-#RH{,Ze 3 J4Aa斮@dU"LєSrb@Ƨ,6Ũ2xpR~*5 qs(}H+p@J+FLBSbHYiPg_t- !sGAjxJ=ЕS [;v:BnQ T F>j` Mt ];~FQғ-r6SR#j:UU)FAe.ob^W.'u*A‖/MDjmeݝrk{U`^]0%R&3-D63q &}t¾wc$,ݠ;RzB~z#.sLYcFww0pg|`_SQtVՃ_XU قG**Jbm1*M {ԥO608xA3 j^ S ǫ_^N ɦ~#K6ȲJ5z{Rxˠmo $eX괂F[sO͗*ng̜[Kp'&Nk}Y 3=f<&U""quí7B11QK&R3| B5?|e{i`ީ_fekd42@5`TmG<'TqI'uD?i OCl/*Y+,C.\,3~5u\~㇫RSGZI7u(Mbe}^py֥@L4?km׽qߢSoKzc15npBF=˾P5%;kvLx $V/2~}/oS"L5R 卭WRM>7Yި\qm)h$~,&.Po|@G@  SŰ*lBEC >ո0w=; aVuFzJҿRWr<.WV!6 R_͈[w{aHim+X’d.P)S.ë4.a (#-/:o/wfeH>M\yb!?"ˑO_5ṨEԮ'ac7Xv{Mm %-^xnRqۄWcR_Na}m nO9tC|XO M 'kñ>pD3:6 j-]Z0ܔ@0(D'm|x< _0yze+h|)1s|nΫ48_6 2Hy +_^=H@!6ض\YVn< K߈H Z{O[]:}itssdlEI'R@1BBcR,1A&ٖyPU% )>2ڝ RC{: G\ --6*Tg~ԔjjZ +FLL&*KVEu˖jK5?/DBf́ĄW1 [k<MLKKQ 69kCk`sZ۰tǂOs$Ie1! G_"QDmM0 wv~.>u>k?\AҔi}$ ms ӂ%uFȵu*X28D5uLz-4a+DCO ۽ үka6#qZ dw_f2QpASUGßM&\&_="8@bC>F6-߸F6(8V0Uxn(i|9pb}Sr7 MBK圍CBy9]%M۫ݍ~QW|G$3~P,z.SjTݮ˖Gqg({x{Rd|YB'we\e`Qh3DUW=ʲWIJzĩ+E'-;O0} ]\1XC!Fw7'X=TB2TuƾpcS*cQ,6w<.q6$S pkYG9`;Ps0$6^4G ?g%SO (jn2f[2,J%u 'j>EyqBTJB82E Abl-l,c&eahiJe K>qYAYO6Np,0-~} "-{SV {Ͽ %+dJZ7^ ð[ M")&DMιOW۲W* 6xXˊZ6|n'U2mUdb^GMj`NR-(F0Œ2N_.*h7n'X[l.M'ݹ?h싙*qEj[*'%B%^f9p^]}Ik[ƙjC~Ox섞Û[XoCe\b>ܪO Au ['f̟`s? F2ꆰ\40mo#/`Ӿ,CRҨm$'@¼f,CN;IF_Yәt}_CE;t/IowvHf*ՇwGhDLUskt*ٞzd|Zr Qya:W 6Gm"njUHsPqQJt7~K;[jpًu-M=V(AGٝ4jw 8fW9<w@Hk0SOK 8pJu1d;Icg}9T0h16;*X;߭l5o(o3mz:Р̺GRyʣsaKh]&g۩[D4-"Mq޸L{`nR52t+_ Ʉzr^D`J7)ځщ@R"l="REfwFvr>25zpEBn²}A7%ۯwF GmFd :D9 ߡ [6ƚ4BCs4LƕJ3i:|)4lѡ2ڻ:j-TFk;@4b-cŇk5-y(Uz |u /Knq#%bJI&A/Cp-Pl%ՀSX6p i1?rQ!)hwXE| 1x5o'sL,|ؓ31ȏ wJ'#{g;nBrBP\C;4_>}ګ[dx\t=4VQ]l~?fh}uzo1؃g4xlwbGZrΒ7^9.2 tľ08O*saQ[s]PP'ʕ3ɖ ~Nwƕ_>(iJ]L@:M0TϪ"gh9`u&o1Y x_*В**ӣPv5Htsru)']XNSgHa.,eCqI5uK%g4YUa9 f ټ;||2%r6|, YbrU(V&^]IUA(u2VFp^}^HͭX{}~SѹD#ڬv*پ(7D"ce:1L;ЁǶ֏G;h4,URI}<(bLD)uZ; NqBZ؎4W=I޼lY݅_SQn h+\O<|KVxn-?o[D.A1qql@[!TٹH /I[gD"!'N *fBQIDzG$eKh6rdu4j㡸6 RsF%iT/>B+Po@tF{2aXJg99W8XAIUyxY@55یbѠk9iɱ kMna`S̔EqS@zvyD! Z 'ʤ(H{!Jh}A g~ti+z7EKkkVcT:a :~*<˵ _Dl!;.R)JhÐGؼÉzj_k-dwH "Vdž .C e6򺣺{e4oqUS@ F> yX"B_%60=?f:=؊0ۃRq1TbtWAwlWijI2[|]/΀!¦<Bxc{4KJ_UuާonpcK&S M]& jѩA^xȫޜ^ q[y(w>+aՕb!ۣ\6Kdչehe0Fģ ? ~ 1eB'crBb+C\~]XCqMaټ&ᡡLBf#iy%ruĮlPM)M> cm(Ev.kc|]T3oz9M YT~_޴i; 4PBj&qȎ#$.C{dCY!;Pzp= Xtl,縮ZjPnR?3{yz0ݫ)D LE^l;zxmOvM7|XsY2[~PLlc.wl>kNÏ(Ecjt4 Y @\W7|y}NЅdܽO(_}0ucWOak8{躒ILfU6%'6^’[D.BGZymfn8U7߄QgAo !8584LA4qe6OrB&J)Yۛ %Jp}YH4+%_E_ 9g0quB6>Mn d"RoH`!uG᳟7hVaWbRZJ^_qғ9Ϝ}f\E⡕a^?Yǹ]6fxu%-RC(ԂۺP}U5 Cn ޶Pk"%OZrAE7ӛcBHVT o8N jvQpTt ; 0uGjeIx(?b3'Lsp"4ަrvf,܃zK L~=w\j8Z&;^8w."k'"^4bKeoŔxkn}ZJ=\ J{8P4ȲiSVL@exT;ԱS;Q]:'d~IJW`=OYwh = &Ḇ=dGaϞ}}g Ah]F2nٌԗ 9>>;H6Ɉ7BGZ|~^T/d6hTP\NXsCcsi4ӈ.E4|t2%yy?捎֣bH Ag-ʆ'`MU~<_"׏gc<#FN<?"?ANC5Ēp1%Ȫ&ƤP!jL4])'wк4hHrLq'Lٓ8UgMdI^fb ;f;7ݲEV͂"UQdRorLB `P~ T1W(+)ύ#պ-qrZ !_"1}4#/otsߎ-xHQOs{hӜ_|vF(Xn1Hu.imZxGUŸv\ B<9B{C崂/0_]ƶp> qṂC;9*7[57Lfު̲.5sM:@4H#iX N/b)Qǹebު3<>4̲.9d}*V0쟾_ܒCwouG7S8-de;@4S` %bȩH&VKGg [H@F\ޤ"0b9"Oexs[;"'5Q,8vXB? OdLM _y=7C:wL0 gg~lZ׭ xc&¾0_?{Y^Em b٫[&_qM"7wPq>qmO;Z&݃e8|9@o)9%/j^:/^̃Q^7Oخ\u&rbOf7&`"E@3*OY>;; j>= u+qd{]>@J+ ˕J LbZ^P[*b Me+71~Ze&4g)SU\PtgT^Afh3KV{B-U)RMQ7zŅmhoDjRf-d`qI2p @h(Ԉ7 16F\JK; TF0Z!!$&ݲ=s(!5,MF`@EI>&܌[qQ ̈b 1^- pw.M.%z V \Sވ;PKHS4}Cav./b"j /؃Vd,֦)5@zT? qD!>|lxGcvu\@fy&Iaφac1󹯎ﵼjZDJBˡǭHzUdQ(&QnD@/W}x4:T{'ٷll˥/kG]ؐ汮%= <[GjLcw%M< )XP k M(Lzޔ~N=ׁj0D]ko; Gb3khԋUP7R,=,;n]?;Ss?l{znPq@ 7016Ko2N'~q+=|Q=ʠtODL|&*@XҶ.:y`gɟ.I ݤvo4.zJL;)Mw4Fƌs3OxB q!F'!w3uĨ+4)':#N:{.3w w j2&+/:@Z b1S:Qh"(c}T,,pFST/&h[&žނ©_?w1m; Jrz0{Et T8e)'ad6]Iu`v+Sj Ë2 )ϬAOf[Y'S#X^HL$5R?p\T \Y4nνP |zXWoKh5ZK{e88^${u!B``"4[i 'c>ǰ2dSE>h*g"Q1DK{8axnշ.H B9x/<2+3rGulvKb'z]hciTVMҒ1ko񅪻+18ONUIG-ɈpW>ޡ=:-++]cRWB/ ڏ\-!{Dd^*zvH,hd fqAB0 |"2OW`nZ9tPmR05w Ѩb^T%TG=8:In;6[ZR-gAl^Fo%$JΈ4v"[m1 t/O}3ӿ_aP"d+y7A)gkk)CsnsxJ[Il[IԇɅ""9cjĄ/F} d]P_>"W.uA|Ke ?7 [Y"Qdž"xM,iMUQb;={({c xpӛu.TúEu|)6sO2z9}[y[۞kf "e4熼MlZP`Js  曛y&&Jd&\+_e-49tʧgޗy1PvX,E4bP"'p?8ƦjMZЯ %Z=9h~g,#"f*j6O1G)eͣ"~"`Vu3j(P= K<VQV P]W}K^0H4Wdsvh<\-ҿX(ϓRKCML@AapA^a:cb}д3_U 7O{h{=挡!,Q4JNi$1Qte)F_P4wkz8SB 9"p]羄M[}^{. ;0I|%8|/+%]@$@* ʍ42;qٛE"v靈Y ݝ <˴7yƷTHLYAC]UMEFR9H6d$S/+͢dëF6w(p0z̻2w9F?N1(*+ܢNn=%Z5}4(M|qOYP^iH+`߉4aTA&?v>y4?-# +R]m;i&×G#S g&)(Yٛj’ě!_M{Ԟćğr~& h JߤkY8,ak0芘Rܶ"kMin1d)7 {'TnDdG=\/>*? 鿯2λ/'%~Mm{~ T9mԂIh ROK=ŶߦEkQ2x"vpdp:)_)JmnVXZ 8X,ܤB&Yc$:Jno!*aNp@bnȶT f$A~V8hυTŠ^}6x l&xPGw?{VDqN.ɲ;BeszubeeP My tza:6z5ZtQ J;y}+p 5$ȺEʊ+jd=MqkOW.7)xq26j.bXc7ܑ$srn>0ĩ74I0R [W@qzSBTO|ՒKU^]R4[B{dBĘ&n#7OSZGp%N[8#~12ê̒k9cr8r]3`Da+*C?ryvhK EsyaleqnZbH梺/0tFqx(fq ҆{|JrKx*2 UGᾡWGbIdLfx+w8gi &y`uK ~הM5# 6uO gbĬ~YD &Fg,krx|d*^1 {a/G0 S`KϦyyjoB՚;ʁa5v6 kslw5ᩚsμb1ߡ/Ny?>$ =Gs6=P' '&%1 a :թ}s*Ԍn9N^FpȈB L ;2ִf+Jr&!yFTdb:tf&UG8*9VGtT icOK1(AVR*ffdc#4V="g}܄ָ;K;Y[T sy)aXqhmf".B/"]|N^;|3kvFNUu|x;^_ͳ҉uEg :v ]{=(qI=PUf!`F}2阗ka3v&5C%SGERH_wS)2z2#GCIKff'={0\WQ~8X=+c~C/7?=;[f , D.?6g]Ysy p%'8hdy؎-lW r ZYǨ ܷgJzFQ򱜴$~Nhw*[wwz;VkO仫X?w60G& 7)_M^ ciB V,_0AH;].+E /ͱj3qZ(%W'㧤3#:U89!o%NnTKV%&LH^kƳ{CQ q +c U+Gbbv˛dCh¨^٬ARVs5inh<ӣЏ|qfDLcjEY:҄SKnsPy6&.[@ZZBθ8I_>y~}]E7x|($=@c/{b,|k5V^E#ۭG|ֻK.yQ*]If!yd GC5ո Nll^yk12krL\v"K^mmkJFY̶T~ zw+Z +o`(.4GaϢ45ԅ;NcaM|3Ӹxa2Ș5LpM)Q5@2a͎Tii"xegMC0zݖxHz!7t87cNx^&55Mm Jߎj\'HNyyəדV&$$}WI@嬽gBw)+3.mER['@DqҏUB`\r_^rWjb.4(OAHEw|N@(>P^g7KNpbx7ڗբU79d!_t5EIG|hSҴ;˷;XZ>tJAz kأނk{Ƌ!WRS  ^sci7E JO=JR|؅Ih!P*ta# fFX]1# 8Tnpd;Ģh+ SBIb@jޥfsweRE9gux7w߈f>iOMr !Ȝ|}wJ~r!ȘoO1]$YeBiŚkJa,"bbfrkCJ6puҊ(΅9,q*47;>d zҿe+n_` O!A`NbK[ }<]W]6u/ܕ8ډL cWW6ɦ!$N(IVtLjE'ᔵOC_ C/!!`USV-4 <[7He!aqDžC5r<<B<[i;Ǟ8f,*?9<!txI?T/wq[Snm]y ;Evl}_OYZOJ< !*t3YlUO;DT!+S%rey-ߖ64YBc QqneaQa>>+R7wDfu +Gzx_}sQogޝ'N& ,jS&7s_Rc-]"ʚN϶ţ}Bq6Sr#8‘v&4rP) э$lTZVGܛ*VSɋsCP{8#vF aϢMфg(a&ϑ|{7Viˬdv 44@鰰s]}WُaGqǻU >pn![&M_> e^K1 BpєFV)SEke(HTXRt,ciDINBkcn r7 FD(J4_dV๰XNTcOq“DGmsd5<לHxh83U%U0{ٯ"]yG3'фZS MJQs2t!":X6[ǎݱTч7ߍh #+ޭЗȓ:e4f=DD%?j\~Fy}W7*m4@8&8;f!M: ;nDsh z_h),c6;kaNMX *KGkzCNSc@뵑$_{4oCU#˱ҖK`^'j65|(3Rfш.cLԵ .5"!G/ߩp. sP,|W(!zwk{`'h[M̜ 0]//BH tI/o@2a5("TS햣K8ADֵ@o/yGtf^f[ aע!ZTeiPi=UAe{ nBf*kԆ-[Dq:uzމP?S/8xNj=<6 Cg'7$/^/ue -; =wP m|8^ IsDazsCc^I+ {nfғ /)>=y-3TkNj*fQON0pt/L{4tb ¨Wh=|`_ wAx"& HwZ7<ʘ 0|#H+ a.c(g!PJܩ~:n?N.qO`KHWC %XԀU{84=XhՑ~ZI}l2l$e]aI}`Bi#wG$[6dKgGtu:iHw(bY/@3:ۗJZ9o2f}Mck*HfiaL~89-gyf` FoBZQmQ]K!@-;x:Pﵰ+CĪ:ZQDyLp);S:g5fF{.Gz{j>Jcе𸁄͛Log7DگkۆֲfK:iTCȮ^Yolf  zUyM1È?X;x̮m6əJoBWim\єTꚣ[ޞDe{^۽n&0~0SZ_Rs38P`[O`DxG[ ^Ք[ORCݶ>>6/oÁ:N)N`N6jCǪRZmĦ 4`+g\8z(F(HK]x$'I'P)z"QR=Bu?.E˦IA:WĢP9r37\3B kqIcqpu0B`/ļyCfO{FQR͏)'B 5PR/ʍBD3z }*b`P=`='dmnXYTߧQDINzS<.do:`1[1hZV"hg1`cI(j:x\"s$qgi$ {JQ; _nh_WvY]?+(80@۽;a~A t] [b'E7OSbvH|B% Â23%nXt\|:^og 95^\C"pO!IzݿKiPjI(lu72/bpndOc]O/Dqb"Njg6WUo!X&Vlo84[:8{pZwi'aDXp;S_ b+t p6_^Hr#ѵ@x4\Ko{Ւ>. @a!OA3<u 9趮|I1 i pxoRAyP7LPy߮jW>uWܵO\Hٟ3)[w1h-gjy7S.F8wQGZ+c9b=żCaWcgy00O@Z@\ \=J6FuJ ϐ2[Mjn!a&BE{\/q66J :*|MqsZ\?r<囅3H; /:=]K_/ 0^Rg A1:񃅅k's҈ڹVqfxw{̴JyZMhRɛ^\Z |H94W) O~DFD# -](p4GSw@) [tq/$/ՈRgyЈ\ӓ$mYs:fܓ _>k۳U)e1 } ?QR\K(\"2ʕ+)h 1E }O1烨go͊ۯ@q W#g6HS"W:Z%445&irdk}y4̜0 +*HhL@Tj&d㫋ha~m! @𿘝Z^A'UWmq78FrњןqؘU,̪Ϊ;m)tמK(b"+/+EN6Q`<:U(1}ۆh_ p0.AOG8QDӹFL])HFv8AEc"J~H2$zӷ6hPVGZ1RU9scXKs.\ Xsc_Hƽ'0,ne`Rj ѫ_8Jq! IW[" F(/Z Rpe22,hCTRY(Te] @8"U2+% rhU@eq7r|QMh$xU8w!ou Lnn814]Jfg# ڊo0Z7lP9Jũ0V(71{,ު-=."硑C't=Qrr끨/TC \&fƉ~I ub_ JdSހ!DLѦ< uAD&4!:{$ .Tl9 i}ـ=Dp1In&cӁGIm:E-T:NflBl )˘mx&uMXD|6Q) <8-s5\JTQ46%Qk)Gog0ezUV*bMu ^C&`p1J]Ai[Ll$Z~6; 'w^? ώyu(?I? >ϛ˚#<ʄhAu{.$#10p hvW_9+myn*U{Mn& Lw'wu421Lҧ=w3y f\F.N5!h:9{Ȩ@!im [(#1xw v~V?& H;,AV, 1-?l9Ǡ5Y,#xسEP; ]7LgE.Km&moF+~rYQfT{l@=񾛇uj*Qtr}MUrJ˳)?@5-=6;#T]EHPsݎE_ťg|g6~h8 ^zȚ<続$󺖦8FFu[C|2DZ,v=g U5!jT2gILاBp[xF{oXn\R|OE4:/N)з6 EE '?j[j|;6z4 ׍+4fnYT`$貲"6]*GtSTg*&om=Dq"XSC;v&y^smYNثlKxCgn%O*%֌ԭ<*GJ#axɖ}޾ʋ|ńz|Q%ݟKOlu4HO*faQ3`Y`ҒHVmr?U>6cYQl۠1Ii+ą V*z6'FZ> }tVgGE8p{1i3/㭽Lm4'ox+s=ŏuU҂ens3LMǝF(_-ލdJ*GTyJ{;2󶓮Q[jnsT-R{X;7F?(õŭ640L"\_EvR:}^/ q_Ï~]Iz`:jq)o>YMsyv59noC6`Lx<*b_T}xљVm}y-jޯNCk!}ҵ)}s^2L4-l5m4T5H$#JwATLƒ@T *̾(z'޽.tOGAâӛ4Y\Z. Z|'[kU%aպs "],exB'ہ.{h.,T%B.0~\ڼ'[u~7,fr#Xwq 9'GmUh0*&>fb.cb^UO &Gp&X C7-m{a~۹g~L/ʄ ZƖJ.csb£@WQ MDHC?u%zټx/{ IK,*TSH jiMqZJ0Ϯv҃i? * U_3DHL=i.<>MEpmn!qIc8;$",~q0kL~cj5lƄʔct%(n ŨJ]<=nµzvϦS7%J7i@]%oxw<}/-k8n3:t!\xa lגl[Ƚ?~0*.ӬU^4{-K_29zi+7PKM(~4/NBG$BIglauu1:.r;]۹/niA$D"k"dYIc̞Pmznts}٨#mE6/z ޾^QT1ua1,2Baletr+ΛħE=t J&H((~j?VLm. Uή0%Ji<}E3a)7X֎{eh mяiYN3mrԵ)EkOm8F(vYI!]ɦ?/6?TΩ(Ton[V%)%,z h (׭ItF# y=g}"Ce9AJ]` ˬ@Mi3n# d{oVlYѱ|`WIPI4=mI}Er(նuvMSPh#;6:i'|pw'~Ƽy'MXiJCkg,߳b1Lj%yکU]9R栀r쇔"f;FPyD_-s P~̣f5w3cPQOZxLFddD&<./=8ʏs$|fu@?3[3 Ԋz2k'-{Yc\t]knx~s겫igq|1 ]qC(á0M. b叼x{K9VIEL0 dJ:Dʅ͑U}KzvlȤl/U7Mj? Dފ$BI- @fXhV/BW9dTzʮ lF3aьP D u{ϵh]ZT~hl iRf S xJb::y<#IƲ5(ٻi"~ۋWӔ Hv\p藍Myg;`|pzq(yZ~ROոk( Zh(iْSvO~BOy{aj 0HKx=`:;`΋QSAPF/aߖQ~VijSw\NP.jv,0Zh~4/{3gEjPi~|:p}R>?$V1'4;EEi$!*f5ZG>'fx _VB"⋞;6^\MX i9?!u۠/7weיuB`}?yD cjl,]cGD  %}L!Fߊafrq'zτ0M\NSzsWjO=L8.[Um <%No4ӣJ"uuv<\rɬ- 12*jMMiژ YKhI|y=;F)9j2HV l'xk,Nʃ'/ Er!4Q\|㤜?_SUlκ-'Y3\tT4$sU9M3Y9o蛰7`E8K_,u@Zժxw >L3.ɒS^鰔/~7G[#ŦaU,NRii3R W/!dE,Kdti ]ȃJ$4o9s|QΫ"~ڙ&cYN\ !nm>Ω>`MLxOZMNӰEG,3kjibȗC*>0tYm#`RL'M!g1Nuzp8bdĤO1J Ƃ`8X|mkR\sP{rK 4}_(fwLg# /y4)=G[ v:_Q(.nr5z<>KBFrs6潃f_ FJ1MyI$BGۿ׬M$~p&' σ~T^wYl(aBDyd\& b ,kRAk*:iN-jk +Alj_fFf/=<C%kb|D2 :-:7; \nn$ȚؾoWILCnL3ENv2$37r|(ލ7k jfJK~r L!I ?R Yo \f*q See: dWE~Wh}$̔7d*nCeIGֺ'!?)X &S./HbrU lo|Hxf("StG( =] @d!|,L.ÒhO+΍yYϖs@}lb'aHj KTA%\OyJuZ8̞0(Ʀ%SF#zJi֑:y> "N>&Gg/7Dի>KC*CʺrKzzX;aWyՀ<'7?|'՞;/š_DK.ڲ)'77z+:2J?<B^IPϐN #+h5`2\U5cdTmY< mG ,~ ,FQqIm5S]ߢv*Dh@HvF  iަc -Du/!ϵ"e1bЧP*cq"hEonLG<2XJ }=%7J2v(hС&}f|5%i5Rs4fMZ%Ds )uE\1߇\ʯCǴH*~kPQH!L.m3ZY迸qCe@.a)'KDzB7_e3?4A(Ɏrф؝} A;"_k#lW}ғ{m=HkF:ά[-(W yWQT N@9= cNg+TeTJ֔#jv";r|K@e{DA93=qsw *+CU_ K&3Ej =ǻKGHmDH|M_dےO;VŔGS@V\1Pl"/W\'M߿c2NLK˄=| }[u$dsa9GGϐMIܵ01+bqB̂ C9FsPmNzKN 3/9Q{U5=iژ'vͰ+DL61,z2nAI6M+ƽ9~hn2 U:&}H3^\$(}7 |ѥ iCxN0]V½2KZEr Uſe}^~y:[aϸyC\+ڮ%֘oW6 be?m*z%1J&h$[" NQf52;j=uev5)Al/t3F0->lL^a˺( Ks 0&Pw @(wK\ZY{)rgǨoe;}Zh T6CEqX$< 3Ea}Wv JF܊+I24R] 5'mxGy"8 "bKgڧn"rm`aZQz 8ƞXiy x&ny >>b ?%u\>^8V.0O6g:`xU+Keu#} T'K?lg) iFWe0oLL]/cwF; x7$|uO2 !F Ǹӣ Oʿj"mH&ω >>~uc;nIn0n=B;!7MQޜ0\ YJ41^ ZyGX\۸$'#;̸8r7p.< xV'Z] 6QOn/&您]c%d[[@tW:]@Ż#ZٗIgZ2p9͘^F1FV)5ƛ RP}!5wxoBOa*ǻY8<`rJYMUD3f86+7)ŠqF,".&9*I8ÝbG'#`^GnGsp;l2qMhFOEIq`ՆVu<:M4h+7¾G1%/1j3k]YŨ,J(50T'#>eFenaz_o[4y5LoUMr2rA܈}#F@*H}E4zԡJ| Ni꾥3gп)z=]D3ό{#|ڂ!1zڕJ /}[4+Z 浢3ϠVMC̷0GQKW"FQŜ?,liLEQMjT!6ú|Ar+dc"UǝJ8`T*θ(cЦ+iYCKVNÐ<1XE$X́:>]r)sIAVb)c}2SAnaȈŪDIH:k9p,Yر=2E_&!$3u>pN8"IV hmWh#Qi,b)} +8WAI[i[,,#S5~< 9  J53dis;3] |r ƪf%7ϛ:,5lByYFb \'t1^(A[]Ә5Xڠ<ϏrS똖PUTlp8,Ot:d^-^^_uI­c aͬK[V/WP*X$ȣXsah0zT.c}?_҆cI^kbZ8e#9o`*6(cb<M qTI } xbxUa19cHXn L۽klS>8Mɫ[vvn7*&퐠2e*uL{ydmQpcΚnIsV\cBZo{&U2pp7A`fDEX5$YM8k%R}0e/K򈁕&yIVXݱe#;ګ%&v>'3 !N?=+Y-9.}xs_Wwyi~>] ~'376Z=VU|V4&2 _Q:oXC2tPrٹjhHU/0%z2›X`?wUݩA5\Ds#T.EQstb$ $&JG8\92-W܆A+-I>`eTIj*oa> JuCSJC?ڭSdAm}Rw(*RfN^ y `Y7/L8®KMe^-GSzBص"Bm0!mUj CpYikHr0fMG%>Z9&g7sV5 ʱRܦ-2"ͨ#LJ!ս0޽)"M!D^׫%w|tXpF)y W#bυ9I . ?E!5rY(&oc ׻oM͛ ~zO=!C֬8] V߯K=[2[Oy IE$?W P PGOXuoXP |Зal? |ZVfVgۓlG= TfV l>pr2[tPY}26@3 ҥNy/ۺV:lP8,sK5N"8D`,/0ˆД>o,(d> 3;݌0D%bjf )\Xoī>PA'Jkia/^ UT5"&vd߾r7uX;.~(*W /&hax4$eto4߸5wH~}A5͕+򐤤lקZ*po1y;Q6|}MC'U5F̙zPiQj)S߈cd;7H+I1;A)poB+~5uN8u%'TccG]ȸ; f3U\k]߷6~}xZ s6H蔭^J('EwPu 9%2 W[^~wBS–4RU!@4hWK7Aρ頠/,giq8fRy;d]*[_@ӇMM;x7b%N@3u}=:c.`Q-DQO:zq}/؋u)o-OePU2 G.GKҰy$$FK(rYXr,7FVTZXf" ;=1ܢÙ;`pGm?QI ep©t]{q̓@u I"rP57e܈>}]q! 5P7,* ۂM}M_3.$ֽ*+-T4Oiо8)S ZǂCiL̏PüOת:n%tmCZfA06?7ŃAΫ+>R`:SKd3% -Fk#E0oO#킎g˿(MoX*T7)/.8ЉIN}'2(Ғwq,/ű'nxC}p?hxkKE;>i!>苀:0! `1$y!"㣏UgŏƸ %Asx^;k`uk:DjMUY枚-^Y(y"SFcZYz<^D_;{@Hi ]}ۨ]3OW|be{S,',!R2wZ9MDVBum,Aɏ0f'qdž؁-$>8};GIT7ulM 62}pPD3 o5za`];/ɲ%dmdYVfޞ&@4nUw(1@5`;>2)pKox,du۞N5u=?A юKUx,ưdNS79viy"J8xE?#@bY?}J?@M8%- ˣ'*z\Nˤzqdi)czkf^xx']Wԝ\l٥::_4dtS_E,l }_Nc֯,{:X-Rى>k[;IS 0؃NQ_~g70:Nm^Z  O'~x` S8{ch82qj{ph*qKǞ.fw -q\j]aM:,Z$?C4 bAxNJ Y_ջu `_Egt\!c O\~W$^wCA=z'=sq&J¤nm3 Kd 7F"iCoA0Y*".iɾ@՝aDF뤕`6Ξb)lG ?}-1BUQf(:avԳNL,caߏl E$z %絘lT?t8rP\ms!x"%J¦lv}=.|\Hn}KWX'颾,Ԕ%EC,"ϴ>9nwx2)௫$ 5V%z2apT=E'B#3OT yW63QE&u~|$fJ1VG.]C2J-% ꝂL |0jY.E_$~6(wS{UG'hkL,Pz"1}~~.u&feg$n7fr6vst Pyopɰ(ѣn\)DNTj^z&?t&BM48H RDR7 Kf|}ؠ>טpքM]ŕ {%1flUȩ?&N1):/޳df M?bZBHf*;_/0{LfeMh`zxǴD'w&kI++ecZ jzs>3vȦ:2nrLۺQqO׳L nhG'?zwsYc{1GGwo`R4Hl㔢ӱ֮ųbg:OHz4ĬA@i1@j*%W$r6+b\&#*}ZhphNmmB=g`i.r6\StcΐbZh`n.\S/c!Uy8%;/G U9@>&"Y젝V$l3e0rp7D]͒i: `&wakȚe E,$Cwt A6՟í;K̟>)Ml}Y#zsH L 7F8\gq {WRW;@<}(Qw :A7FfNt(3%1NƩϜK/ 6L 30|ub]6Ǻ+> i Q ]] ::@o?fɴ,>8ͶpPQȶlw6a`I,q; Jh:Vẘ|:Ŏ$V.-tYPUys٭8[U_BK0-='\syf\dh:cgFt'kՆmiE/JJY^4~5,VJ>l6<ތP[h@oLؒnr~'(law>"uz'g uy4%OeKR/"B'#n-5oyjNen>" KOۣJID <͛wʒb65QRΧ+J2BG g @ou:婇yJ< ̃j3]!`~ECDwD-yT|P )epCY疕`k6S fQkŒ9O  8VVXX&r|Q8M Ÿ#K|FxjW,n5aYOۦf-3-HB֯@I?tg*X۪`?,txX߬n xJq6%@ͯЏbU0T^%Oz8B5R:=|b)GsYrJ;"jP$s\Y!AZ/\{)1j'vR4)dqbn^i V]yvwzp 匚xb{pvF/~X0XQbd E?ّP۹j'nu+ũ3$jل =PH ]/`8> d' `oVr;yz&%ڂ l!&53M_+Ӂf>ljƘi"i.Nꇖ|%!@C6v ZG C? \H},]zx عwwq5A^\ .F]5KpA[+m~6gbPjմE^n(x*lY _ *t[&H-v yz OYh:~=Iu*Z(>zHq̄s;5vfzTvn7)^JG 'Xm4t3XC[Vf}Ѓk׽W%{+_Dу@8P(S< =An+>;>4n+VFFȬwχL0D8g=/@'ߊуBc Πn9G{YC拝@Ҳ}v"5a4[W_`s` 3{ ̰)|T~qaU^v#Ɏu:GB -y^(̢ )y^R[!_c(68F*6%;VSKq/YP(NHy1B|'W>Mw13 ň\>lbc;|<"j#0pD6Bv4b]|B\ua2}::Xf]+g%~""9ٶ48x]F7,q`t?aN膹޽1Lyf&z?!ۧn i^+ZY, ^@*_xVFLnLEpU@pPpB C09Ygrrren [ ňF,xzl؎>&zC9~Z%@qwѝL~#w;Y.R>I**skUz % /hӍ9z9;*iĭE?q*Lcx ^K*ey6@2伛 0A#[_hjU o TCTՂ2?^DJqC`yr HMZP|Or(zGI# !#-wnav(\J@G0Z/PS ȇc)Z+hr 1!x#gvݹ!X~ l4@Mށ #tbXoM\H+ȞG*!ĕUw[O@eJ^GU;4='¬/I|9N KdZ9bV]4 H}~ƿ=jyD%r7Ʀͷn@8P_jxaI]m } >jDiSXaT!3!?t_׹h J* G@w L J]C:L{:i==}4Fs&/B`wRK{OTco8Zû;yi.|Q洽3"p`X.!NXZ" tj]]_Ԉ~ɶr B\}xn9FXSId[|w.ip/00~)N y8X*Н^Vfh/W d ԳB OBx\;%ַ^SBh" ]/15JLW!zpyv+1׬5o8SJ"$ -F#)o&{WsSLl?"' RG]MJX{Q cl8m߇fn4}-$i֪π aY+R4یF }OTBUΧM.T݋0U)OZy"G_FSJh(ab ^I,dԫ*}ū_+y#sĹq~,AԵ<b_f[IJSH[n ڬNl8Un_EM}₍+-ܕ Qz®C+i㇙72\ dE 7׶BwTv򵐯oˀTzFZxR:D\ /h;abkUmvym.Y/$&Y#N2n8wKjJ5qO/B[:k[ 8Gѹϱ%QtEzd鿋=;kJ6V_CpMCy\Dq't9?=5 ^U?7M9㮞[mxwP+UwP#2EY/=[| ;YL>;So=B֭C*g5!yiDwh .B"Y*(nFOX(sƙW_ ځ2bn4X T9|NlXXw v2׮1~ ]DBoQ#CgW׼`@U+тl#ϻ-ܮڨNQ=;pMU s\硨 ?~R쾹o) OŸ 9}acLݾOoTz s+vLpEVpEo#+)"Qq<6q }Eap`)(K0I\{_ &aK7wǻf#*(3Q[e$MjglWVx\%;u]fBœ"Cd V6dXrA`?ut_GAw e7,SLz'BD2>`0VVzzژŝBʸgKva! wCMmm*pucuXYt>& "\PX: ?Y-x*)7ˇGxAd=2JKiK@5 M } )MYp"ak븎85ݍuŒnK0R1W=HI~wM.﫧jƜc;R5}yx<٠n&ђ߆=^Rދ4^H,-.;km5{im l!#QCkx꩸~v^yЗ/LM-0xUcǢ%4\RS…Q9^Y`h-!2NoPUļ-j&>_O,@%X<0^4tL\s krIT/Tz`euq:G&rT RR2`&x C+m /{T]ܙ5s#o` 8ۿU($ϝH'^4IdBaetP^CTLh|:!ϷK+x`93hXкrhZWJADD^@YJRkJFXs ~5txRU q7@Qrb8A䄻^ANIB R ݧ? [ʱ`{{@ ^SxgW3dy8da(& 1E#d~;I€ c3@C"!,9ebL‡K@v3= J{ʷmoR ?kz]ĉymې9U..uDhJ?}q,c>IYI;"C4?(ɦ3sMץ`ON!+K%\j@hx$(|窷ZA!7|{~{m _ެ&$R|tlyXujHz8,г0dffcX<$ɝU6ЀjFkk[gyI>#EqS]U| l~ĺ]<,dEhLHzV_,5{ ٭>܏ .y&=.c8`S~[NY 6}B#qUaAypXlѝ_iK!҂ސ!xdu/%x{᪴۷Wri ]V>_54E`9:{\,y?,]Ykn!9X۟B[0%rZ"bgc,?^>hv,'e?>_TP˛4mJ ЂUmC,EDURŰ t5Q4}|`JE|ͦ,(-}`b0ngmn9_уo"f޻%+ % fUrfJOA*BB&CiWm}2$9 m2,| .Г70s/?Ɣi ]eOW~, dzF_sc)Ye#-вAT{SxqO܎ 7 S+Z=֓6 飨ښkV:J!xBʕ%IQ;U9սs<:aMF4޷z9ߞvnooҵe %D膗3@᷅ZMJC/gNH* ]p;RNd $7XG6\ENGÓݤF:QD`ӓ_[ úB.c͵(~ƹV6dc a4HuϨOM:P3ah@,^)Q]lL8`@2P [o[々-{'U53 i_]BUrl]vHdMôVqLxı47g\X†[dd`$eʡ'_l(ǪŸމ&4J')VpVA}|G*vX 8F跨i=#~Ҵs_w6 *#a3I0nJ[jFt|?oUAɛ29]έ^sjVß'C(B*5 j#:ZAr^ V0rpIT 47ȑ5Y,J$FhCV WmP +>B_ \WЌFe2<Y aXy^$g+W3\^qzk.A~JB)S538ߣQ$@L(y*2DR;Aufv`1lR▁GF#\LX(ZT:-놆vBb"tRpQG{MZKf-;6F$<%}`N}q#g,yB/;ֱt q2UwZd*ZQ6Zs"q'^涱lX1po`~MTVѤP2oֶ}} ϛb uIEFQYcxr{7$Lj7 3<(su#CrҚeÜ#X0)TPvVZlMKJ媎`qnFCLEkڲ[rd6Lua筁o"_THkJ^6S(9&*A?Ea:#~q7QE+ Z\ߧ͙3kӀ_Vsp2?ލ@UȚOXDW/,)Sў6f_JE [K1rХS젳J[Mؼ ?fQQb;|FRUK ubR::`B Q 'nLUŔ`?CŶ*ً׻G!|z<(J LZEVt\؍^@YRnBOecfkB:{vw*Iƙ y+-516#xP;< l#esOz+}եGyk.ư>g@54}Ӆ42YQz8K_/h FX;`?W YӮYΖ3 AĀ]OY>{56&%D'_r"9Ʒ{9{ɅM)Bq4-"WqN.Jʼnq_[< e1#GaON0YJ%@qЭ=@sL%NN0~ `oЩ4`\nE|&5}Cd[[礽"3e YQY0Пj wDQ8dr{eg]v3Ex4D*21KB}T^ė,-"2~nw~1T;ѧ3 KW}";m_V,Fg"Tnsn659 ,cfQQ|CRA,:5TǽM?vmbdE$_6DҒJF%4[9\>)jX_!q=A .{t38S`yaRPRUOՋ*kBF;l„Ai=UgUS#J]UoXk~i.}G3,#iM+?4xi4פ=ۚ1&:Ʈgv=:ksVrhϮk4D>jRZ1 tzi+P2*BD^vƑӧ &2s[ ,s '4|EZKm"ow\ǴB[G|9y/4^y05,r̲^yf:ŗ!;>F2kSAM+}6f^i=EWC-%R TZ@Uw&؇8i%_e 4`t.VF9wxlz<&7LLa/SjlN; Ks҆PlQX)“}w:&Á >?^:_}r%6#Z{*¾cJ@Dqe?e*UJ_Hۡw-DT (04xPiUE8 #\Z/@VHD"f@'Yזω )Uҡ4XMv-͛ܥŇBm2\*/ꑍsj}2L6ogDƑZGd'8]͹)=M8+X6Ƭ)G`8r] _gxcT]q&! IݒmTs<4l0IYq¼jP(F! wmonDeXۆv<^ ٓV'c4S_ bli6Sɾ#JswYg?35:%p/궆4TKyh^<bX ah{zw3xo`|CE eFhUA n*d+A7bD[~(EyKk."~?0ϋPulð* G J1BGy~.Nk2 `#N uSh^_Ey7͜^Vg{eՙ"<1Q[MކM\XsD{bK:cz#wi!ys02<9^M}aB>;[ϕN~YU 2:m&$?+uP{PAֽlD@z"d>2<1N!#TI }k5P0} %rO: Lb*;0hu\ ͥ[iX5Pߩ`m>) Cjk%j Pđ%E)fᾭw!fT;, O8/Rmm/0 vG2W7,3 xC62L{ N];MØd䢉X-'2w& N(4̖zJ hSZ4gJ-D{kXsV8?eD{9H|猝+N?Q`N/w9"0H00{٥e ZP_=*# a։Ds0 +z'˅ BxZ-~љ\TLfQ+lB HT&:tc@96oÀ}[1xI$"ȮgiW+5Y 5db71_F xP$W7S[_z%fC"A2K zg`,>y&0kI88w'!`PkF~_j>Wvy wfge~ymJu GRHڇ%ޡ$Fk#r-VzNE)K;oy 0QY;;LCc2J=Vj 2{1;(xAe%xE]xMK]n CqyN$yF)a^Ґ!ѿgMʃĠ $[nZyQb m9X3+ ͂lѡ*^аtSi,- W|s9okOQ_أ_R I8N5 s,(h}?\R}p=E(6V3~ Qk ih].iP4PJ) %1kk:P3mN閒wϴ"5R Nk|Xit H×_v c\DIM&*ݕmj[gUҿ+m}!:-Dd4=ht@f!U s\y&p@9$*زIoPA[\u[6H %= D{eR[f2C].V%e8mr @(SeNWo>Q{/b%ѷF@ؼ=8ߍ݃3&>,"; T\ ɉY3jY5L^aH[7$/zXkXQuf$7>iG 69̰ϐ龿b~sR "1֓Wpyu  %AQ5/6bm }aڜn=DU UWD{.g+[Z,|f-2U=~5+۬F :VTe {/agYe >S'AĒVOJKbY*QD3~d9~ZK2 .|UO 32X9`&>Q2~e6?ޓ k$jޝ R;u%41krW[>U=CОs0IQҏ'=Nڵ`!!EE;pxms% ݔe\Ձ ivt@8(F#RM« nrj1Յ)w Wjk<~hg$(|)`;q ecJ~ z]˴ 4['ٟ#Eѯ:1ՒfΊHvzNWb.ŧK=FWxm[G6H6؝`UQϰ&IE|%Hrp|3Ώ>ƼĬ'HS$DͰ_;4}:Vʾ0Si=Hϫp1g1٩Uݹ}3PhCrA,wv ZE[C.T",-S`򷴋45t ^|NsKkf l897u\!xAWV b_AD1ɋi1Cw঒U]=9{+,K/=`AwPrx xf|Ƹ9BBe~ ;n&UM~>iSk:HwziqS%ѱ9^!zpl>t\Z,Hd/ҜјO%F)X/-(\bsZ:A/ yCfya=)eMI*XEH ӿK8mJ{chGXXE1 A }72Z/~\^Օv_& Jx(b`S= >]dR,Qi<cˆ%QJ?:$k4nޡm-)6o`c돚:IQKh/q(jjpsoBǐ\-n;V3:a6Dt]UQ̏2VʇE_cc;]F5Nd?TB JU|)w\2-$"Ьwa 5kh$бhoB) >5M'QˊRj@|tDOcewS4$rb:qI:(f<<:E2dO}wAWF9RZI*|;KnNm%.3̟E[' D(Ga48v"'[pN+$.ɯ2(/22ќ]M/E>jk8Pd` 6+qL{;3U{V:i^oWWxI{rіIF ^oYY+ʪ-l`:YB&I[ esۇV ¨b%,nK6:(rƒ_P"գ\ρ\tRT>s_X(0I+Rzct閭/8px D Lj$΀les}3ui|IɉWt`9Eo3aY)z3w+[UKוwsHb uu}I~ñ,HMkfn >=4w٫ܞɩ5Ych?bvۥitߐ+"/~P Q)11AFY6|keu{kd @ڑ9`fZP/X݇N\~W:-R=j tbm%oE֜w,"Uڪda^l5NKwރ 'ʫ+Jf+} 2:tD̹ۘ,@9hwq{?Xq$ⱿilL#xvXX; nkH\WhxI-A)x-kZ0K7 OZm<&wx GCΞ⭬ۏ'XH0Iȴ;}?v3^(I؇^N@E)۽9l҈/#dnLYASf/ nhM۞%yzjl;/ZyC:A)WQÀ҃+f>X~3䪛wEC,<+}'yXF,@D0R~$8Wؙzws"A)tٴБ獾$Qvl68[ȅH؈`48d{O70#W IJ^g:xEy+:e0 =+BQ=D U` "mKUvTH"?xыtnSf hQ (p<EJ?xydv+؝[1bgdTֈYO汇#SDW3K8 U3)6je.6q$q߻¹[@AhMr:B(bpO#Z#aㄞ3`bʓI`ayAxH*N3yP3p܈z?X]3^AsRW`߽ L(`Hdq# ba$+0cvmOfEdS|? yiL$;1T?$,)%ߟY/Šc+C[n/iTP/C@ίXB& Ę]1>""RXcؙ0@pgVe8w{e@:ϻWV m |vW=b^3RIQ>s|[+*ҨjSVHɬpTo5 +Z$LƎr;}j {Pi6?"5i޻ 6Q/Wjtap#jz.ڗK@wd,hkh@r%VKY+J9:a,N|E`3߼*$čTt p)ie?Wz/{f2v^,,BJ{yJzh\;_~m:r~dU !,U9$ud'1;C4G6 h e.U;߂(t[)aSh2NKS2UvA=c_*0(I>Y'Dm&͂4B蔥6By=m6r58"YܳѰxs^k(eMKs\Vp}[X_5fTj(}x-¶GnS*yMq{VעwDL7!qiB.VTdp'1B(ݞ؇hs{o i9 ޾xBmjCnR*vwƒU6>Nr bp8֕TTi!\PY[Fgv}dPHV-@/K2)"'6 ,-ATx@#[ ~0H#%r] $|{)uE)bcm$ьJSh*bg[QCNbtwwL~Bw0mdkV&OA[dW2'OedɚqXDai27Z0 `yqZpwO*Zeh_RkUvTNMzQ ,IrU r>}hˋFlz]B|y^G[̇Xbgc4%Y ٙŁ=92vΈG1]+2 6tq{L܎fr܀/c̍{)[}3(m"M7/"+.yt1Lsr6%.B(6BֶNP AiAz./3tDvw=$]]F7"0n0ϴܞAj=ߴձ_DC\qTcdNFհ2Ve{˺?Wrbws5wzuNpo>yvR } 2GG;N7?/6]YSI ьEªO!z}T  %Dslam̨t$@$GÈb{dak#KhR g44C 7sI^ɔ1'Eg$ |9xsh^6j_I,*-"zl}?`̦>Py:hЭQƤd&{I _Ѡ~R]"T)ci+: 4I3>ȉ{P } Oy21pv-K_I_@?F7 >BԟbO]Ǯ&;.,!N.g‹'Ǜd+G'i<Vk|zϬ#Wݟ HH\cJ,:_f-]['Rxm~QYKzh@~̸BnN:t,% ?>QPf5c9? ( 9*ےftv(b|W {pמ5ꩉ ݱ5_{<+3qJ#qsp*5eYAENS5ʐ8FoݫXQ;"-R|%Ýt}†WFvrfAeuoČ= 'K@(FM3OLP~"APrV;b9RbU>NbC@痐8 ;F!{םawvzf{ Oo//8--#V3Cw ̩s /'wƥhOHe L 3XQ eJ "p_}b G~g(uKc2`*? |# O'u_W,Op0bZHu3-˴tGa i QS׷=K\geXD^)+9N܆fUL3* (, EwNd%ןkz)-փ9I¬GO1C $&+:jF:lKQlTL ~$fև,Kx~X#-;ԉCۧ,i%Ɂ4 }3#%r"%l2㍝atPk7(_ç:7 NfG?ґ9(T/ψG' a8YCE-e\35)Q2ɿ| .D-FKJA.ɗMm LB8y K# ?6+4 }ՅCj%MڱBT ژ._{&3 ) n3FWM}1gyqj%0#K|o5`x8B0K" d AuWh HH=dZOL'-|"fjp+k7JQ %MU 1R=Ї0턦.~8acfJF_Zo^K$ HTGIQ,o3wsre0q[/z*)f ;m/G4v;hR %4ߖjX$;Uch+J7$jlEG)>aJZn P i b\Qwf#aL!:hA.*n(פ\z)x:d-(rܯFhaaL!hT똷O }Kj8Fev5PF|On3!h'Gџ7[*Q1|_[Oe bf|H6B7ByB:.|Yy;kd*M?2gF9NbZP뺠Yr8+vz}D$\>x糔  6N|<5sb6o@m-fk=`ᚯ_t8\;^H|xx|k]@H]]n o~*Ki!Zh(̞pXY$^pTO47uW"F$ h4 JNON59ZjSF[ iv`Ꮛ7s5Nch|fV6l<$;Dh/1>sgo,tSi[%ț*>#[GUHb?.}-i,'GC2?*6'`u(~a$;/@= /USvݱD- qj)~,P>V} edc2P7K^0h^MJrBIobj>re|H* $lrD!:2z~BpDrOyʌ g*dؠ. 1P2 ƏNÁw;>BSYBvmO2wb?l j28b /*(*u²A)ؑ㈦TQl*#c5u g;RI)RľssйXVZaћXZ 2w@M`Q9OktRss E\kx'VgL}}AzqTLZݟ"dXB1P{unp~}a-jxã*Q} G~R9m+N:6PvJ VJ<"b;5; @=3j{*3`f]OrD u6Tp:ٛ?'q|-8LZ yNJ"҃OEnxMh=I5&l.HД[,AJVΪ*7DrnSY`9uԵbt`} ]?:N: 62ȁmH45 f;X]ͼR2Lf{1Bܱ9ቅ9y*.-|'% xg,2(icܱY~Xs\3B'M#SB"hMPluxfDٕhQ'ޖ g# حEz-HemɄKŝc=+\ xydx3I=]ے DBXG|o:0v7F[u9 |gn4gduVM|Oϝ,G arruKEB4+%3b6sڻ A81kX8OMw` q=K-Lq| qV^v*, 顢^D϶OQ)YW'7)H5>YB?R/`nDtusγa5NIwJ4Qa;j~W'3NpǬ+N9?*ْ2AQ9% h~vFYM\e'DA &pHLG>s!Oh#Tչ<.E33Ң^Zav7GgJY@^ekߤWeko ~遆f@2'["x܇e.MTZ22YI0f#bk(ԂݨQ3qXɒx/kwt=6z%a6lQV|z5Q*mP)dOBԎ-d7]H$0<,6*?-w-A F@@-i11]!6[:#}'{2 x,4P|uI>uc>kts#hCS+3/&P0i:Mil Tʃ_{08jb9^9t罆|)pA:$}k9mg2jFI7yΈWxxp`_23P}Xg fDF0lN16N޺Ye[-rvΤ/' Ƀ He2תMM" b\2J㬁; 1>Gw%1ӓs7Obv%}N``6[$/vNnYY{5x`m5Aѧ'av!la9 `sS 4[ .wKoZDӀ>76L0d> 0R^Vbޤ2t—f_wpyNoU`_1ܐuHctGgMV ;-+X IMNIEA¬~~~ˠyQH r2d_2IsBdILNHfB[wNaMFvqse]\BIr:jw1!NNYN8p*zg}]mW*L|:1N?o}X]00l9qEȱ,5g_?ˌi%esKvN EXKEHlڅU A? AAfi_dʞGǟvB5j+0LXf.j> N(LG.3'P-!U8!Gwl؀W[8,8rIR@-ޝwm1i/fj@Sa0XǔF;n%o.+ї,ܛ]YBd#A8U& &_su<6gk274cCJp.$xԯ2;5yhMڦygoa4_a\!?rYA-ݯb&]4^~~[PKRUfm!wCm.:hl6NAsBj}bcv%睃Q(m'u 4X$Ąca®&qPtV̴~ g=HL@Ix8fso83- C(E;mUWj@ɚd*E 1vnD2u! &3C~$TbТF~]b.׳6! 9)7ʹ7se?=䟾ɸ*mQ0'qES,O I rszqi[~~\0~f$P)KN9]ABLsƘ9hR.c, _Sg6󺑆xS1M3F*X/c:j%LT5nvC͛T+*!05| ć)Jg2#{RZev VY}y5nK;Cņ/kdҩW#YCk_$41 }Z?hn'kIO N}fzޖټR1(Uu'4Ҭv_718߁n/!X =ϑC@ }ʩ W[;6T5%,Z(QL@s'xra6L}},e%%g].ȳt~dExI:ށQ@S_<eg a%&0j hdk5bWDVIhVI5k2}#bx%E>eu8r(r'u"uHomghN~b])E}B)uS2Is/kׁS?5c,+ 4ո P"Q[Ajk *z=#p}}lzȽxD#RڽtS(rFdA6#GPl-R1m*aǎrܸ*Bm4 %B 2q)p>?'D1v|E_yItD hrv?G|<N! wNL?ZOAx!~F]ʺ?${pzȯo[ŞdCbga#ɨR\\np@!/Eזz:0tvDꋫ;D7ft-ag5m޵^j^'Lq)|9$!j;wnw[ Zv ^W$SAސ~nPKGh@fa8{?d&7cf~h7ŴPbj܁;>vP'o'XŒΓB()ॐ{ 0PL{0SCf:D @kEͮ P=q.K(n}ϰ hN͒-^S2)a`C\Qp{<ޛg=ٷD}HPKV`! + [ETPahx^›5+ u} /x ]׉MFJUփJ}duEB")@SgA??bo5ϰV LK¬Ih\[ϔS~["ʥS%ugW͗ :WYja. 1".EO7#z_I;-}/AqiHT + x饤*l1đ+48T 7Yz(OZtI+Hk;vufbKE^s_7A }p.=!; _2J2>+:%Fo"wU0T+cř:U`a }c2[x\T \!kC-`HG=m#0jzMm|(IbIIwMpTcwuk^q\Ϳ@6x^$6 }@c~Jl[$q]ڡmd5f$(}Ud>3.Vp)5[Cr!'Ј#)u" ֵC2ҼG$Lr]@*~.+,`Jgjˋ-#v:9A]ڙ..S: MJ>mζ&@ ̯X#W0w'\KwRsGrV %xީSEj/`d$+9z  V'whP W-R"<?&5QI4K לaXo[TpAun>^eO- -66zƒ?o^rA_BdQ0GR\xi4-ǸgV~4%Eѩdtx4b~yd-McTKb SZl•ّBhqgȲƇVpry&g/3hH,0{Q#3ٗ)?X$a "S5HM;g|ՍdD@5+'9g@ 2F62 .<;ݥtfΕ@ZD\\]ף* bK"> C~;aWݞ%փw[:!~GX*t#/җxslDD]_=*3 P IpJf~bDqdLdJ΢Li3]6j^G{f廬le65r$>$Ð`nLTMr50*'SOtDAiH Yۛo/:͚ |3.8L=YCX|fS(YJv ?VmWYB~z`0q~j6`a@pk'iGXmao(ZZ` Vn5ƫ- ,KAR…aY~`@ 9 3۬҄s/ Ul 8i{8P=UYR u~v.p@-C{iYk|T&?[C W=Q*Q:C^6bLR\St޵$q;1^L<b}fgx3<|(V"/w{HY, * a?0(}uvZP ?dg4X%(ix溻t %w( /?~C/8B,mCkP[7y(_ۢ/eI1)ύGұɨƀukD̓zeVH-9=l! P%NM) $kmғ\g}VG.X(prH1xӓ_k!pTjV >MN ̅ h$㜇Xi~GbC*o|(]<͵Uި3~w 8pi 6Pvs^ V|.oFzΐ*R MV(j>4H{эaS;Nz蓮^ l:?(Xho^)ػA !rM=[<2qΡ FyvA_q )szw4$;P7baw,&dj<Xܫ391/26-5 F]J55B\t4B>2_s\UK*.#] #O=w00R8 МyvY蕿h$ƗOE2kwl ft1 \XT}XvrG.|Q#A&^oų[QQb}Cd-J+~|Nx#K%IcK-a{ng>({enc N/ǯ1EA򪑉!މSj^mpvih4/S'37 0F]UlǰvL+pTnoP":z+òiIJ8۴MU;'/wwrQBSeۤI2zE>x7߰ wS1aIea5^#?Q9RqYk|$xIZtˢ7bU.B+^$e9j: {Ĉ#Rǔ f,$V+f%k'ud%Ju% &Qj>qDZSH\Uxk  ŧAG0GT|ÀG1pO\YӮv9A0ĝuPk ˵8b{X֍62PՁןO%nPg a=|&>Q:k :ɻSDݦ22\2Ƞrxcn\Tۢa/WQҁS[-9LTHV1ۈ&$[g%MW[ݝBX{ػ"o4>Oұ*5)׎?AZJf$!Lnjl, eqÑN -NI?by_ y} ڽvs6aߏ% ?c̖ hC)GM9vz4̱*+eP_! [{AJЗLt\.}-tCN.\#+~%Z]]܏-HiQe(=d" [sJ G`Rl^ˌcA;L[/{fwc.伣KjA.N%4~m)l_хlZ>KVFj`250bw#4&Mͺu{yKbJ[tlGrX[ v#-Av3Bvę y|;U٢ f \R7{h82$a1qj ҫ6GC#ACuMŏ E9!JBji1AXHEݷʑ93\wם1$DCn]ոpғGvRLX}&3CJ;we+Gs=xbM߹dZAQ}PP~Z#Q'a:Տ @"`("=: ]y[ʞ>1?bARɮw{Vb(1D7ԓWK"AZ{wHWqYju mxx1]Wuo -={!HR\5|xښydߺ 9'äñڱn | j ~$p~E%ܹ =0 SbDB{skR&:) 5P Yٺcx=Eα"ӄ+p@2OjCٌDQͦiAbs&rYts uW:eQ]R961k ^a/[+CQy*"v!4|[0ǐHvg1慎w끶Hbe+pƢ̢l'q\ e#!:Wۘ#Wx7fz@  b?47GڦOx%$츠Fez* jEX1F ZrC=5)2l~[0\ZxQQ8S.>DжmyjL]T0<.^n4)_<-ME>LR%}C*YꉥTy/W)/J)[F]Jш9`+at,v= wΏ#͇yɓ^g; !RYU;Q%wW]-ݍ5o;'nJ۬nPWڛ9ši|wNh%F? ͯ{p^":FILr[ SKXVt~lR*Oۅn(@FKP¹)61+5@m8u^*|~U:ZSlIT߯1iM_ GcH3Ǿ\1G֫$;Q a1SGGqOCs/${rx5솱0w5#~B Cy-='\.Z*%ߪW)3 X\U%o0ݎɹhk ey,a7X";olTW+È޸1RU* nŞE2=ڂ^Aye e!7tҹ~p'O56{\$W@f΢Bx6\>Ɍɹ3WݱHw3?SFhn~ʓG`]_ rUBe3BZ&榷yd\. #)=Ku.eXGp[guZ<4  H#1wjfOR핸q{WxpLT3zk2hi*p'gooȚDĭ\dSnħP9xt+oVah>Oe5U'h~5,FPKl45!6m|o!V;wAG"߃h (ޡ+Xw9{9kV^Ea15]/% vdtY4Vּg[ rԯMB* XE2`[6ԢvM|jZb t]X@ԛlX9UdXkбVdӂ1-huD(ݣSe:BuDHOT45z ȷE-s!CÇv8ub&}ZȫU3:?`U6;t y}uX|X`t34I'f Ą9R9s;z-ĥz%7٭[HpetZaHPt k':,86iu׵4O9Q6wW,^;*JA>W;GFާgB7%@z;pKQcS`~!l7}le -!XA^u0nt$Y#rxQoI}5-OF;73*EJ-hj.nӖ|OH F B8|<@pQ²1$ҝuobwb#;ꣃJQx i=TLrP?;E)h?WKWnJ-u?^Un#a6N 8/ #h h;2Gط8Շdax b- @ya,`I YQ\G{rarR07ޥJvmMB>5Լ|h [PFA<L ]NнKz}g˶1o0 ^[M?ѥ"fѼ2F)j&Fv\Y; @7zoPJײ%[[GiM!nDD fK{ XGE( R+ws+2+:o:S10sA %{eM~;Zd"/ rNK1Xn= 5' j+X!G\ZqzB}+Aɳaɴ BV(kkrE1(mh0Yc@[>K`}^8n’1#!2~l-3 L}Lfmd -N7r{PЀt2a3"9A4 'x&.hhUlCɇsk3NI>.m55)%&w*`B9ICc4ZpUw菒=YlNq0Pz}2=;̹40v9xxhΈ& 0jus4 -ٓ+; 8 9G6j HƦl|HO&(7Rz|ቬbqExɷJI cm | P}杂}a kKE>鎍 } e@;-[C(Y4 gLOVF| ~ϩ/AMR]-t7}'G2z\(3pghKEVА,s#*C_ŢPiTw7mN]2 shy{&2ިHX72% )tmKj+谸Ok}`f ně{E[gy\Ly9iDJ,oR 4Tԏe7wZf]t9(6TnTH n612҉'8k`!d܌rE"ޭA$IDh9[\eP<)\ rz B&-)=5UFT˿5T$ğmJ9$#m}P)˸w2Z2\|;٘qXz:x ثϕoz`,CW]5v5$D(+Q eXVrgg`Sx#ћ×`?i /[iH,us^y _?r08)fBtsSRyBxR5Wse|#B^D,#)٬t|v?/&lHH[{r`@آ* -M P<>< WM~PA rU\;UP#fsZ%Me+iI>8G(7̡qhmK(vJ6qqg}&zZ삝٣mxY9cq,)?_L*Qg]Fh+˸DoܻblL~>/9r% ^LNl5ʯvKÑ=BTHtC&##=e};#%M=Q0 `r=T4)333T&4"V _VH'l]\;~Gx-Z]c_}cUx7%[-vYisE :n7Z*{R{fZ'܏$Rfg`>8SGdy|: {(RxViiPhk4Cx.:|5r\v_FeiKˍ?b;p֫gG|B};הNS+ȑW_x):H?~0@{]90͊!J=AO ٲegKIVk#Z@iD`!%[̸AƗs46}> :݁G58"므 v3J5)}9DfJt, !2C_Tv5aujKJ3!JloXsI \0h;%S4jێ@4GH@Z>tF|ZPk﷟`4XldaX]+q !崿2E|V7!4$>f'iE~DGKٷ&I.[ǷY Bx I8:"Dqf ąk'2r{@Zo2TQ jΣ]1!|cQf9nwVI$0%{g gDogk`NųJN[$! '4_ݼ X.9gf>q \OYV+6ysK&,?78Urq0钖V6a3n~AKxa0TAM `3W=5{CgF m30`‘fh /yyiRɼ Yw 4lnpeCXxo9;;7شY?ӴϏ+:亥7l#UjAqK9iR 21d.i6I &e]L -Ol_۟A) :~⥹_0M'%(+Od::3wRE/Tgݸ1:~aC)~#;AbCS -GooӉw;s Abn_l _os2ӞUj|?XMI!!yj~PW CTAEԨ`h0`x641tdSigvkzXF S:)ꦯEV(4%#I/vrXڱ)~ >V9=Ty ]rF bـH؅bC"l,m#3"i`EJ!* {wA;?8EDx%.HܰޒӶf>b -.p_/L<z7AbUd;M[hԨR`EI-HMDHϿL4'@|56cEkX^yG|Ne$,Ӵ!ix@Y:\iS0LpAnʋD0<>Vu+ f~n^!%;q  B0Q~_Y>޶ġ ]`Wn1Wd؅$8o2u# %&J`[M"$a}KO,`c%"~-]"`z#臝f#VOè<V+{;{h]2v3+RZ36E+}Pnq`67&A\ q(}K_^&ZcξW(1y}"w'_pRK@;%ޭgdxDxh.cU\ 62? .㪕`[ ?O`<)`8k(w1-?@oHcc4lߐ<*пFLKg(}4iMpn>N+7>:)eOrp1P-hVfk;%!C28&k9 k4s2h/ {y*ԒQr, !e{#m95ͣ4#eSo#,M*dzISrFpg6OU?~@#-/t%ɓ^yJ6QJj2qͅ!J/QTMT UME!^qHBjHꏩ_|_k1y0 Ր C;գ|#1+)LP'MŪuvڭA&a`\s 38qPH󵲘݉B9  Ͱ0PpiL7X@ L?fBQPh1|18YäTCM,c<{ӯѝLp=~'}N&Սuq )JlM~N؇ֆրR~| r\"罙C7I& !n!i#[+A?%}7RrӮRL:[AA<}DB_uzx; 1mw?Jzź]4e-պc%-e .Ua}0AdfEYpwH½Jqb$"m?_}j ?H >恲V5vYgVU=K%zl9NUBS]3tYgqg[f;2ᅻL292nͽCPȚ}Uȏ'%_>!-NňI+(wJEEoTQ>vjά-Awbd?w39,<ƪ!^X!C FN:j`6lu bh CCOJ8i1 y4Ʃ]A0r"9G;Ch3Ma?И&~}yjY uztblrs=Z+20_u_fҽ`t GwUVF [ŀd$g[Eߤ#WaF 0|JPcTxEm(k &I6hei6G%5Fv*"pDnu2,c^[Khk /L[93͘Pq)6 Vk vMiqb q90{ĊSK^Z@.ҘY-_XTTn.^4R;ډ2D+8j]o93w.k N&zb b`00:pZپb#~SzQ[ʐЙn¯: e<i-!$? CuGJfx:71Ay^m|?SOWc#4`3Öso&8!imZ'"'yZd ՌۦUWuYv!cr}\{trQd߮ uwMל9n jFX[ )È}᳷vބ9NH U9a!f(fc{I}rgZs8I|,V!:ioG$T 9Yaa~' [ !y 񎣆uMtBxeLXԽ~ ԉѡ_4@頰"=2UL[}!=G:US5obh0@G@B@یrA=}yn/nZh99<~kڵO6=90v[' dG[X}@4ǥoqRZ+9QѴcK@1^1} 0|h5#?EfSu\ ܚ1 IҎzQdtf{**+dcm_zu}MѓDk$7$<EEi/3aڭk7Ø0ZLx޳c NC[5LY- a?CLݷ犻N͌/\RiE֓*10Ċ@6=+<*}y0Q,7I̼կ mg9.R5-洖çnu]J7&mDLZh3M kbe?}IZtBᱚAmvJwg߈& ?Oy0kS6۔ {qpJ[I΋5$7 d`u8[S`zMn7;m{O&|Nk1\^01/-ï1xGSWLyO@ƽtv:gRZCǠ±g$y4/^C!etjq3In>` y5iK[O[0dXi=" [m6fYW#taYZOf:̦ڨWV z(Ǟ U3bG)4\-<7+uW1R#@ c~zrֹF;~X@L kUtP=Y9rg(y6!881W`FyZ0QWH_6GO5k9x Ma@ f@n0h}K Q֯uxa=x_3ni+ӵ,Fz+Okq>cbqz۹ϯi]U%vx6;Qa5Uj" }U0k!>gVCKX/t!96OBA+,ߞ|WǍƘ}ҵJ_q suEABEr3J-5B9.cSP#/|?&iƍޅ ތu#؈ ICP; y=@Io~B2BMp\9PDAik`RY7e& ؠucx$qX+ v]^$ wz&K7S#+=d"qNC&fd0{9z=RQO³#{aB3$\C;P%l'п[iK\6ۇGdE&zq.G$&v;Fh>rokgP0CsD,7+xFxD=/g:BJ*՘r 9S|{=la_qo3l0_14Ϙ=A4B;![wPcDn`߇ϝoA(C7BȝP+^ :אV N:".![F澐Olv;Ȁp,_m;ի~804Z:IF_ģO'~YF% c1+Wձ'(# `vh6+8n#lc x&S[ƝWwSxv]1JȽ- {dr`$/c4'rxγJD-EyԪz(|yx<]p\'L@?aߌK(Y6ݬ)ׯPt %C8nhcϮAэOF{o*.sd~nnݚ#r ?Ac`q;7L`NT^azUFw 1?;J|5roy@8Έ RWJfur"lm;Zʵ4rUEø(z܋aY &{Ncr-|^.ptm ~M(90}5b4n+|n ͳ@t9}bR Do!1Mɒco jv_qAZSbjvETXqI B=ǥB9 ­2` 8Ky}z6 ]c~7)q6UC=?y 4eO~P@jy,kd!(t@az<Myy׃J"&,G`I\Y{t4wRܶI;48*X8vtRW)E ؈Zc$I6d،݈nz) r }V0Qwz#lH%i.mfnsYuyT[ KFohnvlXakEU->4|]eøN?@L9+e觽 l&M6Zkѻ;K홴3oX-tZEpy|0s Lկ.}RTn.%Pڣ<]_&H#<K\f)ϔAMjI?b%J'&b5kVO60i}l xиKAf+gCK}VE,4 dθroV >;HãϔG+ i 無1JcZRGZ27B<_)[} ~9 ToZdyHxlvcmT~EY߰VSFYg)M2Q:Ff/Zu  1k~~#Kb&'2:99Y҄r!?Mǥ쿁hqB7 <~-f#Yoq9KuxMS CR?p ä}wg녓o'.U5Ns)y6 7,aR#A]\,*BtpkN}ە(N^bdfTӇڢ]Vqe~1GBQEQ؂~H0:AiO>Ȍ5`1Ǟ'Mx8}~e DX0,3Qk(Hm1='ϿZتs-{Q_T`&9l b}A5&)<h;°8Xr\G-w<1ΦoKprLBC_O[7/L yC &zƥ|7&}sڒ^o=ovR\`n}0_Td._jL##HExq]K6< mCŋƢw8<> JȮJ 1L=~CSՉɀ+@\M%RPH-govXʪ_F) g|(R10@9Rȫ{|ҰKl:xU kgsƐ(9/s9h{q쫉 oDG"Nckn6@}S}o qRFO0brȥ,` W7Ob HѰ*Wۖ7hl;Ғ˿8 }lTfJE0?{Da8OC&)%UsN-Xme8~>H d!C,qqmJMwpgcAi2cvqȵukJ e0 e;~͜{Nra3$oG\Nd]|eaA$<,e{CXOPQ\ ^8j@@m#PިLG&2͸ \]VNdsp ljC1h?{mŕ@x}arbe0])ȵ{|w@/1) F[AWU7+B&q&{!"N6⭈\! "V \幫dd@oD*Ru_n4)0BfJ0i'իluPWBT撲‚}D5NE$y"Pne+&C :bwOۃՐB΍K ^a9sr[ fk-@̽GM^>3req*ۼNU Yȣ&(}I5R}Th?đ=XNݑZqE) ECz TmT-HM#y#&s$⫢.xPD~9+@) oma$0ypF2 Q2C }dT6dE&^Y:r6T+{ƗC&G_{بRӠę6FmѫɽD){zN먵. (pFM5ȊʜO UʃZ99`CXix>\<?[18n',CJf I':0#wGU#?%DrG˹;p=4[@ޚ_ v1>['? y?d5Ѓ&&,RI}7^T fk6BiTpEMpvfE_DYýci11ýB6UN_h+ `走&! xSX}\1#]J]ݜh  §XNA`?$9AJF< 79/ w==aݘɒmRDpL5svp |[;f6$k-8ctU?d*ASL^b:R*B 1L8A2Lve15Gj\s:\^lSm&H=՘XYocH*GPUzݷc:KB[I'-fYsM|  #CҶ .\q:|ꞥF+QTROHu;ɋHѰ1'ԉ]l+!3E],#<#*?ƙ|LܗREU{ LැBKܿ:7ဖƱMEVsqFjiUGO̭K:~TpMμoǤ-f:?֜[|GIt&702}rESPM$ Ǡ4Sد~zg6p-"kپUa@ѩ?I'&RKwo6@:p]5u>`>22M.M5Zl+#^۹/Kon;C 7i}ԨM];C݆%`>,eGYv9!vJ#pYILsW=ח$ 8P9T;6u!/ VCEs2\_T\YQϔl;uvn= ӕ㎈Fs٭Kr]}āCf%]#'kV=\S|?y1nL$( R>YyatM>2/'"8k8x-J+.-2j~-V@1caKnhMy:T)!܌p! ޾A˝G!]rSeJ{@t"0dJ!ʊnVȘ&xAN7DN3$=:VPedzJija$ZZ |l ܗca)QwI!&hGo&6-s3E{(rIf %B荆AL*ð2n' .i*8(FG~E{dQ&IpO7F"KS3.)5,~-ǀ ݔ@- ^MIe0þCݖղ!I󴕊D)MXރ|WeU~.VX2)[RJD#虞w~ϙ/ Q#s*ɘL%AOO=~oo }[cJvA"}Z7YV\G>(1(ې1^mKٺ.yuNv^4l|첼~r+ Z1nm<t|O w_c7JC_đ d.-ޛ C"RJ$R;ChY&j"QfbFe@Z{ )GzcuHJI;b6ŤRH.bVi|tT ԛsVsGqX }( Kf1r!jZT{s`pXbCf|L~/m&b;(1U#6` U=k&!l%=}e%,~.*O~ 5'DdL\W|R,hPy~",xӗwgn\Zj (wbۀևy鲅&K)DjF]:xQ2j4W- /u1&|˕VN\m}ihEX)>>yBAs;vXZĻy%bߑͶ({sk-a2&;/ ?pjQ1WP[GrziU](n0։ ilKM+C_pq i\ +F--#Vwz`(5g*j@]D 'z YZ