pnetcdf-openmpi2-devel-1.12.2-1.1 >  A `Cgp9|]L'.XM@ ^>싆?{޵TA6t'S n="i:7rtwlt.{4X, o".|]Az~f3eb2c4cd37a6335ea03217fbb05315e732a20ffb6ff7d3d5b93918e86700cf5e3213150c3a8cc5f86745585a74b7ddc630b8975`Cgp9|@EF?7? ]'Ȅ҇b.("h2z@!>Llj|p~WPA T?@JdJ[0SQa^$a8Y2g~4%*lүIR.'}3 o*6xGozEIg튌ъWH!P/?hc,>(w]$_ҋ}j@MTE.R(=8I&+Hq;{)o$ %& H>p>?d  $ KX\dh ",D P \ t   (Ld(8 9 : F GH4ILXTYd\]^bTcd_edfgliu|vwx4yLzTdhnCpnetcdf-openmpi2-devel1.12.21.1Development files for pnetcdf-openmpi2NetCDF is a set of software libraries and data formats for array-oriented scientific data. Parallel netCDF (PnetCDF) maintains file-format compatibility with NetCDF. This package contains all files needed to create projects that use the openmpi version of PnetCDF.`Cgsheep89 SUSE Linux Enterprise 15SUSE LLC NetCDFhttps://www.suse.com/Development/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxx86_64!I `Cf`CfA`Cf`Cg`Cg`Cg82893bf5d6a73371bb8bdac1e69947474b23b031ea5f7f7610efedbbe1acd89140986ff3e6b3ac3ad6543281ec2d26f6c0d4a8441cb11e02f238e72751e2e5111f7d45c90c88b43e5a078f768bf4277c9bc7d0e3d75cab2c57ac847c254a59717f65622b8e8e2470eb0fc1f4f8b96edc15279b2d8a305f466d004b50d52807531c2716326df5b0371a9cf865d0c26a2488a2b01f426b92beb9f4f25177bf143blibpnetcdf.so.4.0.2rootrootrootrootrootrootrootrootrootrootrootrootpnetcdf-openmpi2-1.12.2-1.1.src.rpmparallel-netcdf-openmpi2-develpkgconfig(pnetcdf)pnetcdf-openmpi2-develpnetcdf-openmpi2-devel(x86-64)@    /usr/bin/pkg-configlibpnetcdf4-openmpi2openmpi2-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.sheep89 16150301911.12.21.12.2-1.11.12.2-1.1pnetcdfpnetcdf.hpnetcdf.incpnetcdf.modlibpnetcdf.sopnetcdf.pc/usr/lib64/mpi/gcc/openmpi2/include//usr/lib64/mpi/gcc/openmpi2/lib64//usr/lib64/mpi/gcc/openmpi2/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:openmpi2cpioxz5x86_64-suse-linuxC++ source, ASCII textC source, ASCII textAlgol 68 source, ASCII textASCII text (gzip compressed data, from Unix)pkgconfig filePRqm#/v#{>}~utf-8f98d671dc6fc2bdaf5e63fa00ada4748e20b2ba8e1d088ad8ccb91d49cf514ea? 7zXZ !t/ |] crv(vX0a6|=1(~GGP\C+bH [S3: +XX:EJQ;9HNpNB :ǙPK f\A@@_,ihVy*a2@? @iho'I]"_bZ86ج5,_p*9n\=&%uhv4lSvibEϓe4QzQBH ҘR0׳67IxYUAv}B1]u0׊ ?϶ 48P52k2e^eoę>w^

UP>TڗiY9ޫf#6ֆ8}7Nf!`q}1K"5PZ`qm m[z!k  Ӣ[]fC#\U.V{h?DzWKNއaULEi15>$l)IH>Lk*.s."e 1LQn B|r qtv8B:2eJL@ܧNf# MѼ=ޟj-ސEyW%Ń62TX9`? AY (eӻOUsr7ۂw>ܥh,zt˳A̮p:~ޢ 2> ?{*dZ6|h4Oz sγkڋ'IkecΊxc*8P*4yUso|-IzN]Gc?0eZCb&L/|XAg$X#V?ǡQX1e %@Z'Zzm wT76m$+yLI98sI[ pj͒]P_QwdydSX1_dX Βl$J<P~eGI ¬ޘ WY껷5]Zx/v%&בD r Qnq!wo;GET\OVhtC Eu+;9gҚ3FH8<>XoN }Nً}Xt op΄QST~`++J|vzm' }#"A*Aw=1w[.i"'y:YdI =t39el뻗>[-]y4pBBX1If9y\ 9{؛zȎ6#d' Aޅ1XqS[U}asL͛ (`XH*K oPuhP5y<6Cʠa|W1)9̎ W ڙc*B:dV&.d@I')",EE(k_*ϲ54mʊđhMPN[ -/%0o5)HDM""M3$u̽+1GCU;k+QM:4_O}\ vaj9QKFs"ad8EGAJ^ڭffml?` :B^g!hTFs2w]6ZhXfGe#?`(_;v01_0\A0k\&:jIW]0n(5 "k2 4:xSL!DJC*>\oUΙLbXJ8'MR.%}T `ƠΦ2򩣣Y|h+n ODP]e6S'+کiIT㲰 /okO&/\kfShWF-F38 ̺6_<;m_ho$ƾ<'i2r#+FQ'젾S6d7w{Η0kmiۘhGC;GF#֫ǗF"fq)l>4o_Ŝ-U _PS=0+{`Rtj/ ,sZ'cW<.Yb:&óh@ 4Hap %7&F7n#]oZ[Z4ܿg2A/90R BՋĴ8>gϠB] րyd8ƂLH.<qđzªe#{*s,(Jg1!8Rj)Osu]T!Ds @1Z2ÂGY4p݂x0lEכe9RИ"y)#99gӕ\U,-T4NY;3t iƮS)'\1ƂL-'> -f/0OtS9q: vJL# ^~|G&ׯ . `Pga4QCPaPT3UY$(;QiKD$#Kl|FaaJ$ Ñ_(%92s6P@7ԌBai? eu' wPu ύ֥N\m {ׇ5ͲkBaY:k*ɽLU%Jo0KaYC1_(sl CB>!Ȏ!E> #^RWOąt 2Г2w&I7v")oH^kJĔS&+E$6$PkW:S'=!h;!F\JIlOw->3p =O]=] عw ]ql4<}o4*hPwY{(tUf~_ 3F#_x<%h"py!.cg8C(TJ&Y[Gb$v!]~1 9("Zk~8_o_VHMIYRV2uxZ" fWu)jl9*%Av9>%(Z76S)ʤg8gcP֏I56Q7rfZ:K9( fXb51AX{yC ՛w1[*ށjjѫ;?3㷔[zŹ~Wɝ.r%R*St ^%9/ (4&ƝǿED+4.o˒DW"]Hicx L#lr s]-m6)>!đȞT,Qi*C/N;, &sFc@3R4}=g2Bf,@>Glh9wtMzfk mjɯNL}t/H#Nr c>jCKdr~'F K)#"0NߕFXSnADq}<İFV@0 UGЊ$z乖dwr Mт P*۞-f(.3 nS2I(&J_M. 2FXE;WawFEnW%t⯀Ct}YY=;)R/: G hp ˜> !slԵ:Cu,Zt쯇svjrc]2%r{*Ƅ[]\H Lp_ppo˂Dj5/Tފ8Z]k2ҀjS|Whw]HC"\ pGr][FX1|Lʒ*1򯳴LOji)U4Cj*v!(Co k7׶(nZ ծ:f->N'$ai)@Nix1y"+&ɺDVT7y//0^3o`&/ex Qe ->En㦃 N-d"c>7F7]?Gf wOP0(yY*f1a3B]fi؄TTW9Kv}%dquj0ڮ`}j]u9J IVfɄ]_:~`v+7G(cfF}Q+ EeV) <,{I_hick+&l'jr1i86쒯@DN~&A(3{8ȏ8؎d6K%fRH>..@G6qpKY#¡N0Ț.;byBR$.L5PWyjMqq!79x.R;:s8݀2?΀cꄸaL#p8M{"^/[{=\fRR~|Ӿ0Ej ]x(DtLs 0#yUYɃMKTf+mV\sQ֨e+uyMe\Ȓl>I؇<3)SI Igr F=Ld^9&6%kz7C)1w!usXPM,>c 8G !9j>GL~Li,hM]:'JICK#oyQ=O}Y"DP{Qޝ8ڒ (}B]c~U(9' ԱbX{|2Kޑk=p01ģ;.Jվ)( io,ЖTSןf)2OgGV> \:͌?7oY2O7Bق@:csվf{MdUaOxǎKxDX2"mBIbҥp|ӋaH^Bm{ v ƍ҄Oa[Ԓi ~/ IUG[8%kl-C JKz ˈl%lz}V4Cd0=0"V6S1*HFɸ7 Kߓl8!![aJ2H֋eƍOrmܘHjF%?mP~,}7sHi=rLxY$f?%U^]ﷰD_ύEJXE${(Vz {"VkW7ˎ7Dt} CV&ƛ#TM[M\TXoqRR)? 7@O@UGj ԭ=,:se":%-?~aG x국 S&0$GglR?}STDr,G ge?RڒRL~܈zJ;=06"VEܷ[ -fDg`4cg% ֠Sl/d<ڣx`!Զ䞬9C7ic'~wo$V[qNi-A/Ƶ Vmy!Ut"Q+"6ZsϲPsUdW, -?ݘJ M6!gdLpIF EYiY d@Bަ\࠴[h@'}|d9zd7 cjKkEC+J1#T zz_)K =x۴+|kfTE] [>}(]L ik`\@ʤLi7"2C$Q-os,-&3(gBHqyCITSzӑEڂZTOqіO$܍iFiEl<V0"K DxP Rے˱Ўܗ೴wsjQ掃G>{a2^o_H #frRBtY~WWP_-;:ݚS,j*O`N@ٮgs_R&؀_i=\!]4P.izk^EI>ҀWQ(NʖiGՉ]IMݣaOp$Zo&bFҎ*+Y}5"z c | 6)O){o.3y!w/55Ǚ}|DQ&iA< .OJi`R߷`␲LL#)vyRPl90C k+ПßS#sxZ㷪[@E`5uKdqIy EDWO( Hw~Ėi|]\yO; 6'c5pbjfe)Kl?,FJ8YU7)w%p(ha㞳uoU|]szHU61 +ʲQ' )mb.1aۏj;kעL' raӚq̇(QY%U$,q}7C%- },^1lcgp|$? 6YbKh~eUskmJ\B@P1Onk"wm;wJcֺܫV Xo4WxX~@Vpu&(GC`٘X/;7UaKU931;tU1n}fGΎ'o(.K'HmQ Myl&s[ onۘJi!k)kzv:j93DP@iN`\;}ɇ}>(a2xdӵ ˪JiPvjwt܏)&j>+i#m;cl ;~R4o^v Q7^Y&1h?ni[]̯)elwS9c-F'Σx2 _n8Xi Y_Z^_^|wgu!UPHw!iހ) m| DGWTDhL_Gy=` SxB]Ԓx#BZ57C4~|m1g}EZ*"?]Y+ q HU6]n8ME*ِbL<zMB 1Ðվ}ߗ3>=D\XD<"oK7*lh%h;$ǃ07cܩ%n(ORdIrf@Do`mkP:)7{$9G &nڸIj]o#ľy,hP~u1y^.򱳍tN$ɕ+~.U2:a`֋[kBs^97ة'WT5cKkqQ 1 {:& N"~Vڨ=[S8^dD}+c7ṹ\G+wunfiq95fM?ttA;)tcqER %xݴjo?c^A&IxZlņ3?\ A|u5vx40ᇃ*gϏNK A"\u~rTl&\ l F[;DpUEY)_阬yO|m 5П ʊ_U#=,}9QbSƉO-Ӄ<;dֺ85@mqq 5N XplY"Z.?vu"'<<$V%ebL:Yt<=ڤ~fjSiaRĊ{nD x<f.F`  jU['8ܓ@JYnm Ǥjo]!YN؁M;|EEv'c2۩]\v[<I!uEx)(Tw :!%-+#UG0R;GY֑L^7}}`BTq\5(\c}(fP7|%JU >}aƟyή%',*}=4 Kfbę0rϚFhiuh;?–'7-!eD-}nSbN a@>2ueѕ3/fvS}]M I\ׯ켖uID2}97DN&W2)nЧCΜG bjha(ge^9FuyU'r=SLbx&[b?>L#n.א+I!o L0ؒ<@6-aP%zpdAnӡc8F6)pр#"X^EXJ JAM?x$P)q&>è{i!{Cیuxh%͠7cm0Cv*>\ dNB?Ub=! k.1n #"PG`)M!; E=tiZH'AeA4gcԏx܋4DRz, q5VᕍXYH` ~}Ҝ mYe^\2%~78 V V`z㐯F#Ѣ5gfBXtnenR䌞No!J9ˣ!+U,bZ3!{ o#C Caq ZX"}6z f5kmO]D.kM̩"60-s#f\0DZ&c:ո̟KJ|-7"~ʰ2?)e bV;ӚY.F !BuVxq "z2zjIftU6qWYX{@A|ۭ+t5v2GOi hc~elY}ޥqJ+6C@6k+<^Hjk&PXeiAt4Rz</bŕޟ^&7OҒ\30>h怲iI磆=TحVk`(эL88j BT >צ!c\#ga8dDqkwK!E:`+ųy$3X%bA:P3}{{I=ju)euŶ-gki@3P]xaĴf(Maq887C^%mvdnҸi?- ̼S3MAQd|RAd#homsRRaM R$uI6SzH2?ڭN(R /g_/z4*Q=XѮ{e\?qJ&I/\ U%LB,zX^\2ie%ajHnR=i0Ӡ'w-۪(C3 ϵv?9GN]N q˧3"f? /IcL4'RkBiU3!lJL,biqd6lڂWTE\',L[x0DejmRST@ f+vHMB 4؈ zٽ L`\p8N=՗s p?4+&15>]$H+: !ѬUQuB`[3p7_~MBcsϞo:S]dTI F# RF{C ^%cŔb?jK↵%Onpm`4*#.^WZ~ϣ)s $璊6tg4An/1AFؽ p~(`n^:-ɮ)2RW;hڎsǜ봤Mz 'vg%Xވ1CQ=oxv.fi̜Cc7deyT /ޠnKp'YU\̦ 2[ M0s3}쮸0?YVEn沎`u1/WҼGq&>j%rycݗџٕa!{CaVЭ\9qU@\i% 2"*:VWT"јOX|*RE^\4b`=vڑϡɞVmKAKLmWwK+Mt`b}SBgo!3e̞Ƿ 4=j7ǗDkzmS"i'4..0F^p4eh;Uw:0M@Q,>A?H>B$W@%6jS6Kۓ}(XeM;pMD,1L ٴvV<3R 3BX6"ɡʵz[Aͦ["}l^iw=" w$(`nյeM2M STtIgn#̴SwSbL&W|ӭ>30nChN B,]->_V.^ąiq&O5%Cb$2 \Aw>{&mR\)aR~)Y=\hAύ v@iGRf[QTU[2#Fg-3Sjh%08j45 ~2:)FLJ y#>ᵇrA"߲SVsƸ}]|1^ݗ WGV"3 mdVGJ;n qe?Rt))K=۠_$;l2ڑ~YENNzmg3OF3h꽬.s 7Tb){* bnj|kS{vX>ϡ gNK<]zY)?IJng:exہ[H%v1J{Z(MѶH_(q 1eɀ_f!A0E#9`Z_ODjabk93<~`n#dNz#G$mWSm3s-jOU@$R$]kAҥըI]:ʹCNam]$ F\Q?(qm~ķQ.3xL6Y*KVJ6@oglaZ~Ŋu-<5:)qG7Ruj蝆h9Xʆl  *4rz1oI+k 3;b}՜ z^}"2QubL]~B@H-%ӏgzaS{ ]$ԽC;.cĵÐ@(!# ExYnG2P 8M*IAraO2+ :_]2%;@;<%w)u ƨ_|Ɋ=M(#'\Zu3+S9)\]C6ء$wž;\V>Ih.I-Q"CvL±Yx_i,۔A(y^yX.v%(׀?LiMC@${Ui1ԐYAb]muGJJ_Lq)s65H (2<,[2FؙK ][`ފ&|q[XQN(#uClR۟Ja)N$J9H3MAYnh~;u}$}̙UeFU˹|( -/T(K1U ӮSA5/-l9@ Dw3PIO 80.?@IŽlAqwkrݚo@1fPFf\6:Tkʷim9۵p[AB<-h\!g֤4Ww(X|w_@ ؟dWK[ְ(]":v!7+bhTa4786[LCz .T2!1D rE Z(t>Lr%{Kka/$4L4-zid: ~$>7+K \y38#yۭK)W1#1 #"X"HǀΞL}k-9Z1%<4H"Ls@Y&Z\ 79G#TΠMj͚S0VE 5sDB_oՏqy~[Iem`-]m1 Y?[v2%͘!:(g- ?us!7ɡ-;eIev9vSEj)lKA&)͠b& `$j]n9>l=Wg'#2f35uFyU: ̋IX FJjl!wA %@ r^ԙnEWgg7+-"\$q+۽3C74=ui^jn8Λp5 ~&狹3BuR?$fJW~># ]P^q,ClEЖ}e$nNS' h;v\V|vT}}OI88>miHlBA@G dn؟3 o*]%<m$X[wHL i5J,Zxלpkyn&=6ǃQ8L"ue(yF'F5HC;;6θ&zF2NVqDܻYmҚJ8MMcԽ*I67Xh$4&1MA o6bt /bV2N_ҲkZRƧR)wU|jBKӆCҥ$C<:lLV.У)jqLz|]`aX!MѠtU3w^o*2[3Iw&hO3oV~|~]!'4\AmT(Q".Z8S_w1^%ɩ8^ɪiib~-MyoAa0)"hUVb FndPn޽ң(E?ynyx(jY/]!6/]`{QPkl9[6yg/ kR 1>4qל³z=ԞN~.$I2c-r3(P))r(fE]ЋGU8l`pTL+'/MiE!NJ&/o.?Z"S~Fkn49m' F{?fya:lY[o9QVZLb'g1 e8qٌuKJwe@.>wiD|uF7#\7~3~(y][x8?nGȋBA@t]RaMa>+Oq Tw{֗qfk~ 5&\Bq<24Jdۨ'0,a!^݉ǠӮ.X2XBvб!OvP( VWL̅K ba_u1dlHCI14N~-xTWߐ*պu:,83_ժ¹ϗl_ cz)=;S~J (-aXX!}W> pQ%$ \ǿC9Z!Q2g ˹|Da,IѷKE uKM3XIcC,9'}dnU[;?~Lf1coٺ>ܞO^$^Ej4'Z$J6[Gw3u[.OU̿W;aG($'reOBNb Jɩ]6B$zNȩO Z(f$mf.>THL̝@x!Z}3g|A{WDt@ 6<scR,(w_f1R-:1FZ5uXNΔ\&qr[Aw[  49bb.&үUʱ;)’G:Z_6JFXt@};w4>8,TPtfvq1XU# X TA3#2ԟA 뢴9P*i"j#g.锠BC(Y+f{\FbvD5TZH#lNϮqiΩH*ZA p sCZy0KçT/ pӠ+pϤ} !Og#~=38׫ )V?y-9.g!qx;O^o*Ie|^F!`B0p٨wPt뱠?k{\5)7q68wlj!* x X҄9!'t)Os6Aq휥 ,!uB]l_޸R6hq XUaR_c[d!2ƟGi+Ŭ͋c/CO.jӃ ivCp@{5ߝ0dv~\⑩ CZ>eix\;l7Rua$:uNر(6t G %ڢz!ICȕuw~P>;YW U=Rd 6++T*կMҙfZ-}KH+ގSbl<819ukms!oWy0+{_ݱ\Z~ N;C+]˕߱0jT#51Xw'׬gɇ7աRW(;Sn Ec1:8_(sɶME$XV8Rv:{HNӨ:1g 6X(+%b?o"AYVzs981^jy",_못ٿD ,Sl'Ͽ"@Vmf'ְ_ޭ̏*8y:"5a^C+6Uo*P$(5yxuSßYmۿUtR0{v%Q` A /#Oh찱^m d x3ruy_FU5"ɥXevf-_ Dʄ=3"x%pY|knR Rn,# /%rjĆR aW) vrXpPH$70|7%: {l6ԗolW!EI0akl .eT 9y/ hvGFI~WU>;Ў_]pֳ ]ak-|훬;HtJDT[m{Dԗ]d<<0"b# DT#岯ēѵj&=$(}yzuKp^: ?5wX }8.x.R^$4X+ӣ `s:gU0ll+D#~ۭ@H:ϲM5A >]^h9(F-:a7=LRDlS)'Nnn d.)V6\'{ . 'UiJxMeJB1v tNƵCCbޞx[OGY˛-&+5H4;U>L:3̙\] SORNX}ŭHGPZE3XkNS'YC(^{Y~@g)`$*m͓K!Pm a47A,s&+ jE 2du+S7{vr %]ad Wiཧ{84J*CC7;ٟIp:Yߴ5dl-lra+wb AJ|P?v:_Ml J:qi! :1NL[r.i\P!Nl['A\ ɼ-vʈ>r! Bh%jo y]1pe Fx]2pPin.+~PHsdC{= `اMd@bץW0\3IAݠy@⟔ʈ Wђ5=^Rd^@Ni f};@8},?DQjN?DeԬCo*"V#%!>'/ u'+)Mk)tPLST);ҹ*An"W%!_[xk(/ַcBaԓ.V#چoXX餝/=].XZo~>;: /Pn n2KC ŵ1#5s7Z-+۳KQ#%C2^,dDz0%}Z * Ͽ,E^~\Nmx{Nj@F:{ :m0xS2Vy22'ϳzsS=7o L [Be)*8+jdV4!wmcK +~" <:TJߕ?1/M+V1K@Kz436 IMk1&ۜ@Oڡw6TT.G ZW8f: t&PTEXڢ|ØH|Yl7A-F.GӃ}|0zUBKy2=T{ cT6XΆB/ڃWltXe,6%'DTD,Hz"y9M#zZHKxϲ;}Z5|!lFO N1*j%2K|Oѫ+x-O!Ȩ$d[/%ܱFڀ)~Fٛ 4̣D{̯^EڱIȌzS{:Ok-p٬P\ی + "ꤡđk2A_<;nnxe( 'XNG 'XGI֍֜9˰Ct~wjZNv2q}cDPi,0X,/⧎;C;6#b-@TD~0=z*'O[f^.EZc! 0}#wVdHrrg#s(sNŶ+GsRГŻP3hw~X]*p-\4@[[{;RH=#NӔ=> $;. kS 'FRan0w@+^#6Eގ> ;x ;,;RE,#r/JtBrz~a{cWVeJH!xI.g)|UoyQOMOEuҟ|Big"-[E v'?PwS]=^]jR2: pwq%\Eoن/v5Ǜyp9U0pz|[ؙ;VݗT91Va U/c5yQࡣ,^~5&FWSuyq҂iSIkuP`8$[G\:@o|= P*֮ s%RDT 6rWT|8t_AVw[Sm3T+4yoE*,xS ,wM%89$ M!;bkGc/[7Sg7< qN+l7(q!2M-x[OX'Fh51 3)C|L$6rʒK:׎cS C 4 ز.zK*cPd8/èa}68z{QvW3~`“3Q m)[pYypR7qHC:]%&Gȥas4R䲷*_Dn ESrg-Ąg%e }=$ǚi"J+Cwi0C(j@tgi>j~ԗwxF ʜXoZ5qtyD(P[±c9I#u~p= , t"'#VR$ nK#xH e6Ч%6!LO uwГ*F4s_8ԖB(yP]])%YVf]t;+Y\)XzMK07WcQdJs-&8[8 (;> A=6o ~藂 <8ycS?~tӒ)aso|q YTfSй5gs R@نẨE@v-gV?jk_,VfNU'\4B^èO6\NaM3dإR8߲w9#XeJ mTM֮TnvogG\GPA׼g^Yv@Wn<֠xUt%IVX9! ׬;S(j^$ Ms< `Jy)kJU*}Z/ BN@ yDcgp)Gi+QsV ~wξ2i;K ޏQ1@%ut+:H; o:rZ+v@ba⮣dn{o!!/\kb=f[uAdg(&]7 qͧCz7qaֆH>qwbu_G%%i iv['^&Y-}|0B" o'p*覈tVf'^:cuo"1LMe !rN*ÊҘ$s%&9U?:Gfw(]I\S1pb).|' HsVLTY28/ D[eQ ϘL]:kBTEM)bJ!eSvY =Q )}tp''VƔއQ4v51ә)}_Js߼k4X/g9hn aB BQ$^g,=.pdn|"z  S?5ⵉ@=k}i?E]? KBOPm,|Gnoکz,(GYjSn6ytil/ )h.ky_3 |sNd<)QRVlg @9qGF"q-lZ#~3 )hG^FodʃFF r耸Xȫ3Icf-(\mLQ !1?3MYt21LBX&_"E+4xF,S* -FDLo|*M -֌xlOJ8:3i ]QV2w:  Sd.Ct!*Õm@Bt!!gNvQJ䮂N]X70d";͌vsVO%_ky~%׊áQB-{8I9dkmpS 2ppߤtI/Q! 'WNPZ_zEC %Cba5؞PHd0-z.LV}.}j΀e~C=Y?9`Fe}^E6-,eB)iAGOQjj̏[6u‘aJstH%ٰ6\`k RϺ Yn5k9 Z2dx:{ggq~ E50GոJC}|R$TA5*-Yq.yG*ߕ;$smb;n͏+8@MzV6w o~~G8s!%z֓*d}> 1!pb'SJ8%}D Lp +9"k& S `=?TA @g^-EIҫiQܔѪYncGr%>QmNȑyBn I/MpCv7Vq4H+; zc }V6Mv0/Cv`q Łt4GOYQC?5xb_긋 ,oրyh|ܲ9K`oB+ ZɄ{*+u,/BU#}^?ȄŎyOX{W.% PVa(yp7;?4F:Ѽ]R{zA19R3WL:4hQ{ƣZ^m Æw[5!7}8Dda]xEBx9X5oM9TJA/$XNa!fc=wt_7@yQ,M'5˪h [֦&vZGT'e|t-h5ΒX^,+-rc{Hg"oxG&/-KK014KGTY\[W$vƧ(JYd!cr2%</Z%&I.3ʘm4=IwI6mjJr] )*v8p-?2Tq9 =y@p Hs1H+勞b ΎԓYN$fqt! _wZ4'Re N[ה"RCdIN6sy.աQW~.aiE9OX$譶+#3tʶ |K8P4P/"7yؑh}LrkM OeP!8s[9+% 0=^v\Q12G|)k󸑗dKX-+"0S%xPo/p <,QFTa-~bbltQn Yx ZIq H1&6XE5ܝĹrq격K?(@{kpdVqI-. o X)vL^h $LKW>FVme Xi BݓrS:!0)dfw5)%,VPrJ$4qxii&U9VB_nS1; -`{jSi.QЗZik׭s 鋦h! а2:}ws}e)6%)lծ8DaX#k*Kpo (^HǸ6}3-1>Ð9dC/ZTƉ1 @;vaeP=0S=Q'?,\י)\/;,ӹ_lUCBK]b߿Um"SI !o2]bh`.ctΐr-GpNrUlh-[KP$җB!4d䰤H6z&'(CXnsySFQ/u週p{VL|$q.0O}@sAS µ>'i"v8 &ao)Bξ(iz#)$հ&iF%Ii(bN\p㱡\sy ١Sy*? :s]IvnŒp8_St `ǯ LIkBm"aɔ:X3f0"#&kݴbsM^#"Ote*¾m雚][3t*i77 {ݘg?LnR1^QH@qGI(FϔA[xsTpZ=1i6&77an> SBr4DLh|EPVӱTJɖx\c8.@&}>7A{هwf+bxwJdz+lHWPa `XcCzST<=i&mMC6)όV+DB1 =tN{!^XQ=cPsD_HˀP<00tS7Ffۀ8Ej6$O}$$FmUvZ<.] gf);,<@l-~ ]Gkb"ea>hҳN3ΏՋ6ezitwXE6>Ө2\ *2hv||'%kW^-K(p>`knCϱZ^]#aQ1zpIM_a+N ,09Z7uh5/n26oTYQuk(CvňV`Ǡ0ɴ3K,[4!&FäOƄ rhXNDݟ(q<܍T ^JG\ )ȲOlVKE[sj.mmpP94 b\[̝nda^A(筲ЧjҘ&+n3>D9~6:kE8-E%Ȭ3>Sk$')P)S[yQ-B&wDŰ8ɢܳGSݲP-̫;CU7#>MPAܤjJ3DIAZaULESPհQq٣ٛPMчm KP./:ahDeeP my'ʷk L5O]SE4Q ChL驒(PQ=fС 9u0o,sv?ſ1k mD뉦y2}(^Ř+UJ֒UM- (7J"c’>A@ X5}𗋄B<:%yDYE̎+$ivwZKo,νl{mb[{Qhlb0. =΢M! 1+!2ʫ*lF"pޜ [Z9!ݿa9hoȎ2Pb0{׆{8F5Zj{P8Ƕ\wQj>^Mdp%ď0/ Zv=h YIݼBխbu֩&hY"r] xe krRxsDt v]rcs{{mV*bb2$0hX]ޗ8:`BVF5rՈOC(Z&ڶ/u(s _ml"4 }h }'h6Z9hPN0 *)n xΨ˂R-݆Bi{¼]?ȌZD\@J23:lr@)<~Ս\Dž) ƪŎV,,&2AmQ&u !_W",#gHXJ h:W!dE*c?ʝa-i Y9SߡZCFd0 lɚ+:r''#-zIɵ](.L#S<|zP迍3\'iL38)TUld4K%jw?X5 w?FCXVw[UϢvxXwO&_n-kÁC))3z(v8٢u I`l[#葨joӻ+5^cJ # t@ F(I#"jeKpAAmXy.h#[ 癑`CfneΉ[$GB5pR?i(j6*zSLQ#KRpɴ{AS7ÝieJPErڽ)gYXA0'UЪ'p @=1,aiYp։,%{<+FZd֬ uƷm|KX?'i`(bimuߧ7WF~>+Lo|a)K%"Kn߉XNZ;5󽨟(YRn!ldq2szs0ih~V*Tvdm'@O'/.Ë)g-Kr.8>M6,RB #?kyBEPsW'sP, hW;#r9 S?hg,omDLzoZ~(z_a|njNw"c p=BgAY^h$vIx>` xpo3jeBUgM|QL+Ch+M/܂9øNctݬydB#} b2C|𵇦'pѧp3bnۅ&7OʎˮN U}"PَtBE,p~ԽK"bprL&MiH-T i.K< F~m? "6B[F5tDrhí'z%<. $7-5ϘG*yQ^d K@z'S9ZfJ]+hPzsDŽn^#B1Т˄<=#ZUG‡m> ?+t PRdp0$1 1ux/L!ryz>fi=zGʬעwT94T%ht4;/qZ<\BZLr÷М|oY1'n)Zs+1)Xl*7[nI8,gy@-{ `hxNjɴ/o \B84f5.apcU׃p&+yJGylcwJ@Ti"c$(ZJޒ- VB/CrG(smhT d P|< YI'a3: Kb`1pHUey^}U;Y}<⅛Ͽu69@ͦSDpq|TT0Vbn4el]4D4f=QCw+o .AݻyLek%b%dAd\[}i 7r!=(e<|yIšrRa?Py}au'rCrZӎ g!rD+=6*Y6UuvO:M쒣!+FnPOǓ誝^MJҜ-YzH LJ6lx +'^}**e&Px | bT4dt#c #AF lrץ**Dhnt jW"DFZp'9M!쒔&FKJZ)& ?|[ fD x M{(Okm}Mve .]җOڽUH{]8J;&ڐpʖ(16]#_G:,80 }V'"Ԗh#\$J2 A߉95Irp٣1Jܬ@ pIB8#6/,nLk_Nn:*?}r~/:8.:9#JcLcDXִfGSp#VaR'l@$X<;v t8i@[2ȈP4#Biiai+G}a_D#)cdE kst xja;a9\4W/4:GCOb >]^UiTDƯ>(ἓ MS@f Cl8z 5ѧ6?%pj3dkڪ7ڋ'WݭixGŀ?W<'`&vbaf scP!f4y7Ά~hZ'}{j` Qg>>$+/H$tVgat!ox:H:w x0vl Oȱo>nQ𽟏@q.E:lvGש^zӒQdx:n( GѢ\k]:`bA3춒| ^K֑q݃{rDO{_zw-g9Dvk3T >xVx;q+@V_$pvtľ[T,kKl3Yk`xNS ȉr)q82\N1MI9GrctL/9 O8ꎭ TFzc\9.\"@:3^+k[1ĕ?ƫؑ!`w48(fqND'?w:1b''1iPL+>:TBɟ$S39V׃2 gN1j}$}^ eǀ$hb24Hv׎L: (jO;a!f/~qƒbN QMGe@P2{),iZ";4nԩpPu MqrՌNVJ>]{ezM̫y9O&/7+ TBKG8XH:Q,E~vP ;9JB#IJNFY +ގ=ޥ9i8ik aRNy-H>HqEbθ{᥶I !@(6u}pJ )SeS4)߀$ 5s5]ԌPuF W㯶ݐ1gŕtI1Wɑ^K5U ^wcn[9?9m{蒴9GZqg &U(6:\"Kǥ+&#u3N@ ՚.%[+0rpv/lm`"$a4ѻic2bx?HcC`tc30òփ-*?Q 7?: yIIcܨ'kn4佽DڡSG[ [K+E(~\+sDbGPy;Zz8.ѿx)g%!hj2:0lԋUlIb'Pt@@U=_w%0nhٶfGZ鱌M)uӔGW5V@m{h?(Q [-6%',ҨRQC72H- :PG:KatCTibC)tc|Ïbg]|I)(So3 &׿OѲk=\oX9 ) oxI:Œniж 9T$|R0{f/GؖqˎkTK3x 5!{3mH- #ԁe$8 X3.gzd:*::c ]ȢI~mܐv`[E}]Bvqpq{`YyNEw~qeQ3QC Ov5RV|{F3^*GBKC9L2~Y |dQDHcvMf1c[~|%KH0)DXEs2? FGWKd#Imf K|ZAugԿG%(}=r3e}=aLj"%Bǔ röm/ SG9 +WQC  HVe`Ҕ]7%p#㫻\dMZM^+ LPc>ɻ!t倭E)dS@*%/~n^=]I@edZ8˨v/KC,I>!Thuc}oD`#ХDޣ/Y]Pl[ek\Hyb(P[0H lxG@lQS5ױ}Zz'C`|V 8Jz\r$4 -NhYe6rCϥk ޽s֪R6{{l5uɌT23N*>. ļ:d/$|"/IIԬ ͨR@b:,`G3O ulM?~Z^=|V=}0mUq}vktyn%VqvMIPyœ&ZZ0ڛTQw8wQif?bL7(mx_/$8 af~K)~6 `#6vC-&y6!YVخ޸kH1h2RO?i{(H≧<~j)շ^ }Ƴ,lUϟut5gS d{/5⨳vy11@ r {#gG֚.l9AbK}ⵔ7P)JvS1R;A"*Wlh/3yڻ>^pZR fH, (r56de9=rZ2a H$t1ڷ zumm/@wܸ+%3Cm`i.Y8z`߭g';+N 1@k!*vV)y=37BߓV' hᨍiX?zi )"]gxL1sN|o텒C쮤ViX^V7p׾܌ r}vD+CjȽNetW:O@cfl)'"4o'4NG%IMM nLuZ '% \/88lw.8LPΔJ.X}%"2 EZj ΁S )E,"4!wn`Ӣ>H%s_uO_y8^Jr3%ǟjƞy$΁r Xu+HK׾kFF:dk'BՏ`]Oe6K-AIᓾ‚Ґy 3!'q* pCL肝h\_)AKȹ_˗XҶ G ި"IX2M (nBcӣY+!/Y@C2;L #y<<v >CyKW0;$ ~񰅘mv5#nS~itܑԮE8ARFzO+~d T'(~f_o#:BsĨo}#GsvܭO & U} JPVsojHR+TE$&n£{ ø"^U dI `S[p\ kzNHmN!?ԄF "I5H)v*6M{h𐗳KD`0l3ɭ]tH-i2qS9[/b  xi&vO7uIuQI|$`{l"3:;Ʈ4\7S>IhQ՟_Ƌ)_FU@D-*MlCr:Jqya b 5uN gO1c4|"AЀZZ 4mEhITPH&\%{@*"PvQkRfK mO }RTJb!EHVoG 2hwXIn@V`Qd;=ml knt?wĩXj;NqzZY{ʟjHaͷM*Pݥ]=mP uq%K &zn%¢|Y]-˚ >z?m^QnIH|PN]qł3 dR|7֚(K4͍KJz04H!-b'6se iPY8-9dfv^\,y䷚^#i#MpZJT, ~Mr>/Yڏ(/RZс7:ybD"jdGgsK>>(%H; A;AZT7/Go9#`dM'خjA'M>rI ~dU @g,e}՞pn\t 7'G\ ^還:AԠ+Dx4㖛CxRnMHY!ef?(Q kTJWuS >-ض8A~M#7u Y8]jًE)F5.І?f;.ji+-KnKSræNRUع0r5ߍs0jwJ3kn|Ür(\-iHI?hYu k:Yj-ր龍<$lzR;Ha@*>0҆TPy}򯱽£,D/!'ܥ(I[Q+0;b^I\lFxJS=r,dOO/ )z!oH4\;:[L4$IUD,Io&QSWBM LUG T9<}py)O~1s5"]죳gzۿ 8iRS/'/nL>P6g`?\ɇ r@!sA`kyW9/9YKj62,$Dl5aC>2 /2ٖ~YRx..[-oT94I$e~4D R`r:zopiMR(7Zho%Pd|@gɘS QCǼqdUcWDeZ rd_9aA玼-eG92-l A8eR^~yK8pJ{͟_ aڴrJl 5MϨ~6Y{Qv3b|7^7c<P{bPK=`lyW M\ӂ b?óxG9گ2RHIV4R⧶\Ѳr,ʱTv?]eo@˔ :l @> рfI<}V=SMI i%Yk!S|С?uF-m", iRr ytuaδ^B4!ObWGA_BKC12NMTiՇI %Oĥ_M{{`*bM{м5N&$oZۙEǡZ#;5f%q %aev?:3tX^?y<`bT?!b+6I @{&29!h>hp r}pѾ%N4 u-KG*D+P-649 ^zXw?ëEN>{Oyil_>M.ߋ5/j[w mեDk-D/yDltR?4~*4[]#ϱ+|a f}u=Yz ⣃D{10]^6Zh7 2Gh(#hgbO'W/Yt:J 4z&#({^l^ypxS3n5뻙Z Y1i}2Ю}]&_۹~~!M ޿}mW!lmg4)wz7΅ T*ҏ' r 鶒^1llfD :)qdzD)n<oy`ܹ/="W#U`IaSW & Yt>1{D~GKzݡ@m|+C]>=:s*p[ `q켭*sdG\#F)U J `ۥC{7; 0ĻTU~D+J=GKFOXܦ n0~/9m_gKI@L8̐Q#h3 0_N3E=w2{ > <6v$`[Acg=DU>Q ٙm~~2?4߫^I+%0c̰+[TѩHwTI, eH |"`O}}tkMKbK.Ѓ[װer&qMՕNrǖ̐?z7th"h;֝;Z-Ah,'"1t&0,=UN34\@ ɥ:Mva%kA[$dۍ)xR" 9}'ol3،yR[^t/ȌfjĩwldtHfjYMT\U{]ٹ<=֐tFlz3!܊y_V}';N䑼[krb1AhN^z1Nf'k4_O-K8N}eòDC&z 1<8yZJK9hZ0N>(ǼAYtM}[ ACRnUYU ͹;Li>x ")GkÏeDُGI 0h7z&" p #y)+?brOڐ{r);C:п&g6`ʿ ŏRԽrR"ǫ0)Hq$*Aۚx@U%%ɬ3Q\L)CTMZ " $OfWNF˴w !}L6\'cx^oXL9eT72n\ZiDmP%68EmS$,!B']ڻ Lf:+œFȇޜMLFSwIJ!Dhl kN'8= ){c=4R'hd9\wz,vZ݁* ǥOO4=F]Mi XgF8Wc(||i{Y1>mw[%^ؿiaή-B[dc B { ؑ]Gʁ & ~"|x&Abh F-<PWӤO+wnZiR_VϺRV5OYmլܢwu"$}K>Nrjen!$F3iS`SF!zċc"~_8 wsA3H7O;--xy/ V?&*-ֹ>_84Pd֮J/wCuZ*S@qe5ӒOwըiH\M }vu`-]tѿ]!mcih52h!Qax va p.Hje1x7Z\4E`V_>l3:O8J>]M,:rXVz)o!$Bngdsesgm^Tܖ#WSW‰w@f&H9% 9=3:n*KOWjT$Y 8'xӁ܏ {, FCĦ>ѺzMˠ?元h,9!ee1ܰN; *YgV1>P $}PbǼRx0 >oB8q!lmة&^ sHR5(/o uM9=Й䠨t8oJxuoc_6Ӟw \y6_Pk H+q<:Sp: #vG v&vloK|0;ep,?Y -mMn/zX0sjn{S-]Q]y9P"+?5f1DbQ!ߣh\)*}Qa+^OWɔ=FcPK{…R|i7J;ta8d2?zz"nu~wPfAHC;kx ޴:.&{bi]w>j3/LQ?7b'J0FԵ>4z ݡE+yeP@W@|#oBuD3 fE[pI-ʲ捴|f $ezX*nrҴ!^R%*Q6Ů\ɈLt> 'U2H/gq[+X _Y&Pu_!,Qۢ9"eٟe^ :Lαō M)˿ gtFl]F%& b.bȗQ/m:L4NO&O(|?խE ZqT-uIl\+zgL,eN>Q\ŷhfbCIa##D^Z4gkN~9 ,ZQnդR_V_fa۾Fᓬ.Lt5Җ, q}q,È>3,[jz&#u# Y_oTWR!R d!0/"ZPX16q90ѩ&4X|eX]E䤜8ÙuĚvLỳ̄iQ0W>0L5ȠC Z6qw <gbhCZv\M1<裔B*b#*t'OnM`+*.~epn5Ϡݷ%0Ho?Z6Ffyű5bSwVTfkw`@-اmBJn4 p8(dM3B+ᑒߚ^Iy`t/gL5𸸈ژsۙ/.:_[!.V\ga:qsE榺[?7>]I\<D=N:\(E-[Y|+ PƒsC1_8+\nݗ"~{o%߫Wt9 Qa^9wiWF0%]6t|ʻVkpo8q3Rc6>ѣ8|%=?.83!؞BjCU֐:YdD6tEfq]:!6Gwr)+e/; H.OFy-"aG;$獢F74w"Ҽria;}"fNa~)xOfm[ j 5͛#=BΣ"@Ŷ Hmkdh=5 @GAO8irC^ ,W'"5 ؄;]P/NmKVpjy9#Big37E]TG4£C,ڸ=j_"qRE1:D=O,KAzCS38Un(ĥ Oaxq7ib36ɤ о!RZInuXh]_€ߋzJa:#Tb/ sxG-MܯߚqUgIR [:gG`W`ShbsO;( <>ӻ+/?mO3vD^M|x0kd B~Ft-‰d+;ҢpIq #uZPqus7fmQGKxq;|#>~6$UVsX٤{`DFxTB(nR%# _Я͘zg*C$0eR<(-SspV^gWM99)^C"U}k ru#;;ۙMAPd8B(r5⟠N*p+ʈa } /+^RMwZEł|/xXn$^f!)QvMZ~=y-#QHoE]<3AxTݔygjSo I4$'fO :Xg(Di.P8x6lli!C2΍vŎ$aGh*%IcO:<^z.|rŌ nWkh[eѮϚVw 6aoհy:>~)?svϥH~E ?#<{ˍK Ѫ3qErzI!2jA0q{ˆprʩnj>(hxaj?l?V(SYaH: s%W=@5b<$/ 3G֖ y]qe]dB"Ҧ:'I{*}ٰn(Y"lnSU(RNM~ܩ(wNN n5p6q?噝dEtըbee[B'=͊>5x64 J!Fq!<?YM  B$Ÿ[ 2'tګnR1 ޺R(VhNXe>~PlWYd+༕wWI?%2 rBL(3 >LP֕FVK+ԍے.-oF45Q|WZ&5:I,*=1ckL^T91^ >bpwqpV3َ2%Q -L nZa{F/#`7.nu*!mr Oi 1]^aXuW^XE:u8"ԆpMRω+f4$+ 7+†1XrԇȞ4.۱v/׆E'\R~Hz]I'[a`|R5 _f)58yQxۃ˛IXƎ֚l~27 ,3~*phSf7iV87:Zx)pdm-BY# t&Dl1W#; nixzJC[#־PDEYc) 2ܑ,IL3? y`"g%m? X+C!,yh4].;&k.0'P7.yy\aP<ƠUUævifΏtύdA0=%,>R_Lx᫚m{~U'J{_3O~h߅HCAm }c>%@,85e׫:@O͚gu9.l މ 6SgU22/4e(o:zj7z$ <dک,dM+$U37 |Mݿה~VzK=Kiš_5tcm{6JwJXcviŏcbT—$*dLx${ F;]Dt%i[=eB 'OS똗+Q3d}=+R᷽*qZkLt(^Ĵui*qf2=~Bza[m}Cу;OOk __.bTGS OYuKb7Z~m^pC!;)1B؏l<6>E{(= >Wzw\^?󋂻 &#`ǹ&|ø}főΩ8_YyO|tojkLؑ_1m_hKr#;_ $. t8lIcԼ8_j2#/XrJs lPhECjqoqݕQJX$-`_4 b+e)QH#^zXWdt`~yi>WNdﭥzc*{N xP5a~d0'_ lp>vڒhg^U.r3кȭRK𞹘# @G@B&xK 3Ŏ& ȀT"3xɃ:C/Cřt4֢n}菦G DIeL/j  z2v({mNUe"?`om  ֔oѺN'C:2OF ߵ RgXO?b.nxvw{xq7c+L"@hRR2'2ϒ~M۰`5^wb8-z{Xh-fm>=3{Q&9p3ASa$( wNc@KB@~8LJnrJ!"nF̄} I6 gDS!՗ .>VW͗zBksddI wt-S^'3%{f=ĥZ)\r*zG#}7 צT i4)Tc4rhh'就Fy`DJAXswҟCbˏ{>g!-DQ|RUV-4zV&A.Eo2:!TNph ɪ%R5ŀ xNX  h~V أ E-6QK J/b^F-\]zɚ8]O0n!N*f62ûݍkQͮZ}>E`1Q-'|8--9K@=$`(U-rL >f{Oӽ9̍:";9rYZiu.uP\{~D!C5ߖ7WO{%\N E `Bwmf$5< >dP*K)Ky^\Rd1]àQ!TNEo=,KW!nDHu|cE7o/^NŲ,Qoi=@s\Ѻ˿~=]'F%$kN}EooF[1!cJ}Q(ɐvI?Q0H. }(NŤus1xp(̌d>Ο ʊKMC{0cY_^t@& VP{cEqy{]E8NZyR1 7\6|ݰ#Mi2>"ޯrYիgWcP Dvj>K,7pjh:YCEu-Wf *cUv*~(eN=x%]:Om;CNIqZ.vPmve+1avR-Qvi8w\3}*3?Af0\sTy>cɋ*'ͧ `b5h&0(рTmU生ay]HI!keZR$DK^=`T{[!-ǒN_N%']gQWgGICQf9(bC%hyΓm%VW㹧Z2*,`Bid"Y mwOZ-VL{7t>āH4ǧ"P\N".ǽQZ1qf3r9.kjU0koIކ.>}x>\ưlDoC7o稤#oq9֚oTH^7dHOUs?*~@S1? PM*L`_<w91[Przjw$kRHfY8LCݗ5៪ :~g'Ȥ=H$j7.A^FJa0?}fͲ BSf 8%!WgFR&0Yey~  g )s} Z#˦/ [ʩ71p&ҟ+}?P Mh˓0Qcb&F`,uyv)u l5YRwTI{نq +*"l~~҂:AVi b,by%RQx5Y^V/Xa=|Fj56G2+ӲS)>bv߫K.@P_^Z<<3P"282R0p?urs>S "#F}q[e+0=r|7#W$=\!JO{N 7~coz.M0w6헣jxen =Ӑ!x4*)u7Ͻcƿc{Yt*b 0䳼[iވI ۿw6uAm[OK)r4%Aha*p%nsl?Өͭ4orGI :B mi/}LCQ]6)qnYHZgFaRAekSd3W[ȴ0KNEU>(_6w훒bV/%$`Ct:j/P}i"Hn;Խvy[Sݯ(斸)C)ֆ>52M'L{4b˽fICN[VKރF֫&+Ht/U*; h%<ˊ\Y alR90YyD}BAO^QNX3v 4Dykۿ{ihpoO >xuTa7>И%glny<:y589xK=D2YZgp5?{vF/&}§]~F#disA p uX1a+0!1^xh)kT`R3p/4R uj&p/~װugdo=}=\Ds} l)aʸ_? z#vT@ad4[M>h T>U>Op#G5@Ҭk) <e Ϭ;! $gʝppv11@ؠ75mqguqL51rXn)t6huA|7=&fѢ*1 qO*PؒS*bzT_h>( sܖk}ostiZ_ZX97xb'7I5VI]j@*ċ3]&ި{"l%3#ϞL)H -'^Ycy_KNBۢEq5 &Fw v T^_ ==;^b {e=k/Yf\3k(Is)|BojDPI"A5*(ű`vP ALWkt艹8iݲ' %/͆S¦tSN_[b[7xAxr @+B a'i#\gLȜZ{ z$tҦ5{ \ݱ:jAVgK)<#rHN ᧃe pig.?-d=CyMm {|~9;CM N{ Os"\xee)\1h9J.yG$+ | @Z\.NWCa#]ǵ8KDLG<ěw z$Ԓ2ԃ]{9mXB|5jȸcNvl:ӬӥrrI93RKIeG'0#-#l$?!W%[b k`Nj2C?KV1}YsJ|T^@]@,,>NSs§S7dR̐>|r-UNK)/{g(F;3ū,WB%_ Zߦd[E% )mfB1{}9]pۧ`Xm"(b˲nv*xuFZ0B~]ZA7KA˹Jl\}ƓV2EÌժ0ͅM2ؓKqGvtA,²/BqWG_Lu]()j#yX|Sy/~,coHfzZTŘ`:n pL5K3_{0J5363 + a5Tqx QRs/S_\ܺ`Wk\,z&%vf2ht;QE2?qIZz 5肘qT;8TtKjwZ![vM&t_8Sģ*0Y u9,:C QM3aI)o;XUF$qBskm ҕ6h.` Iuk~Eo3qBrOZtS9zb[{CR(k!f-Q['pq\=_L;5SCsA8 J9;Ѳ6ٌNFjkhT!]x$ZCtP&,`,5)}!Y1aoΰ1Y3g^KzP gi8􌬋{ d,#ň4?niV@"mUOBz|"Εy1$T+> C{JwEC:hK3_6 :h+Hs=OEX'UO$SR'-%[齐JؘpIGTkLOnT%l@&IMBR}dl$ygeKi<  GM%iqˎ @%}ζs4f d˕3+VaYvD1R>f" /~v:7e]tiI&nL!g!>YFůNm~}ӧXѢCz2Q '̋e҃)dex,:>YnY~lEtJiVQu(s~bKexS (R~HPBJ15}uدpm0ēFv;¢0Bvů'qgsJk†I{M̘8=ԃqKh2N'dHT OREX 2E7z$uyʬ]wfpvh%Ou)9g0 )m_1+#Ws AT ›SHIDEE,e pN1fQCQm$# k!<{3pP3p{Rdd}j$KO'.4W\ %Y(Gh1ŶFn Eg#!7[ ;2ν#́UxkIXReiuL5omG諵$ %k=x%[|odeC)ehʿO+?ks~uù߅i昇*w쐬&ӘBw_=q,1%c/;)`37[B 1tc@ 'i٢7s$k-F2/Q a÷(38ιQ%ơSBՇpT X2b lh0FL +zb6huy0[qjB5az]-`$ۻ#j/eө+IR̺v V1M}:d PSSGt:bFq3T6oRjҔfCʗl =QW]/_I|elթTk)~Ƥ7J'_/dQW!X-U:SO'(b~f Pƛ'SgQxp\ӳMR RӪs~Hܓ$iM|U/|X7?FU6-'$˜8]zRރ>-kxZtˋlCkLT6fly:<^4&.]'c9=)N0/_:^ O y.G):(8Cu5{zƒW2ܒ5XiDEB ȴox9 QTd#Z'52~ԋKI.*FQVy gX&zC+=/X 3r΁t}K_aw=ƈUU]LEy(lO&V ס7N7WDjP4P+",.Mo3 OtHu85'#xP9ldGơ5&з¯-KD#a)(PK#;urT3l7KP~UC mQs6{yib޼ /sdtO,]Ws+ ĴCn9^-S-?*/D[ tJl Iw$QHf#t} ^рZ4DL_X(Р7sqRF.}xW*aщ8%o'h,cѷ?>P>TZ$0PmI 𓽑ro}t?8p.۷V<T̘TmDŹʛ@nT4:zf^D.oq=D6Jv=*J3Ik7Pax2|.eŸ@ bw0d8N4Ľ=1Zз~M_|ݗ~3Q)ui3K' c[aקXt2eH3|Wn?ͶKs!6{2١gGP$T˿"R?;WU)zʦW]kz}O/n?=&(x$qI(JDe7|n@tָPMwht}J(!2ny%"x"4p \:cc޴%q|A=X»E̴N~jvP/>{jGstLH1<<;8کd>zH<2`VsT(J @_[tL}(dmuEZl((taP/ÑSO!ق#+IKyL}oJFQڝ~)s;A7XkAyFu-Ԫ_үcQWg[?̈́Z+ǻxh[Qi"kd,O|1TOb=I3gf_lǤkv TTkbbpKK?g0b5|B^g$5< O!ehtAvY<$-5= -ttHS 2@٤ɛBev舫1wdG (t `H(uZȆOZr?υr(6J2ٕTBxkNIsM 5Y`)&"6Z_(eP4^e7pD!<2cB{psmva~ F8noHl!ސ6T-[AXQ:ФLbǯPwt@&x>o>@'؎LsXJ͚0BGivC& .2SG&h }yOZNEX:sע%Caw%R6Fu6IVQ>Vt/IHÇyUXG>T\UM)T9:!&lTBËwBm3\;?n ,ʁ:"[M]?x4Bk=)o[Jzt_ֻ/W sfi}#]:O7\4D'hV"^?-s%ks1~I䛺IiVI?Cw;T$瓭aw@a BIr'n@K(Z(5f}"U 20IߖN;ΐ0trN3nQ;ŵ, Rm?CIӚfj jTlmf>b# ќE: =67s_W{:W`&F*sEMnr9?V7aT?:?$d'AYd!'4עG}ΧM ~{0CP*3l|[梟0 \@a[+*M?ji!lͪK?kpzc3!=pL#opaXd V. U-qo#R 䱘֝eDl"XiKG|Wnp@zq/MSkJŠ[974x!³@~HO{z{.؋ֈ ռua%kA}߱X]O$C"- {FJPه@6gDxEqe%'l?tXj^9B= `@]ᠡlYh99"^nibѴK>f (٥AZ|]5w8Sl" ෸)_PnW%Exq2ݚ5Б_C0*{0ˉt !p^ilեo\ykZ h= K졶S:= u]&+^X-+ivܦi>T-95GqU{58S&>Ez'XjWpv1=t 2%UA8{`Iim_2#:/Z fDcu{:r5 w,sj[7P鶪DR)WBh^uP VGxo#5֑`>QߥϞW77$3Aռ:&%A?^٨e WsHҏ8.Ou`%e_Z?"4%E@7j-&2MTntKX][Fx@j&rZ]/uއ&A* KL.0mCsejWJlPi|_CebzSĩaxWɱbruѳ)^tT"UDPL.2"c'pWw>B6GwB |RF:zR pȉtdӾ꒴X\ˡ+U~džH?ɬG_ti01]%pKPbrX1IkdXYJeOqY7EGh[=QrHq4sw)ͣ9޾nXC¹"'I5"tNw_L7yHLV֋e [&7~U&] Û?-g80o[mHxD(FMdؚ׌ tMG &qhe=l3 68SJR m u(|H69^nfTx^ VH."l廩8yۇ`u*bkSYAgDKOU6ZQ3ij@kxsقiZ2l%ɇ?k-$(-=%l"Ib֣1zפ$hw%#}\<"Jr1mP$CuMkN-~݄K_, ~X'xRgߌmZ_8gB1޿\"Y? A)KΏ{THʚaW')0RuA*ơa$1`+N׸aA:ٕGɺH9|3&~К)cͣھ .m}eӣ-ܲvBX?"dEnQ < Z4~0Qv=E}]k/s_nXFl~ɜ{18OU7JFRHZ5h2X[ ^DNAl@xZ3X7g(Z ܚ?TI+j.v~no(YMxjH2Z;Ydnk}d J#")?`Zw60 Ҭ_ʡ\VFvZ Tmdރ7'v 9P8WuNh! R9<J`T҇E@hq@' =||mxm5j{dYW֝I翼.QFM:o\.Nnd@ .y/f]}I4x(QP8:FIm3 wN6Wb:T:GZځc`Ɩ@dzDu[P\W"ج#֮+UmTd'f}M|\-3NJt~eđY^;X؛Pb1ex@ejKIgVE{uJoz^~"h4mLW,3K~)NwZVPZ4UYמ<FQ9Hu;Q^Y$1:TEbF7p.8T/bUC4} (Ȍ^x6Gd#4BVZ+㐂sNV۩DG"Ԫi6T', SwBm;6?Oeցo3#ƌnQ>'dh/1C~zHpF TНUqa-K倫Ҵ(ER )I^"4q2E`ϗƗ.UFՙ h~:',+l?E!6/*ҋnMK@Xt+%[+zDs_5u qVV sQE o1g+U'R}`7{p!4;0 LKx`|ž{1?񍴊->^щc^)8`&]dVB"֎Tt _ҧ$T(|b|3*Hȟ& t$ʇ}5NKի[on%OIOSeޞ<\Nbj^yp'ZtI@erp7;ƿ,I/I,67Tъoj6@0q38σF2环*a]@ФɞB Վ]olk(KppNє!I kzڞXزEfYq~+Eߝ<~hr5q}$G8]g]Nei4<M"nT,L6R$t0׳#F{ zRDpo{XQOz}] љ?7k':y;|̛늓!G괉(00`l5$p}/ /{4 >VYqrxb$PHXBLZj7e9#flgٰME0H?<9|͓7m8h쟄y~Z["WQLI9VaCzׂR꡸$6ka*qFLDJ}Ml#/8pe=Ԕ?հx0Ge k`W> )\<>kIⰻ\e鳬 X4^4D@xCÚ&34$7$_ۤ{au@ޟf9l w>pNh%Nqk|1WkTg5nV={R6sVӞ93 Zy r!%변"ENHK C*[\dlm, rW4.*6pʉSA{c_Nl QkS4=ז#W%ՀQe__çT|ޭ !TC8pVg=>m=I0Y'4(]HIPVTk*g շ8/՝[͡^Gz&C(H9=?fRqax1uqUD(T9 q??K ̿l\ۉ_5>j[Xfɷ\-#<(񾸵pܐvGDУ,]6("T>IIy>P ڦ{#5S@(@kbcIg2V{UHА[ZG^l< Q> rrY4]C Hƭ R'6-!w|U_{dҜ-n) sbV >Z [;&jbabLcz=G m9I' 9Vx|7CT*T|tk/9>\WU(b1d_׍[Ёk𔥥Cg6pM2#:G8vO4 sTW\.Q"dfuG(TzQ>%TwUT!lV@ߵu[QYlV$ϔₛUJ Ź3r 5V./`#8Nv<] {3hUƄ/Ի>,5ksVKP?aмcT D 8iO}< "{h] Yз+ w!#䗚vކYvv$h¯:~_[k8snNM|_(O/de0+!kmgI8,Ϙ=p;;[ %g𖨮-WxI o_ `>C^sLNr P~*5:ۈD$Q!''hmͺQΒ&rb~˱ 2c!C8 q )2z0"L`G/D, "x)''+,"Sm5>7 ?D@T7B SWh!uWϑl< %ovtֿҠ = S,xRѷ aې'!&TEސBoMdnDm>:ϩ ThN|o>!`zGC'a]δ%>vYzfCފc˗&WWC9d-Ooknߚ1*g=o:az52s 4 H8W4Ĩ .e̻Ї`3vd;"|0JUGZ;U`<_z7=ד7=Hґ4w~n98+ǎgbm{UWP [fUɓqEVlYL~:2B*ΟD)mj|t\4Dހ0@i,?3}׷; ucB/Rz!2C]Iڱ+Әμ(Z?r&av#P(CEyZ|y)bOyw+:{݈ɚ.ٕe xir0{ju 27bv<^!41ӏꏖEj٨)Y xL[{U_C˺~V<{hw?')·\CveYRW4<%CL3m~4}*yd>rqՖ -'bNME] &!(aBfD`"l` P=q S>|M.icPD ;ɪA6#|!l@(ߺ._!3f1~f1BM4 qeH=FLLr%zt )U4fGMŻRUwoUٰ)Ej}{;+£ɥ.a&.oFlW^`Xl(r-;W/y̾ߐ8=!kXerr#V|9VY䴆@ 4`S| fП?Zu6W_2 ΰ71OW?*oo 'keU3M]vix8Z2TSƦH+O,PtQdAN\Cct}~xcKm=σn:8̣+ω2 f*"?n3S 4q&m>/DU_%銢cZWvs y6TF3Yju[]>Q|,4otU(oie+LoZZ˩3gꁏN+I zn֮A 薋EQ3| ۉ[]6K(-m݀Tdwhe7!sLNlƍq %5ԃsۮ3K2U"r\V1@Wëd.=~08@gҏ>hpșiZ2Zv_'8{8PU< [$[n | a{oxMiO6KQ:(YNl{3*'K1{ɱ`*,`k^gn\YPilru{: ܠl&Hh!^)>a:56"TXBSi3dt5iV Fh -8nM e0Z&-+^V~ kWy)FhEZPw?ZV"48Ht -K=]ϭ~JxQ\txg78}/˘u}9E\3R:πvR> 5cu%+>^W )y'S7 Es9zSAv͓'E )2o rhJH64{ p]35t)e\:XYoV\%jT7z$0( ;HmV}^fm8J!d5ŠҬIbAT1SQikf(qD%-ͮÞ׽y W:'}pw\w~Yo<ExMFЎIºMe t ּzQ_nB2eԭ&ioyHX'+$Ÿ{gcL}"Wpmv\$o@3 =&BvEy4GZXpr[}пRqjDtIrM% i TUEe|2%U)jfP0HFd&nUrKI{Vb[>R1je'o3iZ@m/kWRWDAI-p4zQ+]:S;1\4XU1y%E!/+~Bσ1ʩ _^f@i~ڪoԺan=nINIT|Zp+7˺GiVZRUľT'WYA(IKV1bđzBv 4Tܿw -nҬA'EQD @{B#Q7՗ ]Vx%zhp,}gӼȔ2UIfSeO"xme،&#+*=VډVr v&A̛(nR a6YlYP<Z…5\ Ke:ٺPo+dٌ5Y&K)"^fJn1Jd аckJ`ղy޷ =МF}N=Wd5֓[gЇ*2dn{ԅº--p-Sɕ54[ii+ɮCv>Fk~X'MB&?xRLͱmkv@]%ᒡA, XTGPM$vvUwFUU})Yg Qs-!m50)OM$FUVT}By" AIT:hcw=;K.ܠwJȇe73i<ŕ]L+#N 弙]`^"K3!:]Z9m}FO@ClcJin/Tm%2T;5S)Cf2zozAb+TLșvDCK+2,\v6fޑW-lE" k1g"?iQd^зZHi2>0[C.?o>/jcm\|a ^Sݓal;D:(.̱|>:?T}0 =w* )< Nv~>lLHlC9b?k;h}4 =I9cud*MJdvXhStWSDZ2 ni|iĆnWBO9.lN –{ tۊnitR݌hf(8mZ4x D&/cӿe#7#bk=F,O@J1T*%ȫ]ICWmG|KN#hA,O@\dƝ2n:6Z0Բ*%Zᣓ@'ЫLhw]]9g](t}*bO󑃆21X*mJ KԷ bNUľ(ڢ[CKVl}#tyheMr~}.$Lp8~Z̄vbILcj_P :p;> ,])Su["CM eno1`5h~ 'U{D>c_]j+vHB8 ݫ]aINS#;.IN|qoFߠ-&$+^3j Fj7-|eSA~="҉=?Z~!cu\&kLj{} 's@X,`1$;[e0/8o"kn~S{.x7iWl.[ ?B_ jY@[}c& %x@-"ݴz}tFQǡL6xk\|4>Rח"]Yjw941w=Ik^ϰ#pM0!TWrt 0rQCxf}> ^;m,%g俎c3STQֽgvu`,$ ּ1%; {M]s*A@(<,5Yv"񉐪#@ o%@d]a^B-Nge|nl,Y*# Qr%B,B"?JnqPcg61 'Fn'ؘ59zXicJv8@=` X~TI$F{(+4Q:-t֏Vwz7v#zdھWʲc:1%f,1zqpy S@0iz_+g[/ZߕsJZa<4*cHMne RQU߅ӂ-9mP!ې,HSoArb$ 9 J"ԅp?f`TZN( uS-D$j~ 73$\qwpⰺcÁ..CQ_t(\ iTYWRX $ҕRᒾ խR%&46.lˠc7;Hr'~)i)Z$J}5Fts}ퟓQf7 ĸ!Iy/]-ev/t0{@| b7N|]: c-,[H 6aN 0]')E8 +hp}yk2x)DE\ +16ih;@,0, ÖծbO*THi Tٵ>ё׉1W2XgG*u zە7 ޅͼP"1Fd$AY@EƯߩQ>1]n֎dWU%C.Dpw=@r({]+P$h 4\7AUR7 WK We¦DZuI#sn5tL#sbH9469b6/y[46Kϸ-8E2خ|,CG1kay<.[0䯫m*@pDs|ሖ麩 _RvzYb=])rA^"@X[A}Eˉ- GkϹ~D|{}r+J}.RpJ3R2"W!u} wofJz^*,$1V諔`o<|d} $]ahC‰l%Op(`\g` +Ћܮ[BXcC'Q XF إ{_h"'[xHTN;:ODapeo}rx֩U)e`ei5]" 37a@CgRng-=@\<ƀ}VT"vԔW0Ȅ5_d {t,1pj=Mٔ ΧZTJV٪{N ľp\7Y25,7֔&hEY.܃b67ə@xy{'y@a*o6O|#<+ (j^]4Kz;`{xG>a[Htj^W2&줇wn0;mϻ#đs>#P$ F j9%0J$z%|^L9LJSQEt6 nJ`vέD;R XQ y1叓Zb&y %:{uBp 7 =f,x6#k)#6_:T :qNd]4M8Rl>?gYFHE\v4 -Єhqr7 :dlz0^Ӛjw k.K o 1u[oL0"H3 {ւ]%DzRbq(CZ%?l,"\(M+ 8w]f#4q6 M?i:[qqdnF9{džo~*<]򸇥0aOgYgB_Ovؿ{3ʠX=Cߴ҉FȻs+0x@O]'/EQ{T\R&fm:\4h6WЖ z#@L=.36m*D;}o %%bcND<@:! Nc& ?V[R.ibV >>1n8R}? ݙ-ALHҕ8Dh.0XR,GnPpMB6}pF₎74c hjK+#WJ~h-_d ۼ%VP]HIQuZbC7+h|qWNVEMEͣ&'Ä ? c-Vks<+ņٶ>Q o 'r|f'K8ۅ!r_wZ 1<2fAe|yvY ΰHbR_}ztz4vaJ@;<DOۤ-HZa{4:D\ՓT٬y2rL2Iw.eQuyd"jV6 Vze5ȸBh֛ܫ^ }c̪t)Iʺ)j㆑J0sihbuL.259PEyQp[)7\!1mt`wu\vV-osm jiK^~$y]O^U3CK]C@ ٗOSdQPp-e5f*lj1r1u-]I6זB cI$+iՍ)h _P4QoI#x@W30 zExaӤy&z%dh܋2;Y ֖`xr>ysf̈́9ʬ!xRK Y̞bǃ}YIgWP.? GW@R?أVd |5:0LչZ\6 LB[LiNa޷R/27M*Ej5>~p6YJܵ `n#P󕣸^8ďnNE&:]`N1{rz-IϽ$hpR)5hC`|܈Y~k'_* +&Ƌ w*z ^!1~]lXRn!V F9!Ek<~)'d:zĕkl\gDI H 'XjV ٣1 M~% i&x#>,+JȯGb.u[L%ʣ5]9R46U1؁W 6pC셸ɐi:c((r Ӏ / <N-Uk;!}F?X"^c +rKq?!iԢs0Bk<=$s;v3Hu;qP*$[㝠\WSq6u6-[FnƣL gi.۰(~:|nA'̰FtZ$UHG35C(*y40GG|ϒKBd{M.zlpMd?-KP"f9ۆ>t5GC ܽ '9tu؀̸kљ' \DWWt1EKVAkQXĥ,jb*);LX.ROPlbw>2sp[s3G<+%LJ ΒHwgQv ]I/|Ajl]$+t o_ؿ}>~;b<i_i<{}z*}#>xm'<88[ Y>x}"P-@VCS@@QS~=C[ ŰE]A96iԬИ.C3f!L*uN~‹tQ4m/^sї-f`Zw:$}0SD>Q~ǾT{uhN>V V&q% $vD7F-yA3Ma^NU'7qb ЫmhDY !B|Ff%a8}1T);2zû{IATT*I<`z2@E4ZrS#4Vv}^׿KanެYxdkߞ!y?\ReqޣMR,Si!~a7<4,+z)$$2Ց/;P 4,GO<⒛'w9.OOPjTX3nv's߷7 sҺ Z'fJskyP *+K;3+`CS4p$=*hڱX|Y 9azf3~%EF 9_ݘegi/í9`f91p}?hfEGɿ٪-oY:EEf6)\*y+1F:r\'IZ PWJ5MxBe߀VW38*ӉNtX_yhٔx DAzb1"[qE-kh0%(k27=lIS=n@4TLSUZ,?3~%SV^8Y &GnSmuۇ42' 99uoEz_Ub>|61#H5w!LбK!迌mPЉ"q|hvlH\誜i 'Ո,raW@sgՀ4ȿ]:% Dҳ&FwNj"}V>Rpmv߻BʄYSqg"y1@C{eIJQ'9./0iD_i'#olRi*ʔ)le{䫥S JYQJsM+_ZƬ P~ XA5Ec(zRSB(?F#-!@+ڍ! H<5Al%c8rHTK, >rDoCRmޤ 5oխPWX6*yd̫/RK%-e8uoA|̘,')!0j^MoFnGI.o} h(y8 rY<@R`JMh);ؐ $ӛ2krRv,`x͂^N*$*HMTs0bk!EAƴhdF5M&r:hi~(."~a,:5̦ K9\a_ꝯLk-'UAt_,hUx2-2Q[ttRu©C_9ZЗ2RUchVqKƚQRo(VJxٮ&:% zp=i^ {w Y t`Crh\+#-%9H5PjO?EQu |1+yJ@I'˲.1:V8f VB.i2TߨH.5-ә >4?|7>X-"MM/BN[!; XThI94BFSUOqk3СCI_ɟ>4pS }q KZEc|cl*[ heU?Qr ~zd( Hl^C®MLL8f#K9xu^Ր!3*X~")|`jfp 3<_sJZsZ*<~?6K?1۪H*Uȳj>2 \?l\ +kM5!5UPVo=||C ouH2Z{B5| Nrz0:C!E U5 ۔{[{̨yxxPk1EWI%1sOP*3|*< l>[m|?kLd%cmĵ#YR;.OHVOQ8l.j1d*зaTnӉ 'V:GgZX| _q( Q^sY"^t-Vv'< '3=' 9j*QB_./xS^d$n ~8pitȊup?(pb)v_;}9 z[ӛFeK/3N?9[!_)9H>>qJ,Ʒk'7FB_*Qqv& wp0uQuiϐ=gO2/R[#| UhItՁXcfX%PO`P9{d Q-,k8$!/C膎dDl^5.zϕ]`zXnE7vqY1웴e -!jʚiR ڐ>o"f?|sH|or@ꐓiMxй?qZ"-=X2iwJrn;TY%|עjpNi}]%<uWG,4ɜBt:ϛY"JL E|=I˟ WV Б Y46X9/֙#žCCdV6"_{Ѭ".-3ϓ*BP-[ =NtVKǻb ?e(w;)B|=rBfoVmO'v-n(Ľ3BPvyszǦ-PzLS\X Lg_Źu!EDe.t-!;rrן5_?x4 +`Ri{A&ÓԆ32MZ̠AgI':Oi)zUQ-8Bb+vJ!Dr\BG]X5~&b7'w|w`u݉kP "-зl)x̃K]h{m='ag9y:?t#jDzXwfǙq&)ldpwfQDWn#jdȓpc~w^ie"fOXMt@\B~N1 L$=RB"l"ik'8I,4l_!W3>n# 6h[2ZC=zNm wqnS_#V^KL J`%s:+qC}apSL9aZqGa4;<[:0՟<^YVMv=h56L`ilD]cYykz$&$۬WׅUӤLJQ++[s3q^~⒡nqXbT~ \d%1-}0HFT-gE]ѡЇh\K_)QbӺw/4S]QtA:c1 g? $e`_x=iy)O 0/АnXrbbgcbseEP6STo#>oo lvWQkY䉤k*sPQƓCF_m\Ư~0XRX=qe`3/(R,wIۊ*昢ɔ.F/A̾$D-6/ `}_ t 9mC7ux 4r@.v-*_+D%8 &x6hx=c9:,&)V/1 u_A4P^\o{|XT@;y1wC b'wmZJ9+̀N[-BlhƔ Ĵw»$,6o5R`>lEeMΙ p'Rd&-asI#k$l ӗ7 h'kYrҲdvAWJ z 9h} =_t?Dw!EY7OȳP0xb@U_ASVw`́ ѣC ˾vZ;׵m:FHƫ*#9t!f4aHlсXX.t]g7yacm8O!(8jsbۓkJfTsMh5?KM.8Jѣv!(5B`Ax7+P]I [Ғ߽}).&h2nf. |"lۂNgCmLm"D9M疘XPx`h$v yq;$ Rp 2'?+,$~aػ;?ftSdo9l&Ky0ƺע4"8i Æ $8.x)UWv+39E|y^JQ.-oJޏ2G&<1܌ wˏ᪖ER^Gd]i!>ÎFV7.MXp?c[fMz-]o'vuJVG b+9xꠞfHȵQY^P{cuÅFj† :,c0v8 t,ba2 QN80|w5T^Ql~цwK w[(-/r.M0kcODқ B\nkDt9vt CPjbP'QMWWO8S\oY5v<o]+aT[ǴE #"S/Uxj#+r%ZYYm]pL)QF[\b1Qf~$shhZ@1O*0:OC S9DpA/pol8Z:T={G Iuw? X IL`7a>N;#d %>O4{vucv]7'i?Ccjp}pbb(*Tm⸐xzߏ[1ٳž ed_n.lDʩkv|uv ) E?Qt}N}iԉo8k߽:k4f{mAJNYwq+hI)[+᫝1nqFuhizpn_E/_4pj ea7Vdw_[}\zI>X7ylBHX(vSXu9⥷5P ľ|>GGL>$h^\GiU5&𰻑]W=Y/w֌5 'TV&^22[+u@+B8ӧ̡QH#@H$Ԗ +W.*9XR^Ayy}9[樠0Ax;S\au%l]e< %]Mwi>Y|[kεNн8 qG.:Mβ$MVyy&E٪1O8d蹴oDo "Nr a+Cð1WqS/<;kżZ_ӳn#;8.7zZ!>:3i0Y|}K{ʤC0K9s>ʆɚ{ |Q?kUw9y( }IN[™2ً`YҘ8KX KH){5!lʘ#5KÉRU?]f<7XIa,/zG+}gV b(U-#0ð,€>?( kTVoUgq☙]/ ^*vYϑI6uhŶZijۖFZ} | }F%]"M4~a%\-DR aCFTp`!cukfJb*wJ %+ ==vۂ{YQbw71>yh'%qѮ+ ~W8Ėo|qۛ6,j5 z_u%qE2C WVֺ|De7OOfg騋;@ڊas J.;>J = :/Fr&1caΊvYt^?Mp!8,̠D/аqýs ˙u|T_x/cAU 'ʔ- [˫䳗ϲ#y EQٜ-VnDb4ypC~TV$5bd$5Ôd>6u@+M+ A9ii!5PWtn+:é 6iv@2ajP)5ݼ9aAl?[ki8d̕ĽhO~\nL•; >&5u%Ñ&'λ LsNL4#ṕ )ѥIuըlrz?[Xwq2""nkߺʴƱ$3 Zw<'Q"dz0p?}mv ];ZbgAG= F>BݦOZ ݲpV. yWOD֩ c'Yv 4=;#(˪Qទ!t%*h:=#ۯFfuͩMa@LT|L>xM75TuFE0%޳&9N]_q=j'y.+Q5oRn,ZR{:2aIy\+4F@>%K ѰTm ʾoM.4gqyl ږN+M |Iꥱ|ECǒ^r^~vixu+z8vX`{rFS8 f䃫*q\v_'D) ;Q_ z:wSED]dk)e?ɮnk;9]!7ETf9SdslG .|a;)qx['cK}jXܝUÁ>ꃚB(]c8 R"O FӐB3 W'O#,}8&y.1ڹMDA`{ *i鰠BM\G%I4 d)ZX^5'&x- J'`Zr+~OGh%kOJ߾ڜ#_޶U߬+ĵhl75с؅0$b84FUq7@\`aj; {BJc?qf@V*H,.;C5N~ 8<'|6.\tlĻݨu:yv< ݂wlxDyП 1]ιR#6.3ț~VmCQ &+ҷptS|-=o|s 9#^??l ~2 6_Fܺ#,7T"=윈ji5RS XJ^G'?Rz lx VWرsldG$m0d@^)a]Q?)>@J63#{᡼,zRZբ(EWzo_*q.ƈM ikSӷt ==K3>M5i;G-C*Vzy "UB RBhV:&+WLެ{XZ.{l_?~u ]BZL,c~7Z7 1eELc&l y씮~XmTkM0WiC/}lB]sZA*ڴ(Lh/ I@X{},Bs2dT~ϻ*/~R8dDg8/NP69-`N Lh]A 'Z+

Ļ* G6U7~z@jK3 gi5&|8~–ЊX6[k9uKk%jH*Soz&M/f(g kX \BڲB˥W`.| &d×Sh#x!l,7 z{yܻÖ,?U\n8j"Lf)DS)*=jTU:uYv)Uɧ scv)pql艈˲_pE^6au v_[I7|Hh\h @bLtlK`.bEHv}w棳8 N5Rb(,Βqmk:|H$lÏn~TcDX aMҍiyGeՁ R6$k:v:( % )K _{n1\d}VB2xx"S',VśqI$1aqh`ر8= SpC3\ڈa=?Xrghp :  MqxI˼!Qΐ4GNM<1}KYrwD,:zrXG%v<& Kf=7.~Qڜ'88ο%B̉"|7sU6IJөNrGZ̿4V. H ౩gk@w/<׍r<@}Cyat?V|=JjOY[R~͘J+Tc;o^T[1 vSyLwF+E59ejUO%fE9!߬V!TocMzKk_u滋}.FOJO%Xi(3̤;`h}K yBizrw.d&7xu^:[@"45^UřJt#>5l5uVF Ȁ2?ҲYW!HJ ~S-/q'+q=VEuVG̟yyXJT'6>tq>V/T JZ[eF#HR iaтWԙXnF\$;l KS%~N*}բ_ۅ2g;" EI*j9 +CJRB[9ғL^/%WZqEpؘn\''CIS4y{׼6c|oӤ-oD(c4@cE2z  ALC~cw:T,>Iwg"Jbz\ n>{] ƶ JvvTr1Sos+vȲ[>4lʎ!G%EV4#tA6G9}#5Fzj'@nyqvF&DSh|U|3ծ?χx9BnW(Qn# q=#2=AWlDm2\G&LzSޫ{8 ӷ]QWt>.2x5Xj6?KPm?|_zNEK>nЕR |^1>NМf. i^+N:72R;ĵÎ|ڣ#i:%o ח1!L v=No+O7x{X`~?Ӹţ 16K!uR0!7&.N?KNruy'~62++_rR?>6Ӭ6e ;hxjX>a_ w]8‘ٚC"S4~,B,|2\am|$tRC6pbw"oۙnV"hA=uu_aG̼+;FM'~jO)m3'/ XC<BEioq{I7*#P^.~1QE|VWes:~xOa*brW>*·CÁ;ö=r8*hW~: O,*l;/P-٧'B#>w_jkK+Zka(UA&s3XKMg;>  uZJ \ _G&)7WfowchD V!vSftM|T5B-)@m }tR 2"Q9ـchr{o +G#ڛ#-sigុsCKY[(lD䩘 tz f9o;2~.-Wt l.dc&>SEtCoʒ{n<)D]k~st<(}5T8Hh 7Q Qg<#-tx^IS:' Rά 'yb \}?52 u>{(9ՙj#*M:O[Ȼ :)b}6qNK0QmnE"Ý8lT-:m?_Ig]Eiʱ[?*ejec'OZ#. ~)!@Jр?-[tv!2O6יCza3%"΀,ʨ+"W c^l˰Tnպi>yS[K8U4[o B\slב˷BzbwW6/T5ؐC3#-N\rеYlHs6}B',_7X ^˵rp+Z Z\5;KpXѷ5/aJ)`'[Z3#uilit:f#$IKPWjh>\`±>KǼ*Өf&x(;T1 I4w E&}gF̛s=Ws`IL/wpQiv}-33U%Y BZ0 t~.D^\A_hrL{od}=ܼmF~eWA6_{A7,DeB 1TĥAh- tS5` >LWfYxq%`lP)z ]Wgyds9`[}p#ݷSh_ss?%?2SAAOGPnNSqM]' "ֳ.d k6Ss$ɩ]SLy^վHڳ67*,陃xie(NWc=v~f)U23G Pn:̪76?0 cS*T\zjBQ]tQ+2t he(sɈg5% [52;wyP1wJ +S{n(i ^6 B'z@ώ@o ׃k]UfXUV* y/ڪvh-3͊xk8bw238TF;65oy,OF!Y8hma#;Y}ʮз&_1ę_+s=|JȏxZI&b Ynņkĸ@sGVkoЇԝ!]֩\b%X(d7 `j: ~eV^r3cqJI*~J}@r;o!q xCPqؕJpnk˄ŝL|p7 '\J33?rhg'~x{)j(b$W'f+o_OyGS9'g)=J%0AӇ`(Ơ`XM[v Qp!BJ-ͲƞMfn`sr3rB$Y NgXgD][bY3w2|9%"rxH%àȃ_iSN0p6\ܟF iln^` 8MpV2Nybb+ʁ61='ܘ_Ig+ϝ!L3={‚.fޘ0vݧwbߣ= +v +7ɃM٦qҞ;0T`'5Zn+`(D0_t"׆ƼY{FN\is̊9ĹCZXR˂^{wEv].!]bԌ%% AC Ͼs^X !}] =f`gn#|q#n1[s:6TB<")*0Y5mDN}hт(к'},\tFč" e*kFuαθ[Gؒ&Yu\X#=Cr#.)B2!H1/TA XRNJI^ImtWu*dž_*a_wDA[IFӔ[ڦX} [CKQST|}:WϑL4FWj?di{ %>nԪT;P~@J.`>"=BH:=S8bNR=Mj"AmTh-=Zpΰ}UHq7Pi$!b]yZĞwk8$D PԇTοAVmF, #ls\!V@ud\nS_RQ~]Œs3)Yi`.ikXca9nݕsIiX =);#QǦ||Wm94ՠ Wd[_),RhV̖7_AFxM8S7dʚ؂EK 4( }j? "Q0D-/fBg҆ #{D^) eZu`p0omv+ݝ AWO`(HSf^52LЄ`"Xen܊ʻ/XEѭRH,FLc6m8E涼.K̈́E;p}d9?/!4{ &d8!Łmg}oJAM `;'ѐ &ox,[frA;Ǭ񝽰=2v҃s?vPeId}6M:hg:%B9q73GY__cZ<`Ϡy[Ї7ԑ>)͉:B՘L3ג/u W)L1pڂhxxգBFЖ3,6c<#_0(F/H(; ޭAi (9ї}ϟsKƽP8i|˕œ>}Nc*uDN1 =clܕ&F@7hD1{TlwS*^!%[gGi\Pd205R65Q yitQ i޿_d`?׹I?" 41s=VU%m 5$} p˲:Eкe@J(sNJ Ov2.iftW A"Cvzibf*O5&#+# f0Vpȑ6UӺl#QIt^׳  sWB4ڮ~he pX4TfRx1`@*fvea= Q (ml͇.S ZN bݦdjOHeW32lrI 3XId%H?Km`Zt,dyfYH(z}"ٰkBu0TJ=U2v{~*hs}ՙ^ՃdxcY+ ~w6kstHۘ+ClSТ _&[6Д83' j`t;H*.>@W G^8`r#Ă;b2!9\ é*(( z2uY /~G(췔g$Fi!r ѦK Lԩ6LDެtefCtL` xRҮ"&7[1Gati!G$.$Sy~]20ML81:P:[Ԙ촛FeWlX YՆJH im$IWV0vGwg O $+b GksbVpΞ h')=i3~EH?_)HaD6g"L ЎqMr0A={ X;)-ܛ|$#ք!z}k#V?xQpA|:LtPLr 7jSъS$ㆲ5UɈ*J75n,sD/b}n:o }IS2)]:FAJ阧NW8{ 5̦2I/RjNwd-^>ťWt.\׿@Ʌ]Jlaᖤݣ(}$|NɔT/RŲwXȴ7MvdZ$t+JTAmJ(sW6+YT% ] 6ydG7nCkŢѕնtFJ1IKJ»1?LPcBrw;z.vyB*[T}+4v;E.{W{(G0S+.1b}lgy#x@Jv/(gmB媓ٖ$:@941^ L(|uvL-sx|v*N֍IP@TǟW i%OVJ{$/-9j#RZS?Z^K)NYk.]ԅ{eȸ_-PwUIZpQ1a[hF>K/`.!2BJJIV&eʣi>&]%<%L<8 F|. ] A/CwՍ鉮Xy5a5s;XgO"_wf8َu:ǃW~CzUu#;1_X62*Hc6#Ծ 5&Lܐ U-AՇ֮ v4Drࣳ9BVq Y-mF*x`E\V8ăr_42 {s#}8&.dqe)0L e@=?nz'ڦ}Vl@r29^4("4!מK;kеmQW'rUJA{tb"{qC' qF# +tٛjxm'mT.-2=(p=U{h{bϤ4P*R9Yދn!X\;W5W .5b?YQcFМę#49iMW:YBc!&9> uŅēvL?@)')qv%ۂm,3q\+ +ᛡ,kayiC4yf ͂161D@˖ɠPo#3A4AnVR*P!'# Iin0I hUjK$ QhDdHi~XGgbb ~?V#nWzɧghSccj ͻ )LXE i$ &ȱQ۬Ơv9p.d?al ŕW( 핗P, }/=UC יiJ0 WAөty~o[yN$sS5[ e(5{o5{RHz>E;䥲j\۶,P'`'v~"r B IQn˦Jziɷ v`=´JW`p-? WD"|]5Cj-4x4a;1xD5:Ũ[ZrW4mܰ Dي1YT{[j(p".oGWt1QkܰZ66FR=ʬG-3B`Bgsg˕A)c!;4. su2xJJnX]H&ExR޶sIJO׬p1wI+|vtjjJ$}pB]ρ >x s> %ӱL-5=^Hq1v2Ws_sbծS Mَ+ -sX$0AF~U.8ӃسoT2e%?Rc5"I  c[;]p(NN:!-.SABW`f8| qD 'Muvf3J߆uR%CB3ӋfeߘT]:"ˮZ55N>O*,C{w~NHZceWВ(b6W.mhlbH}G?,*̣VJB>U)LiV杄.MVg]$jw#cЭW>\*oV~BąTޚz?#M(# itW.oYSwM">GtD) @vO6AtJn_c P_4ۀd#?d:uVrӌKߪ2?WNJ %H:_OAb3ob< +ϏSDvY ϲ"KL (ór{׊L2'.x{ ko>DiCn#RoGG,v~I\FȾD)ցٮ2:g50$9oc|yq$עxFB ‹9Syf{uE"LxJx^>276? 5~Ӣ}N s_WU0u PM. 7sH*wp> \ '9Mj#1P'נw&<,F`&F`+e_@wmQ{Jkf[rWNF:6%[(֌$wr]1ޫڥb)v {N~|d+R-4S5-Hs@);)6w6R*}Jê/:J{i辑_:KGh&:0,de]Mşm%lƐyk#R9"?kޘe{@YDxKȩ3[3uu }Z4;Nߪt?""N2H6}/A-ѢP@/9^խg,7@_z< Z}qg'$kjtKU6'9+@ۨOUc& $Z^vM ɥgX!kC6$w[yU`Lq7a`;7ԥ M܅ENoW;H[VdB^$g`otQ/e=3VZdY"Y~+qN`:83`:H3'1a#<yu&+"QI5T&+l۷p"^ZQ>c3e^fbVƷ=WTG 4zN[!3i|S#5+p6/ܒ0vF*/i PFۼIWqca0BKEXpb?` dIJ4%n=BieHV'OrC6V1H= MQg۾9ՖF|3e[ծ"W&8UWMP.J<,?o%Ujw~N$ H犺EU`M&\lm :n,ghj?v)VS>IJr21r~MԢ?ja2x^R68Ķk/T5oU(Λ*^}[VVYp殾yv5S$ ٿB޹YcH@M08%sp;%| ~ű7K)Dh~~z΁tT*uMݺ _⾵ֱiT(I/ЁLBArafb+MdşNH\Kܿ@jO3 mj(f*;rtq \\@XܔLa38B{ kt(ՋLq61giQ Am8^Iq)ǻʆq=@D\\<^b0C6/sk5D0ժ~cEO"P̒@8RG+mT|zg2˩ LT$R'(KCbmqvFÂXJ.ZnBU9h?nPx~#VtPTT2bY&Za_n+TL#&ՕԱp`bmU5Df.!WmsBh}uRZgǂ5O&k]j= cy#MEUݦ+hD~EQȥÏ8bT<יn'fԒ.xJf\K' ;!hFhD-t pm .[6/+7}C^V'|JIK<`ԌE[7Ts*IByzw# YNeu |,YR vKLH 1[[ DI`y12A sl7| )9|uH)1T KCSt̋=c]Թ6β38S"s)X۸?E~r w؉݀4%r2욳kDF1^}Iy_ z1쿟:1B~2=]tYf.#N> '<Ĕ'd?Xp+|_}KT=VMb>]u#ڜ7c2\[W TpAU-RU }hQ p&N`8%c>eX yV/r|90vT{+]ca-?MQ˶y}Stn Ġ 9n2^V~)`ѱ~~)_,g/Dw8QxfnɄkzLni:%J_*ut6 F/)0Z lc#' eBAX tgѿjr)@^)U D -r.cZ0 hhV|]Op;| R\,AXN@o3am<sKYޡs%5NNly^+F;-L*0DbiKTuCz?oJ>ڭ(#BVj]9t*@,Bv+C+ĸDɔi=T5&;>3 O1*]8/Q#hDY(!ΐELSުIxTBE} g0ubfhq{nP nrLѥAz|ۭ=W_.'y~nJC: ^FH%7vu6y#X5Ƅ=˱(Z{nU" P@Ctm PTk-*Evʍx>R-İZ;n`}E;⽎\Xb UUHWͬ}`k^XC:  w 񳪡Gyd?DhĂ@y_cӋN8 _ p|+Zko{eD%-#Jѽ}#O'$*׿pbBA/5!0֬!yqw-=G/",ӯd~>͢t_~-Βb;TmVƀ .u"4g 2_b㒲v<4VE5on0 ôq.KPeS"щ, tW5'-E9zS(ln /B'h8B8/[qA.c-Yuk=/ n%C.ZN0Ly_l vmٻ9SX__0eXeÐH:Z׵>,iW_5b>kF$&^cOv5Kgea2d}z$y2йUw5CCF4p&x7SC~aauvA N-9 u22\9Mj9vX!S* ٝe;"Qz`%L^4lRVNwRd蚿 !dqG2d'WZ0Z]Pr=/}Kj Betxo"U*޻=8P4~-dh)aq8A3IWm#*{N1 6DOp( APݚԩ,Tu bה\*,`< EKdX @&ն.T/)jnCU hGA );,G '[ &wJ ٱX:x`'a s_Z iϾyF6W͌H̖u'K+v䭱CVI㔺Q/r%1zl\v6ˁ+q˄:rIA|GS&MM8dMDTHNLb C0Z[B w{Fi_4oq5tZX:|}3n"!ף#.hh)g8VĚ'yVzy@+ֻ?hHweeѼ*c;StB,gmbH~By'`iA")xBR:4<\4rkv7y1ųݻdEB@ĿI*K .(lذOnoX?m0n)+_a.#xDD?oRK-1Z'k^od=rZ>WMflP.P'7Tǂ_Sh. 뉫x&e3S3@D ߘyS *p*!peW*=p`?&숄y8v0!ƈ+ou>D%CҔAWՒ3۝04GO}55(,wSu`[&"4};M{l4o[ZWZuJ8hO2EKZPh8Ԗ.D Eê'O~Z%yPE!N3ENnB{Mw-ޫg˦(qI0 Lr~NG[>*~+X *L]Xo='^EM`Xr#U<_"Т`r?GJa** e@Pœkxpd4XoFj.}-#"hoH*s@p7m ?UOmu){X>@Ga͏K9W(Rq8&CDjب%첍bp/("9 81YzOLt^3l1_f\$~]U])]kI"#t,.fUM~x.\t\y8.؊b4qzH3zhIJcU@ UG">.g[cr+TYr);nS>8' v/ѽxSIG ^ItOr v $=[sQKl^xnSZ+2?1[Ȓpt[JTm DNoJZ1-_ꂕwX,m8?m6ΥĄ=-S-?#'&2;T˼]Q##Z<'OK'^ Q`-'AZ݆i}Ac<˭wshKMXBg_FiVI.Qvf3ZqaZm =p&aa40D0Z; uD'yNWN|2{P'ĖU>s8dX \&mߩ<*PF3ZO}\&RJ6H=Z)HS&!|L.Ia1aE7yo +$`dRlDSCpf4'_3zso}m.|iLKDZ;"05eN3ѕ#p{j<1͟.Y2R.kşe`YZ,뗈R-@h\rO4RZ۟gu?dʕnc4Zmtzv\wb RlM/ _@r!ε]w!E5ɵieLP̹%VHHޑ3S6pRg*}8-HnRTaқ#O1=gsH&ONy wgƙߦI|~OgȔV DgYznC$=>"<96x/V|C2(o{iCǷض]:bI=)q@h__~Qe͉n [GՓ ˶ʍ@Mnna`~5]M\K7 xvtLSO&vb(j>n.[lsl1\XQ<)1izvVa/Z m~7JѤ %#hHSxC1`%ܶK۩} F#}'uC[CCcE5_@n ыs{8r"E;;ǯQT$lELPM|A) 5hH ݠ )KnF(EvgrdʂguPH SA#{mpmζ+ uēxC{^}닭9"wa^uQA_ZX?:N9\B~yJthʹL>>r(5BX{Jg+ )tU6=:D5]'hPBsW饦Ɏ`򲲀 u#}Պ<{fo/ ~ BcdѲ7i<(tX,uw]NHٛU={AaYar+46Q2G> ;X/r]tPd6;M MRӗ9*ЫC~sw q]Xҿzq}+.T{ ٺF#gNP@ C[3bٽ98={lZɤȬO'Y;6[ N P7 ϯ>bl<y&y:_1@~Ӎ8ʯl_)(uԪu7ʵ H&sB')Ѵ"o)}OD^nXtI  oiR? -*ݖ(]raqeIߙ˵"K\e .HBxf3 bS6o [6c[}vkm([98~aIMU or-q9 D0`G.[bߙU+5.j3 t'<.d+ .6Muҏnbۍ`]V0 L3S5T䌆|6\[So%-6ۏ>Xg-- wskpGhVCe'_ԷW{?AO@|s+'_ZU˽gfO[r;_QCSLo֛rSV%eI0n*}ZEPk9qh>c!Cw)WX3pG%oWǏh'dH:9! Lr PGH•]BPeG%:9RQU-|Kx V\ :kb6 ;UN5YݑK^w7aVGz[*!岔8Hdyo xV6RbUu)mAmqTdռV駪|J^?AvEm ؂f+4WԜ7&P*ۤv pg Y!q<+l 7rPꜞG hF] [O^IcDž?;3n *5#uA;] tilD^nU2Y 7e23sa-1w R> AFix{ձy=˥vJoP=b;SNJa͹Ng W TA8Iһhb,PEGSw5`zOC?^ kܭRr]B,1D5f<%(J&r9Yo_ij10Z0D趘*&$V펔 l]AtR$pk]S[uSjmLu򖌌TѐW A1@)oUϙ@:T0Z>ɷvXiVke $8f:'7m@B"y󒱸,pCzB2@bf5',/>Pɩ?*v5[ٽp(mlObpO<*)ڷĭT(AKTXJ.&nbá:4'U3ib:Jb^Ĝk2&Q_v%jk%ɿh5&T/T>-/,1ڕ鐸*.LrWep^]fzB=KיBH3 ^xp}5\EW48BQ!3_L1q7p ȅ6>|گ 4d3g>{A|bmU`& q_m$xR`8`X_5TtL JrK[[P=nvn7laRMe)0ű@^E( !nM 0jK[1+nf<'>1Rgb#,z~<NH0VP0hoD@RˏqBeԝ%G*YXŽa]Z@Y ѮM.R؏ pg~sLUrzod(=6 čia)^ 9|--r0#[0Ȫm?Ed_d6DqTʺb׉Arz{9$*HU%Te噈M)޵齧fGM;CY*ykP|\ )z9D OIߖɉxތѵ,!X1lvXvΏmwa8PY&@&lyа7{ 0F->FgjK0`%uƗZ4`^V5 ]@@z7n!iK^=n,`TA|P0۪4]H]oU mO[ꋤN-]ؑ'KfsDSmiǥߺ*v[?pFuFu[]H!huеǯfwksUs)v5C:ٺ = eL(XZfjE\~꿇4gSföDa} Uj@й_V+ uE`u<,9i#, 3ݺq ض!Q/ 44)>R(}~o_e-!U9q?;eQ[[cqeϑ"3OޠѴف*Bu(sap]"IN+f-baC֞XJ \倞;Qٍ`)<, |nFsM `FMNMf*%yJ,\3ΔO{ҹ>yemO "F3~I. \%pA8hi2ko_` Dr コFtzs (#NSa0IK=t չ{ 7GPl=W;~o 3 l *ڻ0rflQ3&ΎȠmۚI'?cE7 kL3 qU͓Xw7beEM!6JRVE!eBQ40uksK DmnءŠ\. \~ۢi%eRk( E'JlK4 KtقNnT{fL6(a0>9} zwolKi@=34a5kc/)}(r!έu /|.-qA7d?ea#v}:% xS*LWxf4GHIC)ۼ&xqT-M2a< 7A59duz1i:J<"O>3hW- 6oqU[N'&d?(_rʢL>. gAn(m$L5H~uV\hX‰ \ *MoS'*8arXw˸ο?,|I"irgB^Oc?V *PX!`*4Cs#.jPnS"`pG)˴0u?iJ6IGj`Yw͎8t^&((zӼcB@wW`{Ɇ+d,rbkiܨ. DŔ]k@K_Rk>ew, : *թLJ#o抌 $^5=/0I[d.kj߳y^{ØPI\ =ݡ]>EؤAR^ ңG\jkZ04oe)$@mKК\ ܜ2A徿2˚Q#}fn7Wevb^ W&mt06*d}a )fcA)?seajeKvL+, n6>ZDֲ%l ~?EUc!  z:\?|^GrAozHo/מr;.G 1]wmaZ49@b\ o2Њkp]w\"2z3Ɋ =k09疆J(|BimQuζgqW:0YM:a S1ܽ<tMr'&ǡDߥ/\_#BoKuRg1eYoe2XdRA:t赮08mev ֹB*2hib䅙N>2iөGgna0DTk`0x.{_ɬU+4o=~¹:$ vjHpYal,q@VZtU^q~0.a]Ѳ{&?~bY*qָF* u&,n2n&uEw 8Z 4tѥJo˚r&G * \9]f᝾NR%JS՟uk,Kx)⚆q/~0^_"|AOEDf/6]s -̱JY`Qbdw$vKԃo#"|48`skU(O~?vX}JlAALq~q|h+ZbVx~^XJw*#Y飦^Mxv%q/(&ߚ^pUOzYI*0LٸqYŒx֡1uL^A 4SF]$mE}ЙBd;GZV<,1բ_zg%ϳn޺~N;1Jos~ nog>ϳy@#$q3V{Q.(l*,z6R@S7+;J Q ]~~enC n1sIӲ-ؗF'f Tl^ڿufg1<LJeKU0V4 ΅K44 gЛZ<:hB增9xEJ5JGPY.T Mgԡh5AhD OdqgT }LO bލb =Lwa]CՃ8hZ@Ȗhf"(W'V~ݕY:g6)*ڥr9Kr/A;̃_: ;q_$!_:<;cXJH ,e;> to >0rJ4q0ng/{:MHhn!xlmH"25;վ@jCKNXa{09_u\0t5M`6pypE#bSS> r4,k? ]oKa])0tP8R݁ TԬ粵aRm`nI/}u:Ąfog[cQ+b8ul[( PSۻq0ּe2 XlY*7Db})OݗUuO!"}&*n0tXBk CMʷ 8-& cvtǦ6#٫L,N"G=c|8Pcǵe? 'dfH dڲ+$e\Ɵ.IUʺ>=װz[U,0hPCSHF,iH=Bߢc5ZVx 9E?뺷JQW >I%4L8%Jͩ#7;LsTR7O8|Bc8{'~&9ҐZLƪٟF"/Є1H Ƽ!Xzfy¾r )nLʋdkb^` >b@KK|Kfa2},Q VX\K5ޫcQ YP@"8|SPQr[Vyw1dM\L2-~NDu҇xZK,4!-@+{H''M8?Wa=H0BWDfHa /i?gcQR 6.' :#fϷe L8iw-KmJbC!4G+H; [hetc0X|UXzԓEfeHx>S)zU)vuŌ; ?9H93.x @N/[!bmQB\Yt"IG+ύؑȫb[7|ut=Ⱥ9~-|Q&6XJ hDD=S>g5uxt c_v]5C`O7aaЃB] !WXO}d~ϻë#tj @ 41 l1So?6MC?ļrY/a,2A݌A 5tۛ*vle`[`.jhcue }DoUWWD5+ʗ`[L9ݰY]*ʦ ԲB'(6U"kd߷[ 虣}<ŴFx͖dIzѮ7 &祝)m wjwWp0vneb$LJzKG,ʑ 14)}}'^v|Gc[}#9ẏ״XNf/DV0sG晪g~Hư]^@*%DX̝64yl1«9Q@3,a`FLQK?=H!nPR(ucRq5# $p7s6J'9bAlGdgyvm@i RPǘ9OR)?M:l芧AלjLmZLuHj'r;+OٍU6^3X&>ۨ"F0uq1hG ,&QFhlS׈iΫi8 Bmq#3]{-G**&|dě弊XpO['nt+nv!k v>2Qa@% ?+3|KRqE8qQ Z[%ܥ 𬄈-|&N7OÀpS$6FmeZ9bsx[8*a~EnQW%Qa E)"hQ]N~S?IQ2h0CDN ( IDNdNd@v{E-PMAZyNRlاkzn'Vg1`HjcF+Ba9BFs+XHoJ%KjDPM @"E'-!sIZV eID1pabӺOAFee}jP#•jf.K hP׭9 0f&> U07GL)*%sae6[SX>Хri4OKo GYXJdpYvHx| RYЉt][Mx9#=|=؈w2h֧Eh򨄛9jUy}^ȚNPMmo(XVqd)LL9Sj4j|I o5w:c7#΅*$liOAÙ ym,#`{ƅ%uMgu4<8TSԪ? aΣz& N Bb˘Iu >: ]yvu,G.{ßX:<77q%%g.bjn6 J}'kzȹV_ 5YڷoP#?i 00Yw0n8U"zEvtƛ61:Y2d} R M L2T rZE4E׭ofZ#0\pDܻ)Ί딶&۹Tи1V^NQS@Y2IGs*Y.!f9]cr-ÙM }ׯ_r-"Rj#J2 ;nC'GHJzLv2*ŜoJNE2>, |+~ܻ"dذEVJhxWB R 2,̨8<s-rbR~neCze~_`k,FfCش5L]v :e.$JV+ ̜vlA\[o@-3+}j܅ [) 돸ʩ1 +~kV4sBX '>RdC)ᡜ]crsU& \].SBLg,/IVݾ_Ci78^x^?O N|U3caҳ—t};퐷S3-%ּi|(fʖnT} Ǟ EokV"w0>I*4{ÍV` "d皫Txא;„pwɨ!g볊E*W*UH4^.2WBHܷ٦.Jذ~@ 87mȲA]oʟ鮑#`cpWNGEPnG>=iZ_vMX 8!%~GқE0xntׅOUhqi$EtWN6(NpzK뷧VY[X#GER5M~R^2k tO,{W>Vr6m*f ŠCt\˯BMьd+"c XA~hT5Ҽu=v ,0Uj NE`?Z Wq4! 'p@HЩJ9Aq| /0R =dsw7|-U6m^3uR4pqޱJfqmU`7"n8utdKHgcpN|;{tw.+{; >5jluS#3'jRc) II+-Klɖ\khQnاZ]*/v=P9dSOSmֱ^-`J"lS/Y>,JH-VhM$3JAzUX E/7jR g|u~"g:Y͆!k &QsCT, lS@AXG{Pl2Y37(?Bn?7>e%C{Ҡj6d*PH^GݔFdw&sE\䥫T7E#byA;yu'/|*Yyw} OOH:M7 ÒY|Xl}nw:Šے0''M*T-ch"ޜ#td%|8I:8震v/솆hY (.ZPeΉK?.Ԩwx`$ ]d~&e~ oh*0u֋r^k `jwkNuT%pQw-Ux H~,?(A3tyo|>Ѝe =AIpoZ/">BRXUǫ Vs5yofotSiW*D-(LxxՏ\t}$2j^f~P"m c=ūZU 7]]d  6kH|}<)y4elPj1t聩@u+or$-Il4wuJGX+*JԇM]h}NN-L`"yEڨO=*Y(TCɵ[q(lQg#R2<%^xei^U*Lp2LP[_Fs̷_ZmJΙ;ߝg̿$ E t2 3S*u/Uj/ Pfj~/)~h5H<}D7^mp1%s(t M B- w1p3kMUGhnhK,yh [(j! w 4hTvtI0#A &\i?kUyos"z]p;%)ҟzn=rA=+UVH>;>%ÚJS9R9"?65z _q.8juۖ(vʼn¬觟hB25T_uB)#7Z8*.$v(,J׮b3UOK>m+S>B9KA;3H} +CI6s 2>Wےu#'NZ0@J,ULiT},++-0n>'e 0+gYUpz)h@g;b|~wRx+'V7 JPq5HY-$ #p},X m[ sE$+tP)ؙE>Q?r89+0l&luu˄cDsXdoVBrʋ>tWtX9/\!"-aMv[58O_k?Εg:l fV}&G`d=0w,~Cq|kjGy*ʝ|6svF2}~cp ke`hV(} ùDOIobXz^<qKT׶iI|@' 9 O { gI4nTK޵ddH4(H(] /yC?mWdHg0BVѶ(t$UQ3+ жSyEݳu4O#J&Qߦs Q.Cz( uoɝdmDJȫA1ͧei5#uVS=KP%s[w`e <9(/<ⶦBJ,_$B{&`?築QOAT"(=&z|tPVIa^I&=㶏:`٪7cT^ uOY;M{f%M\pмS3qnNŷe}PmD|CeS24sG I`̩٭: PSϋ7CuXaVpltGf^x$@?y` ~Eq-hSz~VPYb]K$"TG#><4;[|J$4DfUaȻmnWBEWiBjgJ*`XΚ4cʸ!ptSͻ (F e3gԻ95#}"Jm_,AoU)n*QoRwbjXY_ݯ{ Qn7`Oy: ~Oi2xVJ)SXW#Ta+f&zzXWt_ J; obG@Mn?WYCmɤz喧}U |qz )rD/fD93t.i\ ;?T3ں9ͯ`sbR}^wA"%.5P8w\Y:cgG+r"far& % 1iۯ2P`5/xFvkL` B`%'zhLA 5t ͳON%02^A'2"LLMƲ߫xcЂczkXԒ ,x°c}UNq*lTotTu2wԛHw߯Tp?*Z<k]l'{3 }^ê`Gf[gM RPCVR~;t(a1/X',W#iwk|k&P)+HF%$Pt'B6Wk~fKa0O!938qW:;z?MV]KUwXu .@ LK (A-]`_22)(ONNªMe=HaHs)B GD%* '=WGlX9ٗy2gŎȨRD%.ErxJl#mlJTK>)2hS¶"u,Te^yQrtצI䶵+dһV)C^]39jefI̷$"\6:bTl0ufxؑ6TӸ ăqւ  KabY i]t7`a|p]dfOϨ xӣq'm }Y!6;aW> i2]&_]Q ʕ6|d7v:{֣KҬqlnڸC3laVsx sryYM4r<_ q_샞+bc] 4XK k38y*ynueZ0J4W4*I&& \c]/G弛yAMGZFQL|"g*j8X0BX1c1 AW:拾t+oۄ@Mw*7!~$22Nhf fv\ PfS%_>wxX]eJ[5.K\%I?PZ_^)4vQ1HTPFC6[ z؊]Дg´9DorJw⋀q;)=Qzm&Sukaj_5r{.ZrO ZEwj{K%5x3P +ΗUϋvd]YUGܼrބEDn:/+/r$a|Lj_kL[qacK<b2%k>݊/m̑2|$8VS̛oTZ )5 -|WRN{ pې(=B-Q'OrY]]KS`ZǨv0kΕ@5x*,OMYMeе{rSW7Owsy ~[ ;B/OO~;F?.T#l2@T>ٺU/O;[L)\?WeX0c}] .ٺcgkX&LqpA,.?5d^yj䡀J&VwVjW"aH%&χĒw+<)I]Ba`׫>6Cvo=^tzz޹B-opљkf#ȸ_sE&˫j|.n sa7xD_C' @"'n1kUO/hL8پ3g yQ򼼲-Wy}i,$]ʳɇL!jh"ߘ7\( ŻT/ˉFjK45|RkPb~P=^ e~_#[>GamW޲.On'Ww(l@VGzTY ]dAnRgb|Ĩ_ HGB "*/9j9u#)NLS4?9 i9( %GZ J"]~Bļ<_47ƾwR¦ks7 rJ3e \HD |1xNqn7'm9uwR$>7mY[ uX"ho; 05iθiie[iqoO݉WHa1BHڢ3&ͳ0}4ر~8RPUVH:1!HeGbf3;AfHp9Fm(3doE+=ȚTED&йptk%01L͝ so`.Pn !IφٔY+pdKV&HoW<<#ڑMDzu_67Q7ɴRebN '&W:? Ųȑym8 trp.hQDv|)=WɚH h^Ӌ`DkCuIvqYDȯLS7wX*~'6gt2w4)ܓyI^)&L6(jxӫ]h)K+l(i;Ecۼz"WISo›/cTQ,T#زW'__VV)R=2ٹʒ> ǶO[ׯ:;fӖ_~l# J&ACj]NyݡȖu&x6] Fb Px8{f"MS{=LWHX#it_B`gUv1ST4R7S/k9@gr|rv-b\L=1y[҃.c%A]6FݮU(_O?0-mpA@1GE݉b8"Yqq^/Xi sMcNO8B211btújDA6:+'X\N׭v_]xiF4gN)67(Jnc|wo=K" Ɲ06hp3ߢBiX BorY<ɰ$9Vv!L3 >G0Tov,U9a=P%F2%{{iL! SWX'2 .j!݋Ni`, h[ ws[D: E9+-b}z\3٣!.^s⳿ѭ%iH}hl@] ²?Ie?qS`IQxS<Vq̧+I8·> ) dIu&b2.,'X Wxǐ"AWa+1 gv 7a2T7!"Ae)_i؂?+@L0˳?;QoDiNլ0RCf t~E Hj] sXӔ7v rNj W2!GIT!#Bavy;X{ˍo_&4 LTI2r+H՚xA{ĂT|sK Ď+?9u [1r EO>_>؞Ozk$.r\8P 2QrXA̓6N,p\IB,EܐEgķJ[ػ.U!wȕb4|?Vw9:fٱd]Al_Pk7P!Y:,xf8*iZ+710ye(d`?Zɗy jOPu uk B h"T!}ҙ]O9,w K2,Mkߦo $Ήn%cUԧ /A┅7 .'zô(3sWϾ荆tv&TObeѲ: ôkLj%rѽwRK˄}G^]?ZV2q+YvHoaD ~k.8IaU'4jT@xlպoYOFLrPqt0 q`:CKyLGK 9Kŧ+k'JV\B =.&z ѰWyfk)"]HWWTMGџL6`/ $SNNF.4;/XQPاc,8gz3K g`G& $y_ $J 'ޛBbo]K=RT8.UL+82(*.y4gA`FV{Tο|fUiG>4fq  1Ca%tjH}Ss^E^.\{TVkaa|7C`ѬYrȷ՛SW&bhic[!ˊS/ owUB0鸋9 ]:eƃk [/`&18ݼLеQY $Ўu^C~c pSQ*Q]6dyQ/U~57Ҧ# x( x9ۥ}0LxqJ'eJw`a&t$_̊gjy(y{.ߋ6hV< dX\Q?7(!TbTkUL>& g7'^?V/dz^/j'#jKL6\qh_ T8BD+})_5A_羽tEYj9)=c#'Zsn02zu}Q_-C5K-ro+fiY*Ոzr\n. QBgA.]yDJ5ׁ`8M!ԥƠLD 6l4ĞN梌/ ȿ e\{ QgYT#-zFjbќwQRY~/D]o^/̊/[I1^uW(뒗IjQfJ {۠DBkuhtϪY#[DTQL"P42u _OƢ\TmxEZ,=B 5{q֙&I0/X e_ չ0vlBZf"j9#'L qвԶvtͮRsEhAޚ; #,fzfcaJD0@䤿zy\75'srw멒U~^ c6t:8HV~vyڼaEPN^cLJ˜51.1⵭h#~3vwR~K\pw"s#cIX& KS~H ! AD)wNo}j{[9Dl+}PJ<r~ܨ8bl~'スU : =%mR<\ 0C:>uX::ۮN{Xb>PX<ƾ ݥa8ݥbN8HiM-A6}MK:Sq}'e,ZZ53ZZl7%O3`c: 8Sz9ؚn4cHns۫rX%UDϥKCK z4= ]A->bAAr{VHC(RYvsƢ9<:]K1baZS%ӞVf`w2'ڴ_2tSN30$\`kU?9'[weq4VN,SIB~ w|zC+(.$ bJS]!M,ٽ M'H8Jm2)ۃ#塨 g.?oJf}RF-RAD#%^'I(KfqIj"v:?)lDChaŋyu-Yk$Ǽt-r5@}1v鸑e%sexEI P8vT]đs IixϑvyLidL8=/97s I/ 3>JԸr{ƸBlJ y 'U7;3GդjMhMi7rbJy>/Ђ2tGФ[x-= ۹lbI+T">6J}?,\Jh̟#T0y:_{$s=oǻş֟@ V\AkԠpdFI21XZ:V;OMnFR܂I~O/:U]@puh3hb~a' +MiRu!o }gCDž,$Z:5{ͷ8L*ЀL1>`Oq>R겿͗d٠>aJ쮹Y6c&I' ˨܀QLu%4BCv,+V!*#,*ܰQ(tnfHf~8лh@.b(n.;Hc>ނK2.r?5Uw"zF Æ{V'ǘCAshGWJ1f=_H)ҐXzҋTn"4bsVOR`8V?7r:"P$ZY*y2z>I҇tnٞRpXh:@Tĩ9xxV.\!qzםaxpE M&[)na*CڴU?σ 2q$^Pt_+;ؙ{rjHO19g/JdOU7ے4SH ~wTVxܐ?EPTzt _@nan?HC$͚PIWVmYƌKUʉ733*H}z},KLYjmDuгT~&焛[ }pJ&̾/cV{͍29]/X4CvQxSĈּq/SVj\+Jg _ЏpI*j6_ypS"C;+I!C[ D/0_W }kY5WVAkNw+HNF4?+yK/S3~\p`MQuC1L;>f + ,Y:&rgh!&KViR\ 4.tuU8Թdc{فtv'=e*sEJXE9CNYa?H2%ܪI%t'4 7s(:-WeApkrk=TWt6}ϕܪ'kD}#|R"@bۿ ΖGǿWB$`FU7>GEX,]]H̯pぽ].IqCYw$\A6հh[K\, OBu+M#_u2š-9~;,"( oưBNG\P/E-K赟dm>fm`i7w$2<@,A,MSViznfsUɪ% *79wI*dO`)Էe%x7^͡nBR2>ؼ7T^ٓ 4i! S?q0 sZ?SNLƏ"t"(04gJuޛ=60@Q&%삆|kGlO:tW**=VzdNjp2RnP%@toY<iֹpa^#U{FfuhҊQ^ٶOv.(6ӄU&ڄ߾<}@WAm7JbnǶ 2gCXHlZ9-\HP?8:2sfc~b]cI{"oȒv~91j".p j 92g@m?JOi ث2wSTuknQ3i[f5fR`<\Ow^!M<ڙ2=g{JS-': cBp\Q$m ц5)ٗU="{ҼںDWNϋ px0ax6ϧѭդ7,`m+ eʓFR+S2ҰwwG ;`9@z_M dU`t}tμӉLΟ$1R@}ZʶJ4odg*zyyBN[&*wM$q% HDgK KA t}4ߍG#ZKn0^lۛʛp}6ltx/ٚm L=[;Bņ5)p9$LT?_n=>|(̇ DCXpG]GJK9h@CyT,\{/L`M;\rtxYvc" Zc^mC)ܭ 4#*b0Bt{@TCъ:#`_^|KhHTImoͿ6>C*V s%Kk]? {P@Ky5gS+$D13v5vxxMewea/ V8q2YTov Vċ8kH:}hTay;"CL9[x;gXD (-kɼ}rP4h>)7ҹ_ttㅢۡ稝{5Ӻj{HWjVqu"d\ \%W,GO迣E&M'^z*xE)I%hN_5d3±-3ouU' i>!7՚rB򊱹\ ٩G />*Zr rJC5i;S ɗ+}tIcz)_!b~kgnIg^P"W]RRXinY<1+q[,~ArRdqK?GǖHha@v[<3/+̠wuKYV'- mݥ>>V2 E HK޳ ՈY9Z'k6+@9q#gq~*|;Z)J!L yRB'VÊy:7^e+Hǂ!^~Xr圝 Ʉ1ы(+Ɣh7mI1JOmƸW)mن`Մ67'>PxI[1ٍHî3I)%5I~Q5}[p ke[NYLw8q-׻QHcd|Xڳ :p|vtWw(1p)6G-Ք[X S1 ;Soi3l};i4Aj, )#rb9M0o+3Q\OrZЪ{qh Fb֥!{ʇBϵgB8xټܿzׂ/hJ;<|"DgKu?&e6%KlQ13=^we;œ ]yiFF* "EYn*왼Y:P5>1Y Lj׼wvu3Gx>Y'&2 OH֚2>lɚƕz!g/C=;R+T,Mi9}y}VòQqS.҉d#іť.]@$=<Ƣ+sk'paη +DK] ȉ-X|XT=5pUȫ+C?pi TJ6e8?|@#{ěx;F7$f8P|%?5W7mIcfP̰bN/pؓ5 {Zh혽QXv`4mfDl7/AVݸR8! ߘUgӋSQ+;XEwM37q+C> KT,V;w)qaȺ9^ښad4 oi(%qb R2$SVsPKl^J|q-ThMq].};]Ȫ}*ֳҊ}m[g%C7ߟh<txq8uޙqݏƍwփK0} 4m*!b~6 ^߅KT |t.kV]P>dRECFjt.)I8YG0h  ^(i rY<>?\&,$ N'%(cNMφRDğw Jn(IUCg%"q`'e҄`̵a!bqjb.p: yZ!UsaFFà W<璪A&= :h|Tn!U$giiuFI=ɄJKɒt`<S)#刮Ha#xxuC##եa urA8q@z5^*^JʅeEAdYd/2@\'܁B^fV=J^>4Ъ_ČEp@^#2Z>؃EԘZw*&n~P:zOy5æ >>L`|0o[;U l:1B9H&XR n^ o)bpF\奷*szq6R^ aOH#8;@-}/6mq.~Wd][`ćehiW̑%fS:0!|%rc3plM<^4 U8H&@l'SP~g oM UE^+փ7dHhWR{z m|D.C%7l7-xxF—+X+YY2Zva'iWpl7%=k}?g?Kj8ޮ$rOѮ( %gph  `H;{R D$iC3OG fr kAY4)g[?ZjHrV3Ŝ9|42Gɪ!b)pg^[:FӶ0c˄HD@$9&g$Y )!RSRۏhw^=*_B'$a.$qlbDkW 4J=`{բZ&l`κal0K+ 8Bnќ^1:">{XPh(%2h' p1h1l3G#OȲgq}˃ƅ6FC{t@e)n! FOrk )Z]^o&0&gZJn; rqMFQwTf{f5WF߼ɐt& O(tb/IBOx#*b;6*wZ>E)lpHh\}^ 9]yr\r"ݾsmpn.{2A'VW7gX T^"pm+k(+ =2^]p;~y D_2 #ã 1n (RG:%ɶ=/\_g8}W?@H"=>9nej>(zf&w{gMc0e!.Lr9^ZBepm '0ZSlм|ZEί8-UES pOpYy'KZi'y |IXV%ݓV'آ5i_գ4PS].Yw%X"A[%-[*3ȅmtM~],W}TmUʼnzD7D_(S~"{)wo.f٪Dp%Bɓ7{x 7 /%;k}!^T#SS5ygwʔ ~O.Y_?!7z-2Ka_;(V>:'H SFw ^#v7@=G[NDX՛RbvUsWfGϴ 5+g j3T(H>tQeRnHbaZGj6+?3=!:=A4s͘X,\ӂa"!E( F }׭˚ܼc4WwJxDoy#l;4Scy}cuT=@r5j5ڬخˉ ]X s-l0.U+XQ ~@{.LElNkJgc6^%w;T:-R3eӈߨU   ]0-ś#0'sE׍T3)Az 1R"``syTm C&I慪=t(Jeu&NjyQc=J2m[*1QNNM+zm\7Ln<GJbxc_dA`#+MS`>q2ؖioAT$?$4;)<`+t3K^WtHY!^Է8!'KWB;ݍX}M[VR:?>K^3M;£Rdl?OrNH0RcF hJ[':Q4>68r z ŭG_(j }ؕ%A_='`Qfz wKo&(^]c?u| OH& uM8,1]Aw5`}T*;ݦ{%UM֛ў9 e-7bvJaJ L|W_H'E9WY"xUa38L%k,,&fRI 7 ~AҲ yTn2tCL_xC?D~U'ߥ(dٜ/]$p=;up_JPk[>  M*Ch됬Dj?>d53tGe2œΘxU+h73MzAfBUL7Rn„H "*u\&L)pvn8u},H÷'T8*0lhP\a0 {3Y͌CWj`*Y8El98"kI2N5Kٞ`‹8o[,TJ0.seV)uҜgp5 T֫ia6hu#K@ "񼛈 +G>+^5p3ί/a j@Nh7km?3:^/d`gUlo96F_!-iKn!)9 U,)[AzKm3دbd.ȡ2\uti>ˬZ3sn0vDHc m\ڌw:Tx4g2 VztIQ=B?~/qd0 @e9 3JG_DX~Zp>:4 |#Vrj]6ف+Nu~ &KՍhԭP>-^O!›|Jey4Kw sK>K{<'-4o\gEE΀)/6܇?F;t7$O@ >':g z`6SfSʥ@' PZX62JΫ?mkɾaXd5˛N |H$X̤lp9ݾ4yW5)c./a&5PM 𾞪K 7 :f*vFA.S5o Ёf`%yB8BHVl%(0MS%l7b]-ē= ,tbS=Zwx@ .g`Nl,sd% 8I6`+ΘhfpK2npVi#foV^XG ae@6v?$8ss-0/ĵo<|؅`Ɠ̛ݓޜ{D\K<`'{ LX>ӭi_F ıjCs]/#p:uQRȊ!2Kǿs>+cP ViO;Me#hıD\s0/0a-ҽG%>tGםǍlG\_hж [ ]w1\[og 3B  jD۟QBx QJlb(6#m`$r2_札mӋqN$3AR)fo~@jE##iIiנŞil`&,)o=eP};w'i6ʾ%u1JMjAsS^P:'o=F@)7Rv,-5@w5ח IMRHtj?2_1dJAȌ@_hȴ$j^ 1aubIJߛw}/|ݷ2L?A`YR@& dž ʞK2D+ o\HxG5Yjԉ#56J!6%ö'UߙZER67˕hǚU7Qℼ C9*ʠ."3lJ1;ǂErDo D[{bR7Z]~DIb Ф%|d5h 2/MG?Wsq11&L< u'qu꠶Q{R}?9l- <;4 X4PwrN>!KV۹qv2w(}9 S~<͊F :no5@6*tn#ө6 $D/HqM3v@M? >`C45A:7MOOla');fr͓ٽ2e]RG݀X8Dkc7x6MU!AE!FIPwSƢ9sr CM?SOڜq!A X#0FEG: LhQCu0]osk$%i_q|VHҡ'3 t>ͅ@/ s>>)ViN5ѾX8 )w†X6Da| IS`AQk|̾Tiқ"΃*} Q^KK 51w{%z~]x&،m`a8bsA ?7hݧn4 O , &q DO ;x3;ND4=ջ!ݫ2nޟk f]Kw2ܞ1Q6 JeyG^2 &;i4'_d42^K(v9DZ̚qm+kDjJ]t:|ߎΟC$tqUL g+ T6lN9!ۆ5YeA^Z&5G`LZx.FM~iS|b 5<N)+*_(oQ˿3+QW'$ɱ;} 7"qB/tdv;8ƻBi +J#-蟝M98R;n\)k>0:š#$O,XDQ:cqHu+Pj4UV?49xЃA=-`Scw G?,NGE[<~FJ,]hfOc)NvNR}xHɩ7<9v\l*TI ky@9.׀Ciлl/aZD@>haﴓY v>"){ tҩlxOb]-0w8S+t5JfNSܷo&Cf-O'PP${WfxiO9C!->W(yG:fČ9W+z ǫniʍ=^5M/+Ch"E $35+Ĕv^v<HOi{rR6ֽ˕U!˄:Oϻ2"e':U}A1Ж78!uLv ]7S/IwɇTkI譠HˉW jÆ[.w%l_+L\s(r!tWUJql]6~@kL!JJx2 .y$e*YkfNXb _ROuc9ksP˚'g5!G_(Ճ\;clݟxKZE@U,Β*] iUu'0hMRK]bW0]hl94lGgKر$7ƾU?xӑ*u~G'mгT6.eFS X-mxPk7JT_ .AwN[#I2|W aQwzj^~hgoo@aɪq;s:p1kR\Ӻ3<$Oo=Y=&PR?Ms Zpxl0\J )^Xl9Rq-A^m|ϭ.43UL5qQdN̐]I >+ggF&خV6Ωq/k=֠d PgʝvNJD8g ט*iUv}DIԍ S]wPb“ZW뺠oHWjR5*86:`67Yas]A8ރ 14 #}Qn,]2< .OU/i<)%'(#0dfgO]PKF w.DoۯoB75IS9[YX?_GKwa|'bI5̊7Y# yk4I}E5$ЦVJ;6uǕuR]4fzXa9{o K| i)mm78d@b D?z͠UJ|:%A9(đ@xAs=bOmZ)˘@aN=[9!-Vf fMI-j:ARߘ4j60ȗB]m;Y>/6JiGwC4CR=֛ σO\ r5[ hYҌ18tKe>8xIbbiyo6bķŽktò `6 y\, wʹ:] +PW.D 9h(ҙ~~c|/pY+i-5:f "Gbq+e|>zG j,zu EVdleGMfaDee,9PqV ƘnchE.@p$6\%+5DsG; r0ei|Ѭ'!h!VtZwДFcZoGoA/#Thׯ ` WM77HY(j>qB448ARJ% WVqNO[w Ñ؆c%'Oo),"l$ hr No_KgN˃eYI#BxӁ&懡y^M] *Bq=cJ0ƣ/0X&Fn"F5TߏG(ޡP+{166}iœ-'/ʉdELSjNcis$TµUCR!w[[lejv.=r0o[ޓ@uRhC󵚃Z57^)q@8~JT Hp-'DYlY'Ƈ\^eP72r#]ݎ>ffAhtl@źƣӏ79^IH8,݋-ˏ)O-9ro@ѮQP;N#5tO{k@|z/݄܆V? L{@`#F d]A19,F-m}q}(Lb ~}֭Sɨ~)eLmL,Hfʊ6LO1$Vv5ng=9VZBGÈZZ#hGf2Yxll"Rr@fsWrA>H)Ԙxߙ%f},O%qFʧ&`o*]ϊrB:0g;ZXOyYG!' )0/e9m=^*0K#8<JՊ@KDlZTA|?{g_\H{s<2ŗpHp HJ=SçA~ lԏZbPKo@84sv8`Uk3G5L;` ~4&^_k*svx}qRd@qxYCV(p8pbx :[$W8\*'-oˆQMCm]]^ԑ0էwcٵF l"eH=y.B_ÛǨן:sԻ8E,1eT6+dwHThA>66 `MI0$X?ZTɝ99*\ד@rXu?6jHH0CF :'kI9a6<opf_Pih],Hl9#ei߇^)M~E6Mo2G\愘s'XĶd l,˾+tGj@v%$Xk [< HM7cyDeƗE3XPy$E=uBIbщ2X Fb`-4ZQ2BWzǘ`KlVTlsfF_ǎc9j+BM.Lg2LVc?\ i]f"b'Gi*ΈIK*k :4E{T~_`tiKBAOxqLǂKck_:Y0& w ݫ"bДt^d(j&cjS>ձ1c&J+x#fmD\vdaUlEs fį@9J $9j<|$ (O$/ܕU%kPk^*:C P0IʅYDE]-LC)-(q mR:b:68l`N(Ajrdo"@:}݄LR~lof"ٙ`X/!@9FKj F㣩-S&tcl{;R)MI*Fγ?֕r]V哹>\V\L2c@+GAW46f<9$i5v i?7ɉys7֩.S4q:TXƅMa: @R{\B!T;- Y:}3 :9-,#v8:Hx5W89_tH l9^v}ۖ3F d4vp_ט}޸3 8p;Gddk/w3g>=vO*(2O!i͙Qg@,/gRAaE]^:wx~׹ƿUCPG76^9#TMyBY|cёvq"0W9Vp?$^}Do Um;N82/>9=ʜ< Гi*J4JIbmcّ# (߽F:m,6M+GEGYPeq0t8F.(ma!LU1dKc!A 5(#-ZTt<2Qrmo;!bkX5Nf3o4t)G.L"D>a>]\ⲢVDxd/R~+Kf9U['k>sAwX]>&u~NZ=3/.?3ae[778E<0:b\CK)"ۮleVT)?%Nձ@b7sAV٪N\TX(v֙?OW/rt5G `S[za=Eڸ\1'Ɯ>gΟ+>U[KAa`qE|F@܉ ^'ĴJ.-(R9uV0,Tۇm} p4mA`YRΕ#eY6|EXWqkaN1h-D'3ӿ:W NtpMUM["xVJX!-=CtɆ©CVz i %I L6W35OUvfBe >SNS^@YUKBe>ї5t@'|boO_yӰcU$~rlի*7Hw 4-ێpg+rč,]g9#G8p4,G[o ߖ|IŢ Y<Q{HsԞi|xV"Qg kL3LY8P.ZBŕ7آG#]}Ռ]U9‘Ss6x&atȼI1.SH G=? ;LFqv`WBZ. V͵.eĿ ic%4\#bYd daC4uw+[_ W O&•yW?I\gZ] T{o4`X&P =+TȰnO~Z n@[@B^aIP4tve{2;8$"5 jR5d֎Q1H+,W| |4Գ 2$Iԫ t6y?pgV䰽_S+=cB!Mv ^1'FFVZ"ɱhA]*+8<;Xͅ[K qŽSI@TsE ZYLM]kQ XwJF 9Ƅ3+nIy(E S>a-qpJq/UgR;C{`&뛓[h(mt¢J&U]qCǂVWij2B[YΈkI0쎡DBʤI⪯t,xʹ3(P'WZ&@Ax QF>JA$ɻfb7NccExJ*ʼ27J2RŠNm3IoA-9΂UDqK3OK"@{3Y PS{BHB]CH/ža.G;f44;*G$&:A0dRpvJmiMuNc`6wCp; DhO.h E3{ 6M10?kfej ;%*M\z=AS1h H.`A7joޮKxOC|*=/h50+G,$Xg9 xFZxp{ŧ;fc>A'4[|1͂OC*"a#Qݍ?G5m[|#˘r%X>oJSO٫Tz!۳V@TVVhʣ8 w4y&ގA9J&w'DU_$'Eb$};1(&Ƹmzd)v7#anZsNQ~jHTGG; ]Mps9RZЭйW&5+WZ<xDrF.)Ih4W!8Zz6@*xKq"*p= LeSk!"i(^OQ#1Q/<w=MO|}#9`juƗ6AškN+EnR{eȨ*{o!.-P_Of B*shف(DiŊ]\527 L*Y&@iH}^L]̰ϏggiWڎXh]E'ۃ$^q/(k|Ϗbjhd/8C**2?8U\8ԛiM ^FNp,)٬^)0^nlQd-UV֔LyN2,;@Dn HE[e3(Tzn{S ,A]9o'e HYa.J1مu Aoa5GĿ;áYؾ6j(a=9JQBlɍ'ỤfrF|wkϲϫY%!4al?b掐 @=PZhcO ;V]BQKRzJ;`E,JMUhF S^JV~/#[BL_d8; I~a%A+pw`hUh[ -- È_-+7T2{G'%kh[qV #uu(z 6}1#3#HPLrg-\ᾳA[vj4٭[4s9wJjxY0L J)P֤GOa 4 Qj"ywP .TƂ-7XZalAQqX6_lt{Tiد~P * qp# :p>8 tڊ0bt‡Q2хht`/.Xm5^T3/#+G,&'oB$ds2EII})&j  ;P{Z΂YG[ի@O ށ]dqc!5ŤwkU)M;q蘃ϓ@|;A+o;W+J˥Vi^5&X, ~9,Wa71ԇ;8R@O֒nd4>&R`-$y X\ڑ$Xp˞GxO@'yC>ݵrbUr |\I7B=e 4!̟7P3|"c ;fݡ'37<{ԜImMzB}>pIti HC ̼>}BFT h>zaШ6!=JO9CξrAc{Fn\ݧ܏|pg@QEe%!m|󿇫L+Xa̩(%J0q"{Tiԋ "%6b !*_E^1xq2T4z +uފȤ'yp"1Y(7.ZYh}4QuqlHKN 4/X&rL:ݩlǖ;-1N_PՆɺqHըD8{`(!O2YhpP&5L )Y~TjAGUgkI&`(, f/@'K=?}?s+# _ 8EގlHfjn%JarVE*YJI^TNs<&n0 +#;Sɶ ~)HV˭g ixC0J_8Zd#ђ7b_˜×``$atdtxsUVTT/\h{فBɴ,u0dS=b~tAVH,XC[yO>?J{Ӽ*By)aA DmpseERt}oukXM]%pMO4ң \:3B SJbL_KxڝCkC$sF\T4Fǩ`XآKJ  A2d>T+/'һOT'L,ս:2u2y4_!;u?Ngl.]F2x^,R71\s! (e0fq۫ȧ{~/;:n[D y 0 t؈Ǿ8 7$x4wΆK МWly~USJsx: PBRwCVhY{~ztjS<h52z #ӟ6τsJ)0H͹YfVoX~g*+X|r'[z5ZDz({iDhX.@5>4%l O<~6ȸ>&4J!e~PJh~P޵/ E*H_* $Hð"Yc4>$1Y{} Ld+VPʸK F@C?z lڏӶz!9bK*rH^L;ێk;D7(6G')/,|]#d>K>"rYD5-QG FPwRAhaYab adt ں*8HcR!vWLO YpjMퟯu`;L'NM2}u ,~t=9E ikWFB==8g#|a}/==Vc֞b 57o:!Ls͐V*n2cKzJp!JdZ^tpuM:NyqA@یbŇ4EI9u.w;QlJs3;KW[y5df﷌O1 YM- UI i)G*PoխpTA_XTh҄+ztb4p*{lB&?Q4w޽!rZeyE Ans5d.180/bZ",S;sGfk,b"b3j~(,t@ݧU(zy4Nĉ4s?SGkP<aQ3\^gz\~F'PpF|P]KҌ'_ " AthYdqMA^51Vv+G#wpVPcªESEvYuy0J}KP'$AIx#q6^a,!l7 zb'2Qԑrk&4/5L}<=.]4:bS)S̃0o[`ӿ4E?]Un,IIzhł|gjH;C!bEHec^xXW)7H,G+-|uzaA(Y&;S;\@^&\pݴv~"O!Tu :-rxZ.u\z,/e:ќ*G j5NN) dDPJP m78siQ#5|h>R˜dCOe>gVCAG*ªqρd < 6h p0ywA0 =AwR%3#@Iq8щv0֐߬H*ת @> Irn8WQ8]L?rԊZ%]~Q̇",mh)c%Jؽ׹Ow_cAVO=71w-r7:` ;{mq˚C21Z^Z`cz`3E+lzh7} aF+ckb&+I@w"l;ؽj y _ıKghD:?Zn5,yY&iyYT>6Ap@w/*i"՟ kC&z:uF 7Tv6s5L7x/[ aD Yw3r _xj_vaҟ*Z5a4(4^FcC ұe1Socxyeg^yF'aGQz*`-{mX0a7fI}i럈'X4ɩFL@ ™جZj%D8 q8FQP#d6|Kp*iKT (ͤ8eF; |q>!$ m9hT U U? tJI7_r蝹h:`ާT!-̺PE Ez9pYT?R lĢ=sto.(dxാm.'p(b 3UD[ CdF "T/9AY Zr&{1fu8-ϐ<ժ*ٲlN'O OǖsUs1) 1%Ҕk4 )a m%tpcto9 1Bn]FIFO1 @qH Qk7{'C: d wۍMOX&C sC>VsUXsi]5m I8-Z-:D 83يb$?0s플|/Y FKjOHd?;C]d\QX&mTS~I&50*wmtԘҰ!)D{ F^-xm&H4B9:SPzyW!/(dķI@\[ǭ\\M_ 7aF ÔG݂pWd_5 EDoKvkg8r?TpD+O'y}pZHF5gM8|c,=wRƹjoMBD)vJ}Oʼnj檥aN@UV: ! ~Sd }2L/~At·EPypl@yi VW@+jF*WBW7Sj/0'D(N9lhݢ+E3k"4l׌ݞ2=]WX.0a Ⱥ'l, YZ