pnetcdf-mpich-devel-1.12.2-1.1 >  A `Cp9|, 9}Jbx"~uX$ZἩz>]'2+%(Xٔ+$mz(u [I*@Ch&&;\ J_ei

p>?d ! EPTdh ",D P \ t   (Ld(8 9 : FGH4ILXTYd\]^bKcdSeXf[l]upvwx(y@zHX\bCpnetcdf-mpich-devel1.12.21.1Development files for pnetcdf-mpichNetCDF 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 mpich version of PnetCDF.`CJibs-centriq-6 SUSE Linux Enterprise 15SUSE LLC NetCDFhttps://www.suse.com/Development/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxaarch64!I* `C`C`C`C`C`C82893bf5d6a73371bb8bdac1e69947474b23b031ea5f7f7610efedbbe1acd89140986ff3e6b3ac3ad6543281ec2d26f6c0d4a8441cb11e02f238e72751e2e5111f7d45c90c88b43e5a078f768bf4277c9bc7d0e3d75cab2c57ac847c254a5971d4ede346f7df25c220830042f4200c150799f5f51b27efb12edf594a2c1da9bf1bb05ba76d3584e24f1fc1191a951dcdb3a3d53c84cf0ec22860cbe5adc11342libpnetcdf.so.4.0.2rootrootrootrootrootrootrootrootrootrootrootrootpnetcdf-mpich-1.12.2-1.1.src.rpmparallel-netcdf-mpich-develpkgconfig(pnetcdf)pnetcdf-mpich-develpnetcdf-mpich-devel(aarch-64)@    /usr/bin/pkg-configlibpnetcdf4-mpichmpich-develpnetcdf-devel-datarpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.12.23.0.4-14.6.0-14.0-15.2-14.14.1`8_/@_@]Y]]w@Ws@W~UWUnU@UK@cgoll@suse.comeich@suse.comeich@suse.comstefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.dechristophe@krop.frjengelh@inai.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.com- Update to version 1.12.2: * Updated utility program * ncvalidator now reports the name of variable that violates the NetCDF limitation on large variables for CDF-2 files * add corrupted file bad_large_fixed_var.nc2 that contains one large fixed-size variables that is not defined last * add corrupted file bad_large_rec_2_vars.nc2 that contains 2 large record variables * add corrupted file bad_large_rec_var.nc2 that contains 1 large record variable that is not defined last * add URLs of NetCDF limitations on large variables for CDF-1 and 2 file formats * Other updates: * When calling ncmpi_create() with NC_CLOBBER flag, PnetCDF now calls access() to check whether file exists first. If the file does not exist, successive calls to truncate() or unlink() can be skipped. * Improve detection of HDF5 signature. The HDF5 signature is located at the beginning of the HDF5 superblock, but the location of HDF5 superblock may not be at the beginning of the file. It is located at byte offset 0, byte offset 512, and at successive locations in the file, each a multiple of two of the previous location; in other words, at these byte offsets: 0, 512, 1024, 2048, and so on. * Bug fixes * Fix NC_CLOBBER mode for ncmpi_create() when files are existing symbolic links. Prior to this release, symbolic links, like other regular files, was first deleted and then created. This can result in an unexpected outcome, i.e. the deletion of symbolic link. NetCDF-4 library implements this differently, by adding O_TRUNC flag when calling open() to truncate the file to length 0. Historically, PnetCDF did not adopt the same approach because MPI does not define a similar flag to O_TRUNC and the only way to achieve the file clobber effect is to through MPI_File_set_size(), which can be expensive as the function takes an MPI file handler argument, which requires to open the file first with a call to MPI_File_open(). * Fix a bug of calling Fortran getarg() with the first argument k with a value > 0 when there is no command-line argument is used. NAG Fortran may crash the program. [f16bd3c](https://github.com/Parallel-NetCDF/PnetCDF/commit/f16bd3c1ba1b08eade2384f094c519f3f2dc114e) * Fix a bug that limits FLASH-IO to run on less than 16K MPI processes. See [1d84fa5](https://github.com/Parallel-NetCDF/PnetCDF/commit/1d84fa5d54ca9179da4a5b1a4ee3b92cc92287ed) - enable non HPC openmpi4 builds- Enable openmpi4 builds for SLE >= 15-SP2.- Update to version 1.12.1: v.1.12.1 - Option '-t' added to 'cdfdiff' to compare variable differences within a tolerance. - Make PnetCDF build with OpenMPI 4. - Fix aliasing bug with -O3. - String length of I/O hint 'nc_burst_buf_dirname' must be less than MPI_MAX_INFO_VAL. v.1.12.0 - Add 'cdfdiff' utility - serial version of 'ncmpidiff' supports classic NetCDF formats only i.e. CDF-1, CDF-2, and CDF-5. - 'ncmpidiff' now checks file format versions of two files, and reports difference if not the same. - Option '-t' added to 'ncpmidiff' to compare variable differences within a tolerance. - MPI info object now includes all PnetCDF hints once obtained form call to ncmpi_inq_file_info(). - Fix segfault when calling nonblocking API with zero-lenght request and request ID NULL. - Per-file thread-safe capability is not supported when using OpenMPI with ROMIO backend. v.1.11.2 - Utility program `ncoffsets` updated to skip printing dimension names if the number of dimensions of a variable is larger than 64. - Utility program `ncvalidator` updated to be able to repair the file header to fill in null-byte paddings in the space between the header size and header extent. v.1.11.1 - Optimization: When inserting nonblocking requests into the PnetCDF internal pending queues, queues are now kept sorted (using an insert sort) into an increasing order of variable starting file offsets. - Fix ncmpidiff when comparing dimension names of 2 variables between files whose dimension define orders are different. - Padding -- NetCDF classic file format specifies null (\x00) byte header padding, but does not enforce it. v.1.11.0 - New features * NetCDF-4 driver -- Accessing HDF5-based NetCDF-4 files is now supported. - New optimization * Burst buffer driver is updated to run varn APIs more efficiently. - New Limitations * For creating new files, the NetCDF-4 driver in PnetCDF supports only the classic model I/O operations. - New APIs * C++ API `NcmpiFile::set_fill()` is added for setting and inquiring the fill mode of an opened NetCDF file. - New PnetCDF hint * `nc_ibuf_size`: set the size of temporal buffer to be allocated by PnetCDF internally to pack noncontiguous user write buffers supplied to the nonblocking requests into a contiguous space. - Other updates: * The automatic file layout alignment for fixed-size variables is disabled. * The internal data buffering mechanism used in the burst buffer driver is removed. - Bug fixes * Fix bug of checking interleaved requests for scalar variables. * For put and get APIs when buftype is MPI_DATATYPE_NULL, bufcount is ignored. This is not implemented correctly in blocking put and get APIs. * ncmpidiff -- when comparing two files that contain record variables but no record has been written. * ncmpidiff -- when comparing two scalar variables, error NC_EBADDIM may mistakenly reported. * Fix crash when the MPI communicator used in ncmpi_create or ncmpi_open is freed by the user after the call and before file is closed. * Discrepancy from NetCDF library * No read/write variables in define mode when file format is NetCDF-4. * Diffrent to nc_set_fill() defined in NetCDF-4, ncmpi_set_fill() changes fill mode of all variables newly defined in current scope of define mode. * Error codes return precedence can be different between NetCDF and PnetCDF. - Discrepancy from NetCDF library * NetCDF-4 allows to read/write variables in define mode when file format is NetCDF-4, while PnetCDF requires data mode. * In contrast to nc_set_fill() in NetCDF-4, ncmpi_set_fill() changes fill mode of all variables newly defined in current scope of define mode. * Error code precedence may differ between NetCDF and PnetCDF. - Clarifications PnetCDF currently does not support Fortran default integer type set to 8 bytes (option -fdefault-integer-8 with gnu compiler). v.1.10.0 - New Features: * A new I/O layer that makes use of burst buffers is added. - New Optimizations: * Internal memory management for nonblocking APIs has been improved to reduce memory footprint. * Blocking and nonblocking varn APIs have been improved for better performance and less memory footprint. * on noncontiguous layout in user buffer use the user buffer directly in MPI-IO calls when neither byte-swap nor type-conversion is required to reduce memory footprint. - New APIs: * ncmpi_flush() flushes data buffered by PnetCDF to the destination file system. - API semantics: * ncmpi_put_vard and ncmpi_get_vard APIs + Allow to write/read two or more variables in a single call. + When argument filetype is MPI_DATATYPE_NULL, request is considered zero-length. + Limitation of vard APIs: element data type of filetype must conform with variable external NC data type. + element data types of all variables accessed in filetype must be the same. + buftype must contain only one same element data type if it is used to read or write multiple variables from file. - New error codes: * NC_EFLUSHED when request got flushed before when calling ncmpi_cancel(). * NC_EBADLOG when burst buffer log files are found corrupted. - New hints: * nc_in_place_swap; enable/disable in-place byte swap on Little Endian architectures. * nc_burst_buf -- to use the burst buffering feature. * nc_burst_buf_dirname -- directory where internal log files for burst buffer will be stored. * nc_burst_buf_del_on_close -- whether log files should be deleted when closing NetCDF file. * nc_burst_buf_flush_buffer_size -- Amount of memory allowed by users to allocate when flushing the burst buffer log files. - Rutime environment variable * PNETCDF_RELAX_COORD_BOUND set to 0 to disable or 1 to enable more relaxed boundary check for argument start. - Utility programs: * ncvalidator adds a new option -t to turn on tracing mode. - Other updates: * Add a check for NC_EUNLIMIT in API ncmpi_open to detect whether two or more unlimited dimensions are defined to detect a corrupted file. - Bug fixes: * Fix type_create_subarray64() for case when some dimensions of the global array is larger than 4G and oldtype is not MPI_BYTE. * Fix the bug that writing scalar attributes of type NF_INT64 was mistakenly casted to NF_INT. * Fix calculation of new record number in put_vard API. * Fix calculation of growing size of nonblocking request queues to include the number of records of a record variable, as such request is split into multiple additional requests, one for each record. * Remove freeing name object because NC_ENULLPAD is not a fatal error. * Add a check against NULL before freeing Member "value" of NC_dimarray, NC_attrarray, and NC_vararray when reading from file where respective tags are corrupt. - Conformity with NetCDF library * Attribute _FillValue of any NC data type may be put to global variable NC_GLOBAL for all classic files. v.1.9.0 - New optimizations: * use hash functions for faster attribute name lookup. - New limitations: * max number of files to be opened simultaniously is now 1024. * maximum number of variable dimensions (NC_MAX_VAR_DIMS) is now 2147483647. * maximum number of attributes per file (NC_MAX_ATTRS) is now 2147483647. * maximum number of variables per file (NC_MAX_VARS) is now 2147483647. * maximum size of of single put/get request or aggregate size if non-blocking request per MPI process is INT_MAX. - New constants: * NC_FORMAT_UNKNOWN, NF_FORMAT_UNKNOWN, NF90_FORMAT_UNKNOWN will be returned on ncmpi_inq_file_format if file is unrecognizable. * NC_MAX_NFILES, NF_MAX_NFILES, NF90_MAX_NFILE define max number of files that can be kept open my an MPI process. - API Syntax change: * Argument fill_value of ncmpi_def_var_fill is 'const' now. - Semantic updates: * Calling ncmpi_end_indep_data() in collective data mode no longer considered illegal. * For CDF-5 files, the maximum size of a variable or a variable's record is NC_MAX_INT64-3. * on inconsistent create/open among processes, the modes on all processes will be replaced by rank 0's mode. NC_EMULTIDEFINE_CMODE or NC_EMULTIDEFINE_OMODE will returned on processes disagreeing with rank 0's mode. * ncmpi_inq_nreqs() allows argument nreqs to be NULL. * ncmpi_inq_buffer_usage() & ncmpi_inq_buffer_size() allows argument usage to be NULL. * New error codes: + NC_EMAX_REQ, NF_EMAX_REQ and NF90_EMAX_REQ + NC_ENULLPAD, NF_ENULPAD and NF90_ENULPAD - Utility programs: * ncmpivalid renamed to ncvalidator - Update: * Update UTF8 encoding utility to use utf8proc library version 2.1.0. * Add quiet mode command-line option "-q" to utility program ncvalidator. * Add an internal check for whether the file starting offsets of all variables are in an increasing order as the variables defines. - Bug Fixes: * Fix a bug in nonblocking APIs when two separate nonblocking requests that can be coalesced into a contiguous MPI fileview or buffer type but the coalesced length becomes too big. * Fix a bug in nonblocking APIs when one request's access region covers more than one other non-interleaved requests. * Fix a bug in string parsing the environment variable PNETCDF_HINTS and print warning messages when hint strings are ill-formed. * Fix a bug in F90 APIs for reading and writing scalar variables, i.e. number of dimensions is zero. * Fix a bug that fails to do byte-swap when retrieving user-defined fill values. - Conformity to NetCDF: * API ncmpi_open now checks the number of large variables that is legal for CDF-1 and CDF-2 files. * Add checking for error code NC_ELATEFILL. * No longer disallow _FillValue for global variable NC_GLOBAL. * Don't turn fill mode on/off automatically when putting/deleting _FillValue attribute. This restores consistency with NetCDF. * PnetCDF can no longer be built on 32-bit machines if using OpenMPI versions 2.0.2 and 1.10.6 and earlier versions. - Clarifications: * External numerical data types can no longer be type casted to NC_CHAR type upon reading/writing. Only legal APIs the read/write a NC_CHAR variable are the '_text' APIs. New translations of internal data types to MPI data types - check release notes for a table. v.1.8.1 - Fortran parameters NF_MAX_DIMS, NF_MAX_ATTRS, NF_MAX_VARS, and NF_MAX_NAME have been fixed to conform with their corresponding C constants. v.1.8.0 - Copy fill values to data elements that cause out-of-bound error (i.e. NC_ERANGE.) New macros added to pnetcdf.h, to indicate the configurable options that were enabled/disabled. These macros are: PNETCDF_ERANGE_FILL, PNETCDF_SUBFILING, PNETCDF_RELAX_COORD_BOUND, and PNETCDF_DEBUG_MODE. - Detect HDF5 file format: * ncmpi_inq_file_format reports NC_FORMAT_NETCDF4 on HDF5 signature. * 'ncmpidump' checks for HDF5 format when -k option is specified. * ncmpi_open checks for HDF5 signature and returns NC_ENOTNC3 error. - New API: * ncmpi_strerrno, nfmpi_strerrno, nf90mpi_strerrno return the string name of a NC error code. * ncmpi_inq_path, nfmpi_inq_path, nf90mpi_inq_path for inquiring file pathname used when open/create the CDF file. - Optimizations: * Use of Bernstein hash for checking if variable or dimension name is used already. * Storage of nonblocking requests. - Changed syntax: * ncmpi_cancel can now be called in define mode. - New error codes: NC_EPENDING, NC_EINVAL_OMODE, NC_EMULTIDEFINE_CMODE for both C and FOTRAN functions. - New error code precedences when multiple errors in API argument detected. * Utility pnetcdf-config to display build configuration. - Semantic changes: * For collective APIs, the following errors are considered fatal: NC_EBADID, NC_EPERM, NC_EINDEFINE, NC_EINDEP, and NC_ENOTINDEP. Once detects these errors the calling APIs return immediately. * Consistency check for header data (defining dimensions, variables, and attributes) is moved to individual APIs and only enabled when safe mode is enabled. * For CDF-5 files, regular NC_ERANGE check is performed in PnetCDF for all APIs that access NC_BYTE variables. For CDF-1 and 2 files, PnetCDF still honors that exception. * Error code NC_EPENDING will be returned when pending requests are detected at the file close. * API ncmpi_set_default_format is changed to an independent API. - Build separate doc package. - Run package internal tests. - Remove: parallel-netcdf-1.6.1-destdir.patch - obsolete build patch. - Add support for HPC build. - Add build support for gcc10 to HPC build (bsc#1174439). - Add build support for openmpi4. - Disable 32-bit build architectures: package cannot be built there.- Add convenience provides to allow e.g. netcdf-openmpi2 to pull in libpnetcdf-openmpi2. - Also build openmpi3 flavor.- Build MPI pacakges as multibuild flavors, add openmpi2 - Adapt to openmpi -> openmpi1 rename on Tumbleweed- Use -ffat-lto-objects when building static libraries.- Trim descriptions.- Update to 1.7.0 o New features * Nonblocking requests now can be posted while the program is in the define mode. This feature enables applications to add new variables and post the nonblocking write requests without separating the codes by ncmpi_enddef(). Note ncmpi_wait_all and ncmpi_wait must still be called in the data mode. * When using immutable write buffer in put APIs on a Little Endian machine, the in-place byte swap operation performed internally in PnetCDF can cause a fatal error (by trying to change the contents of an immutable memory space). The solution of copying user's write request to a temporary buffer and perform byte swap there conflicts with PnetCDF's design principle of avoiding internal memory allocation as much as possible. Since the size of immutable buffer in most cases is small, PnetCDF now compromise the two by making a copy of write requests that is less than 4KB. Users are warned that using immutable write buffer larger than 4KB will still cause the fatal error in the PnetCDF default configuration. The way to completely disable in-place byte swap is to build PnetCDF with --disable-in-place-swap option at the configure time. In this case, the internal memory allocation in PnetCDF will increase. o Syntax changes * In ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel(), the API's third argument, array of requests IDs, is changed to INOUT. Upon successful completion or cancellation of individual nonblocking requests, the corresponding request IDs are set to NC_REQ_NULL. o New run-time environment variables * PNETCDF_VERBOSE_DEBUG_MODE environment variable can be used to print the location in the source code where the error code is originated, no matter the error is intended or not. This run-time environment variable only takes effect when PnetCDF is configure with debug mode, i.e. - -enable-debug is used at the configure command line. Set this variable to 1 to enable. Set it to 0 or keep it unset disables this mode. Default is 0, i.e. disabled. Users are warned that enabling this mode may result in a lot of debugging messages printed in stderr. o New example programs * examples/C/nonblocking_write_in_def.c shows an example of posting nonblocking write requests in the define mode. * examples/C/req_all.c shows an example of using NC_REQ_ALL to flush all pending nonblocking requests without providing the requests IDs. o New test program * test/cdf_format/dim_cdf12.c tests defining maximal dimension size for CDF-1 and CDF-2 file formats * test/testcases/test_erange.c tests if the error code NC_ERANGE can be correctly returned for two cases 1) get a NC_UBYTE value of 255 from a netCDF file to a memory buffer of type signed char and 2) put a value of -1 of signed char to a NC_UBYTE variable in a netCDF file * test/testcases/check_type.c tests if the error codes can be correctly returned when conflicted in-memory and extenal data types are used. * test/testcases/put_parameter.f tests the use of immutable write buffer (e.g. a buffer declared as PARAMETER). Note the buffer size must be smaller than 4KB. * test/nonblocking/i_varn_indef.c tests posting nonblocking requests in define mode. * test/nonblocking/req_all.c tests the use of NC_REQ_ALL for flushing all pending nonblocking requests without providing the requests IDs. * test/last_large_var.c tests the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. * test/testcases/buftype_free.c and test/testcases/buftype_freef.f test the bug in r2160. * testcases/add_var.c checks the starting file offsets of newly added variables from re-entering the define mode. * testcases/attrf.f checks NF_ERANGE is returned instead of coredump. This is particularly for NAG Fortran compiler that may report "Arithmetics exception". * testcases/check_striping.c checks if the file striping unit and factor returned from MPI-IO hints are consistent among processes. * test/nonblocking/column_wise.c checks if PnetCDF detects interleaved fileviews from multiple nonblocking requests and correctly breaks and reconstructs the fileviews so the combined fileview is monotonic non-decreasing in file offsets. o New optimization * Filling variables at ncmpi_enddef() is now done by aggregating all write requests into one MPI collective write call. In v 1.6.1, this is done by filling one variable at a time. o New utility program * ncoffsets reports the file offset information, including the starting and ending file offsets, of variables stored in a netCDF file. ncoffsets is compiled with gcc if gcc is presented on the build system. Additional command-line options are: (-v) reports only for a selected list of variables in interest, (-s) prints the variable sizes, (-g) outputs the file space gap size from the end of previous variable, (-x) reports whether there is a gap between any two adjacent fixed-size variables. See the man page for descriptions of all command-line options and examples. o Semantics updates * All nonblocking APIs now take a NULL pointer for the request ID argument, meaning users do not wish to keep track of the request ID. If NULL request IDs are used, NC_REQ_ALL should be used when calling ncmpi_wait_all/ncmpi_wait to commit all the pending nonblocking requests. This feature relinquishes users from the responsibility of tracking the IDs of pending requests. * Using NC_REQ_ALL as the 2nd argument "num" in ncmpi_wait_all/ncmpi_wait APIs will flush all the pending nonblocking requests. In this case, the 3rd and 4th arguments "array_of_requests" and "array_of_statuses" will be ignored and thus these two arguments can be NULLs. * Using NC_REQ_ALL in ncmpi_cancel() will cancel all the pending nonblocking requests. * Using NC_GET_REQ_ALL or NC_PUT_REQ_ALL in ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel() for all the pending get-only or put-only requests, respectively. o Other updates: * Conform with netCDF on the maximal dimension size for CDF-2 file format to be (2^32 - 4) * NC_ERANGE checks have been removed from nc_test for text APIs and variables that are defined as NC_CHAR type * Add README.K-Computer build recipe for using Fujitsu MPI compilers on the K computer at RIKEN in Japan * Add README.INTEL build recipe for using Intel MPI compilers 4.x * Build dependency rule is added for files configure and configure.in * PnetCDF checks MPICC/MPICXX/MPIF77/MPIF90 instead of CC/CXX/F77/F90/FC. If MPICC/MPICXX/MPIF77/MPIF90 are set, PnetCDF will ignore CC/CXX/F77/F90/FC. If CC/CXX/F77/F90/FC is set instead of MPICC/MPICXX/MPIF77/MPIF90, PnetCDF will now copy them to MPICC/MPICXX/MPIF77/MPIF90. * Enforce netCDF convention on error code priority: NC_ECHAR trumps NC_EINVALCOORDS, NC_EEDGE, and NC_ESTRIDE. * Return error code NC_EGLOBAL instead of NC_ENOTVAR for APIs where using NC_GLOBAL as the variable ID argument is prohibited. * All Fortran 77 test and example programs (files with .f and .F extensions) have been revised to conform with 77 standard, and was tested using pgf77. * Now provides a pkg-config file (http://www.freedesktop.org/wiki/Software/pkg-config/), making it slightly easier to set the correct pnetcdf include and library paths. o Bug fixes * Fix the bus error of invalid address alignment when build with Fujitsu compiler. See r2171 and r2180. * Fix the bug for the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. See r2166. * Fix the nonblocking flexible APIs that fail to save (duplicate) the user MPI derived data type that later is needed to unpack read data to the user buffer (a call to MPI_Unpack). See r2160. * Fix Fortran 77 constants nf_fill_uint and nf_fill_int64 (thanks Jim Edwards) that pgf77-based MPI compiler does not like "_8" modifier. See r2045 and r2051. The same issue for NAG Fortran compiler is also resolved. See r2089 and r2093. * In the example program examples/tutorial/pnetcdf-write-nb.c, the write buffers used in two iput API calls should be different. See r2095. * Fix the error reporting mechanism for NC_ERANGE, for when an arithmetic overflow happens. Overflow checking is now performed before I/O.- Fix license- Fix building on non-x86_64 64-bit platforms- Update subpackage groups - Make subpackage summaries and descriptions more consistent - Provide rpm macros for version identification - Spec file cleanups- Update to version 1.6.1 o New features * PnetCDF now supports fill mode. ncmpi_set_fill() can be used to set the fill mode for the entire data set. Note the differences from netCDF: 1. The default mode in PnetCDF is NC_NOFILL. 2. Setting fill mode for the entire file or individual variables must be done in define mode. 3. For non-record variables, they are filled at the time ncmpi_enddef() is called. 4. For record variables, users must explicitly call ncmpi_fill_var_rec() to fill one record at a time before writing to the record of that variable. o New APIs * ncmpi_def_var_fill() sets fill mode for an individual variable. This API must be called in define mode. * ncmpi_inq_var_fill() inquires fill mode of a variable. * ncmpi_fill_var_rec() is a collective API that fills a record of a record variable. This API must be called at data mode. * ncmpi_inq_default_format() for inquiring the default file format for new file creation. Note the default format can be changed by ncmpi_set_default_format(). * The above new API are also available in Fortran and C++ versions. o New error code * NC_ENOTRECVAR when attempting operation only for record variables * NC_ENOTFILL when attempting to fill a variable when its fill mode is off * NC_EMULTIDEFINE_FILL_MODE when inconsistent dataset fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_MODE when inconsistent variable fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_VALUE when inconsistent variable fill value is detected * Fortran versions of the above error codes are also added. o New example programs * C/fill_mode.c shows the use of ncmpi_set_fill(), ncmpi_def_var_fill(), ncmpi_inq_var_fill() and ncmpi_fill_var_rec() F77/fill_mode.f is the Fortran version. F90/fill_mode.f90 is the Fortran 90 version. CXX/fill_mode.cpp is the C++ version. * C/ghost_cell.c shows how to use varm API for writing from a user buffer as a 2D array with ghost cells on both ends of every dimension. o New test programs * nc_test/tst_nofill.c borrowed from netCDF * testcases/ivarn.c tests bug fix r2023 when the request IDs stored in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. o Other updates: * Change the chunk size used for moving variable data when the file header extent expands. The default is now 1MB. If the file's striping unit size is known (from MPI-IO hint striping_unit) then the chunk size is set to the striping unit size. o Bug fixes * Add missing F90 function overloading for f90mpi_put_var_all, f90mpi_get_var_all, f90mpi_put_vard_all, and f90mpi_get_vard_all, when the user buffer is a scalar. * Fix when the request IDs passed in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. See r2023. * Fix C++ compile error for converting NULL to string. See r2039. - Update to version 1.6.0 o Format conformation updates: * Conform with netCDF4 on CDF-1 and CDF-2 formats. The only difference now between the two formats are the OFFSET item in the format spec (32 vs. 64 bit integers.) All names (variable, dimension, attribute) now allow extended characters (eg. special2 and MUTF8). o New APIs * Nonblocking buffered varn API family. For C, ncmpi_bput_varn_() For F77, nfmpi_bput_varn_() For F90, nf90mpi_bput_varn() For C++, NcmpiVar::bputVarn() * Nonblocking varn API family. For C, ncmpi_iput_varn_() and ncmpi_iget_varn_() For F77, nfmpi_iput_varn_() and nfmpi_iget_varn_() For F90, nf90mpi_iput_varn() and nf90mpi_iget_varn() For C++, NcmpiVar::iputVarn() and NcmpiVar::igetVarn() * Blocking vard API family takes an argument of MPI derived data type that describes the file access layout, as opposed to vara and vars APIs that use start[] and count[]. For C, ncmpi_put_vard() and ncmpi_get_vard() For F77, nfmpi_put_vard() and nfmpi_get_vard() For F90, nf90mpi_put_vard() and nf90mpi_get_vard() For C++, NcmpiVar::putVard() and NcmpiVar::getVard() * Collective var1 API family For C, ncmpi_put_var1_all() ncmpi_get_var1_all() ncmpi_put_var1__all() ncmpi_get_var1__all() For F77, nfmpi_put_var1_all() nfmpi_get_var1_all() nfmpi_put_var1__all() nfmpi_get_var1__all() For F90, nf90mpi_put_var_all() nf90mpi_get_var_all() For C++, NcmpiVar::putVar_all() NcmpiVar::getVar_all() * ncmpi_inq_buffer_size() returns the size of buffer previously attached for use of bput APIs. With ncmpi_inq_buffer_usage() one can calculate the space remaining for additional bput requests. For F77, nfmpi_inq_buffer_size() For F90, nf90mpi_inq_buffer_size() For C++, NcmpiFile::Inq_buffer_size() * ncmpi_inq_recsize() returns the size of record block, i.e. the sum of single records of all record variables. For F77, nfmpi_inq_recsize() For F90, nf90mpi_inq_recsize() For C++, NcmpiGroup::getRecSize() * ncmpi_inq_num_rec_vars() and ncmpi_inq_num_fix_vars() report the number of record and fixed-size variables, respectively. For F77, nfmpi_inq_num_rec_vars() and nfmpi_inq_num_fix_vars() For F90, nf90mpi_inq_num_rec_vars() and nf90mpi_inq_num_fix_vars() For C++, NcmpiGroup::getRecVarCount() and NcmpiGroup::getFixVarCount() o New PnetCDF hint * pnetcdf_subfiling -- it can be set in an MPI info object or in the environment variable PNETCDF_HINTS to enable/disable subfiling. The value is either "enable" or "disable". o PnetCDF hint priority * The alignment hints set in the environment variable "PNETCDF_HINTS" have the highest priority, which overwrite the alignment hints set in ncmpi__enddef(), which overwrite the alignment hints set in the MPI_Info object used in the call of ncmpi_create() and ncmpi_open(). o New error code * NC_ESTRICTCDF2 for attempting CDF-5 operation on CDF-2 file. For example, define a variable of type NC_INT64 in a CDF-2 file. * NC_ETYPESIZE when filetype size is bigger than the variable size * NC_ETYPE_MISMATCH when the element type of filetype mismatches the variable type * NC_ETYPESIZE_MISMATCH when filetype size mismatches buffer type size * NC_ENULLSTART when argument start is a NULL pointer * NC_ENULLCOUNT when argument count is a NULL pointer * NC_EINVAL_CMODE when invalid file create mode is set, (e.g. cannot have both NC_64BIT_OFFSET & NC_64BIT_DATA. In PnetCDF 1.5.0 and earlier versions, if both flags were set, then NC_64BIT_DATA triumphs NC_64BIT_OFFSET.) o New example programs * C/bput_varn_uint.c and F77/bput_varn_int8.f show the use of nonblocking bput_varn APIs * C/i_varn_int64.c and F77/i_varn_real.f show the use of nonblocking iput_varn and iget_varn APIs * C/vard_int.c F77/vard_int.f F90/vard_int.f90 CXX/vard_int.cpp show the use of vard API to write/read record and fixed-size variables. * C/transpose.c shows the use of ncmpi_put_vara_int_all to write a 3D array that is dimensional-transposed from the one stored in memory. Six transposed 3D arrays are saved whose dimensions are organized as ZYX, ZXY, YZX, YXZ, XZY, and XYZ. The C++, Fortran 77, and Fortran 90 versions are also provided. o New test program * nonblocking/wait_after_indep.c tests if ncmpi_end_indep_data() returns properly when nonblocking APIs are called in independent data mode and the wait call is made after exiting the independent mode. * nonblocking/flexible_bput.c tests flexible bput APIs that use noncontiguous buffer type, noncontiguous imap and require type conversion * testcases/flexible2.c tests flexible APIs that perform type conversion * testcases/flexible_varm.c tests flexible varm APIs * testcases/varn_contig.c tests the case when the fileview is actually a contiguous chunk. PnetCDF should be able to merge all. * nonblocking/bput_varn_uint.c tests nonblocking bput_varn APIs * nonblocking/i_varn_int64.c tests nonblocking iput_varn and iget_varn APIs * test/testcases/test_vard.c test/testcases/test_vardf.f test/testcases/test_vardf90.f90 test the new vard APIs. * test/testcases/inq_recsize.c tests if one can correctly inquire the size of record block from in a netCDF file. A similar program in F90, named inq_recsizef.f90, is also added. * In test/nc_test, the test programs below are borrowed from netCDF test programs: t_nc.c tst_misc.c tst_norm.c tst_small.c tst_names.c tst_atts3.c tst_atts.c * test/testcases/one_record.c tests the special case defined in CDF-1 and CDF-2 specification that "A special case: Where there is exactly one record variable, we drop the requirement that each record be four-byte aligned, so in this case there is no record padding." * test/testcases/modes.c tests if correct error codes are returned when various file create/open modes are used. * Under test/testcases, varn_int.c varn_intf.f varn_real.f90 test varn APIs * test/testcases/inq_num_vars.c test if one can correctly inquire the numbers of record and fixed-size variables defined in a netCDF file. A similar program in F90, named inq_num_varsf.f90, is also added. * test/nonblocking/interleaved.c tests a combination of interleaved file types. This is to test the bug fix in r1758. o New optimization * Prior to this release, PnetCDF wraps each MPI read/write call in put/get APIs with two MPI_File_set_view(). One is before the MPI read/write call to take advantage of MPI's fileview feature for accessing non-contiguous file locations. The other is after the MPI read/write call to make the whole file visible, as the root process may write to file header later in the data mode and it alone cannot make a call to MPI_File_set_view() because the function is collective. In this release, the second MPI_File_set_view() has been removed. The root process's fileview is changed to always keep the whole file header visible. Saving a collective call to MPI_File_set_view() is expected to improve some performance. o Semantics updates * Header consistency mechanism has been updated. See README.consistency for details. * The use of NC_SHARE is also revised. See README.consistency for details. o Other updates: * The subfiling feature is now disabled in ncmpidump and ncmpidiff until a bug fix to allow reading the master file with the number of processes that is smaller than the number of subfiles. * The attribute names reserved for subfiling feature are now changed to use a prefix of "_PnetCDF_SubFiling". The leading "_" underscore is a CDL convention. * The flexible APIs now allow argument buftype to be MPI_DATATYPE_NULL. In this case, argument bufcount is ignored and argument buf's data type must match the data type of variable defined in the file - no data conversion will be done. This extension makes the flexible APIs be able to correspond to the netCDF APIs whose names do not contain a data type, e.g. nc_put_vara(). * Type conversion between NC_BYTE and unsigned char no longer checks for out of range error (NC_ERANGE). CDF file format specification make a special case for this kind of data type conversion. See: "Note on byte data" in the format specification. * Conform with the CDF-2 and CDF-5 formats that names are normalized according to Unicode NFC normalization rules during encoding as UTF-8 for storing in the file header. * A new configure option, --enable-large-file-test, to enable testing I/O on large files and large variables. Note the testing prgrams will run very slowly. o Bug fixes * fix the bug for flexible get_varn API. When buftype is noncontiguous, the bug forgot to "unpacks" the temporary buffer that reads data from file to the user buffer using buftype. * fix the bug in blocking flexible get APIs when buftype is noncontiguous, swap is needed, type conversion is not. The bug sets a NULL pointer to the read buffer and passes it to MPI_File_read functions. See r1815. * fix the bug for the NetCDF special case when there is only one record variable and the record size is not four-byte aligned. In this case, NetCDF spec says the alignment must dropped (no padding). See r1791. * fix the bug in nonblocking APIs when requests are resorted into nonoverlapping groups and the first group of file types are interleaved, it was mistakenly identified as non-interleaved. See r1758. * fix the setting for PNETCDF_RELEASE_DATE in configure.in. Using read command together with IFS does not work as expected in bash 4.3.11. See http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2014-July/001586.html for further detailed discussion. - Update to version 1.5.0 o New features * A new configure option "--disable-in-place-swap" is added. It disables the byte-swap operations running in-place on the user's write buffers. The purpose of providing this option is to deal with the problem when a Fortran program uses a immutable buffer for put APIs, e.g. the buffer is declared as a PARAMETER, and in-place byte swap on this buffer causes segmentation fault. See discussion threads of http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2013-July/001498.html Impacts: 1. It takes effect only on Little Endian machines. 2. It only affects put/iput data APIs, but not attribute APIs. 3. The INTENT of buffer arguments in all Fortran 90 put/iput APIs will be declared as "IN". Without this setting, the default is "INOUT". 4. It has an impact on performance, as an extra internal temporary buffer will be allocated to copy data over from user's put buffer, so byte swap can be run on the temporary buffer. The default setting is to enable in-place byte swap. PnetCDF tries not to allocate additional memory space, due to performance concern. Users are discouraged to use Fortran PARAMETER buffers in put APIs. * A new configure option "--enable-debug" is added. It enables a memory allocation tracing mechanism internal in PnetCDF. In addition, it enables the PnetCDF safe mode. (Note that setting the environment variable PNETCDF_SAFE_MODE at the run time can still overwrite the safe mode.) Default debug mode is disabled. When enabled, a user program can call three new APIs below: ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, and ncmpi_inq_malloc_list to obtain the size in bytes of current memory allocated internally. This feature uses a binary tree to manage all malloc buffers, e.g. tsearch() and tdelete(). * Add three Fortran parameters for PnetCDF library version numbers: PNETCDF_VERSION_MAJOR, PNETCDF_VERSION_MINOR, and PNETCDF_VERSION_SUB. Similarly in C programs, these are defined in pnetcdf.h as constants. o New APIs * C++ APIs are now available. They are developed based on netCDF-4 C++ library. However, users are encouraged to use C APIs, instead C++. * ncmpi_put_att, ncmpi_get_att, nfmpi_put_att, and nfmpi_get_att - these APIs correspond to nc_put_att, nc_get_att, nf_put_att, and nf_get_att. Note they are not the "flexible" APIs. Flexible APIs have an MPI derived datatype argument. * ncmpi__enddef, nfmpi__enddef, and nf90mpi_enddef - these APIs correspond to netCDF nc__enddef, nf__enddef, and nf90_enddef (with additional optional arguments). * ncmpi_inq_file_info - the naming for ncmpi_get_file_info may cause confusion, as "get" has a different meaning on PnetCDF. The correct name should use "inq". However, ncmpi_get_file_info is kept for backward compatibility. * ncmpi_inq_striping, nfmpi_inq_striping, nf90mpi_inq_striping report the file system striping settings of the opened file: striping size and striping count, if the underneath MPI-IO can find their values from the file system in use. * ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, ncmpi_inq_malloc_list report the size in bytes of current memory allocated internally by PnetCDF. Similar APIs for Fortran 77 and 90 are also available. These APIs are enabled only when PnetCDF is configured with option - -enable-debug. When this option is not enabled, calling these APIs will return the error code NC_ENOTENABLED. These APIs are usefully for debugging. * ncmpi_inq_files_opened reports the number of files that are currently opened. Similar API for Fortran 77 and 90 are also available. The API takes 2 arguments: number of files and array of file IDs. If the second argument, array of IDs, is not NULL, then it will filled with the netCDF dataset IDs. This API is useful for debugging. o Syntax changes * For all Fortran put/iput APIs, the INTENT of write buffer arguments is changed to "INOUT" on Little Endian machines, if option "--disable-in-place-swap" is not used at configuration. Otherwise, i.e. on Big Endian machines or PnetCDF is configured with "--disable-in-place-swap" on Little Endian machines, the INTENT is "IN". o New PnetCDF hint * nc_record_align_size - aligns the starting file offset of the record variable section. Note this is for the entire section, not individual records. o New error code * NC_ENOTENABLED indicates the API is available only when the corresponding feature is enabled. For example, nfmpi_inq_malloc_size() returns this error code when "--enable-debug" is not used at configure. * NC_EBAD_FILE corresponds to MPI error code MPI_ERR_BAD_FILE, meaning "Invalid file name (e.g., path name too long)." * NC_ENO_SPACE corresponds to MPI error code MPI_ERR_NO_SPACE, meaning "Not enough space." * NC_EQUOTA corresponds to MPI error code MPI_ERR_QUOTA, meaning "Quota exceeded." * NC_EMULTIDEFINE_FNC_ARGS corresponds to MPI error code MPI_ERR_NOT_SAME, meaning "inconsistent function arguments used in collective API." o New run-time environment variables * none o New example programs * Example programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * Under examples/C, three examples are added: create_open.c, get_vara.c, and global_attributes.c. File examples/README contains their descriptions. * Under examples/CXX, several example programs corresponding to those in examples/C are added. o New programs for I/O benchmarks * none o New test program * Many test programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * add tests for flexible APIs. The tests borrow from nc_test/test_write.c that tests nc_put_var1, nc_put_vara, nc_put_vars, and nc_put_varm. Similarly for get APIs. * testcases/record.c checks if the number of records is updated correctly. It writes to a variable's 2nd record followed by the 1st record. A call to ncmpi_inq_dim() or ncmpi_inq_dimlen() should report 2 records after the writes complete. * testcases/noclobber.c checks if error code NC_EEXIST can be returned correctly when NC_NOCLOBBER modes is used in ncmpi_create and in the meantime the file exists. * Some test programs are developed to run in parallel. The test mechanism for parallel runs is command "make ptest". Two environment variables can be used to set the MPI run command and output file directory: TEST_MPIRUN and TEST_OUTDIR. Their defaults are mpiexec and "." (current directory), respectively. For example, make ptest TEST_MPIRUN="aprun -n NP" TEST_OUTDIR=/scratch Note the keyword "NP" will be replaced by the different numbers of processes used to run the tests. The testing uses up to 8 MPI processes. * A sample PBS script file is provided to test "make ptest" on machines with a batch queue system: pbs.script. This example script can be submitted from the build root directory (where you run "make" command to build PnetCDF library). * For cross compile environment (and batch queue system), the environment variable TEST_SEQRUN can be used to set the MPI run command. For example, the command for testing sequential programs: make check TEST_SEQRUN="aprun -n 1" TEST_OUTDIR=/scratch For non-cross compile environment, there is no need to set the environment variables, as long as one can run the MPI executable without mpirun or mpiexec. o New optimization * none o New utility program * pnetcdf_version prints the version information of the PnetCDF library and command-line arguments used at configure o Other updates: * Revise FLASH-IO benchmark to use nonblocking APIs for both checkpoint and plot writes. The control variable to switch between nonblocking and blocking API is "use_nonblocking_io". Set it to .FALSE. in flash_benchmark_io.F90 to switch to blocking APIs. Using nonblocking APIs is now the default. * To match ncdump, ncmpidump now only supports one input file. * Makefiles are revised for better recursive make and fixed some build target dependency for parallel make. * File creation was revised for handling NC_CLOBBER and NC_NOCLOBBER modes. On systems where Unix calls access() and unlink() are available, they are used to check if a file exits and to delete an existing file. * subfiling is now enabled by default. Users can use --disable-subfiling to disable it * man page of ncmpigen is updated to add the description for option "-v" which lets users to specify the desired output file formats, e.g. CDF-1, CDF-2, or CDF-5. * flex, lex, bison, or yacc are no longer needed for building ncmpigen. o Bug fixes * fix ncmpigen.y on parsing CDL file to get the number of records. The bug failed the command "make b-test", due to getting a wrong number of records (current value for the unlimited dimension). * fix the update for number of records when writing to a record that is not the last record. - Update to version 1.4.1 o Bug fix: * Improve pnetcdf.inc portability for fixed/free-form Fortran programs o Fortran API syntax changes * For nfmpi_put_att and nf90mpi_put_att family, the intent modifier for the put buffer arguments are now declared as INTENT(IN). * For nfmpi_put_var* and nf90mpi_put_var family + On Big Endian machines, the the intent modifier for the put buffer arguments are now declared as INTENT(IN). + On Little Endian machines, the the intent modifier for the put buffer arguments are still declared as INTENT(INOUT). This is because PnetCDF does in-place byte-swap on user's put buffer. If user's buffer is declared as parameter, then segment fault can happen when PnetCDF tries to byte-swap a read-only memory. o Subfiling * Subfiling is a new PnetCDF feature that divides a file transparently into several smaller subfiles, each of which stores subarrays in CDF file formats. The file name supplied by the users serves as a master file that contains all metadata about array partitioning information among the subfiles. Because data partitioning is made transparently from users, data accessing is kept the same through the conventional PnetCDF APIs and the master file. * To enable this feature at configure time, add configure option "--enable-subfiling". - Update to version 1.4.0 o New APIs * Fortran 90 APIs (adopted from netcdf-fortran-4.2). All F90 APIs have prefix name "nf90mpi_". The APIs support function overloading. * get/put_varn_ for reading/writing a list of subrequests (each is specified by starts[i][ndims] and counts[i][ndims] for subrequest i. ndims is the number of dimension of the variable) to a single variable. * multiple put/get requests with explicit buffer type names: ncmpi_mput_var_type(), ncmpi_mput_var1_type(), ncmpi_mput_vara_type(), ncmpi_mput_vars_type(), ncmpi_mput_varm_type(). Similar for get APIs. "type" is one of the followings: text, schar, uchar, short, ushort, int, uint, long, float, double, longlong, or ulonglong. * ncmpi_inq_nreqs() reports the number of pending nonblocking requests * ncmpi_inq_header_size() reports the size of the file header * ncmpi_inq_header_extent() reports the space currently allocated for the file header, (also the file offset of the first variable) * ncmpi_inq_put_size() reports the write amount committed by far * ncmpi_inq_get_size() reports the read amount committed by far * ncmpi_sync_numrecs() a collective API that can be called in independent data mode to synchronize the number of records in memory across all processes, and update to the file if NC_SHARE is set. o Syntax change for Fortran put APIs * intent of buffer argument in all Fortran APIs is changed to inout, as byte-swap might be performed directly on the buffer. This change is for performance consideration. For example, if the buffer is declared as Fortran parameter, then compile will fail. o New PnetCDF hint * nc_header_read_chunk_size: PnetCDF reads the file headers in chunks. This hint indicates the chunk size (in bytes). The default is 256 KB. o New error code * NC_EINTOVERFLOW reports the error of 4-byte integer overflow. This usually happens due to MPI-IO data type constructor APIs' arguments using 4-byte integers. * Error codes to report metadata defined inconsistently across processes. o New run-time environment variables * PNETCDF_SAFE_MODE environment variable can be used to enable/disable the internal checking for data/argument consistency across all processes (by calling collective MPI_Allreduce). Set it to 1 to enable the checking. Default is 0, i.e. disabled. * PNETCDF_HINTS environment variable can be used to pass the I/O hints to PnetCDF library. Hints include both PnetCDF and MPI-IO hints. PNETCDF_HINTS is a string of hints separated by ";" and each hint is in the form of hint=value. E.g. romio_ds_write=disable;nc_header_align_size=1048576 If this environment variable is set, it overrides any values that were set by using calls to MPI_Info_set in the application code. o New example programs * example programs are now categorized into C, F77, and F90 directories * nonblocking_write.f and nonblocking_write.f90 are the Fortran version of nonblocking_write.c * put_varn_float.c for using the new APIs ncmpi_put_varn_float_all() put_varn_real.f and put_varn_real.f90 are the Fortran versions * put_varn_int.c, put_varn_int.f, and put_varn_int.f90, for using the new APIs ncmpi_put_varn_int_all() and nfmpi_put_varn_int_all() * hints.c, hints.f, and hints.f90 for using PnetCDF hints * flexible_api.c, flexible_api.f, and flexible_api.f90, for using blocking and nonblocking flexible APIs * mput.c for using ncmpi_mput_vara_all() to write a series of arbitrary start[] and count[] * block_cyclic.c, block_cyclic.f, and block_cyclic.f90 are for a * -(block-cyclic) 2D partitioning pattern * column_wise.c, for a *-cyclic 2D partitioning pattern * put_vara.c, put_vara.f, and put_var.f90 for using for nfmpi_put_vara_int_all() o New programs for I/O benchmarks * benchmarks/C/aggregation.c -- evaluate PnetCDF's performance on I/O aggregation across multiple requests with different data access patterns. * benchmarks/C/write_block_read_column.c -- writes variables and reads back using different data partitioning patterns * benchmarks/FLASH-IO -- I/O kernel of FLASH, a reacting hydrodynamics code developed at University of Chicago. This benchmark can be built independently from PnetCDF release. o New test program * test/F90 contains test programs adopted from netcdf-fortran-4.2 * test/nf90_test contains test programs adopted from test/nf_test * testcases/alignment_test.c -- test for header and fixed variable file offset alignments when entering redef mode * testcases/nonblocking.c -- test nonblocking APIs ncmpi_iput_vara_int() and ncmpi_iget_vara_int() * testcases/flexible.c -- test flexible API ncmpi_get_vara_int_all() using an MPI derived data type created by MPI_Type_create_hindex() * test/header/header_consistency.c -- test header inconsistency and see if inconsistent metadata is overwritten by root's o New semantics for attribute APIs in data mode o New synchronization for number of records o New optimization: I/O request aggregation pointer). o Other updates: * configure.in and Makefile.in have been revised to detect MPI compilers and other compile options automatically. * A new configure option "--disable-file-sync" to disable calling file sync. This is to be used when the underlying file system provides data consistency control. * add build recipe for IBM BGQ (e.g. Vesta/Mira/Cetus @ANL) in README.IBM * add build recipe for CRAY-XE6, Hopper @NERSC in README.CRAY * add build recipe for CRAY-XC30, Edison @NERSC in README.CRAY * add build recipe for Endeavour @ NASA in README.SGI * add declaration of flexible APIs for Fortran90 * "make testing" now hides most of the stdout. Use "make verbose_testing" for verbose output. * ncmpidump: add the command-line option "-k" to report the format of netCDF file. * ncvalid is renamed to ncmpivalid, a tool to validate the structure of netCDF files for conforming with CDF formats. * Fortran type NFMPI_OFFSET is removed. It was merely a shortcut to integer(KIND=MPI_OFFSET_KIND). Some Fortran 77 compiler does not recognize keyword KIND. In that case, please set MPIF77 to the MPI Fortran 90 compiler, e.g. ./configure MPIF77=mpif90 * configure now automatically checks Fortran module compile flags * Support additional Fortran netCDF data types: nf_ubyte, nf_ushort, nf_uint, nf_uint64, nf90_ubyte, nf90_ushort, nf90_uint, nf90_uint64. * Error codes and messages conform with netCDF's o Bug fixes * Argument unlimdimid of nfmpi_inq() returns -1 when no unlimited length dimension has been defined (to conform nf_inq()). * Argument varid of nfmpi_inq_varoffset() is fixed to be the C's varid plus one. * For collective APIs, many places have been changed to prevent program from hanging if a subset of the processes got errors. The fix will allow all processes participating the MPI collective calls in the PnetCDF, even if errors are detected on a subset of processes. * set the nonblocking request ID to NULL when the request length is zero * report error when bogus request IDs are passed in ncmpi_wait * when entering redef with different alignment hints, fixed-size variables' file starting offsets will only be changed when it is bigger than the old ones * Fix some Fortran API intent in/out argument declarations * ncmpi_def_var is fixed to detect if CDF-5 data types is used on CDF-1 or CDF-2 files. Error code NC_ESTRICTNC3 will return. - Update to version 1.3.1 (September 24, 2012) This release is primarily a bug-fix release, tidying up a few issues and incorporating some early feedback on our "buffered put" interface (see http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/BufferedInterface for more information) - add a new API ncmpi_inq_buffer_usage/nfmpi_inq_buffer_usage for inquiring the current usage of the internal buffer allocated by the "buffered"-put APIs. - bug fix to make bput APIs properly return error code NC_EINSUFFBUF. - bug fixes for ncmpidump to avoid residue contents from a previous read when it read beyond EOF. - bug fixes in the the tutorial example codes. - add more in-line comments for the tutorial example codes. - add the error string for error code NC_ENOENT. - Replace parallel-netcdf-1.3.0-destdir.patch with parallel-netcdf-1.6.1-destdir.patch. The patch accomplishes the same thing but is created new for the substantially different makefiles.ibs-centriq-6 16150382821.12.21.12.2-1.11.12.2-1.1pnetcdfpnetcdf.hpnetcdf.incpnetcdf.modlibpnetcdf.sopnetcdf.pc/usr/lib64/mpi/gcc/mpich/include//usr/lib64/mpi/gcc/mpich/lib64//usr/lib64/mpi/gcc/mpich/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:mpichcpioxz5aarch64-suse-linuxC++ source, ASCII textC source, ASCII textAlgol 68 source, ASCII textASCII text (gzip compressed data, from Unix)pkgconfig filePRV\!, 㲱gutf-85cb590c704b788b80e3f56e70003c17b3ead3c4b71c061a3e8e00ffc052a4b6a? 7zXZ !t/ 5] crv(vX0aѹɄ3CnxV K~I~4Ytpk+Ts&$PNdsXr}%XN/Jm=ҍoath_Y62^en$8,ΫBlpt )-h]meԫ@\1akU ʄϐv;+/pFqQ)c:}(0#xe 1Q85}hdTkk.aKOj'*[M%x Yt㎋Hx&2 ÃG4IZd~:9z/`h2lF FfYZ;W5P y=#} &v@nLXQ-*<%7I;TQK:aCZf| )5ѩcG?|M*搞 qG}1GHaxl$4diF+,DŽJCGL-t6R >[ovc\Cs> ;ꊩo(v$oԶd^˖0XTP+K\ey2f5'*K S~?JgqVeE[N|K|i}2EIRM~Qn4BBzA=T 2":vޙp@|e%O($wrGaRf0 ek4C60t )H-&j.u5y ݍN f2,Aޖ\p>rɧJ[(&Rpodt4m:7\/&&h m헐R&oaw1rO3bEAoRA߁ F~/65Jf\,!"0MJ@/^2(BY_gwY[mxjM4vXw n=Who4-i[@Z$ړ1.\P cm Qb;`C K.Ϩk9*zf%Eivr( Kb_C:U.ݾ)voZ[% B?o|킟E/|D#&XpN! ! I6 Pp[ʸ?,}螠Vn-8*OSb~ſ"6Qat> 8hL\)X]CCzm hz(e}|H8K^gTqb</|3JYMk) 59ا7djݲ&3zR'mkX41+]*O* c>?[{}~9#>1XN3/c(7nr?B YӮüXtVYK˒lCDoNn8FM{.4,_a)B#:ED؎gxazEN6QN.ɠQ8%'#)hU_$אVvuTԾnbC.+y _sDPЦXr>옹vX;@XЦ3enE1?A7~|Хx/d1  <,EX֏&v9%>ޮڅh/sT m1"?;QxugK@4r8n\Dc>^)U@NkQ|) wfΎ Z,"QET~S%j;ܟ@ ʤ=ôrwpCI^aK6WY0 m<@ITc $آw-@m#K,WM.}[V؍f0^nn<@n)Nj穧MspG>5S r0n j/ZcKyD3 唙RD {h$F+#N "5au|wSTSG7\܆j O!bѧߒdl`tp$1tBd'uzz}_0GJţRXߺeܧ*%)j5$*˪XpX=jP i*[5ig@Zuꃢ)cGzr17QH ڿ2i1"oQcɐ;z /Ѩ&ƤEc b-%*G/ޕ}DB]Ι]2wQ8(fD/rb=j#l Bw2'ǎX)MU|G}QH{VWtN*d4o7h<^_.Nl_g1_p n==F0}nVgʜV?U qQX$B%ai4Y6%z2{0!Yݻ9W$)+w`tQM]\DMKCw]]7c zEˆ8@vmO*sWp<נ}sL pEwQ`o̚oY[GzQ_~>oCkU;~yhrHIpdOSb: x~ $*<1$UR9v,Y:K\{oFShiliET+Ff W̆Qcb6sPZ%*!{A vLF$@R|?3t Loxa gօ)Aom6DƓ=;aC٤zT_-${݊kս?~<.C&d0Kw Gk3J iL 2fv ?L} 96r[@)rf Xhfv|$dIPz{"@^T\\NN廋WXIO Wvɟ=䘸RDVEI`G}X+RU- 98R%B]nb(z˶اJ`AhvFm Ly̞ވokØ)iozɛ E foktKO|clǾ\+Y23ߢLHKkď34 l?0 RXN\P{۲SօlTz^-5x던-=TU*Q-<|:jbYA)5%ns > \ K0S_ pZH]p '!́jxNUs|#SQO3Qѯ6{d$ }J{4xIЫC=[(M t9Lɩi0ͤ:'kY-enkcrRK z-fRY`V7$**S"2a":PJLWGϲ[$ǕB/ v5W?W ,hD;҂m3!E?D0 Y?^dUמAM#"݋J;s"֙^#e%zyȨ, VeH-PHPJ 3nnVe:͎)ܾc&g3;Vw5zZp;lq]cK 7ߗS*y-X;9.^>γ{?-'U!n%QLLSfMrL_5$OHr+PNHQ#P}m/KRLoh='moB̺gg|MNwƛǵ,[=[# cEDnXJW">µJjJ) C)N.<=ʇK-b3Ƣa0C&]x~z݀KUQ /mgVfԇWgj>@r~N/ݢr26Jy᠆)?ҕ'2mRd5xo[@yjEoQt`xT|Kvi $yp,̟,|}esv$iL avhɊA# Dݕ\5Wsu*/AwlCί9ΔX5@H6QO+Q25;r* )f6XvߟSGCVd43SȠNka5`yM{-7'|#@[;]7Jh|S3t!wf܅/a2AQ2ONLKY5HMy&i@>ʷmkb}$jK?_ym s|<qAcHfqGvϐRD)0IptY?d*qbG:[=mv,4ql&v[W+vO+C\рo|Ⲕh .z.:6 -v',?D-n%QuFgapZ-bR4_B>Np׺ƫ%Pk@C/8wYVFjT& cYA7/ %)x@ذh'w?A}0l)"d8.2`9`+C(sr7Dp#iL{GŕXēGٓzdqD킎x~ntN f9輿gQ`|[v2!Ԋeh4\.5(FS }{ܻ.0lkRn!_U'lo2\X|-nZܶ?#hSb6\i]aEwNܦ tҗcpWò|֝4Tp R5leNZHT)1'̾j)eX鬚MI(]瘍ZխbD6j8ނܻh %EBĖEȎ\6jU3L->XX[j~v=}]k/b$1|i#AخoZc_W/~yH0 o2[iLR΍Km~9>ej׆#8i€.{<%'v[:߈ 28ZF"&,#[Hzi-qY*ZOH^:W{KoD|2JC0f si"%sbz'0cc-YT%~Ls͒?7  C_$|_#ji%G?AL|1𹰛Rm]̆n#Ra=R|V#ك2Ic%|\m(uy&q]+3Ua]-–[nW8 XeM{/Ɲ-!gA` O |잀h R:8Bc$]}~f/1-rY`/Q,AG4ibS|o?p}^Յaj<02)Ϝy}<ˢ )x/hq>x7+P]J.WkUt`ނqPk,\VZ cuY<5֟U5n2#}Soc%5ڎp\~?Jٌɽ-⮲йP^v`}V3Tti+ff7 mZm4DNL:/+dK*}*5kɹFu?(XTܡ&Ca: e)ՓE渭[xrY/[QD}[ゟql>wYq%N\܈&@@;~S^ef%MZɼґa|i-lGRJVJfKW"RP8:>Ax^m3&H<îzwK )nہ_yKWk:YEYs(Ǽp ueQPf% KxYnw?XW!)Ai}ӈiĺNI=fJsۋ]PÐKXv(IO5S,!+$:H< Opg*(uVˊjg_itSeĺ Eٙy` R1-ӼSWǬć|x fղ}x'~5e* UR7-XDYNǻw) l}N _}(.P zyj1YƦ$ 15ҏ):{uX P~Ėky,Yt]f\wBy?fvA@t8Sve.3bn!T(4ॵ[dG`gcT.XQIh[“vm48Ztco,c숼_\]VK%G}9tzoEmb6° WJkoz+ŠPrv~?ās4HEžJOokjSA$ fCNhi5ƆA\b,"̭](XYLoMYV-#-5' Ÿu3jL3멭fzZtRC( OL7 p[Y ouаt=DD={ ]b5c5}o$8qIY[wO(+T/j 5AQmf`v-C 4q, >C f:/-aJc'J)"tH/V.~RRd+/>V3s×w5GҝH~o̧t1WFAt*N<@<ĢWFVkX F"FΟ(Ycۙe뾖U +^ !d ?r)s RS,!g(ܡ*'Fb-;E}Z"׭F(&'RbYy׉K<'h|dJb{^9݁:H7㆘X䁱[QVx}0UC@*O;^khzXL SN=uvRSJZ&.\ד]wFʡnKLJ|lPf*t̫_ZB+;؏IeNBK֙"H<{aJ۰Io>FZ!If$?ſoPGu۩{fq)2XeN>ku]NoJ -!Ȇ$P7N2'7EqNʠGp_lpCῚx!ږ6?'K<Y 9̟ {KyRs[.֨$R ^Y[QtXsm^h9HKx JU<#>k3 P1TH"~l9xqTA=t0 |L߉M!Шr/Pbl^Kگ=py8a s2N>!^y٠b j4?w4 jlEvM\] UAޜT}Fۺ@s%x򂆎V|ڭsg<(EdJ)L+/L0ez&X"ݤ>DT !&.s༂(oSs$27mBxȊuߥp^Hq/ϞP C$>ѿ3Q87: s*)KmP!?X҈φM=3{%o{c'r`~B2OHEXC,G $J̫q-R|OP~ ( ;+,бy][FHR9;3a]8CuݐZwjI^A̝Hct7P҇TH4OgR!,d7Q38SLog4Y,&&#sy~nƔS w*;cdƜI{R zi0U3x-_LDu[nn,t"f<iXDU6xER;b0S ul\8^";)1 Z@x?Co 8d?t>oHJ1Vj[ӝTNC]RP6Ru5E1ՆzvOV?ʤb蹯g݉h_>)L*O.f#j PBYgZ\o᠞HVnq3 JKgQ/w:{$!VwRk]daOS~*;ǝũ ̓KV_$Y[r'kЕKI*}n.z ShAc4Up_&=ᴣ屢LkvU>t.˺HR|)uBi[n( C D`We!.eF g d `E!\#.jDzkB1.-Yꉔ"U[XRK)"?@sI:I|]9A@fgS'/6ƇIq{lnhhuNeM6FSh8;Z_0q7T\2$а> ~g6fb޴ @&& H R<)%DZ@|{RƸR jN-d1ҥuoP;lI’株G3GSu \"|y#/І|Y >+iL eoAJ -b.ǩĈ6/3n{KTzI?mהW/Nܓn%bsK%MVkh\]yD3EM.PjF/ؗJun~׉0̣p# V1(4]H%z =/*>e}(J!cn$~O瓬DMLW`%VzRs QC/xɒK؂"r 31,.,GDd[0f7x7 ?Toժj 7]ffI-law#nqdƓ= .NvyGW|>|c@/';lXG&wOPOxH(M݌jKÚOZGzݨo+dPVKzp;ףb(NN=0 udWZFW 7eE҉ g[|^!)&xJDȶ@xךx2ehXqtˠ*,SُLJ-mOn2|UyxӦr G+'4;6d=tt6oMG װtfpbgQ5n Xٖqߏݳ-T0uRJHyρ@*&kH[<Iݗ 5nQ%j a9SOD7 N4FUŞi- 8#0%HRK:| Er6Now|/#xwkrW9%w%5aoٓK歷ec|esTK':|\t C݉z(~X z?rxy;8_Jg+ԡ1 -Hs>V ڒ]xXP3l\υ -ԅO` r*֪ [&S=r*kN֐z h߀ 5dɝ 9-#k ʧ,E>H"6i-\R^yj+(*z8G*l=uN:Vrɣ0ҫ$y?%d,A}(B}DN3a9jã TaO,Q-RQ]rl 1#.? Tp `]yg/PG֫(Ю}GMc{ҵX/.-CS0 SOFx_p΢ft85@?Ats~O|n&5RL5qZڜ"W\(͖%e׳`[Hn1 -Ǩu=#?]ΟC&ɃW<+/ nyo`[!`0àS4j(P0L}T\ŋ&1­7›GjXmsu[J]4pT5vgP~8(X_~ÿ~|UڮbhS TAz= 5eYz{ҽ9&Ǧ:>s0Zn65{r foٲˠLY<"{;,!pmB$ 4'DGd{r z*Xz#[T-HS B ~ƫWNf@؀CZ=[GC1o%xzsnl l?[Smq[(עq 8gi NΪR)LmZy^a@6B7bpāi gjYg?GA$$ZnIH#}Q}]#uЌШȘǢw\Į>TeNF[{>|v3B70=Ej@uLp{>n߀*Ă%QZ1?N,5 D@y u,O 8K/͑zJ-7wAd3\Ӄ-$6E1Evs'Jq6`>qVq"7aE9ZLzUr*˶ M@^E؋~Me|ibuScWeg'5y2js#Ћlܖm[vr9Cܐk3cWJYB ܉3ⵕ VHCRơ\<N2kC2GqvSNpf13uM5^\×GLt[bP|F'[#1|@Ýz3ZaqxìˌV8j^+5# i$)@{}]7oFg#=g63鿨 8qC6B,2Dm4_hfP qw`AEZr.jvY8G_ڌybFRnUZko5ض ݦ Flca~6azظoM Gh$A}! 褢,+[c`W?pr3/ؑs{-1P%/Iv.-$~_&6Iڲfep5(-tDu7I66~Lڼxal>Iʤ;׏9ɬHNo_j;nG;s`W7WroH@0]>#xBup7ks)rrܱy7UY\2Ex9\>Uɾzeg/Du"<#Zkr1߄(e??~m~uqn-tkݚ'F{ VǥtڡpP]LCTw;1u= r~rC#ɌM#4zInOc9T(iE=p&PϟUot6^M؞)C㈺ꅞE1̹`GC[aCNYq#H2D}k6Q,W@h [nby)D ~uf^aãjvU W w1y j]u!Lt]%`91>A.P Ή!0G3 KLRdǼ<::gBO)MD[#╸h9?Xgzgp e#../b-,7JKCD(ah_(3+{yPyp2]|AvFO{5٘d} BQMPmL>ZNwϭ‚{Ty"N,̴ s&0G(oÎuO5=] c2c}2 CXX43n=Y]K^ &Juwڿ59< ۲-j*ޜj> e{=l)zBl^#d1d/RRY-4 @CSmrazX=a)Km=v0~ \ݪN`'۵a*Mޕ6+@#5>z kדjE嚝h"7Ty"PN0=To/%HL־tIs 0qX( Bjﻏ̯]tQO&l&We"ZޥƣȫJX T+L$|f ]ĒE)W#ZP.Q+ч @^I*- WGv%0nKrB_L$:FhsOPU4gj1Y*~M/sfint%ihe׍?4AqG+awFykdƛ,eԝQӐYn# Z0o= lY0!Nf; \_0ZgA5 %СKJn¯aavf*%@hҰ.}uJْÇS:!H݋LJCr"!.6%$:j5[:`X=bگЃqK 5V?n3! ol=HV@z;y풪]U// F_"`7S!?!JG;+_rl *!#_^{=9]ǥk05+NyehWl/ 0 aQD!S"$=% Q"uܛ NYGFےq,/E1X+QpzUP(Q>SYPGt*aF-b"0'\6Yb@/ie@t,}Z wtަ,M@h.,-_vҥۆɲ狮G)K %V{c4 '`r *iþO R£) )XSڕBWcۋa`z!wڃOM" .Yqn}Ԛ~k|5xHU4cKI<<¶CĄG>{'W9al$䈷ku䟍 GJL_Bb@Oq0L6@ c>{0 ;iH5tvxڃ33قQQwkO%`.fOrM&+Eʜ Rf̢?jUe[A…1=g{C~&8s`;^21{_*FU==o=wJcQ`ߧ*( E6t8PQ/ks|_ZLTr<(AU)ED#Ap=Tx,wx+uy1x 'i°\=Eݛߢ-հW[{ za؄F6g l{#i"&reD]1CxHl+z!wD)NSv|0/s}+Z p!aB Sb|@ېYynNZcBEV$@@b7كW{0Q|QAK[тY/'+e$#W&aC!'KlSSY*Bݹ:CH3 +X" JRahMʽyݫov c-0gc{XVubX=FXB(eiAfBvhFbƤZ ?p6_QXi3r!b1rXaD⌂:1ތ>;`&L!Ncf1^|=:)=A v KjI>ɟgYlK8z!е'>c&L&!5"Kv Zpe8kI(XLTf,6g,=Cy:ŠQNG4윣):d8 H*<¤7V^RߖjoG*ՇBoك#&6+IbR&5,ӝ3P"3S|(ho8kg<`M!`D\[k;;K.Ȗ=RQr}LjܼuaytMɨhR^IC_=O0 :E×DOtV[ ۣR}x1l6CseZ}oWMvIa"ƃRL"6uQ'`( p za}oY +~$<QNMYʦ4D{xD>2룛l ׅ۳NWA5-.)oA4yy~|zv<"%jЩETަ*ʋe.Uc&I!@TOJCdw/u:U`7^?R>s}D{ 20-b) 2{Wro$Icچ/5mȬfW@{NE]{N4sPUIȩVqX(nDroFiQc1ݖfg܆QJma-e1Lʷ_ߠko0rOc~:p 3A1W,8W " #@$^5srsCŦѩ%abm#su۱%BO~\ @_hSrOmLRJuG&:WƬYcA!~B=y0~aHX /8H6.e9ct+CC<ʼnFꎭ9 Q`r@~bܩ6%߬-qeۺsGEQ-5~Ъ'<5uAΑ"H,Nayc%JFBTFg~n5eXqHYbo2ar\t#@3~skUG@1q?p* ϒ|eȶ60GNDH/߰cr2PQމ!#)vYsyz,Y{y%61ãko L25~LcɦކL7푵t8A]|ۻrYB;sEUc}ꇾ&1 a|B'  !VrGZId⁢'0g  2ڳt(1H9?D"b:=MƄ.&HB+) ?yco!rȡjOОmpgVk b>(0FhVF8-H2n m)+!7|r]Ѿ懶Wj`3Mub{Gx8H;q`1eLjry`NcS8ۈVkDS炉ioޅw,䰘%I[eP^^˔zsFeYeJ6ϱ Yv^M8CB f(؁{i}N0>hdKShP_ 1_Ͱ;|#84Es{Q F2{޴|von™Hb^1A$1 `"HM4<;Ov0J;e̘?1uO * v#u <8+ݢJ1g_,Ts rA>l=߸(?\!Βưѕ~I޻@5ub9Cs)ɶ, xEB0DoCK@Nl (ol`\ !F\ p 7"9W)39 ִoפFӮ&Ujpb}7w8H \eE05 lN=^r2T3)fzAamg+~XCAV(~C}'΂vL[ŽPw_tgQEQ7{g {8* 6t, j##KaX` /0npG䱋>Sd&HZĤT!|ū@ubjm )Ir ޫx\*c %'RkfSjPq&6?I2j.&J"3rjZ8Gi{[)LTŭBֱC(LJxQdu]oa Q_IAE qX_вV ܅z,Q=΋)V~k)sȽ[i襧vW]?[_tדK!GZ]c澘 5?{Qcr3R\dTnfȈVX8@:џ|{{v( S,$;/▆ u܀5PM@ępc/gy2w> ŗcfX%4#:o{}0QF)B)wn/RL6tm7(,S15ީ!RnNb2qIյ*'t'!J:;U=Iv{;鷄B+P&Qtٚ[;C䩅|!ƑҸpG5|)0>ycb8U0L"Ω1ɞ)pp{.8X0ܽrQenQm7Ikρtȼ>Xܜln.c$fѤc# %@^  ?ܪV;Ȯ5>[Xgj[Lt3g5UnɩA]F{Rk$O59 &@]yKj2p]Q(K-XdНBd(lp$D=Wuu}(&99Z#3D!@[|<DG5Dh]CRùư:CXk5Nɫ]SčjД]8=:Se0J=UvXc|(nU8NXz@ \+_Z$dS/Nc^(^t*p; |ik+#)0Qoo5׮ҝ*adr"{Sjٓ řC6U&ՒfRQcQo*Q|쮩.W~J^K^hߓSPbIWxA[޸΃"6£r>IZ0HmAT[- a_Ή U/6ٿi]ED8p#ު6wUׄVb%Z%?W|PXK8EoHw|HƩG~% O7bѸ 2!Vٙ0.=5p5hA]'XjWyr< ^.QEhįfUSbMa_{jI7D*Z o UTy](l 6i.޸r'[!JX6)'uHPcɍr\Ţh@ocL|d* hͬ.f_c AGr /i=(.(E+=gجl=ڎ!60 [ %hm1 r>ՐGP 0XnQaSxs3؇`CXJʅ55T>fTV+8? +A2-3p MrO`7~vp zCh La鍗 _6_(c#c@6qKM ;4%0qZI77&%JI9 T/$=<(yn[6jLy[ztZFl{pҷc.9v^Mu04lҲ瞈q㔁G?UW1wX.z(bMXQhx?. iOeN {vAwPg`&/ȭ~U=cX2Ӱ#4}6.E1+#i+d5r;Dpbd8>} r&Y6q F/JK 9ǨO ˧Ke/cGd*N^d{p8d \{Ԟ/w祀ǔI֬\ꜷQZ0}ׇjCùES P-"n=Ho:rke r*h R!ٟ +70jf-,S1@˻i)7aw">Z³@ `*`)DAe49(GY>`D-3w4cXҊJe}%ʗ#},<Íx:&=Ot )0a1OobjWl=,r{Œ,H7:7y2&oܩ˰^#"H[#H8U2vU&bxy4.bԵ=ab5wQN-je lc&]"Yj'VP ?$}׋6!MmZ^EX}Ku{B2?'F:k^NH.:a&r6uӝeJ\2}L7|L5%K*jXTTsts|aJgڠZ3h ]Lk~ Bdj\@jĊOg8f$A+^CTˣ52Q 4كI(_?_Y! ?_zie+o%B9ycC?,25|jׄ\ i5&{W-2J\*l<}yZ?ݮRea #h='9R( }7+C 7KAdmGxQLNPIƔ>hNȨ8o,~MW%3Y0xNOXޭ]YCxT/2Ts_`(Gp&6L ۥDTҘEw >LC:=W1^3ubl8&&tCً~HȻm~$nOt;]\M|[<| O,siTr*%ӵ88h`~{L7jiTy=:SʹUϳ8\:Wޠz3GaD 5!(uDMF^>5BƋW5j?ե#pOSXf[p@K$֣T[ qi0K%YAY׸ا.̫5AucD { ֫G"8|q5 dAm~00 sX\-C"^!5R,<{NO h=/ZLX_r#r#|x?"dӜkg BF쒠ϐeJ 44iC_87'[bS+i/Te5'+/S Q4`r\q!>'CJ.޹%AP4zHЦYդ<:?錝2!D3C跠}{N_+a~99>tbs]`4iXM PB,8y&d9J*{!E39s1wLjG"9]k"½NGVmYyh|H xjYqDhƦ0U(OTKHV9ciDK"~ngP+rR~caITd4$!-Zfa Z a{ f7P70^sBڔ!NQMD4O$)ZϽa r.u]ǭ:FНޚUMIa_Э" R ĵXјbA<\ Y>_P Uw ; RI#h^$։1Vs\,=_ Ek M) aOYO"b4)=pOR:2iB^+TO{'bṨ`K<Ɨ ߑid[ʄ;OҼQvKH7GHTgLR[sbwVJ>ssg{E2a;`P"LA~W\ Lc΋20͸A\Qp 3¶lUC9xJ Y ͨGxO# =qJ@6WVVVs /ϵ$8hg$<,_ zmBA`{TBFr٦ءBxH3:0C)\*(> tהL`jOvHp;&yCXiR䬮8[NU˔\T嫪fskSϖe6q q&_HV!$R fNC{Ng}Q7/HvsjN7==cI>o rL 1.GA*pL9ߝ$ 2x3_i,jх(JLNs?dC,Ǽ]p_/G呶ࠄ]h~5)PAf.2R݇6'䧪Zd.EsvGkÅx@nSFIf,Z^P/_ ]\*VWEh㸶xJ/S]F4)< 7;Sx5Avl1OjX/^k?Ldqg}Y\wf 4)KV* 0 32FQ_+&ցOu bHV7Xc,~#P8^\h!|҇%6n, =&ېbB9xLn7ζ5P_>*أeIwƎ2H9 j_T>COiR3`~w{owf3ts#Lh?d]_Qu! c;b~1h}zR"g;#uy=s.NޕwI -YIx|U΋b߲Py2Z]e+ {7d_Ňދb v8fC#kL!RdcVK/_/te;,ʖ)ӑ9i InC6n4n,Fͽ] C`=3`1+6 fiЩjDl&ڦVK0y*8뵘 %ʄ5;Ѱ.konBz D>%߸7Ҍ/K`.{<0@ }Yyb `naxRx\;W59X;Hg.JtFwRQ@IdfV˄.]~ -St:Ѯv (_5lJHVol]X>Rմ'f76U A.ԐEl ךp12Ƭ#IN%d`I1[lـ$,G5[!(B|:( Ta bZO*ft:u$BY6]'1 KPa: 8@b*#IN3|#khܯ sW?Qꨭ!ĮXxI4C챠? RX4ÞA-'{j4M7hz5&Rp2٥LAY!)y8~:49xZ(T4Mb1L?68x;U7CAJ͇v:3TA9z4T/ўy:x`Xbz?Y׻RR h^HsYc0zG3rT }]JYU㦩\ywk6+Զ7ҭ!x29sj"$rZ.|:iAeW5Ԗ'_Ț֩hBe{U=( Wx; 9GGư$_˶6jbx2^Δ A ƅJ;2R?V)51H-%RSnxE;+?  WB@7i?dQ!BL Q7Dqu^mh^ZiɃF :rc^͝!R,Zo{fձ<) WDڌvFtpGlq}RqhW ~Iz\5͘z췪O */ω {¢  -4ԉˏ8[78GvdF@򲙣+#lt)f?U]Q}g{K=TeM'6 8\rs#ȫf]Ey>4CB-ioÃ]Q=%VoBo<)a@OC23WW!N(q[^%e%Qq >WycZgoRm"jA)`%'w#VxZ*F|b=}bGc٪0Y @<-@'e(tN-jV#=ڼIVd e]Z%UD IlBIp#r CZwj5ʄk6ĊW:9K7{at8a)/RY!MkRd'"<<1gV-.K FY-d2#IbApYS *ϫ6hi3y!bH80 ׂ??aE.J;(dF:Fs3}0%t@ b*y g9O="F/c3Hg(P16\k-x 3P3_?ݜ3, 3@Ok%I YiaäuR7-ۉ/&#PrDAk¹_EW/ `ŸRbQҦ Z18d6;LzXkbŠq4j/An-բڑ_?nb: \f<ԍYIm Ĺhؗ& H~ ϻ/}Hcbein\u{DC~ /Yj|ܘhaҘb=Tt$:E]yYN|7b?& ѓi8:aai[]x2gutA&MGya7N"VosEjX v Ch>Vj=_%_Kq>JO9"]֩\ʃ]auH9%^-QySz,{Lq0*ͩd(lCuqqu_ܚ˯tJj)#/X:V] b,R:UʥSAw_p| 9;>B k۟AJ}+$ 4/| K*̺Tۆ!7 'y 9Z!X9`: xs&hAy 7B)!+&++WW/KCa T``i+(GM'Z!η*-K G ޏ+wB^kz ә\WhhZ 4&E-TҒ}lė'"=7p&iLE}Wl C[EkGǁEicÏ (O:*{Q!aԺ^.YX+"R4{ M(秠: j ]6~w3G"th:vh Cgg𗺻nJjG!/ҋMAF;[EXVI[<6SRg~r}A.7dQ*{1Ji׊CğDBt8OFǿ.qE[kJsv\CF\SbIQpS6g٘iU2t;-lpδt k.jpF8" ԭP@@AΙ!/ɒWd+NBi֚CǠv{ RDt}2Jy֞‘WlPW9Q9y`L;Z 9/8s OCPD+\Pbc2;X_IR-?ILXU `<e'n{y8z :Zk@c5gDOipZW%F,ͪ4v vhfE,\mX'.F*c)WaϜ݆ƵAe=+ (*;: :ϮހK*s!E?bTfz_.qh&) @+.t+(b bbK.21$ЈHyv}*y|ug]nmqNKK[%i'omeD~BΪd*eAx)fLcPxR%\?T $/.& ~ )w ⃶-GnL Ɋ6wւM0aXJ!k 2wk:g|LLJ*#ZȊ"2CsZarQ"l5LM2'C{8,X m7ͨuP=loove~u\V9 EդuЎ)6)9ac094@~aket]Dwmt!&ypxب%Sd5%ru ],@}sOC qnٝޱ<.}wa |qUKɵBnx&F]ӴQH$ܙylmRP~: vIؒ5GYOʛA4+Y2:P,)yLFpJ(4NOTr.L |A;3 /y t ,/z<ñBG#'Ez` TҏW%C}Rt}^Rۄ> _j& կӣ}ռU8 PjJ@!sDjCEΑMܧ*v})lExa_Pn#G J6Ca'b<7ϱ P)Z 0DQDaM ??{jSb *Ѻl`F&/"DT7cn=RaذZLXٝfF mc=9korz;nH7=Jw<!kn7C|ך"!&t\fQ3"qD`}bT&\;(~n=G[Y qb?%adnJMcxYlg+'ޅZ#n}=]gIڌ+УČ-יMĂq V?Q [>vDҟ3"KUsc{&d|G umj|P}N?2iD}dVRƋ"R-Ȕ[39P찧lE{`Kځ"F>CzTr;^ bQ2g@ZH(=&!gJI^sqP,Z͕T]Q3g~ >^6->@Ņ}=- \hBJQA+12ALCf*_,6X!QsT488AiRR#Ws @a2*B$#Oցdw}IX}5n fuj? qr| }n^QX򓗰qv 3L!g%PZX1{Ƌ.PLjL!`P+W\/ǽP ؔ˺xL=,| 8_kv~ [MdA#&\NϮ"\M&I1&C_/dԜOײ?fBƧL_uULto- J]v# 9J5oVw\ h}Pno qvZ4-p(wWh))XSq¶`?֪g9v42<&1/\%#˚G%(r K*e25y("Xod{Q톑Qi,2Q<(X02ǖ/x}ч}#_ʤΗ7et{"{gQؒc@yvK b H&Nr5-oP;%`rU4ăin5,1Xkju9͊|+tE/Ƙ]09|5ÁbL s&*YBS2B1:'eC_|d\'31_HǦ%{hq~~ˋHpȳV|-Z.C 7 ZVDbv'=nbdyėo)7bd!#<Ѐ.` ;nǪ+zMhz|9 aC6(򍧔q@Z[UgJAZIhH$+{* &`X j>Xߥo-C0b*xX[TPhAF-_Mt'w dnm2icTjc; _ \N߶̄/?33=Wd6*!V,eD*C#6 ̡ɯ5~g $f{-S 'ciB–3- ۓ(--P7Qv•a&eC *0 '2;++)1Ƽ.LWz{ $zkb Ʃ3-2`19w{@ %gMנ{MӍ(Q%kīkaxmڶZ?L&\#^ʼTlzQh3Q`c[ѕ!SICqYTbM͚Â!׵HRE4rSȢSzrl{WTU]yg7L7 ~RGB`eM!gƕĎ`dL5仇ւFBW ` Q,pD\;uɷ8LM>sNN7"rpk'9>8t}Mw+3[\U|nY3i.dCơO=i}\-Ct(Zh0zxײFfg_5R|!(Kt ]v3 )ǫ(LCn>>B6Z)[^_sp{K.U:GF h"{m`5"$R]-^!|6;CW^ٟ0fy/3]b650z(8gex+ydc 7$_MI p麉ȑ;4hX7ƘnJ5X>l;N:}~E{{U;ҩn8*+ycĕ>9w{E:OFpk48g dQӘIϨ5l3]y, @xo~fpU; {#;pA('C=5/_GUSZ*RɌC92f);WpndORD(|F=3<mc)bϢ֍#满-Kk ?[DeI)3+Jzh51_AQ@{~iÅmm3N?YA˖$ {NBz~!4E^s#eRkh );v/QA& d8,}M!V0rBbfݷΰKG}}3B2Jl({ĂA%Zp0%nPtSvegLt&EjTc=+xZ4Q7Wr /USd1Rlϐs\1[(Te ڬE ܄ {#Z:e3{[a\%A%^va@E#8O_UV M`VI %d9eiDtfnGUhsX@(9TwAΐ#_K 41N{ q3ЖΌ@SL2TfL&v(tq9Xov]b)WlW])%\E(J*dkdXgDj njH:sfeD$]Rш Rs~Za T qV%VQϊ 3\-"c]]ks(m b2~kSf+] |~¹Rx+N:̤F%4)Kg=K7y:#|7O prs p7v;:740*8Jpa EI|D 9N($ZgEb&gr;?"hZN?'^Qh1n #lrI+X7W$FJOZloj/@Հ"gq7tbfi56}'4JVKO|!g,iu5vmʇT:(];ld=x_kEz|)~ zd}JŅiĞ 3Czv/YBu4_PqƜ^FԐ;c-8X(h_s0ڵ:=60 I <[gţXoxG%gh}k QlSOkٞWNB Ci:ɋm!RW]Sy /E[*0PoGY@*=I>ЂOZsavUi e=+`fT:2Ԙ1c{zrgVrls/Y_"V[ܛgٯĀy I)ltU{`@{PvQ+u?p%"Wa9wq<a&xwQbĐ\bܝZB˅ҬFQ dKH0}vQ8.HDpt7;YȽN :87zb":"j`KU)O9i*6^Cd!3Gܮto{= O}0Х& Nr"ZџmQ^UrE!HDG .U&ǃ&F[4ܶp3ly)h[Ъ~eeyq҂$sj۪aftaoVד]6ND^˨վ:߈s#&'&3 vE0-0*fc fr&l9 {'hu P% (*Sy5"%ouhQ ]/HB,75'dq:8]0Zar{5?`ccu1 %~80հ*3."oN+vM;FN6w:3{R½IQYw˦ 9A,4ff<b6x.GVd'nJG0UJ-ws916R9،ʃC8).?{*RF7$?&1Lԅr金ssJx~RS  rsbH?DLLu-%I 6]3t8c4ccI`:;&k YF;= w܉iVm#w cs`o:A _4qy ĺ/$;Qb`edzW@֕=e>bDQ盂s.fOD;{ y~T<uI8j.%tH;2dpB?rn"}W_PN]D'r>eaJ#:5Lf }P:}@N3.VWuPT Hs!ј&~H:כS[z(JS.D>z0J%WA'W3rp JOtZP~J((W,//դj/K0Hr#u+ 8]@ #>[_<e0yW87ᚗ 5C|%o 8'7Xur!D_X+6 !5'ϼia|,'řz.1tMv-H Ip- <ޤJ29Ncny c3 8Ra~~$Ui`+urk7*\d(/k.ST[1-g"£W+)XJ: b,Si3 `X?ۺwgR *Zsr4 vƇ`#N6O2ܾjTyzh?;ݠwlckv1 {oIAOfbV0Tȕ4s4xPD&ak )At PwZ+uobx uv 6M>7sc5HX !5 4#<eQ'R F+V.iNcgG(#%FUicuK?"*V-gVWa_DaDnejo&)S d(MnD 5 ./Qa V GI|>]B^fxQe9(s?{[.V x2 4JːTDPsHG\Y4FGq=ǒF }W|ML_!]oRWywilJ!P-vwZhwGo.d/{h1:t9ޜkpܤB4*t43 ಚjpWEOt_=VҪe5[c:D5 HUR*+[$lC^ #%F=Q&E(V5̻lU5v [QsXMnZc|;.fEY$+pG&n-"BIB*z^Z#t58M{_j:Y0}Ј ], 0'?,E\\F8Foc @ymFm1cd}>-p*D{R:뢔c >lf%2Vac \偋se[C*Uce)3J!됓eE?3I5Qvm˹y9`r3g,co{ N˂O3@ra[.7ؔ* Զb' ǥ@5"sfeq0Z.@gCODK{9SW'C==!دW9"5!Poً2(`Bies,6mYo9<*?$!b}0o{N3ξ8bG:ѥ=>Dh|o!߾]Np1ބ+DZ|m1-`QRWX3 ^22qJH<$w)Zn.dYy4c):)Lm*Aw?@ r5˨b/Q%+g&*@o90՞p;Ob4V ȮItU',Wp%̐gaWLc&$P%:ĆԣSNSYk~ ~`E$aSd N˟TJFHJڡ|On#@sl6OW$ QxnN8&1uZQ්YK8C*N :ٵ'Ĺ!Jy,maܰmZ˴78 dY~2)lr'3d8BA&݀(bqbO15*xTo,%Ӵg/\TWr+ߌ`# ϕZrvܳPos)w&?pYwnpCj8_ +jaR),S:9Ys(#!pg]עc-8]z"hUU޽[ *E ɅJFLh|'Xj;mM([8L6OV 4Zk![T)q#|2t-0C9uaj}@NU=*cl lB݊\\?( HLAՀƸ'n^;Q^)J^SvT׺#I#96jN\[VV`fi Y 4d~*9FeQ2nQ>*9$j,#A8[qR>`oEW l\ g.oNf)_\YNQ;'Ƞ5K,5G!Ʈqk$(giOA] xAXRNFz@$0H*EA ?xWwD3ΡmhS3ܒf,$iB>ImUu9җDl4w@д0RP^QZ8kݒiQBz+9n4KrҌ{{ <IQə}}VQX }:;DVծ?#8s[ Gﲷ?=+πdeDl.1h5傼v du\I fԃE(\|Iq-|Arr`jthDuCb-5%cLԈİ#ݓCQCk!V[Fn4%&Cr[̝2zNv^5#\wjaekk-YZhBSɋ(J߽t'$%0X45t"< a=e"CnR*?"=Q 4.5C\ H"<. jbB)APcvPsx E yfīX_p-I@CkZÅ%q#w-iFJY&nu3!3HaT]~VH̀_tNF b̤IAGfd'h|C0u@ -!|ygsR.7h63quKᢷUM5wk&G]ooRo-pؔ?~"S͏K/pӕ毅N#Gf=FRWD<fod%()qعvaL UQwt?h^ A;O\Rk~8Pr-_LZ)*a5Ҋ5, 5VW گȊWjk͇qSӑ}~yCŠS5 =tرFq~_ƉNJY&7qBJ=qrѾB~wG] 2"q#* O{M69g<<B%## JZ*= sz/(G(BkۓL>e6*"oR_s'%AO! +ZChJO> s0ƳueN"Y4 Ixw#IQy[pnճ;"d:6KO1WWdމM 4WiH]$"T㜽P[y(Oy7lC- ^Ԙr!zn-; Ɗb0 ۢߕYUۜvGbDod@ZT];Jmz mŌez~܅}Εm~DfЩ恖%"9DؽCHēMar8Mg|@G@jBx̐PaYњU&]yqJ‰>J4ؾjU=ٳlK.$};wEtWA gB[x\ '_-oV E\&Z v@ҒJּ$?0Ě+zs%vG4aesߦ:kE)>9C1#o W\Atv"+s F$P"]Z\=%XCuz~+GqA!dRq"zhvJBr.$^n`'6`xC-2TqLbM(.^WG X[ W")J1ŭkbDxt8}Rӟqp!e:ԥ)a~^+L[Z6/ԵsYa^f;01s:wXFjM`t$v2P%uv8ԷsbcJRY^_GMS%fbr^;&T-%|Ua M_})kSl^8|[c$hO |W:^ %})ROX"HԈݓeNFS^?_UYgS(LsLu")z/BG}]Y_"s9tN3LVfw9gRg Eq5p9" q4WƄ 7ӑju,硶X-ɺ{r}D-0͵-@zxw+>\+E>p |r&XϨY=oc7?ȹ:!x)f%p}Y3jl+HZw!{$K z]>VN{P Ao Z~mŽL!KL妠7(%H*ݮ!˚K70 fPYY, #$UoIEvcJakP*= 6br3v0 Nb="85s`zkr.tXS_ pzXAVI%I[CW;F6[Hǟ_Fl2Ȟ,`&j<؊ w vAoqV5,U~FC;whvJt=I_iIvZjzg^SExx~'Z93M?^Ym&s>t|V^8~7:9ЇJ*} GWygۛs&45 HmP|7~S} dSU)P~+Zq1]W6{HUۣmF R>Y]|w1QģYPb??ė+اIu|E1 ߚL98y}B1r޷aO^p/EW;w$nI&>=7~{{!1*L!8n vŒ#TںQp_ִWNbB3XKCKl?$gjjtA$20+ 2 SǙ^(:խ濜{Jb[/7ivɄki QuJ=ωۄ&r,Tahq8$04qxH /ScQ, שwPPG^sPf$;j+udE 6icnGCNj!:CUnP MٵXoHESuvE3qSub\X@:P>t?naՋ9w4TkQn uMq[V^+P_j^42i, 3NvS:>gq* GrEmL)_`-u| OC@80ǻIHdhWߨ"T W_rSh~lI^"c5).R3kz3?.V[;&IG`,Zug#3#%hg G@g!=ɋw2;?ragN D;ן^k~x*עuw{ֈ2QB5$ϫiމ̿\|]j,7Ηegz, 2@Hݗr@+h/3Tu.5% }VWF\ңC-ӻ(`.~ϴMDR `r-3-(*}\?P@L2LyÂXzLHMXjQo6 ԭj4xh4*ڷ#h(~UK[^J\*w3p@M$;$刲 L\ڞZJYxhnd&LyeaWD]ԓ(qkjǓ!:seu+@ z] &g9 MѢx2>_/Fʾ]$Dmh:E<~q 1ײğSQ 6pDtpP$Q ,,ezK=T]Ɇy5})>kmxoW$xG._}}hHZc7s.uKNr.} ^.pKv- atYQ*--i Cd>*c);]>*,Y S(+EVɡrw,t&W}]z $[$+і0ͳNhX6"/c* `SQ\rhi2{7E܉W km@%Fx+OЂ{'9E[9pynmń >\c/>QL &3CejnXH;)`aafLEOTA3.*'{_o5d)}o3PnƸbj;w"f]ԇbQx(^**2LBddždtꊸ>~=Uwc5 Oyb:v{wGѺ)kcb*teqޅN ]jNs~1$ %YJzCs dÿ{ O,˺r/셫#QF In, " uiq~ hLBŬ3nI4䳯LFPK^!85G(,`i9×`TERLNv X yKl?_mdLcI^_\M~[+jVŖUZ$g*cVArm jgF=΂=dBx#-%9t zm\yk3;]QwgmCsXBc),)+^E7:_:5d` <9iMZD F2w?i(0Y}HM}m@յ? >xJ=-)A0jkD>( 7]?RPMEwE ܂[lTZr`9FOMs_#UqdDN IË0e&k#?rakƈʨ>\.Fr kiC3j1^^C*]u<)8IG򰑴h*qIW8ޕQUc=t(_CNrڮ]ȤF,qm8}nǜPJE-)Պc?(/?V?gstޏ"n>pQFGt&^Z'W50r%t6RetziVK:j' l{R`GdC*ROh"(J˿6IFMM g$FQrESR[RTaڢm~eA j4 oeGd+uv? GŞΨ_E_Πtid }JAa8Eq1®?&f]UxI/8yNB,4DK[%8WuP`jA0hƶ[og%<] 榑.`~A x%. ST u24xHtA2onEmf! ,yy}".)P1#x( D f GβU:-VqUGute\imYU< kpt3dK)W2b#^l/ПbAMžCxGaoUy !N^sbBrJfEEV\LJօ4F:klmKP>5լ+ :N(@!lى1 8cI'b,Uy i{M.}Jhgq7W5ԅyBsUzŔ-:;+囡`=1R,ia78!מf@Jt +[k]NykZ[ŌDҋ՗Ԉ,94_L'yeW>i OGmi+h@~=UT;C', +Qu`V'z'fΫ ߣ@EqGΏzs0Pݚ2Q F}.¥UWz ,GOvvSLJ:7oxsQn*`FEx0y$xږg'#a֌p+^+U/~o'  z XŸ.&\I+Q!|vб7ω]28'ZZ߾Ln !QK{ttUɹ`3e$Bn[t\i2Ŗ|޺/I$}j:%J 19Ό-9y7kO; @.&8SFq]S]{BɥĮhJ%su1߲-&F7tɾ)1E^~A6%Es;/nەQb5_x8[m"@7un7:v&]^vU 0K$h-R>Dl=ov7|7w߹˷v9 H2ط{3[d=Dq<& #aj!, JO"gSߖќ1,SU)gg;+n33ѢW%)Q4r3tǡVes;קa~FrdL9(*0 /\k2ݓGb 1NbBD8CtSY\^#AVDEJ,ޮ΋r؛T{k0BO[TP,uZ4*fB5SUnzub*2T Jj}v"y 'H R1)΂vE\FY8b㓚1ǐ w nSAYZӞo.]}~36RpPc%^] ԮxS]Wc1})Xnp肑^4u}A!a <x)%(6| wv:8BPS 8\2P}p:++Q>o ǯBj:+#~)(*kUP o$Gpem 5e~E:3w#Z*yqv%A(rmz-,6RGr6A|}d4hDkj֫5!q*&PP,rRD.?i{a2ۜ{xAo¦v9PxW@~dZ"y,OZ܁vu>Cm8o`aRԐ^픸ab\,p+n?!0ڨ̡x NᏑuݡe)9GǍ`W,;֬Hװ3Y,6M}Mh|<Pգ3[:߽ƾW8~THڨ`HG2 R@<絁;ǿu|:etC4.Mkw&yɪ 6V%mzQl`'Oõ$''4@n%VgCh;Y^jb3K V6IhO 0J0#aT%W/xvmLIb=6}+42\Vf\Q Wى{U}Y۶vv*i</j?/cG $J0Mc i^Cyze8{["D [ln؁2DJ&*m6]<]XASs;D:o$L+f<أm:w fj<ǫ3@}xak";]##t֭b!Kp\yoxo沫Y U0oŌ  '|mX=$UH.*)l&MQC$]`.)#vw&3hp(_H&z@H6'l}SVײ*͏2 ;Z7.xǡA2mlYワGQoW~bIgɛvYt TNMˁhae>;]e5h/4/3CFROgI+?NhނtoK1}Y^oÆSt;1Ȳ)f ҳvВ/iDJz`6oAW^J'a!bC6>{S?EXX@iUjLc$9CX2(5$q5)DF*-mۗ*v]-A]9"4|CPe`(;q:U Bϐ}8ObD៝s?a@+XY[#ޭ!+qUnjٺ`.%_-E^`of<!Ԕ]:kKX5SFABRfS:rT^HP"L7BO,.KQ+,>%`5JX5Iԗ4UK%Db2 (OTE$h5MsHKEeV(lqD0f8?xsuQQH.[]o5=h+]tU(_ɣUOnW4Is =V**ɉ1RuGSAֽاɔX53MAmXL]!ɺꗠ-}Am(4lPz35Dox e&,`RLVN|aHh}#wq *;ď9)~%LgW>y>SyWyܔ'HAuϖC~xg챱X S|ɺYV?Ax#7I9X'^Љ;V(Y1uƉg7-ˎS5AX+1{ia%]$FTM]l KKnShh<ǀ5ƮHexU%T8ZpG麟/uV}UkIoI|Frfj&Sд@G1vGuae,Ŏv)h&QJ{c~kU˵[2șp dټӨEoo,OX `ʳ6-z&@m]8>|CAӬ oi'M^> ),9PAcDtNƜCB+Nzpy1vqj塭gm (TH j6B7L`V9V,){? }'*vj., z)N{wr+?P2-l)= L#/ gSNNnsն?27fI@y:Lz@"U3D GsIuK//W+9fR^oH1v-LMC4%L0IsAN+LSF挞t!>I;g$t+?(&3x%>ppÊGzߓHhP&߰?{J:Ź +>WD e $ӭ&VMy7zk%zg1AY5j(.,u1m4 [a:[7mS釳ۤ<˅j lKPq)Uy CP5+B2\KRcj{`пZ$8uO kv?mDp`)UԷE7#z$Td,4*g&X > . ,0ځm;2E>ۄ}5j`Xĸ@ڔ{6qd(f$ȓa@|<:W&Iw::eX>2P's%vj@PߖǿX j8ƅlA]u$_! Ca{h w* BWnʢ;O[zԅT7sL9E 6a G\c~b#6G;v`,*{3tG=4H[*܈xj| .@ ؎#vS̊.V=UϤ y8Kes^MTzst@b w`_oA"v2Y{pއգ]DvT(.mԖ()Dk%=2)Սs/p.H)z]x:(c̠ҌgmҫteqiWXz?3KQW<`sy2]^-_6zX"5oqS֢eZ=qDuZBA 2xc3.ٸ|Ln~ڼI{(\F 0"T&Z *t2 [JrKhG-H OsEw> QIpQh`k|kB^t 0GqmqSc, ڇy1QAoV(l8W4w 0#12]+gΪ C G֣4ud}.+7S&Yc][s[rypsl ӕzmBb^z~wX<؜CRKht 9 άT#K 1k|š&FnE%H^9oD&uBUBJIM9ʱKD7b+JWؕC g_ 3@k=_ \խAukac)Pz_iP+d]iQ&|ǟA4͏n|I>x&* tJ_|6o#c|/S[ >ΕPaC *At~njy$I}9c' 0Cέ"|{剾{fo!HOX)qb(k_;N@3jQ5f#sBL)i]7KZheD[xk["~O(T>o0q<0#j1@P٪L5CNwKc 0m8€*{bpoŢ1 ZDPZ F:( p@Ơ rxb1 3r"^Txe89 wќ_&(i%yR]f;mܭO!)oA sV$[_BU7*~F`.ثqfZ#,T##H7o +5#_]u.xAKҜ]_Td2a ׼iy&`ޡ35L#td J??s0F\,[o"i`縨-d[*!$ "{zA-^1DR6k|v7 -5Bߜ [[" A@(S1~ [4\{oA'lN󺅡VROʬv\: YŤ(+-B?0AJAyJt\x90N6pj-_֭%`iWmw*NXC~ k2;'6Bop`bCqU^0Ro<Qu)oγވX Y|0|l02 uEͶ֓lF )3NVVȤX5-Z{ye); bd9̌kg̥:9P>wgzV/=z `0KCrc=L֌}B)<ʧs'wa,cZՄ,X~2kU:3J}EHq{H>əCN"޾?l$hgpaq  M!QͅXxY^ 0CX"~v5x!,`Eh=ew8tړ,2 dv6J>FVڃ'N[e6ڗ6>`CS ~8bÚIF ެ+?? ];Mi,ҟq*ZJ{[ Pq=rB`KH ^q# XȬ+aYxF ?!Y e@H|I%3wb| ˆ b( ׎,bz"K+[=~},eghp9[8P^ٸ&J6wݷj`f'Io3*K-Wّ„J:#u{P ȍfȍYiAGJaB/f–vN9<.- iM? uFWbjzz271&8$p5'I?. ٧ fDpdŏL}y1'ۻ ?aʮʳ9Ei =I,pZ>ܤx]Låvq˰uPS^ȹ/}3x^=s 392o6tia쵣JC&)I6'f B@ zCJgB٤n}&BN+ ~'hf׼+a/͐лqH($iK6kpOĊL/16UQ6CCO}[h.G#^>" ]DJjѬ!D$0&߅Fu߭ʼtɼ+Zz6?*'"-0>wF0$ DC5JŤF}k̼&aЛ|^.+4/X;~t**)C :T]d*R8|0X&t'S^~?ʇ<{NT2ތ8Չ ySC$w{!^`tkŀ= T4"\ (4 \y%efz: Cnk ' >w!zbcRHEmU Y#ydzQPX`R vx'e $ /O']lSS˂[wҷ9vo:MUT/r+؉@=7p'/Z߈gɴK:bdwk>E_#o^iV؋6lokwi7x6Wgp+(]梩 Er=噞.^ JY^l'fjH/*wig`{/mz3ّjy@rL ?.h&P''pFi1Ejn`3Pph_;Ő G mWZIm9S"8f$AG0R^Br=J8wjaqGZQ F5j zoea ALbn0or݁ChҚGKW+ZuBasB_Ȗ>%\$3V7jk9Q/:(l8%aFz1]qJQ緱OUW/U\ބ2T~r-U>{綏On!*xHJo̬ܡ>oʫam 6gb>Bu*|4Jlv!k c}Q{k PMwuWQt21O m(-eU[ciD̄`J*W+==0{UGSĦvm<ѻtWX<]KWxڥ4L5 Eh(곔/%@1s USK)EH)]Be=)Az$\(AyxU#:vEO,B&P_wx"8^DֆWyŸl~Q%!`)Kid6mvϕ@zrwQ<,5ٹ2o(*άvSs'fAlE!F 4`}wyqT,TعZNzcY$Wdmo+5I:I5l8#1tM9BAT 3(S&~ ogɨ>B*;&seUtJ+-N$:`NP 쾫׺zUQ)b*ȦL<*^01UͥԸ o:﯎ ( +X9{lS"a-zMBk!dį^D_XL^=J@ MXy D[0%_ܲ&Z}!a*^Ŝ2#]e x5; ʂѝZl!pIvlʔ81xR?mqCzA1hb\M;PM1>\.im ߍ~x*WI>uH~Ł~KLKd;n5"ۼ~9:XК?];kPxu||e+Vz/C^.f̴)cO?c86M!Prҭ<9zkO1HЀi6N͕Q2%܈=reqXD&\':n ÃP&2^1O^7Uj1tRL;Ic)݋h5}Æs,DU5F)Xz ? " 34>̏'wт&s5~k>Կj\{ۂ\s϶qy}~^B& ls nƢ JqBsNo=|/0xp^mH*CS1vl/v 0(t5z۲+zNziUl~7*=ѵɸGN, @V+1L }MD&@T15!wzeƵ*C%ʼnu,x嚭H=Կ,Lc`dHU_B}B|\l 'WQc`pld p*Wq8MӝBO.;v!~2Jױ֫t8y:z\Х&NH(Rlo,LZe[xI,qfجʝ8A$LVs`L&^Yd(DC8 ~Cz=`Qd*Qu w7\ fSSot $Q!ٰdf]J"=Kes UfqeT m;IVShx'T[Kjq70#˟B+E۷iHY7JU Ap{7!mu 3F, T >é ~ơӭ(-y`m&D[ 4Z\,uKCE4F7x" }C||d@" !BƷR%Â+1oM]=Dٻ5ӓRUVr@8.ۉOYbA;Ӿ>0'kyQe)h1ss?l> Ԓu~"4!O-hy-F6Q 2@^j,X*Swم\o_W@nJz( YQ)Zq*.%z@vNWY@r),fsc]No$i^຾iWNw 86D *#-/|(v&T3|<|wW 2SlCy-i6ݷ\؂ :\d`٦aDMn9KL%ĚN6TV|Zt'o;M;92̀"^ o8dSKPi'=kЋX*ϵ؇FRV6ɰ\Xӯgq.O_c|hH;BÏ\^^y`$Ww kݱ64"x h;CmLF|w\p^'f <zu_;' ,vo ~\cFBcϱIN]ԠfA z,u:t.&T0֤_?Wڷ7AZ~6=*PBGc*rt*Ce{U𽣌qǷbpdf>a4FpВp::UB9i߱A7gHA|&}uA3˰zL_c,U)ih'k9e㑒^yd Nٟ%+ H֑䔖H[_A=N}d "8-O~Աn x5~#Ԝ¤8qHN!IIz >ܺ0L:JxTs[IS| $!Stn8[%*0Ӽƿvz$~Y.{\w.?6p˸}.wx-cF1Ga7m9ޣ~msA{˴yX$K^RchCoʙeTSGߞ/vE tI_;j&?´2ix  ng#Ь^rզVE}(G(90Y71Q9w Q{ZBx*C1s$eӰ22"|Ut\V-&uޔZePm%H[=x ZehQAn`4r'2j?Qd?n{97=ס*M ?/_ >;֬Lm W\ɖ n.^K}B kU.ZCq~_; YQEj]P1`KD ೃCA2s<0c=FTH_a)伱'zոtǵiGYR{nw+ZKSן,xa?g3@~VN{7P,xO"6Q?1"CigW=; ؛[$0,Qk^vU**yM-J1?=CSX8U)HK#eR"PkDJzZ`vaZHápVAlL8څw%/8d7|x0\F_yvDRi83C$!v6.E凿s/2.vWjvdL>eHb6>}4YWI  Z P7[P7/C(y fQl8&~C{~yy&dn~A!O^ݓU9 /BNeCYt^\R|B*jVEUz a(`l0oSU0j1aҜۯL;^!9_bF:'8o3"Z~F4wU)yU9bRRJqxZ7,J[a7,|%7G˜tDg';UF[~]Jg"QJvuBD) 2.֎ q*qJu^tֻ#2uGp<D?D fZw@ZMLsNg,ize98ԅ3hA1f%W"QŶIV4Xlx_廝+Ag[ OZ=00S*+mZ H$ҖBMcnbIhjkjYl"a)YR5RjboFzK|b-JOv%/!u|kguݠŖOe'=u2x?Y.͎p3Cz5bN%2 td΂`#FLJ9t@_[9 xoRDS,''4By|L=,3GEءM*lbn&51b޺8 p}BP?+N_)8G0)z<C^& sԯ♎3vS/)pY*ANmg&q!8]+ןaP]uڢܜjz\ИigQ?e䈤 A:yEve~:2F3ðrQYyHb܂i,ˀS:T>ZIq v }~cY[8s19EKR{"g?Z6ї+nH+z*[Q_QY\:r2E:'mXs5@Z'tvD]gQzU.;v|@4huP6@<fYf! mf6j?Pq6x/#pRi4pۀ;gOd U߫7Ґ}nHq(cN\2Yόvͱ ڧ:v|'oOX3|ѽ [RG {d|¶K:@|PX؀>O]pWi:]N_ʠ P,moUT.n84_I8v6TTj CZ̰CP4RXEJ_@!ba1Ld8sp4(뗑)VteSS#; >Q,QW55v 2[Lދ.2C {Hceb9+Ny%Ya~y^d_ K;LʒZ":8 `G܁i%h a2l8~cv\l!&MyP["f@D _(Vg-h7daoOCO_|{˸ 4E(kH)_J,x75`WƲۀxf='CBrš>~!y9J.Òz!l"ˠ{ln::-JP+LgP 2Ϭb nȐ,8ZHbrDe9vOSj8r*J!و m^X!K^;(Ռ#X@B-,,ִ{{xa\!" 4ha)i-B\l_&o-J]9>r6Q$QatS)Љk.7ez߲Y| >uP.4TeL C d@Vݫ[ T1;rqoD*`a Ğ1#t r^%ځtБлGeuiC0YټT+ D g&xv>?!aMVuoK ً't:˜~Iyչ̞؜R;DՋ f;0|6-^԰SD_ІNtH>Wr"nVjZdl Y-B mǙ3moXn]rn&u D,R{ʦiՒDZT18oé EbS: 0ln<&=t &k!4ci9h}b1/ijZ]Cx\ww Wn YJ #()DkB.qZ gzáWQEi*5EV蚔RK L)P[) @s6ݭtNJ5R #z}Lnj5Y\3?~ J;QD LamIEvfk5͝3홱@{b9Ie>782&B 1/uȖԬ\# Ѱh?"M$z:Z)y1/''4a1&(f^׮rPGXN>n-īx4a#V{9׆1FFkK]Gca KGW;j8N_~w6da(V[d@+onEbBU̖RWȌTA|K)C$]A1 ѩ_=GC HU>lbw[TaԢ+vϤ ךbT_g 7-f{ *" ̩a˘c6[WuԌ"5.$6#L)‚p 1ǖib{  s & /,a~O#9.9ؕ"(6gl @AI;]DÆratc"B)YB.yzE!/D_}Ლ1I4-pNG%*i(2T TK晤2y 7OH.?>`sQx?%_>uTkH<pݴOn c-TKM&jVTIcsMy RBc|LHo*ui0ԅe읺2-)5W17: .༧Ńos21f*tj lqI*`}~M p (\ (L{[?O"2!DM^OTƩd)Dۃ. .5B][UPdr*`!3_wBVL#/Τx{FDץݢU$Qq[~&ϰ?SE|_^]j+%yC ȕSOyTiYz2!A.æ/S .4rW^Dעji/t$[>M:܋_K2TĂȯD>#W`SB,L(G_hGͰi]g>٪f>?M"N 3Fڔd; QMmG9O{kr6_e앿D"@?eV@rha>k!yçBElT|o}KdN,wU3J(Clfg~qg\*҄?wQ-@mh #}-&72[m,R 5?kneUu6ӹ-M |}-ku<9*-J@0ؚܵ97 g5zXr1AK]ASa.@r~^{C2"DY=q*3@+; Ӟy BQOƀKy|{wxt9 /,tLxVZ=]] lw=qˉo09z_{ce 4 ^IM2UM,hb.\ )YƮST@}z.@ihfе?–;XD+~&iP ݙK!Ci7g)+ĹԤ eVg7\ 9\ގ!YDf_tCBUfrPo,*l(%?!lQC<-7Tr :9,^5"#Z^PSpͰVKNB*j|D{3GQ?.ίYVC A:U ?Sr2w5E1'm&D*YoAj3_~UXmJvSAKLԍ-!NnP9bI[ 2xF_3e+A"dDk*XddQ_;ao l x΀#lD wX&CI K2;Oˌ;HGSD NQZP7\#!U o89x$C4+dI H8b2~ݑ%l,;N Gk{qgq.'WIJ8(!5S$1Su';8+D3+$5Gۤ,g Lvŝ9NYgsO5ƛuH]o /xES ִDXP>$ƌ,hvI$qBD3 (-UN8_sy)R[齷P0жWMX1YaI pU2-/ѰW3#ƈNcʋ2q X 9e0 bo 96 / /wXZ|&^&"3k94%F>y ]=%N Dl+=qFzNĭ>f;uP0-S,RD帲f˭;GԻ\n)Hݥ24|U,tf(yy~_6<]έp;q$U mgMB>;Ϊ4WqJIu9o@`U^t_rx K?~m*Z>"m}6H Eҩp!4{Ӹ; UN:v07ui Yzm[;0I: %0&Vl)Ҽo %PiYj,Z<$Jq_,wU˹]6$4W^];mPA-<90& t&G@<)DUqЋf+͇N|2s1IQ;   TK7J$F\Tedc!K .JX@OL@wYJvi$ZAR/PdDee SJWSgzܾD, [Ufb3B;~%*wP2rXK(:k|r4&lk86p;Gqw)ic"nD7k݂uG)AH(*JXy4U:03A3>Xҕ<(2(x:\{6/l[wգJ}H\jwh[ׇ/իLw'zJT]rqqM=AaXZ3z_:?Ng0bhWYό~_QH3qq/'&1"MwRsv Â}ekß|eŒ]eyJte 7N~Ps EwI7>㆟.$C0fPgL%jq4I`@_xK~JnfjL:ND&w۵*Es?JĶRS+&I|o2 4YEcNF)<)FUjܫ&yUŋ#FRXDVE }e\]aS ǿ5!WrٿS:;'th]qn%aQU/dB / uc KQvYYM-zDX/DQJ]6 B~n.''e`|1!-Ӏ˂HdxEAknT"\1\H&7c$f|`r<‡_' 4ξh;6l5:.-!/VSƓ,A9/υ8^&CdMzL,u r_,lQ`0KE:` 8 K TETFf Z@?VNiyFYԿ PRE䑫[ 5xv{ꊿB1wh._x/9n+=TsQ>/"?iIpyǡJ Rb<"1aRX`yk~u vz:8# nY3Qz؜q٭;?3L>\J\S}$БiA χm&}~EmM(`ziw֙'/VK+%PvaO;҂L]{xPqBM>XݖT؎B\Z|1Wl`nSMb|iuAvp+Y#0ڲu$;pb 'ZmhH d0N}3]N~\ ]WV2HO_ ѸAmRtY&1^Жh>Hpqr Bߵk ۙ7&BR#nV'I- /UCf^+Rt]5Gn6H([詋 I(>6 ׄk;ؘg)̢LHTIJe"3.&dT57W`sUe:dDpu0銂alX8W(3m܂)ה#7$Nuf:f5"g 6^!LPb rFǐ  &ؓ. t+JS,;V}?H@zK{z7f:D\4xWʠu}6)VUaEl$Ht{Z)$lSC"T-2L#*k$PUu,\&Fߧ{AwQm-s׃WE0 :lNlXRBI 3ih x#M"eiΆPp6 dU#͎Ÿ™#O*GA$ g:۫KmaB4mR#;G6, f bxc 4_qrpkTJnڙ}KA|/d$чri'^ S֠/f)9ۇwjlA~qAtuS505J_{O&Q^ GrATfUK%7đ`KNIlo]zDD?Ivo['xmӊd/LooI1׳ N"w6X<\5Q>,1TJcXMm5X yLmyn:m fWZ 6#{bC?9<0,2"`_"Hs!Sg/ u6!?fWD.)<"6t;~%Ou7>"M~˲K .f4pHdH/{D=6FDf"7'׭[5Ne/sGM)@Nm/ʸ 5X /2).w ]ZFQg?QZ h]a:O(Iy"<]mLrɖd nMقa1JxpMWnêv%Xo [^gDXmg텼` b!eTy8(Zsdټ@y_t5g)%1*V> G_7=YeDXBqMS$B EJÊKt_5Iqv"#Jy?@2p MmB=-ٱnRW8lRtLphUsQbAJ>ƊLG#vlŚ҅γ":_ti3>5'cr dJG]˱ם Ғ|3E0W!%'L]Z"s8ZXp ao&%9TQOF3%ѽ5ϢGrz}hD> $L{A Zi^j|}o}\,^(l!sKAŤQɸP/4^}){E?h8H BUufdu0t3 ΑNm{w(l Ou(bȭ̱{ *ֳr*iuoJaZTuRK͠7Um :;uBu68[lL )Axw>r=rO.ہ)ci^,Q%^ bGS)dYMnRZ4-IC/$jfl`ሏf!}Xɗs7BE)5UpgٟLN#!2 , ž!G+%|)p4LJ F'}FhK=R"x3%Oț Я鲦 MdJѢ+·(REXNb Y40OIu{EA=eN6~ֆMUQC}6+uaXR8 E3%WN|O?!X~§[TIE 23ឝŝ7UDe-]1&?#QF=5*B'o2USD]HŢDfΓH*c jǐ@t^1S\<_EKxb\KjT&XZ;OaLf -vT7f|>)BЋ07sc?[yoxvx_0 tj\ެ0J(" _c{j9^>VޗԏgڸO@!} rLļ7چϭf(j_E*X$EOҢtd?5ZLT# \5?#@Mc,>a[6{[#G&9aJ"aX}’reie<([nMUo#F;׍!) jU2t`d{,@xX˄ҕp ):Yj\ȹNݽ[;wu{U9H(V S ^"\rH;p^UPrxqoao}8?tz)0dV:W Lx]#;!\)㓌e0탭}!j`z)ɛ`;Lf ơ y68+<am]]$E>K#z?\q6 >T::ڿ7ӲjvA?|26<hRd%ۘԘLKJ!R4hiCrF1[eC8k;_\W|'O> IV V_({2VPHEj[X.8Mr(_vXH?|I<2Gxg?@:U3Ob׎ax=8 S#Egܯ%x+lS3Z`rHc!ߡ{73Oy{DL:CW(֬wB=p%:aQ^p~~BX.c+]"%>W;Heh#( 7c}0֦Ѿ%T Ԃ"Jk?;XTH[سK\Z'c/?waØ/נ!JH_l4mi[5=h}^bh w.ڠέxm>39.7j0Lգr /!5PV+I|f1*i#ha+𤱞^ -8GPŜRkRٟؒ A*R./?yAKok=rCcܯ>ѝ`t!PJMt⭔N(m`VZʐ_O_-F w<:7\DY<} NKnm<_OWK!] : LBϞ^_p?KU+~*mlei+b,\]KPƿN ;=BQ]=;r뙚  B1ӝc? 18 *kC Sten: yU+iQhֵ#B9(R=^ߡF Y㔔FxOȥ,,neT!wд5GjY[Ӫ%eD r!H84R¾.Ɋ$yj[S*%q=Ye2P^,^.xyh&ZdK{1#W6Xjcm@H?^c**|!DLu!~ w|=c3%$ / $.ӓI @D@*8O:]Na*Xg ɡFb>79249R̋NoP^VB'nm1D/qab]t"rT1XflѺ/,==x:A1JNQWbAZ| k)U bh< Ptx1(`Nx-Bg$/Q;Udp츉+5Rۚpeه}]UQ)vxx2ܱpo(gkie'2D,@ZYnZ)'֞tkp.E`|< q%*MK9mϼ4R߯犯 Nd}H\}@;fNKSNWY]j_Rq$8!K"(~3v&! t !Rjhm鉸@feH6@񀱪|܀U*.Ws|?XX6^Y] :k'f?KOu' w8FGYaJ^ 54>ލ$sDhPѵ&,(^UMHv| O`rlw4ɹ(1?"ViRE< EBg PγL.6*y7z]r`ƴ)B&BZy(q,'y%P귫Ы 1ďb Oےl B}W|^7`߅1J"#)4wUe)nԹSBb[ωnP5*4S)oqI7UyudNS?]~T7"6gcA{f6ɰ`/u A}eIdji^$fmqJb㖯nZZ|t}H斥M\c9Ay1ôuM=PFr6Qv7JnrĈ5(*$]~Թi>bxY*y>yPO]p/Ynh+ pC BWigZ[ 2P꥽HjYnS,jysu[,R%<4!U }#Pɰ9yA1zG3ܔ1BngC{il/iȏ쟳2mfMCpX\ X:O1A}2BeBuٳ|R7,zm%DJhЈN~tdT}ccMY}c^6",$jѦ&L!}{$ѨuZM0 A"lLӊQ(ʒ}vz.Df#ǮMnP릸^8vKJ씹yQ[}ɫ[]CCҹ%~o%@]91N/5Gfa9˕07P!4N ]a5Z*'|䞅k|8Kq-lO: {WO?$,%31=T'-,)jJX 2G$GϮ𺐙]fjPss;X GbO[0_ ;cK`sLg[@|9$6Y`=: ``%ȦXF-εYI_O:hҔc~c\59pKr8.j(s*rᬖjK78粴m.QI5-0 :Q:Fɬ4+8$A9({)J1x7ĶPz|:rm-1 C˸2v[*'A _(z.2L>#:OypP!t'}^{vMỒb`uOLȥ$β0K/v/? "eBzԭ1Mb 񸭺+W@Ufv =?C~ڭ@hyfK_'e\-j٭67b˚9, h.; [t[G/ecď}?"v;ԓQd妿j={ 'QN=u֓F9C4nIQ^ڗv4aS"9ۓ38d W|62n\c|;( ')}y8Z̦/v:^4iuVs Nnm{CٽU5)OU'=E 6dm[m'kq[l$k tDgOsIM(g 3ͤf XQ1P߇*aE[{hue|$᫧r8g`:)ףJ%"eb}P-OO/Wmxe(OC*J@f=g7=o fT[aMl73ft (|4EĮBZO"`|z?bֱ"{Ar(Mr\{vLkuhI7iN@p!v,4A.LA^֯Mԑk*Dv+o'H,^PqsD鲄ǝd"XV>dM3&5@՚Yk:32 LvVT)s pwe Tl!}7Za|&AIcF4۷Nu7"cMGq(mJ: 4r<;E= kn-R{(qe`@@!`uW0O:GH29@dR%C P$JYߎڭtgGC ~T7z瑃q$,؝YV-ziҰ֡9c9$V`]狨2NAJ0g;nF`*iX 9ͪa$nߊoHr&&!zkilTp)4o%#ʿ(&WpTԾjbfϭuq7L5#oh` ԤYFN)Lr<'r^U ;]u.< QtĻeS@V@> 5(jQڏX34oLv /Haᠤ"SVe d€)%f["nE +Tk>JIQ0~Ik=x&[V9-ex{OESF vaCV7ye'񥡲 OaRm@=! ^ӊg5٫fƼX ?9Kd_u%ヨt_w;㽤;hQ{Ipڿ9:ڍ˒Ev#6zIqv2{#&_-;W<]#2:X4dYP򸩮%M~f7 u$whK,Ttb\'a,k܀8Y;2kap hKtm WFʎWj$ [po˸v(!ߏ}oϑ2]w~~I('r3xڜ \r5pN΅/k@Pyc?0JT̃ADȘ"蓰Ό%G^);`|71w6䤅n9;%˗zFJ^`p*/tİx,<f]4o;fenT&aL1rQoLMLf &ysAOo69P 'Г)/* g Td4,>;=I60W-%3j;~e$k-x6%!xW]2o[8{3>ӊjdcN'2mjIoҟׯ (_CQGkVWI6CjZf7:|!Q:7 J5nlS5f?uSn[]Ir)*{}[sNVK/m?y[[=+'7_#ҷߝtc!EB3FRg. ַESN(D"mu^ P r Xv)~Wţ-#|D4f2ݺ.Wi*1'+=M֜El҂kٺ0 BZitU{*.7~)˯׺(F"Q K^s)E| İD#}r'`2FEaWx%(FԚjƛ{A\obe!Y"ŝg.K8<X*kKޱ񫜴5 |lcX')rh``zpHlw˙27EhB*(zӼR{OŁ t04XayjqhXscԿ34Л?FMTW#厀ƊFe۰=v;T8c RIs5xrIoxTNxP],.w~6}˰L|N)ICH># e?З)}''o!V^qB*8(FA֬W F̭|0?niDȻvv Q|;ciИv _XR^/McrwDRATu(RmL>NYTlA{hz%"e8τRմT0=܇NyM S?ň 谝+AWU, T;Q| OXo$TYL)<1fiJo)οMx5C,#LHnog/gy$tk  5Ha+_s{_ !6Q(Cl+G,%i:*w} V_Zwg#`~UB":o;i_jp8J9*=0cX=U4n@X *kYA-{UlՑS, gU6;ɏ/*ߙ돪Y2f~OH8^3Wl9migO/ts%;MNEPn&Yn;4BoC5=WHA*[ctx^&33@ʌIw/df RLcHW ljZsCVē&}Ǧ}=ЇmEv.,4N tx.2ru[y$m\1z?Οl]o*m'Xx~zN+&V d<ћ-=9)1'%D"6 u@@KrF3T1/_+GF8G{\Kl8>-oNLٰu1,uB S7dG,BeT(?DI<4[0@ O%~zQR'-/fi|0| ARәP=Myn@A8TDve"]N#C@O*m!iᄲZf*;#9w׍` hIXmWX<Oer6v%# \#tU%0,5]S$H8LHշAM( ն_toVL}x͓)K1r ;~[?+16F gǠ!|bwͳN䉓gĆC@2Ro$%t98iR怛^eTN< q6ݛ9w!7ZY&ot>bZQeT@s oYo\bcA&i4Y~"e "!OrdD/>l!4Vߚnr|jXAKc:~* L+{%|{{˅L(jt܎ayD]j %B2/ztLgӢz P [9l*6:4 H~G|`R+cT?6~]$, %JYrzVej"2`YjӫliRZ5w+{n|I;DP9l`dhC"R_ޛ2E -ɮLߜM^"^< @ T].{8*FnzM7w}6Hu ڐ7dIR]e:0`(dwD `r(hlgXK"?sLEJ!g7$礎zDKˊ&Zʾy$ {3gjqCj*sS~[C?THM5g0^֯V2v! >5 4U_*Gwݲ"f % k- czV-$^^*ҙ@PLDz"#&OӃ}Ϡic;NDꌁYx Fot@`.|ZAKڎnJI͔#G7Ezg0xȍ KV)C;tc@QEpwgvz˙4K vpBҖU%y.#Ʒ= ai+N1=m{#׸ٲ @^ o}crM5֠0S R}z[wj0QUב[Du!k NtYfJ`gN@5w}t lU6G HPkyl8F+os~|3}r/v$ !ȸ=x=ģHW." |Vﵟi0ɴ2cyNEMp^0=<6gD)9ϝ gsb~HnԆPZ k?$n넨e S )+S7`I5=V5krfXh0<%`|A8}?R5ebXcw48Êh[IDi#"XB&δ }}Ԝ+3lM_j,ȡƞ (3F!7_lXՀOLJ*uc">]/VXq5zk]\֬!Z-* 0[5UUP zZ(tFP mZ$jƪ/h4 3K4##dzc9V~6~"&\Wf:CϐƔ3\\n5ewHob .Zۈߊ s%eW W.f'ON r*V \d [;zqEp3-1}L((V&y?nX& PGF3y0%N ~ *~sYFAkJejfvG2e}ٛIgRR<".邼o߾kg~߆IՆ[fU m4vgEjp_dޚ p"5x$ 0Vd#-Jmo:LK3\S, nd̠NF4>F"f]pK.stMIWbk2~tѰa<ҖGjY5&F ܁ فk] p|A"ӂh|P#딮ϝpACo/>WJ.\nwAÙoƾ^OT> 耡Sa~}g4OP=2Mk8H<8{ީxcS zaY 4 ڕ@7)ٟhqջaVa ɗNy5۞DwFg]Po:&6ƌҸ=u~zJ8j{Ǚr~ Мuޥs*}bs/ r9>{qEu"Rq+o/ FtÄQ\m0u4ٳnᩢ#}  |U?u'h,"r{D]Bu돶?ąYhș)dd``a!Oщ /mrP" Ǣel (jI>Ȝ3RDD`$)nXXO[41Q:M>uaoaJ~) R)>M屢Eer31K>#4B7$9%5(maTfae| 0bd< h4qVpw$+\oIx1/(oulDyk+NYoPl%ҚlV$u%,XEN0:[$cbw I*3']X`/4oPFJbaG/^Z^B 8bj`󋰊'a ;EbyÂXVi = c |ATr.ɉ\Ҩ)pw8Hbxfi^_cK ,Yk1?9w&N QP;-J},a{'Ų/_7fեhـ?FtKշ`A,ߎ˝$3g[JN]c3Yqq10V~;zҟ%Z3v1+h:`ʲ D|mN MpG8(!SF} j]ˢ4qym_""ru!X*Cz[OxւiC350e Xh&M{GQb9,L\`PgVǥo,wz~  ӷn$58'c1KUryoŤ-Zrunuڈ\ @\RkɩzrRU,kN%L*S9Mƾ~d21q)EeF6:y'}G~Xc88YJLݚPI(;rh™@ssv`@|>lhljZ%]21͙n>^:V /ظl{g<`NYF ܍O9p5vO֐EބC6te~L.&k+R5h$1HyJFuQmMōRpo6h@YTXʩ6)AudTm'v jȢSGNBÀ>)#݉]"TuظHԇ\ѝ/a U:d+ܢEhUyj|t R<ՓY9Ba@ӹ)op(pP5h.< һrN}'l.7R0h,"ww\((nsָV1|UfRUXcUlG2p?f`=$g!mevo_ fay^ 'YMp`76Tn@Cl4?`„&V0=0hh ;S?r\{hqP%a#>w T]l~wC 75'<2l]9i?yOgm-F_[(\IV3MJWzK1CkT.Um =(Otnlq+ D@] z8 5u99{p&tւIMM{dbjP WE|ƪk{m>C<=-*M;y/LjJʧOehO'ݎa^|ȯZ܈0Vb]]D#3a|?R3tAAEʵs&!ݬ _+4/(ܳܟOZ35߮x!~qQ \ʱ4FݷgG72FsaXz<;:k fgj,r뤝ld2ӽ!̈YLu;Oinz5IpU L:#󞷩(ތ9E~w%twB?7Ba僕96+e@c}0Mo_1JʜF3,xۚAjgo@,EnѪUzLIDA[OGÄ  $sĬ&AI;&R>? wRo{,bEOūi%.,3_LEZ .>P"+I:8iz?l5AavF=-=eFTL|#*::Mu:GT#Ask?jCޒ#m܂ |xn[H%Na6IXvuX R_;u’f,lIqmBմa*)}d5 .ZѴ(0E V_=k;`ܖpܐ /ҽD']D `?G{wNE%|q: ut#vR G^ٜV~=]_ɲB?PƆ,[دa R8 [;x1ˣ SjAMVGNՔ^Պ*Uau4 ; ˶'A"AsE"ˮ&"u9[hbhktsDUȈ0U` PM5-"mնnI߷31Sϓ| /gnR9#/\'%F"TS2?2 hPh% uWb%gd۾Ł~NiЩAh"}hy^mkat Nj'D9]Om8Y16O &|;wAO];Nq5- ?XZ=8/aC(2l{r6KrDE63ӱSxN$,SƱ+1]cz/JE`m&0ttBCTw7 K%'΅ v"ms("`t<9HwMӢ #}ԈOkto(y͔înP'MRX<-ʞÇ~Lm>D|Mŕ +_e]N'MB|6 Wȼb ?X۲ʂ2Qc:m$]ty>ڭ~ӨTdur[TX"Z] ƔFNi"[#TzZx}l=%Іyl.1 -J|j?.P2PJk*X|tD;=h piDkavz"Ř6 >_J=93Ed "C[iZ1㱡 x~LM JSn6=)t-UA1_qhU@Έz1؇h]8Fq2떸Iid!I|,Aea rn+U z]@#1l'Oe}6oV;w7WP? M29\_dS5 :^g).nH)Ukc2w.XʐE G}S>Ho'CpGFqf]G"0`| b^#*KV,'#6z#Znbڃp}`>^bmѷChzSսO:\_ĤF 6ջǓz'|/ |%`$X5&Q!x(}Qoou3-;T&d9R݇~Y?j[$fYZ {)3)J#_+'@o2"&pW3V0V+NЕ|=xϊYyD 8/NQ" 9KzNYp݇I}8Ip^`mx.}bvgVNF[f<P6] l?[6fU%%IcI7`r˱~\ip[Ƨ%r"&W 瓜B ܒs<ѢlRf"Y|Hz_ښ?~#[zUGZ9Ul{ H,OT]t  F0TaB`i;+VbK?33dYmmݩqnIT{Akl%>G ڦ| q;߇s;)˯2_b}=?3+i (bQ_'w-7 ^c&+Amxᭅ/zu^}֯#RN2-'cm:^Á@\fLksk)F:E;w/VZVر-xBa u|QwDϞ%H KU6*hcK;ÒT hU$i~dUHXJP ;}qlf*E2Rp^@z.݄TQ|)åq_ߒp ūӫBv\@_C٬-R^{bn۸0BCF?FE [2S]HfiFcmB?:)"&$+6I/`^8)W" PC7^!쳣1O-E^qd6dT*`1 |&2@fAJF1!*)kZ9]R!ӎէav#} ȸ5`(($U[C!;R31u osNtж]9d'GWC Or$3w{LdImq1էYsk8fHzI: yW.ѝ^0,Sܳ yqiX=v>mFF9|ԽXm9?I1uy [\sEYCѬ/Sڎ,>8Hk9ysBu co A; / -n˖m,`Νq-YK q[͔''r WKʌ `_36W\>SXZ t !>heGC֫2f܃bP;ZaS)FɃ-$%̞*i.#m}0_I'צ7ZqI6$gT>b@:nEgLR?߿~vÉBK {|^ wi ID&͢GE87hGu['ah]A%$>e\u뭃ї8` xgZVT6SnK {1EtR6PU˫0y?bc5AHo,fPٽ`zKldқ` "n^#oFx5G_UrR|0z;•݊RzE^grf&?^NpCU$OD*9sۉ ;%-wl EmԉgYHٯxt>TeCX8YzRC{< 9'=HՒ?]{U)Vj9lNALBT` Rԅ}r)MgTŒUPP6[H$6Dap~AQΦyb :1Oҧݯ tkA?1cEY$vib|ϰ۳ё! \g߬F\`7r$\n_sװ/dZ^a^  ϸz3 `-;>GVguH#BH /6kSpX;Л,}s`4%ji;"h/p>ܿ3;"ݢI-E-ݥ/Ey G9lB'Կ|f鼖dsVRQV'Yކ bf=(XZ]w\bH 4v~ЎBT+)sU*_9G Z$nNĊq(i J1m;lfG+<.}tqmu$ E aߒJ,5ϔN_ժ#]-c_*r5z gE9|8Ћdĵ9Wuz>(] ́lA옠> u^ﯹc >WE0,Ă"\ͽA>_+VI]A+ӕ] k_g]cDr*>eN$? # K80JO{Q8c_ZGY8\xDCH?@lcoL |9ZcG()ꞺY7 kumy{ր-?AO7i!Aۺ2 963d&<эJkOr]tVDU-83R0Ual)gZ䝀% nK'~j-V+*H`Jx6BUj"n+M]"rg9 FX)\osey{N.n+8%OjrpK@aw7$%"D\J<)0rFo#YK0!\a}8(MsϾ7tC73͹\(;/-VKi9ř.@<} s -}pn R oFA)S=;p˿p5;PKZ 8@G^Aq\>RPtj.Jؼν䯓r.GRl ݖ'g ZޱDg>>aS8@L~tzϐ9+p&@WIrW ҷ4+z@ps4 6ې'sH^;Z'MĖc;{(USF1F~t/ Q8 q *fYuz{ K_뽴S Ц*c99.5"g:Sb kXsW)}_eUġŸr46l.L:75= 1>d}i"*ξj1MmP tk8p>FO`"ϱxSG"A8Uc5;\~qXO+pGZNsD ebKN$tK6c$kYpxan-"u~)(( .[{5+{϶7 ~zA=lrD פ%G[2].&nyWODv,\jȶNQyҍ㣏kH̱YǫQQ.U!>*>6#T_]sHe=5jxԈle;pST4Ң?S"tULG0:j/l eWuϦWҔV8"xvbLs8BI&CY#;辶.N;X?nrD/& eop bL{;Us!IqJ966I|2 B`K BwCƠ2cV\D\jpJ+{Jt2iЕ'f \ LEib q8[D# 6^H&e!bXEI}}5!Ox NB ##g^d;9z[&N*ɢ_@hELqg}׭ $49t#!GlrN9 OD)] R:IEr(,v/ ԣcUW{_Qz!Vzߡ* &( ^' !S|ВL.e2J:,khuP< _,$6EfD|14|Q W,E|Sֿ-3ZI#44ҳ }q>Qz?%2`@1*1I}ۏ>`ǚ 7G6*~5X8I{ )nnBʪL諂'jwۥ $Ml{Y]C^!A!e!N[%@X:%?ϴ;Qpidܶ3g76~ ݻMu3fow@B:^p_Q,4TPg{R;y8*$777ӥ *LE7 `#ݥqvn\*yt$A$iux  WzDC1h>f|gkBq-X__aFNcxe@E&ẁw{ %mSԑ~7/o*Bg@s騀V!ANPc|Z8:WNUk|ԌmUuGFz@#8|BB8 gzM{|9_>B呻해|) f[[6F7>MOG"3Xdkmv?BY@=+Fv1R,}܅3vK|}Wrq#Gm@oVr5H29[naq[^ף(#;CR!Zh!uE_2t1*wמ3GW"[p0v\hjÀ0eY^4z29ҢrԪYe&py-Y秳CFZ@C6>P(l|. q(r/vͲ[Lv9 卞VzR-#c{}wUq 9ܸC,ݡ yk 7Qn<#k"jŔRZ%VVk[d}ÚQ>!DUcH`٢hzfQ-RFUA_d/n*ajhaa9d*iq 10EN(u֕$,1Vy& dGw5P0^5gjY pL5`?g,2'M)Q$3D۝vH*;b/V,mVӢ l*rgCKvY*]E&;X_f܉mDeԧT0H~¢DRT!ҍ_ZR4u1w_ F\y\sS@F?[dKWcpeəw,gṦUd2haƦ5JQϱYf'r QbnT| E6d_]}]2p\tfkkꤝ&Dj_~ 77b)(J=5[Ҍ,E[ 0*=@sp,tjxe$aZ.@B̃P(,,=*¯9t撱dJ/dť2pOaé]B_yc,R22k"7 ݾ Se=nS"Fnʝ/oc#$@·#|teU>'|꤭{"-@pK_1Bd4tiO-/?+6 cfWV2+vd c7GRPdgLɅD)лH#b3A -AVN,6dJe1m$9~qgfcAet R  B\8s(%ܦkjrL+i%u#rXB@Nٖ#^mN, O2&h{?".3@IqWr( |ϜQLYNp}/%0O"rdy~Qe; e5q<Ѻ>KxeRc%&#=/7è`C~JB"[ް.Lcܥ4I *OzW]F-k"Ok^U}ڰpe#|*-aSEM48`g/{;/{=g5w"Y2r $-%+B)рKSYvWK!ҥ1 *`a[ycY퀝+ioPbL,W~+d8Q/Z8œ,k0xOlzC?6l2c3kLmVjǒMׁVygODn=؅[b0H"%E>>ڟRvo奴D` ^bK&!qrhB9PkzjBA^8*Һ**79uP{PJ7ځàQ ?m0Zlktҡҧ-=7{/F4ͼ|7}s=L*=ZUPʤ[ƗC..S\DG[&zRufWK<eTsA~;m"(l`_x4tD wZGY2= WJ8Ae88(W@0+x Jr9HmT3zR7p6큞s#9?ZyC[H)竑Chk/nOQY7"@W?$y_VDk2t~%|i`ƒlEk=B|슮xvƒP4{nR֍KnJy;/zA+dU I,nfZ|g.}H{贀8tPv/9AAN538Ar2 UzF#ݞ1F7y j^Tz=6~7ʆWWٖe}ٕvYАPLLm^@C>{s@HMXn&Ɖiv$+O"Hwa gRbcY23co0b8~!]Ja@S=ޓ/ɩ%\=_}KΓw}cЉKj`:s>'YΎx?](5QwA@Ps3 H8xȝrRWT{1O5_;+<e;0zA1`쏊 Z񲦗|}.BCJ`ѽjEacO =lu_7*RN7濊fhКѷ {ޖ3 _h z6nmp훤1}/\.@̀v'{Ę|hΦO=ni'ӾhIZˏdsl/v2㢙 u"atsmӜfø)?i:؟#m7,lYc]s)ƧVS}MY 9:P6o?fri]m'SN˨ Hq1* !JSZOT:=ƏS)ĕO( d oʡ;H?M GiZ @Aᚃ A)+pW/6ޭ }:IAM)WT2r{*M)8\.-$]I s&QeOپj? Pc7V*8#*q|Wu+)JVTۃZH>E}Fİ8AMe5hּ!A%F2=N%{c-`4Gg%`8S"k%Yy? 矲8︕#%eAXJ-= Wg6a^fx.G *[-dc]{;wwM}9n+WEt*nDGD/~P 8H7K=,*MU VNθu0ar:jZbYpQhY#OuI3ԣw&g2XyqLz6\VCmܧ^w{y0Ry@ȿ-\ jxYd]9*TZr$& 7[j|c,4XBDKIPc+0IrlGpSZLOT-SP$m5q(iCPuĽR5,C}I^CS\ i)$т.;@-3 BTh縺< IwhVXÃԼ%::[M |]Ř`x CFF"j n_hP`zn sxQ7QŸ 6NJ>ExҙWd/+r﫭x~ W뭘hIc<#b%H; {CX7J]|;fEcv"+99)~敾B!ˮ4@̴ :m9e0Lx ݢCK$bSZҝh<e5Ś'CfwpeU+hأ@fpp!WT X Dy&Sԕe"p^+=HTZ# )Seuh Ѵ;)]LFd]LGZo@, F.<3]L!gzƃ$HDY,;@*Uqw4wK>X`|v;fEK,"S!13w4= %E8o]H &vvE-(ŤDP"AplAR x|S ؤ%5iVrjm'cXu2& (hQ}_3ȹ=Խ(Oaװo^ޕ^܂;M<ݑL0tF# Bx%t=#wvBPc]zNp'A^˙tտu{RBVUj4DND[Y'Qz!crх} RψZxC-h"T_TJl]'σ1^ AlB?S3l2$磓x?yyQϭ5K-EBf=Dq csC’TXkFq'jf$HՁ2Z=ITA?6W)FApAt $4Mx ,R*"_lÊ;Y -VOu@=au S1p&#'4b0?FE|xR4;_x(i:AtF߂ccm> tWʤa鲃uoZl &CMHJ`ԍ~8E-#)UsEZ#-R8!s!ڏ*6 ⇋)oìc2z56ƏHP o1UL_yvyݛM66l5͸d X|*\RU7xϠj=$@q_טaeȒr7:e1=1>7Bèx 9F@޿_uV^M?B.IU.?`9a {A]ďN`FZ˝1AU3Idc6zbQpPު`kFiM6Bz_v@3t!82TΨg %._"]b'3y]!S|"dɻrGb긲;փiI{ D6x}8! R R+oE]ҕ9"X>eײWύ_JN!(}gLyH3 O7K0XR6`Y7]_ybwo"2c)Xуcq=Y\yo*PS^Lmu'I{rd FýLj ]ecgP.F~U.P':iSAPY"-R|cvw۸wH0Cڨ]wkwm% `y눳l&8.x2qnJk|cIvش4f򎽮u ҂7Vn=APrfANA+z6;TDK ڀxӞD?_5z,P?7X%}U8yZ6篸غ+Gf6Ŷe͞,@[~ehrS:< V\X|GfLݹ%&yiB=8mB8N:!1PƵ} 7}6_#0? ~涞~aĕ1Ԁjo *p6\wI!fJqO@0|JּєHصJiASW4:ʟ, x6)IOQɿufk3 TPxXh\J ΏZK*@{{mؠJ!̸o J8J-!˜3iu` f5}!FA+rZLҜxvg`>^jah6@PpZQZSP OTQ[ <5k׮v|ɻPO+._~k -@?*Ir<;B`u(=xj]`ٯJ'1:ۧ"|y#ICJz}n͸ ہU˺mbdK$5)9IPKvN+Xbo HzS0;.Mż\<: BEֱ>)!X\|JwMC0twheSrNŞ0ghR0S^͜_SrD!@0U_D">68_VCWGE*Ae<] ]{r ʞ7 4Nq_j]`Y U( #TlCe5 dTn ElC Ltcw[E25]*EW(u?>(qK ɻ^)GHվ"(^J. ficqe-HE{h__#tٓɉr0*79EO~[@VQK %In*0;ʳ(y/Ͱz]c[Q)Eh|? c @X ;6a{4 ׉o^qD6iC? /v‹9- Ø3po?8#fP6½xPCC;:>y@*_rGbn;b {nT #@r@`$m2>eh zw: i>r8\\wZc`٩Eoc Fi5 `ElwuVLPɄIJkLX{,"Dz-34/+tI(x78X`SW*(O7xv; aտ:W jѦ;%c80'S*=t9@5On׸PzuGH̍WtIf++I)C#LOю>s9*h1n ;¹ΥEt63 u|mm$dσs_FH?_SZE4T#*78Y}ZiFbC˖=eEʹ6Ah;r0{?aIêXIGu,:*)Ѭ[B]Uܩܴˆ ,˛qW,|+7#KB. jgF6#m< _2\y)H)G`;? ]R?ڈ[ÈX*h`ipJ+fV`kT\QGoA-M 0) >V3x#Iћzd~5|eS{K;m* NL!^?M?Lc(Qysv5H>ra Q^/d@(z_1 RV4/\~MHq }}Uvp(9QqM)I{HҢi_Gy*4##Ckzv!Gk5"l8^qtK_+xk$VKKMEMjgwIY;S"4 '`]F6Tp!3Bb; s驫NՕ R Ӣ|`1@̺""P#Y=xJcAJe%NVSM8FP3̏r~gCUѻ͘ #+74x5\u.^Ś>uCVqbq%CBzz/@tAX\ J|FI%vG\g:* &Z>}݋i1=$#AH|u;$1ltEF #2@ʭ5ޱYp# I<;GL}]ޢzŊw%s?êbxb\X'# :Љ}{PГ+g"53}o/_N2qD k~@yӖ;J0{b_q"[ gpd 1"u]5MZu’+Sa,0r^VM.5Hjqfu,M=\~+gjԠ5\c{4]ɍ*kj= S~.l!NU! Zm6npRsÅ[KQArz4Uڕć 5T1qV.|b{?3ƏO=a^ .&lR;Axd\@9!YA;/ Q=[Xd (VK -'_vth=DH 'Q}-tL$tNpt,-:N# Wku/DoopK;rd@ 0[-eo\2Bɖ|x%g_\'q,DYDt@J_N(]B~뒬EUm\w(m $dəQ}spx:>fp(Ռ [ﺣCj웰a S`B>w*o<υ0O-肗5x yw[R[rʴ1_qdDW^=eb{6_'8#aـjAN*q s;k9ajurry9mkk0el2njWeNc*ߤh-ahO)*IFdT=[XU/⠋S'|TZSZP.ڽܹ(T67OOeFɄV/~"2y\iG 41bJ@?sS9[ H!kKbL* W(j_2(iĥ/q#ϗR`:xz\S5Xbo4Ė"G7W3&#d;z)<([uyk`8"oC Kcl')V a|I(n5xGԤ7?RBmF<yadL[O]c0V"pQE i˴Mx=E`x#*q},Xě\)Gj in( 50d 귏O|aC534GO1P,ϊ!8O׳\\q{<ߙ*,HAmPj ̥Jy+~tpa\HFXcXD>×].ի-YwdQ,8ov؅0B"yI6> Czэh6bH].[؅8+qdDa$gW̻lY{[gOӀw[ L\@\T'y #mTZygB$dɓU:/.y8qdfE!UD INh4*+NJ\O}U7vBƍF䆪q%SfȏQ("!n>-*go,6p'.C q Ia\PcE&XL ^;>-&G T޺OW. ySgFqVŽ< ̱Y}%5j!/C|כΫ]| ̗۪edk'YsSJy˿ BYM=Rߙ>LfGU@nTr&v!8hM,nৄ+]C\^SIyL7mt*8g߼-o>W!"RB&7vͭpZB'0gyQf=[.?_GlX4ݿK:P-L:}e= fd75Bm%<#,C`ABP5l$΢/@@U`ˎKxJdcvOvC4\P;Y ӫ73z"iBh:BwO]Uܸ.x:[ \5UAzH$w(aWڙhA K0ժUwW))-U*ãM|^GZ|{37xIr!bssֿͣMN![㕳٤gwNm۝ҋd| )8;7kCN|M!sf2z fTزQrrH RY` DYRZOw$D ̅=07*cۘlg>O절nO9f%-}{24mx ª2%;./KP w$<@DqRB&*V9mŖ ZEƃ9'/ & @ÀLN-,e,DcM/U@ t>$ejQtO u{"Vn9ZZ!=chxA*QLאxx6$ީ 롆wyχ ~&{@ h1Xń9=@\JHET^uPNjH-v?aȄgk$'y h<^7<(D>;c}i~ZzեO)ͥym\JwbmXRLu,A)A"v)z0<z "ǦЖ#%\PC{'7>h`_TY'NTD$ojw3tC.gJx@ad TPUWs m2Y>'e |ǭd1! ˔j':{oWNlY.ZWq'"W?k.pVкΉbķ"qNلZ(|0|4M0PsEB1L=y|H5ҩ908 f!ɲjR2C;7DſJ7[ vUG*4s.]I hh뙪J/&9"B栕[&g\N'%r?ri8qM딟Xt|ͱi}GHbf:U|ɸ-ZIH_U Ky'Tmm% xu.%Li5~j_ťO %e0v$V(\xweeȲJ *O,M(SެddJpeNJPFs|n, 0P5})#8E`Fc8sp.Bs) %H6=P0u:]J38+Pضznd {ŐpSkMOnNjkl;"Wz-IIH`T)C*a=X} fYKU n%󇇹{s WῘ t?B'Ci=hjoof(N7F.< )IHɔ J'n * mxٗ+Trѷ UhTtB*浡D ;EgHHtpӞҧ홞]ieVi$M3&`mlU {\+_[^@NPN |KMdl>ucJ$~f0$k̅FsBhxfؕeBY0MA&J៦g}il)I-VIWAS!-̊.64Rh} zH1@5Pq[BZkb׋hJw+B lD8|ep"_B O+8!:,i"oD@F13EbeğM UW+w1}1-Cla+ʂ3*ik~^ZߍT`qt%Y mks骈PԽz`C SaC(} Qltx&F/glȏS)َ0qwOبq5i7rF$^aЀp]{zG†a'Y>1G !6P>i9kR P' -`6<"BΎ瞅H֕vJlVتokck9yͲ 7K, ɰFq9&36lVlN1C)N`vd.U0?SPsMfeQP5(r1p>S>"\1^un/4nE %}Gӭm~XRGJ]3w헥Oٹ3A߀5W茗ǡ~&D[ d)i4_d&CObjrV@_\An6"Y0FY4?<4ss&أg.S2̷[M2H T%2^AH%=i8'hڒ|=G8H)BƩRjf|cuQuEX]P4n%k?e<]QyФb Bms[/q?5l $~HԬޔ=%Ax;˷ W7! "{ -SH7~y0͠/#8$ҎHcm*Nݻ鍞 $s,f<6F;Yo`U Wk¤# 0İxN{a$#,_7g*4O[&}Net(}+c'hg g&D1pLK  Gh%:ܿ' nc$Ndke ,YMGb>3Sz8w`)R=;W |a;^v u,|&?g՛4 Z඲Q{Y@F_ߴ1:EJ.m\b8 HYK+KR&8ad.4琅A6Y;ƁֺꨄD]+MhNQ7`ʫM2CD[N9Ϙ"~08~j8,% #73=IMxM P[Ķ@ {R"|4 JO9zE4V,UiMGp"#O[}jj[}3,mxV sLLy tZ젾\>v߯Orj0 /ߕ~-"o=mlYu(/bX="\,Էۢ6 7&0x4ZHRipO].S BVCLР?ΊvH2ݒNq$=)2C7|ע" ߡ &֗WVt&1_Ҳ4WSxwpN'"^ת[4&4,=/'8:)Dxm hCgֶ!%n> wN[8ix O,i#F{NIfwM~l+\7j֒>;&p]ɪzRL hZ(B򛋉_*i(lY@| N٤^RQ 7wGܐDi2\S_`«:j)wwk~FHJ _<^}8qR2ַa(Ա^hӾ?~,J*9W ќ.9q%: Th`H2D6#Gp$e!MrQ߇W P NO&1w "fZ' ܖ1cee}@zJ3C4'! KB)hBOD#"<s#I=nq4\$A a!3ћ5drWDѽiy?4B(<[p ۚdJ;S ]F-QJx {ཀྵL~I'кm$t|FdPp5O}炾9XVD.ڳObF%;+͒`3 na(fq=N-}vwmrv=RRjG+@oCVy.5Y(:ӂ8j,(s[_A5uM7N $('q8W/{&_kgM\.JKJxzd5k3V} EmY߯IdF-F;vWz|+D!u`Jn 7׋&ϖ[PexbJ? Nf qhC:Ј61 qDhB˻j,xpZfklDD$DS*a9K~Hk/ݯYjY٥>pݪH9k[ո ղ/-A*@!A[E湆du$^$q+9xo5siu'g}ݥϣ??(>עc!sGM3 8onНi[6 t6ؔ]WZ@;xVö|-`Kj̲ qE+b+3&1͐bnܰP]6Ѡ*ܖJVQ,~Uj~!^Jq0µ;]EZBukFo@y=&(Md *BBUy"UE:H*Ĝ]09rGOk@^X,MppՍO Y$QHb njx'zjgm&${EAT/4ػn,W\)L\xVڹt<"-yW Đ n}$!17\IVR~P8E֐L?$?.k d{$!Y;nFK`pYrB}/_R $¥RtmDX\/8` 17.;NcYeα2kp?r` 4!Mm(2~LD(soFpԚ2 3=:4In#֎ -eɀ,AUOd:hЁmH񔜧^0=xW:#B]nkL5_W ؁3ɢeY$)*p{O_< ڱu,p"h'`oD1TWrcT쫷0A˷אE'? kYѻ^0j;{m b>c/CWl"7 3>W: >d_U;l2kCoKCUM|GBS`N^7ҩIt;?]({SW>6ٲ_oD 䋭R*O09S&sT grLsIfpv HlmS){ 5ė, ".(Rp ;~pbţb/FO H`KKxRdV.byLAJuEզޖI+-ᓩXV'Fc kgc9 ?T?iކA{m ǩL&18_'!MfD4z`S`.n3.)ܺPY aW~'ێSltH.I+|3,]Y,i/tr{Jۀl`Z7P$V>\xoٿW&Ľ鷨6aYF=PQS=q*>E%;:#H?WNDeS0HB~gǏ;Y ,(]W>\C m F a2zA"!/=0 :kSX'D9PB`HcUn+wcwq=msH)v{V\#CAOsES6G8ŵJy2329`!6rh nZ:b^w),p)4cWIlUc^@lBX%'mlv'f܊=aS";6ŴD0CkZX<bo/qv`ujUgu]A}-z[*T@@zPmȃ]u$, n.&ܩ`E,gæg!d'3z^X,zoNyGu!{ZYD4ӕF}bn +~=G3 nJ($*G+i,{>!`Ti" !j`7m/5buZƊ& i-GotƂЗCYD?c CvC!1?CM.h]5)g7!|E[3*\DOKvZxm7y'<^*h y&Eya|Ag]& *g!LšlJt3gkQj %b0[@:pm[6SI%dm̞{.ubO%QPk` -ͷR24Ĕ*EUu3vcpV4IauƋ)'Lks>|OhLs#.֏+i[q39JKtXG01o<M]I~۹C'e&a\+dv}iULF^.opFĂ8[J.a?oC]la:@ Fg_p]%;@9aRV}$ഒ(7B)Ԝ[ e. m"@f7W^j(@Y?Պg!M)Dߛ%X&:N! ? DxKz9 Tr7-c]GR} rㇶƂ5Q@FD]Ղ #n _}ٟy/} 'Ǡ ;&}gv韀^)pucڢoS"ůu+!0/rh{׊?rXQܛ: 4`."5ԌL*zk&Je Պ]>gN30ڈX{`Ralt-74PN-+_7K$2_[kͳx8r)yUs7ގZssrfƏz\`4;%Rv1 0"P:5n%3I%ڦkj'/5~njCwa 1 :[RZA##'XzCCGff ̶4ئs,I:3&F>F9%}:qn B׉ ƉGL HKJpebEMt膌Qבhpkdz/ofť?Cw8h;PyDҩzN8+KJ.cJ2|{})ªІ)u~I=5OMo ypHA"#S${&I鶍@e{J7䗽]E᠃׹D(?ŝVvUWMԕm"̛N\ːAWg ͠N0hzxi88S D󳍐)5m֐4h@Ggm2/~-a# z01 SJL$][+GIYͽ=4ƺ&}AM,s|‡BzհV2(H}6As6c.h%@6l? @kh93Rnߦ.Hrvj,H?># Ѻ٭clUdqtTj[Z 6}͎zȶC=]m{&P#X26JGmae-LXSCF{C\*1tD< xӄb{Ji.1]ڤBR  a JD;:yX~K)rdnfϨ\@t1V "э9K=j*8jTvϿVX*Tv*YGUC:fF}y&[) >KǤZ&^97N?$]wGhw]3m]obs$47K~ `*`(\툣f!zIruZCJHSPej4![p.?_kZ(8e"[W,hxaO\fΞAy)#CëJرʈړF;l&ILqҀ q]B.͊ʼzǣ%]-fX\e0a(W*4/fcpbVGm"hl, 괅 <= LEY.]OgexiUz`hϾGvfjҗ/m5HQL'5`D.b;ӧ{M-!b&UQm\ʖ(EE"ŶJrU&͍I;%$dc_B_UI0K)tHf2wӤZ.eWKw\VMs"4z0=+c︪x%d=XR@.~6&IhOEB)r'ִوtl9OSnËRPEv6:qrk/*M0c k6Dye#kx6C\rBu[_;Y WV6Qpl 3q=!E8'.PEV~ \r[vN/l i=_UeN8VXY?d:W9?-_a&IGoQ{X9X=[llaإ/3X?iۆ4Tnf2 n%| 0p,U, '(^2ɢݲ"P븒K]$坖o&MUv$CG'UyweoQV۔!c#ziâP 0*õ6d,V27Y3v#dsNQ  VrWl:@K 9[/9AiDPӍ,@bo(l9R+jHL7$]R9N7ݵ_o'Y*~[iĻanKy*V3}%v>>CX~ D{Xphqv,QCE| 6PeuU拜(HkOظݶiO7ċ+fV3ʝ=Qd- 0ÿi,GZ'UY"ϴ^@ߟi]k4bQ'Sh<ݺ2e-.gF & ݑa{:~ɠW0c!-d_Sq)$p\ Gq2*dp}ȉH΁}qQ@9efeT=vqc RY?&ay4F\>5kkMp/-"VKZ;NfpTcx 8hAO[(_vo+R7j" HޏiP $C$fcIP htK@eo"P@6ߌkdF na #~)p Le)BY|"`ZtPO|[ Y\ӍvcUN-?4jVޕkE E7R*.X4,8|`kVc{\ ϑ xwQ3(55+UW73!z5&&C~G)~O6~'8E ;6d3Lxt𮄠mC>΁jkll}~o'Yv~v,{{yZǓ7^3ѣв^(Gҹ[.8Et5ڵ[Qf_C#8,S_tf4w}!W1kFgt@=Vw<瓻;B6x[E񇩏V[}02 xI/Z)7(c1_(+{"ʸ"kB Hr6ʗ ^7 * ~%9LbutB.5@JlV'u_7b*Z5K!` @)AQ6@ԇ3hIٌ޷ n˜7IKO"P':!s ͪ&|¯k"w `O/+I;Cꈡ&GQ#wMo 3(,)* *C&њcLQvwMjiЗ~{hChe;7 9 (% t :bUQnJphiSA[JReh\2EE<-:>oq@3 HT$L\̦JH7V*=CeNe1j:BEwea}+ XF`;-#|r@CƇ4]7#fo\OmĕM1 Y,RĖE^c-YHwo3-u> J!{n𘛵*57IEG dXh{J'Y\MdIarGU1,[֗+4h4y =<DaXfvap5.AfG,;ư 4(~K5M3pƍV7){[`[ma% 0ww`Vu70\ЪU什kR۽fBojJu( Ez?ihvuyV3Gh 2fm0bi+<,U[q̉!8ԃEFs;VOyHR,{ Ó뉮6WS J;$& +ĿNĔYܼ⏚"*Hbh䩶< i;\9 "v+hkqcZdµ'338Tn-fc^ݐ*_B.|>, x<)r˨VvjX=Z4Y_&4*况߾yzi!B-,*P)iαmgqN'.DΦ#Vy,B| LJs:{6tM: ˚:uw3 sE ˴,a7EJ_RnI)#Á(wA4w^Iy>.įoKLU;& \N-D5 2m"\>yA1`؅VVF R$*:VccGk!dBƉc ގ%.NՄ45AYMȊZp,z_Qu`:K.eR/}n罌"^vԴs}>xʰkFh {|$t NMX\@Ÿ/.i0r^2ZbЬ^A̿K >:)͚1$ [E,*Dt<]O@482+ 9 Ƥ9W<ߦ3hs;i!w `>=#d_D="/}7(emwt&50rec&Z׬y%{YLq$2W֮Y3/Y03aO!f E,KAݳƑ]<* `ӭW٩N; ]W&|1^N__zgCQTh[.@m^yͨ%gʺw l5=3ފύomboY8O2\CԕWw= ˃eI))w毣VS~x4 Xj"V̻aP4<; :4 '\4m/72S.* gy JIBcWbx/E>'Q}'tDQ8Aq2`dcEH'6b{R#t=ϥ'| X0ؕR9LBuENa<OWw&If?j=$ ·F[lK({DCsv6B<2XEX7P,w=6%2K#I<ۦHjuTzYJkőIߞB/ROV-p"%Hgǘ0@PW@:;|;|𷷔o;`y>z%\-:k>x&j ^(0϶+>!"Nz) Wg[nra璣E8RhaJbn3>& [ AWjwsglLC +>ǮY~ѾsH_%2*+yZW0ӧ'~UCВK/:Ndf^\cR|xLn*z4#re̯x-*:GeB$)߮]bxltjrڰ .m JAL!zd m&gjXnC38YƋH"؆ظp̃ΉDXxW#mBW0PT}>o蘒^=-H՛~0GZus4!jTɜԇf@G)PK~ gY7=b3~ϑqU6/hmEz3cB&W1Ć>@sDN/ow6vt `IA`ZPH]vK2BV[f# ؜CSQ"Zmе;?m-DOt-%%hT%]-5"Ύ< 2}0ݍ%GLwbm #X6ރ';/fYЫ}&3yDS%y1'θu|-BH-m\NRa8,jXf89(GvzIbF̟8UJ;/+"~E 'z_ xſߵVnKVC/aM, F^'%6=Qʿ< &CPHT.= Km`VHd”G* kdkNxíPg'lR";_0Wr??Q/9PÙ[1pag&t׸߮E:C!nWCt%e=JR+Pb@J{ @Z 9uN 7Tt}\\.ށj=i?kn #kn,mlD#40apqw&9X9[s,ɻSuִf/&DL}oV& ](; kdKiw|e`T<x>A|roTB}C^9 :Z~<ђ8tnNMb8*7\XRd yD-ugepO:/R N^puo/*RBmCI1<Ib `;lUTѪ_ďrlЌ8I'O7 :} f/:Z5) l(IkTnxjǙ sjk- z@=&zpo~&M1_P}>ZEdSޘq̓, @-}.5 'szXp<%R%ǧ0?r{g9|0qs\Cb8; uuT7?ɵ,T*딷w^ub|o[׹dfF۴fA¼j%H޾"{I nf~a)e׬Wg% hpI|9 &&ʧ$+n[EXi0nc^iƜ,CXuǥ8Cp +!h`T-KНc:[h{AQ2i?4ͥs 5)m9Cf/گH8X# z+ +yrڈkzc[8D\KsD ]Yi*YH7`Ɏ" Zm| %;1*=ܜ:Jl樹~643J*CD3 J`z^zmߦYq?F1J.JPo<˺:$X e' %o #d+(-ЈýNy’3$()_ڝo;}?>V~{'y]GL&-R.%5 B =Öo͒1B!Z8Tpav<B/T~0F@*  q4cq7{0 V䍰nqŜXkg"8<.}gml"/liŅZ%Wv-ܑ0n- 4f s$n'i0ˠE;(YuJ^&V(jtlV*A V<ڛ;,O&g;=c%^n_f X˖P~fD< 3ESUQ쎜Ha7wǾ 5Q9:"RcGG'LP B}zbnnʖC+^]\d6%Ks~h>AM~IB7o 9Ϗ`;Nf!ceo䊺ehCtgcBӫ&@聼f@Êkdž@#z͐W  [pDuFcbR_9,xIJŐwޣ?I]+ C+' l,nsQmpoB3eUgٮjҚ\Q@CY5n?ʒŇ  n Gx]i& D4tGh(gJ;zwcsA?; A3Ʀ.bjDjErGKUSK8D>`H; 暙5-27G$GY?qXޟd_!HV%;Nڽ g͘OJ*k]^ݏ~4X7/+|'. C9e 5~%T$%[j{Xn 2e=(mi5D⎕>4kr*xW9Rfֳ}<WDVisZd rrD4=\®wþ `kP& \0|1|0 R|(RoPXls2rU#A qjVu?ټ38Yr}.B!0+!7\BʌxKf6.T܉^߅Ty9 ]!q@T`gX M>{/ڠ^B؂,PCm XeiFi&p% j j?(<5vvޯܽ _ܥk81A+?/bwRtdz>\XRMy V={je" _owZGmYWfX6|w0sO5{؇<%PI)td=ۃ(XW*~#P?-P'QQ J1,vbFS6)v[ܴ߉{@wMmOol [kj5a`O-?D&qQ^[s%~c:I2b:pl+wO1袣]j~qRU (AoJb٘D\F'"YDyɷ~;Uy#XF\Kbv}Dĺ{x(Hc0cB¦'`>5Řm `g4a'2,PdfO6]WwzQ]b+SM̛d4.ec:⊵jkw*] I}s}X86{ m[LF/BjB;l48J|P rCO }Z_cuK>[&EwүnYgɁS ~3I 1Y\EMrf9W.de${=oUY#O 1TA:S[d&$Ҡb)od;w=w! *\TǦ c0;$'F?bvoAa`}F"H`]dY5V~$jLH,J<+‹^~;wŵ v$qzQ㍮Yu>6鏐7[կbjl'ewIoف~G[|Pτ,זdld4*cϝΑbAL T ${CW zHqB fM% y3C@(`* J+4- Mn-FO|?\Hrp s#=<!W(Ktr, @hv悷PS@2&ѯ?.`MKhkS/4b'j౸]'sn*fFi$Ug{+\Z^j^Zln߁_!==LΉmϔs֕yÔℊ f?A* s.O՛AglvKPhN?`1d eg }ۧ &xdE]-Dtp4Sh2[|Ǿ//= DS[ `ұwTQ(쭧q"0nrM=?U׬U @㹻7Rؿry {=C)D_j>hh_\FѾ8g<+ $x=yCG 9aۦagKZZR6Kn53AЂ~ﺑGBM7ԌA`{@~?/A fjP8l׹^\)̾]LH|O?wi(( XG9 =%(ҷP p4s+z=\>/{t3:vBT~ :0EC ˭ fi:˯ǟlٞjRysfi%kAGoQAa첇5<.5nF1 ks |A~laF쀈요r5KH@6q_l8j ,UE+Q{R t6pxlL6\#9T ۺx#+\Ee?S؆pڇ,ĂZ';yT[>HWJ`:=3H_5ESy,)?/쑚T/]+K]s2ÍbrQOvUŲ3'jfү\f# )yYU4gB(:H-.ZhjJSMy# J㒫mUb,!;~TS&o$ -SWo]Ƙ<1V8D5qVJ\#RN]V{Zzqm|2PRhB_XTH{ uj%JOJ3ǻZTcr+r3G[7i:ESx =8D%AબfAHM~@HT6]cy%ah n9éàLc)W[T-0NwJc8+v<=)+r3&D]%DIo)um2: K19#3GFr~% |I`陗l]"mMH7|쁤/)1ØND:FJ`Cp9aV*ruPkʃX|G7zIh!]Se keyYxUn'1y-$oݝTƷO׳Pfwv}2B쵏.F6t*1ȤѼR`hYΕa,b/CannLȍF&#ЈUNGO(Sc]xM6k)ulAiql"c}TAx,,E w;!k] ie2&6ƂaՍ`>`8cA[SaU= 4m]ȳ"(@u9d<[D6]7^όuU $mGCp]Kc]k#N2pE.%2OOiѿሪ\l"egJs s,F=4%5 @U4-1OZe ]vY[ ])"sK|fUآ=SMHh)tr!Ď% #ں= ~NآXrϜg<|92,K5VxuxPiPo45[`HU>BuψXPWFiSr#14mYեҗ3ʳ*H,Н*wN<,UPkF:?7[coQy.F_♽RyBq)<GXvĺ)4˷8rJ:9 _S;3iMq'zGnDqn.@F'BJ@QKϡzfEO%kpJȅZQGN:G_JQYF Akc\p: 9`G&T 9|M* 8CƬr%5tnM=M"ծiOŗ[QHK&1>U$CbCŮ".ÊY 1@J0#saxGpbv9vJLnjx2K_2&!>Gr"Qf6D& V̧"?v7l.On\ZЛ"b[y~@t=4B? j-CnwmkB*1@j63Mi!5̑m7GwD=XD | lQ5DCU X~ {kdܺ5o,RUA կXR:.}n |jn9AFEx|rQɸ-s{Ty_f>g`Mv<E߀Ҋ0$kk{}qwh_;5t*@D4/t?̐SN6|˿Crύ>,ݨ*Mu3'CN^oI1ZS4m:;5nY'\q${gX\(Zue2Ub ږ*~B$U+H'Y{‰ M?-\@r<9p1mwW( 'Nն  wAdOye9ϴGK܎IX(!&t:Ʊ;8& ZfҥcFL3nOby$V ЈFY]t c`V :9>XZ~u \䶾]mVi -Y {_P>de3$ 0kgGQ.|G eGD=R6 R No`ADV] (' pjKewi)XAK{ iLo~5vA̖MQ71?:^A4̠4uX lEP1o@f ƥģ/,{'jFx$`2e={мZ{Ԁ ݁Λ}Y&~}w{ԡuJҳIqyQ1᧽r UwQȋ ؒ3b6HF е$"} *@1fLkX#+SBCpu0K0bhad]ԋwĔ1 cG#-8]t5_1JHGd>\RyJ%DdoJCʸ"7U7vQO~rhȁ9rr#sYxb:])3Y+^Q3po`d&Œ!x%-( i_gSV>RXnOZ"-uJ{ײ4,^Q%=]$'T2*t 0GZ4>1&Yv`ץdu?$DA尟y@~SO dym)/ 'kF^Vs3zrhV6|W-ϊ97o=zi8nc")QO#g}o-, &[ݨ~9dV_PuNsU)n㳷hX&!aR ?LpvȈ 2}^ mcO"nB fr`˫ꉪq8yH4dd?:B}ƓN{֕BG,/6I[byOQFOo@1KѶO˕ #%ޠȅW[Ms /*^[p F*Ptvą#A/@;CJXmޢnsLwU l?gҡBmq_bG̉s^%&8\E66 ;ʩFC*-sjeq7{er xތª+A'18!3)>DCe:oB1YS,Q3mkoLB9k'XUrp#H= /D7Z+BC͚$ 35&ږl G{w[g,ƎYuEt(A4;K w|#pC* D:O[mN͞v'H7e1OC`U"T6o4,-ƧR7sadCm !=Bf4UB(9AॊU `Jغ !e';Ĝ} (yr'On( Cܝ#Dh7`ܪ(];\q?E)+L=Lt@1/dup)~dG˙/G+3c-@? 1,$,+ R3WӏMa^2-Rr9y%([.Ytco_=,ao+SSĭTpK>#=10~{XN EczB˄Fb}nFVc" ^v\<" '8ԧ57P R{bib{܀%˭%ykI|}a"ܔq*3&#@axT':T k(<_ B%Jډg%E*Cl|zKBkwQX*.Gww!.C׷4&bdvе>;׭ҺIwf.À[)(jx2.eI]H ]fF=^\ -{yRT^҃SmD\[?8)yZqIyhk"!]@ؽbn7I=B"^jYŇ"m$Ύ`$Kq]btP/\F$߻讱rM;`/ÿLr2Vѧ~Kn[w^_ح} qSjc`hZt>"j[^P*^Y.Y!.fk>+8t'; D\uZVJs$7_SޚiH@wNJ8b*ȩi)9B=<0 ۍAn?AWcKVԸl %[.֧^}aTMmV;Eu4ѐigE; otkk#_qؕ?<|&[T5SE=EFlu>)K7sմ謭I+= )y>A'CZ$1k2_phĐ* Cxۨr2|mvix׍~_#;.,:Ʋ.I(1sal!Sh{;m[ %l.:NL—, G~yzYOrpwUSHx~ /1Xh%vT$#Z|~\JRT&/:.jJm&ymC"cVzEV4eq.RZF+뛀.K5H.^&f FIJ]d~6/е@_3OΥ"Eq)*pˢТejń=d'&ZYwrvUS3c{Y 7߹ñUg-6<&Yl2/!Ch0*2sn'Qw^[Tid> #8Գ{fseKO(cMRNj.YT#JbCz#+K)?Gi"Hp֖Q\rTNk8Ѹ^֭03@vG;%hI>nv r[i1trWIc~ !H<@QM٥t2tA uCz< H)g}s[/-) JP+I *$ft闀\9Ӯ|EHrsfx4 R q0HcZ i7ېk`ɸ|ӻ?`w?,|l !=*UV9 d{Zz3uE ӀzIEז&G/nh\k!+Z[eGmg i/ {) i^]1NTJK%)+:kAs8L4͉]'}+On*^wmZ[T'y2HZQi6Sf#D+7&K\2[wrVcO?"翲dh>i%Dy8>X3"xI]hլ/9 HsAx+_=m#Ly$3E,NN@Cotwjg>vO,{S: )N$15.+ Xސ$?3:#n4r9b=in@7h OLzB &ˎHK J2s SQdaIՊ6( Lx`g= ΐUlBhDA3fLʈjœ$۶Ӫh WJڔwJѹS ÚeXL0gƁT[Uuь>9h =X6QV1Ώ9,}i|𽆿̓AE:᷅Sa1[TҿÞ ND_A ӑ=LM@ ڞL9IeƴjZԑz_|VW_QЙĪa0n̵1>rX!hcrޙS4]yNʍ_Q3".i)㘁8YO^o"R.v:48.Ezg ^,)Ӊ(6+(zw׌6@g<`y {B<;8&D]^҆w<s$DLW_im)s+I,tZ q;4Fs['!R5AiJs/MJ6XiI[Q,> O5s nȗ2֬|x ]0Rטƽӫ@u:bD1Sb P Po_|VuvUܾ~)=4N نT/-o"oUu+䡂ɔYq@ZGAoE1x[?vzmSt%bKjfLXN<4Z40uZbʶmN/:^gDj;&QԽMftLt/ΕDC⿹9!0j=!Yh8@dp9ڱtxn)&goFZ8# QvH~,$K=$.O `0=hIY3.5a䑗%qO"`Cv{g1 Ef%4ug NQOHBb> d@aCn8/PS&$DJ.5ʟJf)EI V21?Iuj]^Nm8 Z]2qi85X=(}ONe ={f]ƃ(}gD_lvڸZNMwz*ITtd2U~DR&RM [%?R14{Z2H<1CHhG!~+@ʗA_H=:A֝e\R}G~^~;92o ILa&DLɬI,I;I}`sVh6px9պ1,M(UHfYIoSbə D}7{o#̤/+r*nR;#m]G8\fA)Œag,{dڞt7U*#ё`"eP}}a:yEc5}Pڼϻ)b9%``5 L454R[>, Mó?4#P:YRFe,o`xM܃rBM& )j髻zq39`ZJl|pX6 k vU ZB2?EWHd%yg(KX@\:uށH #@趜儁a^{TD!~ Ϗdz:P7gJQԱ}Uk!.lHv)؃n !IR7gJ$rW{?EI\u6of -C  l(طg6.XXu)+P,9AL6B=%xD2hm9"[GJT+"*`#B6(jm("SE.~h.rh0T ?_"JwWηJnCKc?I2lsggd%Y )d+ 9 T%\dBNv1Ք?^t"'I^:NpY>,6:z݅GZy#/T3[g0M'Mz{9G$[QN2JҒtG~ƉӝwotKZ3ɬlISh8=-P1XEm SYwZdLNUg %UPe`_xt.|%^ ejwa @jN HAFuR pxpkg~l(}+F0r2d( kQFz_#ؐn l^yV?DjW;uغWsÀr8ք/S15Oݧ:)Y"W-IqyQuq QFjOBxX@İiΑyx)TV^j^l0A`>8)g\uW~PȊ%v%Soɑ#⽎k1FܰH-1n;{맯o+VћK ~e8"֦4k:U䖨&f ԊЙ 1_wDf#OWD4";6??E2)&chZ5ҡ8c2()S)e xĤ%7^"Kn 2\SFtf?_[m tĜ@zѿ*\'dΔ$I!h?|qLG Xef \\Г9ꪻ&!$|kզ}?0bRa9&6 / HȂ>V6i*YSjx68*2 h:JWS=08lj^c 6L ;gk&KKQ.sQ$ С\Mu:8NNpm aL!K O a 7 R&euDo> ݐ]n{%=ŞA@ Pz 3kzSRO${O'&LOUʖR\z8? Pp#)Sw#,A8 +(lOSY4>"sg*倛Z%ѐ|ҤU cimW߿̪̭b^uZ5 z豃,8ԙf#wn2xK&OJ:X. aRU_}`ml?ZjXU0XZ )gUU+Gd_~|{<8C`;G!wniƺ4'A|w0%L~~ň!n*Wp\/մSDunl]6EXRb'(!f}^.Rt+PQкu9$Ulw`?S2{=i`SE:h8犫JIJ-AnNӏ#9%gIazpMD"P/ ^B99`j,&`x7l'f@N]B<ޑ 5YEA[jitMOU݈n5 )!rSzx8df0~E͞9z_|;^3Wz!_[GؾrO}W1֦V'Bk>>ѼƄ#m#ݛ tKpَ 8, dI=J)~Zߓ#"\ n"l IQk %΅G#*[U`4-{űK @b ={kD+7iLX~G9|ST14m8?0&;xh:nISӀ'6lsg @",pixJk?S,?rL mCzOW\ѕz1DZÀ [ƒ*偧 MsϝauV*f[/iƤM)J5X qFyb*'/bC}eh5'UTuc b!l`g̱J]_pƮjGޔ) 41P^HN<8mnIʷ 5ĩ}sB1AQ2i$Wgu=JE*JvEIƁyc 4%Ӹ2=BWz+A[_c8:ܖp`7v VЊu6*2Pɳw̞Gr0Hɨಃg$7unn>gђ^ˆM ):bR`PLXH~3@iG<\A@<:}C4x16 vf_ ú)՘d8Xx~.*$e cUXUfdzƤ0\Ă*?fGO. qDb25e, -ka_QZ  E~i5dc5ޘWν30)Qޮ+,c@j;e»цOgUONIE:c7T.RW^fzS=3'"nH]> "lR9kw @=uqҴ]mQuzfٻKߞ;T&U1#;g*$H2A О}W>1&3rvMKԽ%ȹ%߸X`MsB^s'[Ͻ:E؇\A-22*ddµÍrUΞMe {&+#7B'Pl#Uwm!8<2)QEt}:%1ApNbDmb< ghU˝)S1W%~bV[KK`B M>eofKBv;Sa>'wm~Mye/cW^RtU#sorXY[xKB61ۑXkH>/uTU>7z<=dm1( Cq2Õ 0%3ĤtkwP \0:(#%Icpwޢ+UOixaXBבb{dhSƎ 2Q*#T&h?(0G+ޝ@uzOq.^Eˀdˈ VL#iuoaaKBkr|+ӟzfLSͰ"M4i92/eD"CY[v`ÓX,u?!vE49=Cb5Dؤ;Q+sC#`AE``wWAf||JnŧMW2SXd{,A>FBewI9"yUHqD bAAb a"D/ď6ӫwe$0;92vGF Ea!^Vƀ胋VӾ$oGKSI]U(w ;Ϭ© FW\U%ôrpPs_>Nk&>ުcJOA؍ FS޿CG1BJ64 Ui@d |{nphkqV=))1]^G*̘?$CaMRߍXʷ8sT ,#L9~?"9W S9[h'-yGyDO)Ջ%k#*@3 DCϋTʗEU|"3g8&qZ<|P-~T+ LGP)!gN^V7W_f|OUK)d^ ?vzc=/͌ HJ){s3UKuhKdd9\wYOXj D*  ci?Ne`IuO ; z-Uc3Dk(.(<}Y9A*]'aZ\#$ &=B7X$~}ԀG_Y>QF"@g*p/~txPVEԚ;v=bm._j!.a9J5>hfLX[{ßdz7gZx"AHoa!gA'߮O%6~뉂v5VlRuNmsIȈQ!I *fRGP_}4G{͕cXhMAƚ@e~}|)TJ s/clx LpCFUxh*|?Z5gJ~5M T2qw H\ְڂ ӾT}7aV؟b_uB)=Z33}n@gUXikhURhzM> -^P0yzxOJ6cņ1dؾ:c~M ;@ֿy崎HU9iшbr|,VpvkYBČAAQdQ͠0-7=+aRf@hP[oACniQ4ba"S<=ZsŶE4 }1 _̍|0Vth?],KbӉX{2DmssyKLx⌔Ju4M띴B)y8$ޓRw/!jqMnQL_)vBSg2pb@Um(˔{l?!P'1ELc03_vuP,H< Nd2S%!ȵ3sF?Fzu]3aA}c#<2`XLé]VSϿRқg͞ Pmp,k*/>rPEZWX6VintM:$7-},6tU[Tji 9'NLܳ?D#1Smr(wi>c}:ѠnO%SMiJU# @b3jF \ yQC/opu=MqpJH(G"EZשj/Mv<P#܎Q>r _ 6N(iK&^=|5p@X>]]Q2 -7HnȘeRscw0y eop}p00d4d+WR zM/q7mKڮl2޲eM`/L |s9Y"E)Ney10@Q~(Ze_zQ _D\#čA-=ǡЖ`L /ӃiO{Yhzؼ!Y}0p|g{Nz.T7=y|̋@itEVSk՗jӞ ;)`(t:ٚyV]-l,!?7)]{9γ.!Vy<)u^R;=|>=FXJxDVL)yi+ -9[/V0[,hL0_6=Jz] π |¼UX1Pp%2y0t r{an+oidoPtzB?ԙ#!iҎBr?⩞C'4>C7Q. 1l|Y,IGފj~FEW-T_*˶Q{,9S~(qWYfUn(X@~,anܬf%ӟ{BnOʽ8/ǒѯ!;+$)N"LVB"D0ӻ\ *(V=KW_ZGnv0#l Drsk}W4 f\++pͷ9}xX;鶗[4~pȁI!M˿®E.o^ Foa2)s7&^n)7?Q$}n&9X6٧$7u5d<%l7vH^T  rsn8 H`Qe/tz>w.}z/'nD0ë=f˴(Whd~`ޜ91 =Ӊ*m.=f3!*(dtf -; w#"”󔉩XipR:I`r،gum>דrxe,F&%(ܹH¦w e(I=F2~ Љ*ղB|CMz'Qm\w!OTG+۠IJu Gew24?|g6@8Xts |v}J `[\sAvJ32a U`f5IEv=\l_?H[nHiqU)4#tS4Q DPȳ9!~P?hStX)] 3GMYD K "Iok$9=v̧~Kʾ%/ɤu%ˍ5"/yOQ IL\Ϡ>r6axf\,LÎ$ئx޶zt8Q.e;" %F'ހϖ8+o͞1UGR׸S^.Yg5(Xpu UCeW@Y/ѽU$ltEiςTN=뽽) {&-'rɦ*r+Y?}ޚe\X$ 7+/h##׆YW=y PVLݒى˙>Y~.R0c6M_]I1;i]qkkJ;2v{l,|d?^(]: g9t۲UfM-6ެOjkn3J9w댚~x*@ӠNq_ǝƹQw@9dkbd:e5&y#: P;i/V9q'?WN-S>Ŏ+lnLvXZy[1(L$ȝ>r;dSbC{$38qB'/@0!>'ֹ1s{%fXOޗ|$@6V n1Ξxd37R$ /!CED{GCB֋Oה۾<%4X%׋MnE3u [&`da';$cx,6oom+D+I /Zx?ؘb~_lDܓЇyQmQRKd$w6 ._*9!#ٻޯ_N>0"arz^Oh_߿~,cMQ&3F<fh iPw[0KH}Ye=2ȥmK<ю =2T9~CY]5Bt;Up= 4q#@'kir96 LXH`V% b@ΞOh85W7ZЮ,;JNeݖ@UmE+imv4>qj>h WE?vc맼f7? -aG<'gMiVtsB|M%b?KC.,2чP~xrg:wyX~Eep(#NL556ɢ(uƷE/1;´L'RcA3B'{o"\xra/cftgҽ_DJ`DILeҤ}(7;s[|Gb-fm2 ?4e_%8׏:`#9*:"ZRPO w3E( DٺβLB)uvS NE d:E֥!K|2re ȪN 1-b#5ݻ)& RK3q:. WP;_Ӟd+v~^E]3']0Ҥ1\{ 5~'=_ Їkdرn @@XjFvT359T[R$K+h [ .f:|éJ#jÈf;<MD4)kX~$O}Ao88(=FԌB<[[x~bݞ-Zm`k4)<4qPÕ42'1&(WV?#Pv/sU3XBCLౠЭTnR@#̈F%C9,HPKHe}I\Lpi(jgKh;z80HDM:Xx*4A a88mKfyv0t=swQ$']hACrsS#F҃49s`pg/K?ݿ 'VH YZ