pnetcdf-openmpi3-devel-1.12.2-1.1 >  A `Cjp9|&FXRnwZ}3C%Q:,QJx@>*STy7yDS:9\B(57O$#;!HDz/q*\&B?iS)0ak6xr-Amuf-B/MOiu=yA]ßJDaێfKOoȁ64}ɗĎ9E4s-ˆThV@6kxB2PK0#l7sTCZc/Tߺa*@SnzƘh H>p>?d  $ KX\dh ",D P \ t   (Ld(8 9 : F GH4ILXTYd\]^bTcd_edfgliu|vwx4yLzTdhnCpnetcdf-openmpi3-devel1.12.21.1Development files for pnetcdf-openmpi3NetCDF is a set of software libraries and data formats for array-oriented scientific data. Parallel netCDF (PnetCDF) maintains file-format compatibility with NetCDF. This package contains all files needed to create projects that use the openmpi version of PnetCDF.`Ciosheep70 SUSE Linux Enterprise 15SUSE LLC NetCDFhttps://www.suse.com/Development/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxx86_64!I `Cg`Cf`Cg4`Cg`Cg`Cg82893bf5d6a73371bb8bdac1e69947474b23b031ea5f7f7610efedbbe1acd89140986ff3e6b3ac3ad6543281ec2d26f6c0d4a8441cb11e02f238e72751e2e5111f7d45c90c88b43e5a078f768bf4277c9bc7d0e3d75cab2c57ac847c254a59717f65622b8e8e2470eb0fc1f4f8b96edc15279b2d8a305f466d004b50d5280753653c68a9a274e16b45531f29904ceef842b2a84fd06bcdab181c53528aec8d10libpnetcdf.so.4.0.2rootrootrootrootrootrootrootrootrootrootrootrootpnetcdf-openmpi3-1.12.2-1.1.src.rpmparallel-netcdf-openmpi3-develpkgconfig(pnetcdf)pnetcdf-openmpi3-develpnetcdf-openmpi3-devel(x86-64)@    /usr/bin/pkg-configlibpnetcdf4-openmpi3openmpi3-develpnetcdf-devel-datarpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.12.23.0.4-14.6.0-14.0-15.2-14.14.1`8_/@_@]Y]]w@Ws@W~UWUnU@UK@cgoll@suse.comeich@suse.comeich@suse.comstefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.dechristophe@krop.frjengelh@inai.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.com- Update to version 1.12.2: * Updated utility program * ncvalidator now reports the name of variable that violates the NetCDF limitation on large variables for CDF-2 files * add corrupted file bad_large_fixed_var.nc2 that contains one large fixed-size variables that is not defined last * add corrupted file bad_large_rec_2_vars.nc2 that contains 2 large record variables * add corrupted file bad_large_rec_var.nc2 that contains 1 large record variable that is not defined last * add URLs of NetCDF limitations on large variables for CDF-1 and 2 file formats * Other updates: * When calling ncmpi_create() with NC_CLOBBER flag, PnetCDF now calls access() to check whether file exists first. If the file does not exist, successive calls to truncate() or unlink() can be skipped. * Improve detection of HDF5 signature. The HDF5 signature is located at the beginning of the HDF5 superblock, but the location of HDF5 superblock may not be at the beginning of the file. It is located at byte offset 0, byte offset 512, and at successive locations in the file, each a multiple of two of the previous location; in other words, at these byte offsets: 0, 512, 1024, 2048, and so on. * Bug fixes * Fix NC_CLOBBER mode for ncmpi_create() when files are existing symbolic links. Prior to this release, symbolic links, like other regular files, was first deleted and then created. This can result in an unexpected outcome, i.e. the deletion of symbolic link. NetCDF-4 library implements this differently, by adding O_TRUNC flag when calling open() to truncate the file to length 0. Historically, PnetCDF did not adopt the same approach because MPI does not define a similar flag to O_TRUNC and the only way to achieve the file clobber effect is to through MPI_File_set_size(), which can be expensive as the function takes an MPI file handler argument, which requires to open the file first with a call to MPI_File_open(). * Fix a bug of calling Fortran getarg() with the first argument k with a value > 0 when there is no command-line argument is used. NAG Fortran may crash the program. [f16bd3c](https://github.com/Parallel-NetCDF/PnetCDF/commit/f16bd3c1ba1b08eade2384f094c519f3f2dc114e) * Fix a bug that limits FLASH-IO to run on less than 16K MPI processes. See [1d84fa5](https://github.com/Parallel-NetCDF/PnetCDF/commit/1d84fa5d54ca9179da4a5b1a4ee3b92cc92287ed) - enable non HPC openmpi4 builds- Enable openmpi4 builds for SLE >= 15-SP2.- Update to version 1.12.1: v.1.12.1 - Option '-t' added to 'cdfdiff' to compare variable differences within a tolerance. - Make PnetCDF build with OpenMPI 4. - Fix aliasing bug with -O3. - String length of I/O hint 'nc_burst_buf_dirname' must be less than MPI_MAX_INFO_VAL. v.1.12.0 - Add 'cdfdiff' utility - serial version of 'ncmpidiff' supports classic NetCDF formats only i.e. CDF-1, CDF-2, and CDF-5. - 'ncmpidiff' now checks file format versions of two files, and reports difference if not the same. - Option '-t' added to 'ncpmidiff' to compare variable differences within a tolerance. - MPI info object now includes all PnetCDF hints once obtained form call to ncmpi_inq_file_info(). - Fix segfault when calling nonblocking API with zero-lenght request and request ID NULL. - Per-file thread-safe capability is not supported when using OpenMPI with ROMIO backend. v.1.11.2 - Utility program `ncoffsets` updated to skip printing dimension names if the number of dimensions of a variable is larger than 64. - Utility program `ncvalidator` updated to be able to repair the file header to fill in null-byte paddings in the space between the header size and header extent. v.1.11.1 - Optimization: When inserting nonblocking requests into the PnetCDF internal pending queues, queues are now kept sorted (using an insert sort) into an increasing order of variable starting file offsets. - Fix ncmpidiff when comparing dimension names of 2 variables between files whose dimension define orders are different. - Padding -- NetCDF classic file format specifies null (\x00) byte header padding, but does not enforce it. v.1.11.0 - New features * NetCDF-4 driver -- Accessing HDF5-based NetCDF-4 files is now supported. - New optimization * Burst buffer driver is updated to run varn APIs more efficiently. - New Limitations * For creating new files, the NetCDF-4 driver in PnetCDF supports only the classic model I/O operations. - New APIs * C++ API `NcmpiFile::set_fill()` is added for setting and inquiring the fill mode of an opened NetCDF file. - New PnetCDF hint * `nc_ibuf_size`: set the size of temporal buffer to be allocated by PnetCDF internally to pack noncontiguous user write buffers supplied to the nonblocking requests into a contiguous space. - Other updates: * The automatic file layout alignment for fixed-size variables is disabled. * The internal data buffering mechanism used in the burst buffer driver is removed. - Bug fixes * Fix bug of checking interleaved requests for scalar variables. * For put and get APIs when buftype is MPI_DATATYPE_NULL, bufcount is ignored. This is not implemented correctly in blocking put and get APIs. * ncmpidiff -- when comparing two files that contain record variables but no record has been written. * ncmpidiff -- when comparing two scalar variables, error NC_EBADDIM may mistakenly reported. * Fix crash when the MPI communicator used in ncmpi_create or ncmpi_open is freed by the user after the call and before file is closed. * Discrepancy from NetCDF library * No read/write variables in define mode when file format is NetCDF-4. * Diffrent to nc_set_fill() defined in NetCDF-4, ncmpi_set_fill() changes fill mode of all variables newly defined in current scope of define mode. * Error codes return precedence can be different between NetCDF and PnetCDF. - Discrepancy from NetCDF library * NetCDF-4 allows to read/write variables in define mode when file format is NetCDF-4, while PnetCDF requires data mode. * In contrast to nc_set_fill() in NetCDF-4, ncmpi_set_fill() changes fill mode of all variables newly defined in current scope of define mode. * Error code precedence may differ between NetCDF and PnetCDF. - Clarifications PnetCDF currently does not support Fortran default integer type set to 8 bytes (option -fdefault-integer-8 with gnu compiler). v.1.10.0 - New Features: * A new I/O layer that makes use of burst buffers is added. - New Optimizations: * Internal memory management for nonblocking APIs has been improved to reduce memory footprint. * Blocking and nonblocking varn APIs have been improved for better performance and less memory footprint. * on noncontiguous layout in user buffer use the user buffer directly in MPI-IO calls when neither byte-swap nor type-conversion is required to reduce memory footprint. - New APIs: * ncmpi_flush() flushes data buffered by PnetCDF to the destination file system. - API semantics: * ncmpi_put_vard and ncmpi_get_vard APIs + Allow to write/read two or more variables in a single call. + When argument filetype is MPI_DATATYPE_NULL, request is considered zero-length. + Limitation of vard APIs: element data type of filetype must conform with variable external NC data type. + element data types of all variables accessed in filetype must be the same. + buftype must contain only one same element data type if it is used to read or write multiple variables from file. - New error codes: * NC_EFLUSHED when request got flushed before when calling ncmpi_cancel(). * NC_EBADLOG when burst buffer log files are found corrupted. - New hints: * nc_in_place_swap; enable/disable in-place byte swap on Little Endian architectures. * nc_burst_buf -- to use the burst buffering feature. * nc_burst_buf_dirname -- directory where internal log files for burst buffer will be stored. * nc_burst_buf_del_on_close -- whether log files should be deleted when closing NetCDF file. * nc_burst_buf_flush_buffer_size -- Amount of memory allowed by users to allocate when flushing the burst buffer log files. - Rutime environment variable * PNETCDF_RELAX_COORD_BOUND set to 0 to disable or 1 to enable more relaxed boundary check for argument start. - Utility programs: * ncvalidator adds a new option -t to turn on tracing mode. - Other updates: * Add a check for NC_EUNLIMIT in API ncmpi_open to detect whether two or more unlimited dimensions are defined to detect a corrupted file. - Bug fixes: * Fix type_create_subarray64() for case when some dimensions of the global array is larger than 4G and oldtype is not MPI_BYTE. * Fix the bug that writing scalar attributes of type NF_INT64 was mistakenly casted to NF_INT. * Fix calculation of new record number in put_vard API. * Fix calculation of growing size of nonblocking request queues to include the number of records of a record variable, as such request is split into multiple additional requests, one for each record. * Remove freeing name object because NC_ENULLPAD is not a fatal error. * Add a check against NULL before freeing Member "value" of NC_dimarray, NC_attrarray, and NC_vararray when reading from file where respective tags are corrupt. - Conformity with NetCDF library * Attribute _FillValue of any NC data type may be put to global variable NC_GLOBAL for all classic files. v.1.9.0 - New optimizations: * use hash functions for faster attribute name lookup. - New limitations: * max number of files to be opened simultaniously is now 1024. * maximum number of variable dimensions (NC_MAX_VAR_DIMS) is now 2147483647. * maximum number of attributes per file (NC_MAX_ATTRS) is now 2147483647. * maximum number of variables per file (NC_MAX_VARS) is now 2147483647. * maximum size of of single put/get request or aggregate size if non-blocking request per MPI process is INT_MAX. - New constants: * NC_FORMAT_UNKNOWN, NF_FORMAT_UNKNOWN, NF90_FORMAT_UNKNOWN will be returned on ncmpi_inq_file_format if file is unrecognizable. * NC_MAX_NFILES, NF_MAX_NFILES, NF90_MAX_NFILE define max number of files that can be kept open my an MPI process. - API Syntax change: * Argument fill_value of ncmpi_def_var_fill is 'const' now. - Semantic updates: * Calling ncmpi_end_indep_data() in collective data mode no longer considered illegal. * For CDF-5 files, the maximum size of a variable or a variable's record is NC_MAX_INT64-3. * on inconsistent create/open among processes, the modes on all processes will be replaced by rank 0's mode. NC_EMULTIDEFINE_CMODE or NC_EMULTIDEFINE_OMODE will returned on processes disagreeing with rank 0's mode. * ncmpi_inq_nreqs() allows argument nreqs to be NULL. * ncmpi_inq_buffer_usage() & ncmpi_inq_buffer_size() allows argument usage to be NULL. * New error codes: + NC_EMAX_REQ, NF_EMAX_REQ and NF90_EMAX_REQ + NC_ENULLPAD, NF_ENULPAD and NF90_ENULPAD - Utility programs: * ncmpivalid renamed to ncvalidator - Update: * Update UTF8 encoding utility to use utf8proc library version 2.1.0. * Add quiet mode command-line option "-q" to utility program ncvalidator. * Add an internal check for whether the file starting offsets of all variables are in an increasing order as the variables defines. - Bug Fixes: * Fix a bug in nonblocking APIs when two separate nonblocking requests that can be coalesced into a contiguous MPI fileview or buffer type but the coalesced length becomes too big. * Fix a bug in nonblocking APIs when one request's access region covers more than one other non-interleaved requests. * Fix a bug in string parsing the environment variable PNETCDF_HINTS and print warning messages when hint strings are ill-formed. * Fix a bug in F90 APIs for reading and writing scalar variables, i.e. number of dimensions is zero. * Fix a bug that fails to do byte-swap when retrieving user-defined fill values. - Conformity to NetCDF: * API ncmpi_open now checks the number of large variables that is legal for CDF-1 and CDF-2 files. * Add checking for error code NC_ELATEFILL. * No longer disallow _FillValue for global variable NC_GLOBAL. * Don't turn fill mode on/off automatically when putting/deleting _FillValue attribute. This restores consistency with NetCDF. * PnetCDF can no longer be built on 32-bit machines if using OpenMPI versions 2.0.2 and 1.10.6 and earlier versions. - Clarifications: * External numerical data types can no longer be type casted to NC_CHAR type upon reading/writing. Only legal APIs the read/write a NC_CHAR variable are the '_text' APIs. New translations of internal data types to MPI data types - check release notes for a table. v.1.8.1 - Fortran parameters NF_MAX_DIMS, NF_MAX_ATTRS, NF_MAX_VARS, and NF_MAX_NAME have been fixed to conform with their corresponding C constants. v.1.8.0 - Copy fill values to data elements that cause out-of-bound error (i.e. NC_ERANGE.) New macros added to pnetcdf.h, to indicate the configurable options that were enabled/disabled. These macros are: PNETCDF_ERANGE_FILL, PNETCDF_SUBFILING, PNETCDF_RELAX_COORD_BOUND, and PNETCDF_DEBUG_MODE. - Detect HDF5 file format: * ncmpi_inq_file_format reports NC_FORMAT_NETCDF4 on HDF5 signature. * 'ncmpidump' checks for HDF5 format when -k option is specified. * ncmpi_open checks for HDF5 signature and returns NC_ENOTNC3 error. - New API: * ncmpi_strerrno, nfmpi_strerrno, nf90mpi_strerrno return the string name of a NC error code. * ncmpi_inq_path, nfmpi_inq_path, nf90mpi_inq_path for inquiring file pathname used when open/create the CDF file. - Optimizations: * Use of Bernstein hash for checking if variable or dimension name is used already. * Storage of nonblocking requests. - Changed syntax: * ncmpi_cancel can now be called in define mode. - New error codes: NC_EPENDING, NC_EINVAL_OMODE, NC_EMULTIDEFINE_CMODE for both C and FOTRAN functions. - New error code precedences when multiple errors in API argument detected. * Utility pnetcdf-config to display build configuration. - Semantic changes: * For collective APIs, the following errors are considered fatal: NC_EBADID, NC_EPERM, NC_EINDEFINE, NC_EINDEP, and NC_ENOTINDEP. Once detects these errors the calling APIs return immediately. * Consistency check for header data (defining dimensions, variables, and attributes) is moved to individual APIs and only enabled when safe mode is enabled. * For CDF-5 files, regular NC_ERANGE check is performed in PnetCDF for all APIs that access NC_BYTE variables. For CDF-1 and 2 files, PnetCDF still honors that exception. * Error code NC_EPENDING will be returned when pending requests are detected at the file close. * API ncmpi_set_default_format is changed to an independent API. - Build separate doc package. - Run package internal tests. - Remove: parallel-netcdf-1.6.1-destdir.patch - obsolete build patch. - Add support for HPC build. - Add build support for gcc10 to HPC build (bsc#1174439). - Add build support for openmpi4. - Disable 32-bit build architectures: package cannot be built there.- Add convenience provides to allow e.g. netcdf-openmpi2 to pull in libpnetcdf-openmpi2. - Also build openmpi3 flavor.- Build MPI pacakges as multibuild flavors, add openmpi2 - Adapt to openmpi -> openmpi1 rename on Tumbleweed- Use -ffat-lto-objects when building static libraries.- Trim descriptions.- Update to 1.7.0 o New features * Nonblocking requests now can be posted while the program is in the define mode. This feature enables applications to add new variables and post the nonblocking write requests without separating the codes by ncmpi_enddef(). Note ncmpi_wait_all and ncmpi_wait must still be called in the data mode. * When using immutable write buffer in put APIs on a Little Endian machine, the in-place byte swap operation performed internally in PnetCDF can cause a fatal error (by trying to change the contents of an immutable memory space). The solution of copying user's write request to a temporary buffer and perform byte swap there conflicts with PnetCDF's design principle of avoiding internal memory allocation as much as possible. Since the size of immutable buffer in most cases is small, PnetCDF now compromise the two by making a copy of write requests that is less than 4KB. Users are warned that using immutable write buffer larger than 4KB will still cause the fatal error in the PnetCDF default configuration. The way to completely disable in-place byte swap is to build PnetCDF with --disable-in-place-swap option at the configure time. In this case, the internal memory allocation in PnetCDF will increase. o Syntax changes * In ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel(), the API's third argument, array of requests IDs, is changed to INOUT. Upon successful completion or cancellation of individual nonblocking requests, the corresponding request IDs are set to NC_REQ_NULL. o New run-time environment variables * PNETCDF_VERBOSE_DEBUG_MODE environment variable can be used to print the location in the source code where the error code is originated, no matter the error is intended or not. This run-time environment variable only takes effect when PnetCDF is configure with debug mode, i.e. - -enable-debug is used at the configure command line. Set this variable to 1 to enable. Set it to 0 or keep it unset disables this mode. Default is 0, i.e. disabled. Users are warned that enabling this mode may result in a lot of debugging messages printed in stderr. o New example programs * examples/C/nonblocking_write_in_def.c shows an example of posting nonblocking write requests in the define mode. * examples/C/req_all.c shows an example of using NC_REQ_ALL to flush all pending nonblocking requests without providing the requests IDs. o New test program * test/cdf_format/dim_cdf12.c tests defining maximal dimension size for CDF-1 and CDF-2 file formats * test/testcases/test_erange.c tests if the error code NC_ERANGE can be correctly returned for two cases 1) get a NC_UBYTE value of 255 from a netCDF file to a memory buffer of type signed char and 2) put a value of -1 of signed char to a NC_UBYTE variable in a netCDF file * test/testcases/check_type.c tests if the error codes can be correctly returned when conflicted in-memory and extenal data types are used. * test/testcases/put_parameter.f tests the use of immutable write buffer (e.g. a buffer declared as PARAMETER). Note the buffer size must be smaller than 4KB. * test/nonblocking/i_varn_indef.c tests posting nonblocking requests in define mode. * test/nonblocking/req_all.c tests the use of NC_REQ_ALL for flushing all pending nonblocking requests without providing the requests IDs. * test/last_large_var.c tests the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. * test/testcases/buftype_free.c and test/testcases/buftype_freef.f test the bug in r2160. * testcases/add_var.c checks the starting file offsets of newly added variables from re-entering the define mode. * testcases/attrf.f checks NF_ERANGE is returned instead of coredump. This is particularly for NAG Fortran compiler that may report "Arithmetics exception". * testcases/check_striping.c checks if the file striping unit and factor returned from MPI-IO hints are consistent among processes. * test/nonblocking/column_wise.c checks if PnetCDF detects interleaved fileviews from multiple nonblocking requests and correctly breaks and reconstructs the fileviews so the combined fileview is monotonic non-decreasing in file offsets. o New optimization * Filling variables at ncmpi_enddef() is now done by aggregating all write requests into one MPI collective write call. In v 1.6.1, this is done by filling one variable at a time. o New utility program * ncoffsets reports the file offset information, including the starting and ending file offsets, of variables stored in a netCDF file. ncoffsets is compiled with gcc if gcc is presented on the build system. Additional command-line options are: (-v) reports only for a selected list of variables in interest, (-s) prints the variable sizes, (-g) outputs the file space gap size from the end of previous variable, (-x) reports whether there is a gap between any two adjacent fixed-size variables. See the man page for descriptions of all command-line options and examples. o Semantics updates * All nonblocking APIs now take a NULL pointer for the request ID argument, meaning users do not wish to keep track of the request ID. If NULL request IDs are used, NC_REQ_ALL should be used when calling ncmpi_wait_all/ncmpi_wait to commit all the pending nonblocking requests. This feature relinquishes users from the responsibility of tracking the IDs of pending requests. * Using NC_REQ_ALL as the 2nd argument "num" in ncmpi_wait_all/ncmpi_wait APIs will flush all the pending nonblocking requests. In this case, the 3rd and 4th arguments "array_of_requests" and "array_of_statuses" will be ignored and thus these two arguments can be NULLs. * Using NC_REQ_ALL in ncmpi_cancel() will cancel all the pending nonblocking requests. * Using NC_GET_REQ_ALL or NC_PUT_REQ_ALL in ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel() for all the pending get-only or put-only requests, respectively. o Other updates: * Conform with netCDF on the maximal dimension size for CDF-2 file format to be (2^32 - 4) * NC_ERANGE checks have been removed from nc_test for text APIs and variables that are defined as NC_CHAR type * Add README.K-Computer build recipe for using Fujitsu MPI compilers on the K computer at RIKEN in Japan * Add README.INTEL build recipe for using Intel MPI compilers 4.x * Build dependency rule is added for files configure and configure.in * PnetCDF checks MPICC/MPICXX/MPIF77/MPIF90 instead of CC/CXX/F77/F90/FC. If MPICC/MPICXX/MPIF77/MPIF90 are set, PnetCDF will ignore CC/CXX/F77/F90/FC. If CC/CXX/F77/F90/FC is set instead of MPICC/MPICXX/MPIF77/MPIF90, PnetCDF will now copy them to MPICC/MPICXX/MPIF77/MPIF90. * Enforce netCDF convention on error code priority: NC_ECHAR trumps NC_EINVALCOORDS, NC_EEDGE, and NC_ESTRIDE. * Return error code NC_EGLOBAL instead of NC_ENOTVAR for APIs where using NC_GLOBAL as the variable ID argument is prohibited. * All Fortran 77 test and example programs (files with .f and .F extensions) have been revised to conform with 77 standard, and was tested using pgf77. * Now provides a pkg-config file (http://www.freedesktop.org/wiki/Software/pkg-config/), making it slightly easier to set the correct pnetcdf include and library paths. o Bug fixes * Fix the bus error of invalid address alignment when build with Fujitsu compiler. See r2171 and r2180. * Fix the bug for the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. See r2166. * Fix the nonblocking flexible APIs that fail to save (duplicate) the user MPI derived data type that later is needed to unpack read data to the user buffer (a call to MPI_Unpack). See r2160. * Fix Fortran 77 constants nf_fill_uint and nf_fill_int64 (thanks Jim Edwards) that pgf77-based MPI compiler does not like "_8" modifier. See r2045 and r2051. The same issue for NAG Fortran compiler is also resolved. See r2089 and r2093. * In the example program examples/tutorial/pnetcdf-write-nb.c, the write buffers used in two iput API calls should be different. See r2095. * Fix the error reporting mechanism for NC_ERANGE, for when an arithmetic overflow happens. Overflow checking is now performed before I/O.- Fix license- Fix building on non-x86_64 64-bit platforms- Update subpackage groups - Make subpackage summaries and descriptions more consistent - Provide rpm macros for version identification - Spec file cleanups- Update to version 1.6.1 o New features * PnetCDF now supports fill mode. ncmpi_set_fill() can be used to set the fill mode for the entire data set. Note the differences from netCDF: 1. The default mode in PnetCDF is NC_NOFILL. 2. Setting fill mode for the entire file or individual variables must be done in define mode. 3. For non-record variables, they are filled at the time ncmpi_enddef() is called. 4. For record variables, users must explicitly call ncmpi_fill_var_rec() to fill one record at a time before writing to the record of that variable. o New APIs * ncmpi_def_var_fill() sets fill mode for an individual variable. This API must be called in define mode. * ncmpi_inq_var_fill() inquires fill mode of a variable. * ncmpi_fill_var_rec() is a collective API that fills a record of a record variable. This API must be called at data mode. * ncmpi_inq_default_format() for inquiring the default file format for new file creation. Note the default format can be changed by ncmpi_set_default_format(). * The above new API are also available in Fortran and C++ versions. o New error code * NC_ENOTRECVAR when attempting operation only for record variables * NC_ENOTFILL when attempting to fill a variable when its fill mode is off * NC_EMULTIDEFINE_FILL_MODE when inconsistent dataset fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_MODE when inconsistent variable fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_VALUE when inconsistent variable fill value is detected * Fortran versions of the above error codes are also added. o New example programs * C/fill_mode.c shows the use of ncmpi_set_fill(), ncmpi_def_var_fill(), ncmpi_inq_var_fill() and ncmpi_fill_var_rec() F77/fill_mode.f is the Fortran version. F90/fill_mode.f90 is the Fortran 90 version. CXX/fill_mode.cpp is the C++ version. * C/ghost_cell.c shows how to use varm API for writing from a user buffer as a 2D array with ghost cells on both ends of every dimension. o New test programs * nc_test/tst_nofill.c borrowed from netCDF * testcases/ivarn.c tests bug fix r2023 when the request IDs stored in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. o Other updates: * Change the chunk size used for moving variable data when the file header extent expands. The default is now 1MB. If the file's striping unit size is known (from MPI-IO hint striping_unit) then the chunk size is set to the striping unit size. o Bug fixes * Add missing F90 function overloading for f90mpi_put_var_all, f90mpi_get_var_all, f90mpi_put_vard_all, and f90mpi_get_vard_all, when the user buffer is a scalar. * Fix when the request IDs passed in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. See r2023. * Fix C++ compile error for converting NULL to string. See r2039. - Update to version 1.6.0 o Format conformation updates: * Conform with netCDF4 on CDF-1 and CDF-2 formats. The only difference now between the two formats are the OFFSET item in the format spec (32 vs. 64 bit integers.) All names (variable, dimension, attribute) now allow extended characters (eg. special2 and MUTF8). o New APIs * Nonblocking buffered varn API family. For C, ncmpi_bput_varn_() For F77, nfmpi_bput_varn_() For F90, nf90mpi_bput_varn() For C++, NcmpiVar::bputVarn() * Nonblocking varn API family. For C, ncmpi_iput_varn_() and ncmpi_iget_varn_() For F77, nfmpi_iput_varn_() and nfmpi_iget_varn_() For F90, nf90mpi_iput_varn() and nf90mpi_iget_varn() For C++, NcmpiVar::iputVarn() and NcmpiVar::igetVarn() * Blocking vard API family takes an argument of MPI derived data type that describes the file access layout, as opposed to vara and vars APIs that use start[] and count[]. For C, ncmpi_put_vard() and ncmpi_get_vard() For F77, nfmpi_put_vard() and nfmpi_get_vard() For F90, nf90mpi_put_vard() and nf90mpi_get_vard() For C++, NcmpiVar::putVard() and NcmpiVar::getVard() * Collective var1 API family For C, ncmpi_put_var1_all() ncmpi_get_var1_all() ncmpi_put_var1__all() ncmpi_get_var1__all() For F77, nfmpi_put_var1_all() nfmpi_get_var1_all() nfmpi_put_var1__all() nfmpi_get_var1__all() For F90, nf90mpi_put_var_all() nf90mpi_get_var_all() For C++, NcmpiVar::putVar_all() NcmpiVar::getVar_all() * ncmpi_inq_buffer_size() returns the size of buffer previously attached for use of bput APIs. With ncmpi_inq_buffer_usage() one can calculate the space remaining for additional bput requests. For F77, nfmpi_inq_buffer_size() For F90, nf90mpi_inq_buffer_size() For C++, NcmpiFile::Inq_buffer_size() * ncmpi_inq_recsize() returns the size of record block, i.e. the sum of single records of all record variables. For F77, nfmpi_inq_recsize() For F90, nf90mpi_inq_recsize() For C++, NcmpiGroup::getRecSize() * ncmpi_inq_num_rec_vars() and ncmpi_inq_num_fix_vars() report the number of record and fixed-size variables, respectively. For F77, nfmpi_inq_num_rec_vars() and nfmpi_inq_num_fix_vars() For F90, nf90mpi_inq_num_rec_vars() and nf90mpi_inq_num_fix_vars() For C++, NcmpiGroup::getRecVarCount() and NcmpiGroup::getFixVarCount() o New PnetCDF hint * pnetcdf_subfiling -- it can be set in an MPI info object or in the environment variable PNETCDF_HINTS to enable/disable subfiling. The value is either "enable" or "disable". o PnetCDF hint priority * The alignment hints set in the environment variable "PNETCDF_HINTS" have the highest priority, which overwrite the alignment hints set in ncmpi__enddef(), which overwrite the alignment hints set in the MPI_Info object used in the call of ncmpi_create() and ncmpi_open(). o New error code * NC_ESTRICTCDF2 for attempting CDF-5 operation on CDF-2 file. For example, define a variable of type NC_INT64 in a CDF-2 file. * NC_ETYPESIZE when filetype size is bigger than the variable size * NC_ETYPE_MISMATCH when the element type of filetype mismatches the variable type * NC_ETYPESIZE_MISMATCH when filetype size mismatches buffer type size * NC_ENULLSTART when argument start is a NULL pointer * NC_ENULLCOUNT when argument count is a NULL pointer * NC_EINVAL_CMODE when invalid file create mode is set, (e.g. cannot have both NC_64BIT_OFFSET & NC_64BIT_DATA. In PnetCDF 1.5.0 and earlier versions, if both flags were set, then NC_64BIT_DATA triumphs NC_64BIT_OFFSET.) o New example programs * C/bput_varn_uint.c and F77/bput_varn_int8.f show the use of nonblocking bput_varn APIs * C/i_varn_int64.c and F77/i_varn_real.f show the use of nonblocking iput_varn and iget_varn APIs * C/vard_int.c F77/vard_int.f F90/vard_int.f90 CXX/vard_int.cpp show the use of vard API to write/read record and fixed-size variables. * C/transpose.c shows the use of ncmpi_put_vara_int_all to write a 3D array that is dimensional-transposed from the one stored in memory. Six transposed 3D arrays are saved whose dimensions are organized as ZYX, ZXY, YZX, YXZ, XZY, and XYZ. The C++, Fortran 77, and Fortran 90 versions are also provided. o New test program * nonblocking/wait_after_indep.c tests if ncmpi_end_indep_data() returns properly when nonblocking APIs are called in independent data mode and the wait call is made after exiting the independent mode. * nonblocking/flexible_bput.c tests flexible bput APIs that use noncontiguous buffer type, noncontiguous imap and require type conversion * testcases/flexible2.c tests flexible APIs that perform type conversion * testcases/flexible_varm.c tests flexible varm APIs * testcases/varn_contig.c tests the case when the fileview is actually a contiguous chunk. PnetCDF should be able to merge all. * nonblocking/bput_varn_uint.c tests nonblocking bput_varn APIs * nonblocking/i_varn_int64.c tests nonblocking iput_varn and iget_varn APIs * test/testcases/test_vard.c test/testcases/test_vardf.f test/testcases/test_vardf90.f90 test the new vard APIs. * test/testcases/inq_recsize.c tests if one can correctly inquire the size of record block from in a netCDF file. A similar program in F90, named inq_recsizef.f90, is also added. * In test/nc_test, the test programs below are borrowed from netCDF test programs: t_nc.c tst_misc.c tst_norm.c tst_small.c tst_names.c tst_atts3.c tst_atts.c * test/testcases/one_record.c tests the special case defined in CDF-1 and CDF-2 specification that "A special case: Where there is exactly one record variable, we drop the requirement that each record be four-byte aligned, so in this case there is no record padding." * test/testcases/modes.c tests if correct error codes are returned when various file create/open modes are used. * Under test/testcases, varn_int.c varn_intf.f varn_real.f90 test varn APIs * test/testcases/inq_num_vars.c test if one can correctly inquire the numbers of record and fixed-size variables defined in a netCDF file. A similar program in F90, named inq_num_varsf.f90, is also added. * test/nonblocking/interleaved.c tests a combination of interleaved file types. This is to test the bug fix in r1758. o New optimization * Prior to this release, PnetCDF wraps each MPI read/write call in put/get APIs with two MPI_File_set_view(). One is before the MPI read/write call to take advantage of MPI's fileview feature for accessing non-contiguous file locations. The other is after the MPI read/write call to make the whole file visible, as the root process may write to file header later in the data mode and it alone cannot make a call to MPI_File_set_view() because the function is collective. In this release, the second MPI_File_set_view() has been removed. The root process's fileview is changed to always keep the whole file header visible. Saving a collective call to MPI_File_set_view() is expected to improve some performance. o Semantics updates * Header consistency mechanism has been updated. See README.consistency for details. * The use of NC_SHARE is also revised. See README.consistency for details. o Other updates: * The subfiling feature is now disabled in ncmpidump and ncmpidiff until a bug fix to allow reading the master file with the number of processes that is smaller than the number of subfiles. * The attribute names reserved for subfiling feature are now changed to use a prefix of "_PnetCDF_SubFiling". The leading "_" underscore is a CDL convention. * The flexible APIs now allow argument buftype to be MPI_DATATYPE_NULL. In this case, argument bufcount is ignored and argument buf's data type must match the data type of variable defined in the file - no data conversion will be done. This extension makes the flexible APIs be able to correspond to the netCDF APIs whose names do not contain a data type, e.g. nc_put_vara(). * Type conversion between NC_BYTE and unsigned char no longer checks for out of range error (NC_ERANGE). CDF file format specification make a special case for this kind of data type conversion. See: "Note on byte data" in the format specification. * Conform with the CDF-2 and CDF-5 formats that names are normalized according to Unicode NFC normalization rules during encoding as UTF-8 for storing in the file header. * A new configure option, --enable-large-file-test, to enable testing I/O on large files and large variables. Note the testing prgrams will run very slowly. o Bug fixes * fix the bug for flexible get_varn API. When buftype is noncontiguous, the bug forgot to "unpacks" the temporary buffer that reads data from file to the user buffer using buftype. * fix the bug in blocking flexible get APIs when buftype is noncontiguous, swap is needed, type conversion is not. The bug sets a NULL pointer to the read buffer and passes it to MPI_File_read functions. See r1815. * fix the bug for the NetCDF special case when there is only one record variable and the record size is not four-byte aligned. In this case, NetCDF spec says the alignment must dropped (no padding). See r1791. * fix the bug in nonblocking APIs when requests are resorted into nonoverlapping groups and the first group of file types are interleaved, it was mistakenly identified as non-interleaved. See r1758. * fix the setting for PNETCDF_RELEASE_DATE in configure.in. Using read command together with IFS does not work as expected in bash 4.3.11. See http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2014-July/001586.html for further detailed discussion. - Update to version 1.5.0 o New features * A new configure option "--disable-in-place-swap" is added. It disables the byte-swap operations running in-place on the user's write buffers. The purpose of providing this option is to deal with the problem when a Fortran program uses a immutable buffer for put APIs, e.g. the buffer is declared as a PARAMETER, and in-place byte swap on this buffer causes segmentation fault. See discussion threads of http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2013-July/001498.html Impacts: 1. It takes effect only on Little Endian machines. 2. It only affects put/iput data APIs, but not attribute APIs. 3. The INTENT of buffer arguments in all Fortran 90 put/iput APIs will be declared as "IN". Without this setting, the default is "INOUT". 4. It has an impact on performance, as an extra internal temporary buffer will be allocated to copy data over from user's put buffer, so byte swap can be run on the temporary buffer. The default setting is to enable in-place byte swap. PnetCDF tries not to allocate additional memory space, due to performance concern. Users are discouraged to use Fortran PARAMETER buffers in put APIs. * A new configure option "--enable-debug" is added. It enables a memory allocation tracing mechanism internal in PnetCDF. In addition, it enables the PnetCDF safe mode. (Note that setting the environment variable PNETCDF_SAFE_MODE at the run time can still overwrite the safe mode.) Default debug mode is disabled. When enabled, a user program can call three new APIs below: ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, and ncmpi_inq_malloc_list to obtain the size in bytes of current memory allocated internally. This feature uses a binary tree to manage all malloc buffers, e.g. tsearch() and tdelete(). * Add three Fortran parameters for PnetCDF library version numbers: PNETCDF_VERSION_MAJOR, PNETCDF_VERSION_MINOR, and PNETCDF_VERSION_SUB. Similarly in C programs, these are defined in pnetcdf.h as constants. o New APIs * C++ APIs are now available. They are developed based on netCDF-4 C++ library. However, users are encouraged to use C APIs, instead C++. * ncmpi_put_att, ncmpi_get_att, nfmpi_put_att, and nfmpi_get_att - these APIs correspond to nc_put_att, nc_get_att, nf_put_att, and nf_get_att. Note they are not the "flexible" APIs. Flexible APIs have an MPI derived datatype argument. * ncmpi__enddef, nfmpi__enddef, and nf90mpi_enddef - these APIs correspond to netCDF nc__enddef, nf__enddef, and nf90_enddef (with additional optional arguments). * ncmpi_inq_file_info - the naming for ncmpi_get_file_info may cause confusion, as "get" has a different meaning on PnetCDF. The correct name should use "inq". However, ncmpi_get_file_info is kept for backward compatibility. * ncmpi_inq_striping, nfmpi_inq_striping, nf90mpi_inq_striping report the file system striping settings of the opened file: striping size and striping count, if the underneath MPI-IO can find their values from the file system in use. * ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, ncmpi_inq_malloc_list report the size in bytes of current memory allocated internally by PnetCDF. Similar APIs for Fortran 77 and 90 are also available. These APIs are enabled only when PnetCDF is configured with option - -enable-debug. When this option is not enabled, calling these APIs will return the error code NC_ENOTENABLED. These APIs are usefully for debugging. * ncmpi_inq_files_opened reports the number of files that are currently opened. Similar API for Fortran 77 and 90 are also available. The API takes 2 arguments: number of files and array of file IDs. If the second argument, array of IDs, is not NULL, then it will filled with the netCDF dataset IDs. This API is useful for debugging. o Syntax changes * For all Fortran put/iput APIs, the INTENT of write buffer arguments is changed to "INOUT" on Little Endian machines, if option "--disable-in-place-swap" is not used at configuration. Otherwise, i.e. on Big Endian machines or PnetCDF is configured with "--disable-in-place-swap" on Little Endian machines, the INTENT is "IN". o New PnetCDF hint * nc_record_align_size - aligns the starting file offset of the record variable section. Note this is for the entire section, not individual records. o New error code * NC_ENOTENABLED indicates the API is available only when the corresponding feature is enabled. For example, nfmpi_inq_malloc_size() returns this error code when "--enable-debug" is not used at configure. * NC_EBAD_FILE corresponds to MPI error code MPI_ERR_BAD_FILE, meaning "Invalid file name (e.g., path name too long)." * NC_ENO_SPACE corresponds to MPI error code MPI_ERR_NO_SPACE, meaning "Not enough space." * NC_EQUOTA corresponds to MPI error code MPI_ERR_QUOTA, meaning "Quota exceeded." * NC_EMULTIDEFINE_FNC_ARGS corresponds to MPI error code MPI_ERR_NOT_SAME, meaning "inconsistent function arguments used in collective API." o New run-time environment variables * none o New example programs * Example programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * Under examples/C, three examples are added: create_open.c, get_vara.c, and global_attributes.c. File examples/README contains their descriptions. * Under examples/CXX, several example programs corresponding to those in examples/C are added. o New programs for I/O benchmarks * none o New test program * Many test programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * add tests for flexible APIs. The tests borrow from nc_test/test_write.c that tests nc_put_var1, nc_put_vara, nc_put_vars, and nc_put_varm. Similarly for get APIs. * testcases/record.c checks if the number of records is updated correctly. It writes to a variable's 2nd record followed by the 1st record. A call to ncmpi_inq_dim() or ncmpi_inq_dimlen() should report 2 records after the writes complete. * testcases/noclobber.c checks if error code NC_EEXIST can be returned correctly when NC_NOCLOBBER modes is used in ncmpi_create and in the meantime the file exists. * Some test programs are developed to run in parallel. The test mechanism for parallel runs is command "make ptest". Two environment variables can be used to set the MPI run command and output file directory: TEST_MPIRUN and TEST_OUTDIR. Their defaults are mpiexec and "." (current directory), respectively. For example, make ptest TEST_MPIRUN="aprun -n NP" TEST_OUTDIR=/scratch Note the keyword "NP" will be replaced by the different numbers of processes used to run the tests. The testing uses up to 8 MPI processes. * A sample PBS script file is provided to test "make ptest" on machines with a batch queue system: pbs.script. This example script can be submitted from the build root directory (where you run "make" command to build PnetCDF library). * For cross compile environment (and batch queue system), the environment variable TEST_SEQRUN can be used to set the MPI run command. For example, the command for testing sequential programs: make check TEST_SEQRUN="aprun -n 1" TEST_OUTDIR=/scratch For non-cross compile environment, there is no need to set the environment variables, as long as one can run the MPI executable without mpirun or mpiexec. o New optimization * none o New utility program * pnetcdf_version prints the version information of the PnetCDF library and command-line arguments used at configure o Other updates: * Revise FLASH-IO benchmark to use nonblocking APIs for both checkpoint and plot writes. The control variable to switch between nonblocking and blocking API is "use_nonblocking_io". Set it to .FALSE. in flash_benchmark_io.F90 to switch to blocking APIs. Using nonblocking APIs is now the default. * To match ncdump, ncmpidump now only supports one input file. * Makefiles are revised for better recursive make and fixed some build target dependency for parallel make. * File creation was revised for handling NC_CLOBBER and NC_NOCLOBBER modes. On systems where Unix calls access() and unlink() are available, they are used to check if a file exits and to delete an existing file. * subfiling is now enabled by default. Users can use --disable-subfiling to disable it * man page of ncmpigen is updated to add the description for option "-v" which lets users to specify the desired output file formats, e.g. CDF-1, CDF-2, or CDF-5. * flex, lex, bison, or yacc are no longer needed for building ncmpigen. o Bug fixes * fix ncmpigen.y on parsing CDL file to get the number of records. The bug failed the command "make b-test", due to getting a wrong number of records (current value for the unlimited dimension). * fix the update for number of records when writing to a record that is not the last record. - Update to version 1.4.1 o Bug fix: * Improve pnetcdf.inc portability for fixed/free-form Fortran programs o Fortran API syntax changes * For nfmpi_put_att and nf90mpi_put_att family, the intent modifier for the put buffer arguments are now declared as INTENT(IN). * For nfmpi_put_var* and nf90mpi_put_var family + On Big Endian machines, the the intent modifier for the put buffer arguments are now declared as INTENT(IN). + On Little Endian machines, the the intent modifier for the put buffer arguments are still declared as INTENT(INOUT). This is because PnetCDF does in-place byte-swap on user's put buffer. If user's buffer is declared as parameter, then segment fault can happen when PnetCDF tries to byte-swap a read-only memory. o Subfiling * Subfiling is a new PnetCDF feature that divides a file transparently into several smaller subfiles, each of which stores subarrays in CDF file formats. The file name supplied by the users serves as a master file that contains all metadata about array partitioning information among the subfiles. Because data partitioning is made transparently from users, data accessing is kept the same through the conventional PnetCDF APIs and the master file. * To enable this feature at configure time, add configure option "--enable-subfiling". - Update to version 1.4.0 o New APIs * Fortran 90 APIs (adopted from netcdf-fortran-4.2). All F90 APIs have prefix name "nf90mpi_". The APIs support function overloading. * get/put_varn_ for reading/writing a list of subrequests (each is specified by starts[i][ndims] and counts[i][ndims] for subrequest i. ndims is the number of dimension of the variable) to a single variable. * multiple put/get requests with explicit buffer type names: ncmpi_mput_var_type(), ncmpi_mput_var1_type(), ncmpi_mput_vara_type(), ncmpi_mput_vars_type(), ncmpi_mput_varm_type(). Similar for get APIs. "type" is one of the followings: text, schar, uchar, short, ushort, int, uint, long, float, double, longlong, or ulonglong. * ncmpi_inq_nreqs() reports the number of pending nonblocking requests * ncmpi_inq_header_size() reports the size of the file header * ncmpi_inq_header_extent() reports the space currently allocated for the file header, (also the file offset of the first variable) * ncmpi_inq_put_size() reports the write amount committed by far * ncmpi_inq_get_size() reports the read amount committed by far * ncmpi_sync_numrecs() a collective API that can be called in independent data mode to synchronize the number of records in memory across all processes, and update to the file if NC_SHARE is set. o Syntax change for Fortran put APIs * intent of buffer argument in all Fortran APIs is changed to inout, as byte-swap might be performed directly on the buffer. This change is for performance consideration. For example, if the buffer is declared as Fortran parameter, then compile will fail. o New PnetCDF hint * nc_header_read_chunk_size: PnetCDF reads the file headers in chunks. This hint indicates the chunk size (in bytes). The default is 256 KB. o New error code * NC_EINTOVERFLOW reports the error of 4-byte integer overflow. This usually happens due to MPI-IO data type constructor APIs' arguments using 4-byte integers. * Error codes to report metadata defined inconsistently across processes. o New run-time environment variables * PNETCDF_SAFE_MODE environment variable can be used to enable/disable the internal checking for data/argument consistency across all processes (by calling collective MPI_Allreduce). Set it to 1 to enable the checking. Default is 0, i.e. disabled. * PNETCDF_HINTS environment variable can be used to pass the I/O hints to PnetCDF library. Hints include both PnetCDF and MPI-IO hints. PNETCDF_HINTS is a string of hints separated by ";" and each hint is in the form of hint=value. E.g. romio_ds_write=disable;nc_header_align_size=1048576 If this environment variable is set, it overrides any values that were set by using calls to MPI_Info_set in the application code. o New example programs * example programs are now categorized into C, F77, and F90 directories * nonblocking_write.f and nonblocking_write.f90 are the Fortran version of nonblocking_write.c * put_varn_float.c for using the new APIs ncmpi_put_varn_float_all() put_varn_real.f and put_varn_real.f90 are the Fortran versions * put_varn_int.c, put_varn_int.f, and put_varn_int.f90, for using the new APIs ncmpi_put_varn_int_all() and nfmpi_put_varn_int_all() * hints.c, hints.f, and hints.f90 for using PnetCDF hints * flexible_api.c, flexible_api.f, and flexible_api.f90, for using blocking and nonblocking flexible APIs * mput.c for using ncmpi_mput_vara_all() to write a series of arbitrary start[] and count[] * block_cyclic.c, block_cyclic.f, and block_cyclic.f90 are for a * -(block-cyclic) 2D partitioning pattern * column_wise.c, for a *-cyclic 2D partitioning pattern * put_vara.c, put_vara.f, and put_var.f90 for using for nfmpi_put_vara_int_all() o New programs for I/O benchmarks * benchmarks/C/aggregation.c -- evaluate PnetCDF's performance on I/O aggregation across multiple requests with different data access patterns. * benchmarks/C/write_block_read_column.c -- writes variables and reads back using different data partitioning patterns * benchmarks/FLASH-IO -- I/O kernel of FLASH, a reacting hydrodynamics code developed at University of Chicago. This benchmark can be built independently from PnetCDF release. o New test program * test/F90 contains test programs adopted from netcdf-fortran-4.2 * test/nf90_test contains test programs adopted from test/nf_test * testcases/alignment_test.c -- test for header and fixed variable file offset alignments when entering redef mode * testcases/nonblocking.c -- test nonblocking APIs ncmpi_iput_vara_int() and ncmpi_iget_vara_int() * testcases/flexible.c -- test flexible API ncmpi_get_vara_int_all() using an MPI derived data type created by MPI_Type_create_hindex() * test/header/header_consistency.c -- test header inconsistency and see if inconsistent metadata is overwritten by root's o New semantics for attribute APIs in data mode o New synchronization for number of records o New optimization: I/O request aggregation pointer). o Other updates: * configure.in and Makefile.in have been revised to detect MPI compilers and other compile options automatically. * A new configure option "--disable-file-sync" to disable calling file sync. This is to be used when the underlying file system provides data consistency control. * add build recipe for IBM BGQ (e.g. Vesta/Mira/Cetus @ANL) in README.IBM * add build recipe for CRAY-XE6, Hopper @NERSC in README.CRAY * add build recipe for CRAY-XC30, Edison @NERSC in README.CRAY * add build recipe for Endeavour @ NASA in README.SGI * add declaration of flexible APIs for Fortran90 * "make testing" now hides most of the stdout. Use "make verbose_testing" for verbose output. * ncmpidump: add the command-line option "-k" to report the format of netCDF file. * ncvalid is renamed to ncmpivalid, a tool to validate the structure of netCDF files for conforming with CDF formats. * Fortran type NFMPI_OFFSET is removed. It was merely a shortcut to integer(KIND=MPI_OFFSET_KIND). Some Fortran 77 compiler does not recognize keyword KIND. In that case, please set MPIF77 to the MPI Fortran 90 compiler, e.g. ./configure MPIF77=mpif90 * configure now automatically checks Fortran module compile flags * Support additional Fortran netCDF data types: nf_ubyte, nf_ushort, nf_uint, nf_uint64, nf90_ubyte, nf90_ushort, nf90_uint, nf90_uint64. * Error codes and messages conform with netCDF's o Bug fixes * Argument unlimdimid of nfmpi_inq() returns -1 when no unlimited length dimension has been defined (to conform nf_inq()). * Argument varid of nfmpi_inq_varoffset() is fixed to be the C's varid plus one. * For collective APIs, many places have been changed to prevent program from hanging if a subset of the processes got errors. The fix will allow all processes participating the MPI collective calls in the PnetCDF, even if errors are detected on a subset of processes. * set the nonblocking request ID to NULL when the request length is zero * report error when bogus request IDs are passed in ncmpi_wait * when entering redef with different alignment hints, fixed-size variables' file starting offsets will only be changed when it is bigger than the old ones * Fix some Fortran API intent in/out argument declarations * ncmpi_def_var is fixed to detect if CDF-5 data types is used on CDF-1 or CDF-2 files. Error code NC_ESTRICTNC3 will return. - Update to version 1.3.1 (September 24, 2012) This release is primarily a bug-fix release, tidying up a few issues and incorporating some early feedback on our "buffered put" interface (see http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/BufferedInterface for more information) - add a new API ncmpi_inq_buffer_usage/nfmpi_inq_buffer_usage for inquiring the current usage of the internal buffer allocated by the "buffered"-put APIs. - bug fix to make bput APIs properly return error code NC_EINSUFFBUF. - bug fixes for ncmpidump to avoid residue contents from a previous read when it read beyond EOF. - bug fixes in the the tutorial example codes. - add more in-line comments for the tutorial example codes. - add the error string for error code NC_ENOENT. - Replace parallel-netcdf-1.3.0-destdir.patch with parallel-netcdf-1.6.1-destdir.patch. The patch accomplishes the same thing but is created new for the substantially different makefiles.sheep70 16150306391.12.21.12.2-1.11.12.2-1.1pnetcdfpnetcdf.hpnetcdf.incpnetcdf.modlibpnetcdf.sopnetcdf.pc/usr/lib64/mpi/gcc/openmpi3/include//usr/lib64/mpi/gcc/openmpi3/lib64//usr/lib64/mpi/gcc/openmpi3/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15-SP3:GA/standard/1c1fd31b7cc68f216163e3116397bf49-pnetcdf:openmpi3cpioxz5x86_64-suse-linuxC++ source, ASCII textC source, ASCII textAlgol 68 source, ASCII textASCII text (gzip compressed data, from Unix)pkgconfig filePRw% >O`v^9utf-81b960892bb569229f4e5b9254782ebe3d76dd3d335ff162cf77330434baaee7d? 7zXZ !t/ v] crv(vX0azS[{1duI^ UE]E۞SfߪJ:0B\g {qKLIcEMy6'eI>@g%]e>ù&"{!#0qg}iCZ Fbˏ0ϒ@߅uK$z\P=J J! Ό>p^tV$q);:VZY0  Yd~OYt&YF<cF]uƬrm2V t2B5Z L"@O2d$z",o̤S vbϨ`H{鄅*N Mu8X;w;M9?w" B8;h8 k%Gu^8*oz H>\pp4jtg| #ȷ΄ksA%dt®nT~7cbQ5({SsYя=&Pp3*&6,GwS~&zw<m@VnRhNxTHQRJUxkb]sَej1cbbG x>9Gj}\< &}>j,wzð'^$P﫫dH/˪%v\ 7q^ݜ-n}xrYddxp;$dq/.OGNZP3AAZ}gRV@(uQD}mX!B31}xFu7ߪ!*E=b=Q|i1;4z^fr1GZC㲨N8%R7ciTr= b^!Yb~&~}g[(71kIi  ;sޏ  Cڨ038/*M uW?9IlYqx^ Wp(𖽉\9yQ#4Eٶ Dag.4𭔽ckZJ.Y/:M{)ōHJ& i *A '\"4VZ@'{ne0VM΅B >ZB~6w5^ ٜ+i% 1cHn7сOJ#!R:+zU? [@!(8< +ÆƮʇ9i9Ly{ȅ_*t,)\"u"x6l1TM;^d0? ML:c]6 &rzHq\~ϑ y#Svhza{Fn:*N 'd:IaC.!2){}JF^y|o!BCu }/B n?.TzuB V >/Nz%}[]J:c R|c:COQϓMVί(kUrM2'E Q ##¢vbVXI쥕&89`޲iJꢑ뎸YG>rk2oR/mѦ\bui9JDCFR3\WrB.z4!^A\No5˓'D_ /4q<X.ǹIssa$G^k\9ʶ ýK2j-451SeD ;\4r ;UͨLq{ݩcqy;vRs|NE_=D;23kC^ qMQ[ɤN11R`Y=`>5N sJE{q"Hk=.ov%Wٌ]0Df{ҐÎXsT'kQzLA6A#٘N238IqLԇXP&6=s-W-1.iReյ ;SDX[I6\v@Hu?_ +BR+d33y'A _PaaɀzV( :h̍4H*SKvЁO6էLTG 6r޸!WCJsL+;W.Cuj?|KܨR8 {~ާ!!~8)t?q_?mH#Iu&gfu)ұDF3'F|*fbGXcd:ej.\V'\ C?܇1?a.`uL8wHf8; [9]jQ.A0x';'،Kx̾#,lO]RBaE*vj2ғc!+hS= zJ"LfZ(w*")}E6#: w~>B}fp'qW(u7b:vk|j#6٨]Y/ @D<5K *wS'qX)W"iz:m=mR q3ߙXrhtqv83_D?=Sd䮽+3e9'1v@cSDI$f;H',mt|TUw#zۿJ`/ÛDfѣi [zӨx3WtPӠn3}g@\PC;ViH̏[J5`ʼn4:; %^lQt؇+LƓ9[٪S9>BX ]U*)="vBiO- 'NI/ 1ԆE ce ˄َ+;_Ci]aiՑC]E w~\E *@?fѱ\}5އVBkM&nTꖢdj}JF{ FՉ m=ԑ'8kS ͚PfCL6OK,Ji}y(Fy} N^y\owa Wx}~Owzѱ;xr(?瀜Niy{s,xv%:P2Fd&Gi)'lP 2g4s,F"Gpy~ZN^5 U\nɔzy2kig~O!RqRNZp|zj۠UζP4:$UHdJp_Lu~ wE?F{A[Կ7&co͒\ 7ek ͷ9*x 2{U$&:(B ?},Ձee-f?vy2W'oSE[7 hI?]< ]mI Y3dhY3('.Ve%CKiLI[6 T+/N]}:M1Y白e1*e^O9; G2=/[yjù1;6N8cg3Hѡ.hI2٭b_:Tq+bTo"Ő ԭ`ojB[j8T^'<, ^h?=9$t\+hsIoxs'xH~q2%s*gfOlaGF.uo8HAfjS >WNH\Zd(C+wH위/1W䬲΢P䈐o=,NZ_Q9k-#0Eblq !:~f/!E <(*׀ι.0J=zت'Bڵ2A7I];i }DcOmAi,.M'"l4AF'%L)xO7=bM.͹D]nu}yV_n<'>:74zU`p zSobAh1cYhA??YICw<66*Í!h*=(ޭGv] }Gg~ d)V.jZX>c2$+K pA}OjjA&&SPGo"zeS-b/֥4yc>|{?,=(f~Gcpg :32^۳WvaEE<@}b\0Puվmb/@e`& &訝 .?X7c(+BǪlqiMwoHN5ϫbCqR@{i-@uUd?l$G_F{\-}wN7.-{Y7B@lS"(6ބ 'X |[\@B(n8E:##fKӢՌayV9C"s8̝>c i:3k8e h\^$Y")OPoeKpn#K+gVE~T|m"rNxIxx0T9NgrdGh3X#͡,b8ǩև[K(9@N||\a`K>pw/~7BU)AQGp6C@bk|Mj~$Wfuv|QV,$xɔ#`UTCP(7 N8HJkԜd0]lYpAz7yAT-p['?Խ+O/~q[MRmeHaNy"(M6gŻ1qy;c2K~L9і]}hܦhtAIb;P:P #PhUɉ`m12Pn]њNv-Q?!)GQ@:4X!UB:>HYD Cx؍d6-'Q*7D^btZ_ˊ~bޝɟɋ䵠B:A [BΎؚŞ&0x K#dJl"%r]cul򎥭rdcA{m6HUčg':'Ɋ-vD{0SO$d` c/bԉu殺LC^A~&oTU+Wq!6<դC"Fm, ]+Z4fdGj}l71.*e$ SH s:ljYN V-w ˘(us/2+7^qPe40OW.\Ȫ>e_+[tIN.l5]g/˹[\ѡV>x%Qk8yPj'Y0DHO&ʼ2O0|vEP(Wh3s!eIdg!)t|F+PE{W>5<},Qa}Cv`qHft|./%[Ge4"w0/^JTiTŭݼi@K+2~,Ai3lI0OG6yyy76\1 Ph땖 Iorw_fB왻 w"Y-8WO=u8B dEݪ+\to̢H us?_+CJd\VTz_ ct<: K PFwgKATZw(ظ,jr-Ae| ?ǖ9@6q&?6[ &5tŠ}|.: n'}S޳E|@|D:_d9S z,[}T 5pר=,tCްwhIT.A0>R$3g "[pU@>sx:kz|ycd ͝kU2Ha> мGpX"Xq#C/+lH ~{)Gԯ֫nkYm#µDX/CtAj}%H͏3Q~yO@4n i)8_(ۓftb-g{ZYX$TREs2bR2 )ƦE!oZ3)ipeں{8HcdGVѦ$\*(OAT<4]DPu0!~v^(S >Ɠם '4UMi';b tx8pT"43jWl“kPOqOԢZ5%[}.  ( g)< +y{8So?vq–|5^Y$ Uו۴V,U?3op3bl-{+g,1}6fk$^c/Pɣ&%3<ݗo@<u\?Bb3% (rMEoJ]I?OΞ#C.(c2d#k0 ]}9Fk gxOyn2>历Ի#0yb*qb^DyUK*>? 2tVU^o=\dh2 ˂9PmWU;XSJns@Zj?QoSln =K 7MMgE$6@] "ZߣWW ;hD]#Gr?%^K+4փ&ى/bcq軯nGǭbҤ#|o/yQO>,<^T؊CJfbg4.qP˽JsqܖH\v CHW[4u2up;RNF'9f931Qafw7\oԷLv]V3@"[h#ԁS.*fߚ|n1xW:wAAV۴$hs*v[Fo_׊T,)ȮYȄ"KIn5tc4:B央D5KgF7p[ w}$,ߤǾxNL{5(' 3H$.9xEU&Za`WOI5e[Q/V†LjA"~乼0Sg=݌Ķ5QuS-㟌uEg>\7"=/|!y"{*M>9 yFLڏȤN8Iv;Bawpm lur=ΛwO QUVX1a*bf$|@cO3hZbp?#[4ᳯ&?o@8íY7@&>FGo_qyuF`ZoGK.Բvy Fj\ Cc[o?Oڭ}g򉊻#[ĆT1' l3Y.%d =;W DX#TQxoiU,{679Nh>/YՂHt&ݙ4w+kBU)ZBe%PEir|%7ihHEdzrƈHԯai7!}J@ Īz,i2ͭR)V3UX Vz(Ģu". {aÛ*~WsTwu5 tp]ܶB6ikݯHS.@a "Ise>fj9ީ.*cP2Qܽޝօ)]48.Tw#'7i2=tk%G[P`݇H߆S" ES! (Zi*+1C: }9J}O^ B)#h6;HJ0/qIYܼE;Г ۉD߈ 97` i10eߍblQi`UfR-E:s63~$^DA˭l~Ơou*"Hg òXSt_Y-P 4ꦯtuEþ]hǣ__:IoJ!Cwk4u ;9J(bI\,oaUJ@YF9 iab ySNkW [m'O,j>&3Q_ȡʕۭdbv%}$96S8&n6)M,K#Y~SM1)RݕMchSkne AjA6\Y*QuO 0 F5 Տ~;*f'R,SGhuM|;K7 o~ '/^%)c`R7[bU\>Λaa{$zطENqJXDcI`s1?㴜i`x7kYޤRxYsK:O΂j$f&)a\I,=.]Sʼ )"pR6f_f! rKZ3.Fkh= !B)>?# œB\ c;[h.K`3%bǙW81GRI^Nصh" P PSҍKBb:p3ݺ }M泀'gJ^2*~kX/8W w=W>/$G,7*Gi"$Pf38ƩFԊ@{O%A-1NH| R 3t'|0`f~=w:aQ;v>Lp!qg)Þ_hLOJ/WBF~WmעNos-X*znθA&Oφb0Deu4 ;fĦbq<6RehNc bT7 >D0 FIt(kshF^O}f龌 }'ѠjK)#Ͱ|$"y]2hD h!Ԓ61S.Gzm:mX l{P@pӼKm<_ާ CL.Nb No3_RLΑ1aIZf M̭Jn Z҂p8{mb {| 7i sN}|@i&xV+CDSz*W4,s0b>Y9ӳWIdec5, Tm+UαVf#C$*5 EH_u; PAcBX%rgBnmPV Xyx9ݩ4 ! _gI`#b[ن [Wec8/rD嫽tuW.uQaR*|&4J1ٔ o#oHliS-q\ |i@\%:H{hE/NNLd 6K2-Tt'n]Hӏs SdkhAjk/q!a=ɺ,%q0?+[0|βn.~Hc9>/Pt< X3~pe3vrT*7!]utm@Cwnۆ9_g$;OK~o NƞOjr=kBӺJ^c aN*nsj{QFZc$JvB,G a4 3,eE7osTXY mIl)nOL"32 [ @/$`0iZqVdnt?hxHU.ؿ8{o)BZW txzAs2V14"E\U)"$9;Y]\a8u+,`sߗ -(|L0:6bQ[a&1݅A~%Ȫkg.- ^y3xpn7c[?EssF:~\̮sqj[8%С;K! w/뽱)ߩTIgZ;! ɨoMu}Kd%qL_ݷ$Ks8o3" `C1V,1wUSɛY8ֽeS]yBfIVsw{W^g"C/4 HsF)ދgF]{r~w+LM`='lHXןS10ë =ՕwG-i'^Ŀ=^y߽Ou_J(4AY>T71ɅnK9scy42&5\73ܟE4Φ&[ۯ&N_>='3-u'9mX:O *տ"/Y"š#I($}Ӊ*O".R{oujNPg(a3Lɔ p~{*tnĮI\4yyM@=r~?I)ݴ(Q^;AXn/sPKZû-ruJX,mg>kW3p,aֻw/F-(z6 S"?h}_?͘tm_T\ѧo9EqbϽ+-r±l9Wf87߱Wل,c +̫ZF|y0/ >J4I.}[2"5K"%G _㘴/ b#ע4MAdzQEdg\!,݂gwGVleΤtCX/^a^M]E"T/ 1;=à᥊h?X `*8}p:ҵ!!1r`:;#lq&9H6&KeKkHdnF q_ ~ C*m0Q>㻆2ԋj?jY Z1QJ][:[ ?23=vg|P&<[#B8Ġ+ƭ$ Le q&W9q*ȼ=ც#&Z6iWy+UzɳC%і8n#nmϫ>O2ە}^xlKMMuGaq ;M|<>T(rQWѥHMIFQ(&&1= 9\g=SD̅ܓl]:'"t^ONmiv8qW`64)㭫,5n4[+!ܜÜB:*|gIIEWb2lF?f}d1ʓgܮ68ȓ64qmQ,hVj[W@~)JOGI qbg|Ι].y]58x-~I^6r>_}?h5Y& ~Ko8UQ~@$N%P췐 ާ2ݝm/vcGlcy\z@[ GDN[ҪpHOE\?0.=P쌬#OӺ*d_{"-k^Jw!T [@.n*jU(1s4Mb*{:G*jjloɎtU~,M u͏L@07JRG}G>Y~~X1NZ4%{o 7]L{< A$x~:בڷ'P͑ZAm@1kDŤ}wr00` Ҿ^ϋO8D8uO_޲Ym^[:1`|иI1jv!ĝQ o'r3֩WnZ:WBy(\5 G3LL W]A@!,%cǧpZkC_ zؙ<Gn]߻OY(Ԇ:`=s  6vДa=$PgLsǾE5ڶ*ˇ12)T=t15hY?2\2gE9xiB-b &ܑD0#^?Q?(PIj4x+3 X;>c.6P8gєD~4|Ck|@V?'RȚ !=Z&Tt֨2zʝ ը1s%NO!`)XOl(I?9-NkPv?d:YՔcP-n j];~q`i֩|vlZEC c{+C\׾\n!Bȳk~+2W%s1cիzW^CheRG Ofg tScc탴f= x|r W/x[/ CQC&=veZ*_oE1Wɍ*YB-0(J2 n΋ҝ+}[2 *Ba._- 0pRt+@$j b(} !Q#Ŗd1bQkBR_7-J5!K3V= wu}9Wc'w$뮄RSm11Wٔ#fcWнnJxE`i l-OeIb+bIkCYwX_[A;c6#<6=GQRq`> q%lFλtZ~0!np|RG+u:XgQ۵\A6$-+ +Î5dPs mT^F?̔rsTOk r: i.KĭaF*[-k*;HH)G?#^7pCʄ.Fp,vEif ]N.ݿޤJ,v*)Α1T2ze-XP#y*ЬMb";ʐe|%{׌#}r0&_ cT\yRoA"{1}d0)"Z"T@#o?$s@")7$RXP~/-j*MӨ1g 3FkA"A*dC/~n|_v$ZMԒ K@1Ƨ4}b5*|=~BW(X&YIİD7iT`Mcf3yPv(B^UI0TLrP.aC58 9]TMأ8{ai+8_ߢUøJv6f|n`i_䠐U(yC{h Q˕7j{`bڢ [Rԓ4''~KJmxqubp%zI>c sTor$9g{_ er3*,w[h$cH`=$!õzkzbf@_ULVֻ(T[ xPS#S2I19|^H2h³.%L渆8o:rAp:BCl;&/ϱ/vk2xuhS^ϰ&%mYM끈+}Ҽ40n7%ƅ'qy՜iz`wBz.Aqp-SMcxp]v cҬo ߳ & Txk>$3`M~T]*O'Vբj r֜֒vDVWB0v52Ṉ1_Þሯ3B:[n|:ѿCc-#/CGVs(ߛE +Uv#:xoCR5EH&nMT DH#phC-46xnF0Ѓzϯ~!(fTaL@XXĴ4Z' vܳ_esC^VAT"~@]Lo4⹢WB{~;ոFu^hBA(a$DK^"Q(_ҡGہuޗ^xz@f(!E cFK.+C@@~Fm/2pucX^tQ-y/ '_nє6vJP%:h.hتKs( KSi&-^ wN|dNBLJ? gbQy{jks"y.J'pFChCIKbyrO௲KX+_}SpuZ/kA"?D1xtT9suNq'3f$'@ҞQ- ߊٶVn朇q9d8q CR KShY }z|pܤ}8|Aa)$;'Դ_q'I"Zk:.]#o4ݵyWXfzWAIC $N )񲆳jǪ .1`ݙLŸu'KFwAy80Y>=:>=( *CK5Z cdf5q׺ؘo+>W_j;;2x fjB7L\'Gg*,nnwFǢG@g_*D YR,D'yzCGYUd7S uKRsMX@E*2xFyXж5{^k|1O>B&{wdʹffR_l%Hwոsgb&/-T*:-2?6 H^]Նel,P hKgeG, RDeE_{fSKBNR(ھkR9D t,J@AQCLFm!^ .`ip+$5aS1Pvo6# P,S{^x3KWDN8t!ˀѹe=E鴕VؤY 쑀A.\q- \]cVVbZx 0~!u.!E\!":bmz?s=X\;eO_6L6~:q7qm5 %\"aBh/:IF^ &u@+78ޝ ;8 7 hjQ} I$_4˒u8>%V4Z6puIKumᠩIV eE+>Cl瞗>sI(U$ /eq5'u;Rʼn8FSjtECH"sF %gR>87FstlD$򹎩S }*ͽD3N?hF᳅Ml0>.DX(NFY@,Z<¦x̪N7).1z 칦嚍T0-`1otodo Q^8"Ƌڷ{_pڿʈO~K˘#+/9.hpZ<[1|s.1Ҕ59xG+x*/˽J q3y<uPBΊEmI>Sn#,]ʴ/]y%'OQ/8eS&]\ЃG!StX7ޱyƮ< AEw=zoDvpXT,mqi.C }-)f__!FQ@晏5> ei!Sgg;lb/I4QF_[HdTt49߃axjuⓤ('=PW4݉tGɵux|ٜGDOhwUثVvY d/LhmڲC̙rHHr8\4"op2FEūOj{ Ӝ70DwtPjT-Әء8{Ǖ0Xh!psGDQ_U0p;Le(D `VlQ4Y]K8j[3'g_\O\ {ꠑPai`Q߫x~]UAќ<Y?rS0IݒyU`psw3wd>ϣQ= S|gVyhḣDk*O{ڇӄnίBO"Pԡ`Y:]Ygޣt k5l/_SBo-r3k|q# 8P%Ր kF.8H0W  j` a~Y҄QF)AaHЫhZاPyZ8NNNw!:n/祴jg_MȷX!nmJ!h|p:b~QkƦUn{ 3>$g1v2`˽-009HZ:՜vN(ri!o4*ʛ D0=Yf0W Aoj~ pY\J.9v, E01ze'uh,YTD I^- \LY),xp.,T-ڬq:Rx@:o2{)>MGEx݀X >#5Z <[JC`8.p %9X[恂u5ΓW aQťqP ˬ%/cJjF'_]Ӎ* (s]Js,'QPIJ7ZB2 d -kR`^iyD '"Y_ޮv9K@_ݰ9$75X`  )i8 lC dfgr~Yop~sC W |I%}^_?3y++љG%a}fT,q]ߛU3;Ez Al_ܘ)nmxDo@ 揆zZs]}縗EYמm@%b+Y)`ZSNzҚ^}=,\ϸmIY# =8fv6bb.HHB +);ǜ FҜ :n&nvWvU*3(Ɏ!;e޸~ŮuB>%g(g|/ha}?Fu}E36]A~òZI( K#GE`M°\g ԚfhwRZ[J`$׾ ב'viz! mhJpD&n'KFln7 K9Q b(0*?z M0\ekm1U6WC`wv|=A\MZЮc-[$6E[U$ZGez J18]>`%@Eg_*c^sJU+W8Io10FcCc6=6mZNQNr `e"X=oVhU>U=\J3AC`Z[z2[V#{P_]21tf3x]ud~ur=\j,YڊڢT1׌ȵO ;bYaQUv ?E!й]Ɏb#{'Qmo E+q ,DZq:qC]`p`JИ8%20,=Cr#gm]cDM72˪΋} е8 @C vP6;5<+C$䔜7~S J4ےY>]KxȐ˃L[/0~ "@POt"$]uN7za<Ē?f' Y 5۝! 9wE!U*o.4cOn$lXpoӕ/gk@o[! ;}pߐu T np+d> OH?9Mϥ`-+,Q{i?+%cGMMt(½{_,7 d[~Q7*9Ir`O%Q>gפϺBmG27$gUOt5;DQ.d) x5Mq!},Ve96[Wx L^aaÕ{VI5|g?pjܧv9fU 8?33V: }EB6\9Am)Uh}{ %I/"N,R<%`NFFyօʣ)]wrvvۣqgJ!(zFkT1oڒT(.f)9 C3`2ڗ'8#嶿/tV>(N!8l}])Ͳlrɚɞ+HQ?C9d#vu[?dM:>$Yn^$Hdf|tڼT4&Z;?0 Fs{n|# ӺN sj]=cz<Ĉ({+_+dXN@HHB~JQv M?J_ KZS1ǡq*%ɷ=U,Q> ƸcN=ŝӓoʬ,lyY hI:xH8~y$FBrY^j/5BwlT$*n*t&eC}\sy;Č< \T'\kDá-GHNQCB[=]W%uJW"xxG6'0OoOaqdkr=+h7ջI*h~H/D,]U=d(:/v"4!H n6?Hcx^lؙ),ũktx_F"|h9'Sn`p*'5ڟ×) >$µ zFaL_m67;&ws.ɊkvǒC: _hq4H}Σ4|x@EH וHG;E'j\DƳnMQ* 6% L Y^/lRES[Q_`i \'js֭Ȧ:=ЌFF]d#d+5BS$OlQd3:̚u&y4N$)rMl]o $v.ߴRVm+Bn=kwٍ09jEzd7?[Ђ9w6`),g4ԙ\HȯqJREVxQ:NY*T){ j5s~UmC'?K'ȶV`}m| h=J3@5#m&`g'n0Ŭ҃T3Tӟ()p2[ri'}kxڨF{?yvv6bA$42+FSvW4"[u'vνB,4dDž3m*ɭ+}=4y̪ڽQ^A'^(Q0 ,QTH!$8$FA zemaʁV'ӅbcV_q/-$ ΅\$ET/qĕ4Pג!qCڝV/\9vâX5$(-)Hg'3݌\tXۖ5xnGP=*P}'_a8*j< Y]M_9%]>zf|$#j/W]#]}=jcmw?7V*-UD~wkOI_+HI.D0F6uLsxڕp(-[ٳGYp Xg%Xpn[)F[Ae?0i3_f hG`cL45CZi؝#=/: !@5$US^n-p]H?MָPlri;<ct "CrR!WU?)?!:?ǤAD[pf3U`n4|UC nn;x<&FY鶻=@Ain~,޼AkUdCs5p&C9o n׀D }jqb8:I .IJ9VCF5l{2*fۢѡxh =Ǥ t0JFoi Amk*J j7ȆAT(g0moX;,0OV/{F X9I1J|`šZ0 GӊT܀6n%X06?uw|ڥbz&" tqAJ/@A ^#Щ.Ή$cZK1p{6NOp 0xp1v,T7 K`8(V^q.w/:IS[jfJKw>>mH),_h ˮHUEyW G yTW fָzLkǨV..p0@&9eՓ7lj=KQ-hְID7$En"C>NF<+f$|Bgλν/ {u&pd\ nF+eE70#f<=Cz⊓9lXTϖ+B/>L4hTy* dԎFB/8Xu 6 q΀!rRslz~ Vx{;8ݚ %{6NBNC"e/#/A`*Jj*R27L*@ԣl9A[ W*w!1l_e@.!2\ԛRɫO'n{/932%Pqˁ 3UZ ]W@cSG0RG9q\|h64b|"Jgt\ fxAR/d^n ٵ.K?e,^O>H-NkP3np/5(v TpeoVTᣢ;b1=lnSJU XTy46"jVDҍa ?r0i'{^_JFAĮ^MγIsMw)TiE ڻA1"?-ERa!;ovrQ^iUT!&.8t(!.}&^!;E^'kM+|!˴O'4lD;[_{rROEr<_FnT(~iI#,9ɊM%b3u*kgY 3\iYcἸ{/`}O;18;dXOԮ/!."P6B5/c)W)mBXTl`I0 (D~>Vo ~cmwi=THh F|lmdZ&zg p٢gz EAWGk&EF*G&RM .3DmF?r,mT$u|kpx3Ֆğ"rŰAuRU g'jCЀG{?Ι6oǒL`yvZk>za]6u^@kdN8p7-o`AO߄ݰLUԈU (%HU$)Y_}XP^Ex CHa]S L\dڵiA w]޹u/Z EpznQ5v(◅NXϴRBN5gi[D狴UOSouָUW9]2.8eN`.C G|, =48+/Q|R8uK3&E8"3Eiw~,7Ix)Z@ Ӛp3TLB;5XC){hkR]tc%i̞O)~O1xp񞎡{iMxOLF(tH8B<r?9j و ` puル"B2(;^Mȵ,Mю2U}ڕ!9c Xu^VxAƂҰ'3.8M٠ p)"kJVaՙA6yBt; >3hn@M!~mFWM(z\-)V|3ܸ9.bN.`}zlq87%6UJ't|POiwjޡm|8ck&&K_ȴfoxYwqPVGW滜Z$ȼ5 _{ lei*7|Pdr_Ҫϳ}7:v4 yDLrUb0(PV\GFnYpڋgHZ)&}GKUz10`kS,?u`#V[!'+eYAR;<7nTEmVng@XO' PZ_^2\ǒEڊKIbNZX4=,.Ԅ/R_:`[xiF6ƬKBsޟ9ࠣk;ztSk+YW$Q05EYt!˚ׇ. w8CrT6bm^z)7eI|U 4FL֎<+tթ&NUL %79Siҋg sZ#π@dBŝKߣ%Bb dxAosJO#1vEޒ$pqpqu삛rV٥[#<mgןӇO)>a>ǫHݹ*lXB1DJE<!t$. Q>jM4BnbRI:{H8jPlj_]IUиC *Eny3TKgI2Y%֑d l4o-z3R{0̀;x+w_kD,@8%KSop\U(S¥8gsM}W^+X ^UKWSE)E_M3MyA/FtQVU.CeBġ\㬃OJ4.c 'LlDd K?үUܾzϤūR-vx]47d4"Wz~NZp*LQ[ *:P#c u2NoYsJyP T8FY9yvW+^74638\te{NId6z `qAb䭒!G_^oBiQz\/S &2Rvo +|k3ĴwB2[I`}W{;hQ/1"@[饡޿_՘sFz0,?x*I dS-TI5}bH1={~ӣ0Tc2EoR%Cc^i1.HBX!m)ʾ?o@͙ENRBM)Q0 yzʂHRVo"[s@:'ʑ3zJd3q8qo8mÃ18/2TPJ`rxxͨߋN]$OٶޙMz`IZ-DR?Űn9ԟbRcQ}"ÿ5V~ GZ'\{ ](ˌ@&a>:2:Y :6bуtb7Ȣ* :>n8^l; vyz YaH \(fM4P&axWbrB:O`]PN5P_ўnu8uW|KjU}WOa@ķQ~n%ݭ6IQ Se,ӑ`Y9gBcM$z.?Qwr]jޞJd5\R4xPJ:8~ҸRNlBoM&u89[F3c쫁9t^o7 43bIi nV\lNl8e.3l>->)u?çn2ay~A˷SjL&LooQW.V1>Mz(N8WNSgdilmOx&:Cf%# vW$T< ވ!*&P5OIӹȼ>¼(aJ ;ۜ InR>Y [ T }Ow[$E2b" B>An׻ 6S.x:`Ϗ)׺GrVIW]Dn>-a,yZ6xN?.Q񖽉 wb G2d NxƏK/2vcϰZ$^+MZ(}[yvk睾`S0p!EXxXfp : gc➺ u\SגxZRv$@nC$ 68RG|cR ۲,I/2P֥xayUz D6_ZbO)ixQL1.ቄ3@"~թw=[׭%h<Ӈ22< ,ժ=.g燐2j8Kǘ' G G tڒXa[)-B6%ñbe]5P9f YX{<lqLГ'Μ}z,y'{܏{EDV^޾#m^w'S| Ѯ)fg}zMBVq?!5XJP15*PbëP49nՓ#TCK]!P%dZL*spoF;U+eFT- 47VI1Mdn=׏}iyaG2DyǧI=(}K?'w}H-^{ 9*fRu~oPl].T|`4q8ޘI:T)ۺ ׊"^[ &I d.y M2P.N5Dq" ǟ,t0#[h]H4{kKJ6<@Wˋ(>SdeHE>I݊z'G`ÏDybH31C0XzYmM80]ޯd½0ٯ5LI#`;_*3}6[g _}[U9P\HfP, ' Tt]}}?x{j.S@ GD Z6kwtSZb/{s^R-iR}&Ico Qgѫ҄_aBF0I {e[?^ w,3b?"[c/8CnW|ɵI!fOaDC1e R_ T(m~ڔX8?9nAMD8"vu70#N3JĹx4KkES$ARmؿp8 CC8dP|4-+IM!"&UI85i1D`!B84/\;jXbY3}츗Yv>CQ&G R+Gp=ũ!AF|6}\Y|Mڪz9H4Nh@U:Vgb2%V$2('fdl)U2/hvضu?mN #@! gh0S<Ճ7¹a”:pGf+Z*O;^GZ=ZJ/x\٩Kߌ꓊ض@Rֈ L.@M7c䘀k-;;0l<<5 싛"E~(mC's[:r"bUPzznrju3z=4k^?fl[ql@ kSEtAwIϘr)4ꀞ!M?4N| w6!'Dn<<S)ٝ\@2ylMj _mӰ}o+DTN3?q5ݐzIQHR^_.H $Ɗ;a!!n?R|_ܚĕ+A06Џg Ƭbulx0&GRì%@~SFIl-^42-[fKYSzT7|Gչ-"ęV EtsM y"tjsgc%u涘y[Zdr'JƨZZ+z$lJk40]SmW;P:q s{ AF)2<UEPήbNdL"NqeJ߅`Q!6w%YO4Ntlfjܡ3G]!=fPREs »TwKb8 ?1˅\ff2Tx—V,Aom^O2 @!w8pΑ ݢ^*uqphn0pA =O ǖ!-Ԣ'fBἍ+iM:Pb5 D)ӄv1S T֭(H=D8U{0G?3yA&PN2"zKOޠ`h48U6zDej#`B?V*nńtP"-l֛1*Nio(b6( AU_ NJ_'tF_ =KH l3i. 3l{YWKă܌/2~O+Y`H9fwd<16^t,0O>ߧ@F1Fg9B"V@3~u:L=ʔ ؀H 2`*!F-nfA4:}C+Jp&i7ޡEI zV GU.>GڶWM&2 2Bf@`Sp‚AEnnxd3 O1/]0R 8#IW1iy9 ^Lj^)Y|=̿j2+/DQ`tYNc \"ÊAbʲvSWhs+Q(mAnvoIIU^,lII3$I$g\rR|x8V[+1JUY(/7ϨSuW[f"&D)a8iIL'˨_8MtH¾Vpg& !1m*Q)$m;3 s=A#*yJ\#Z'#TnxIK4Z!z4ZAfD/5^M-S [4nh,hm+x [j%<7skoNm|G}%QuޗM &UeD,R+7^t}ajxJtY׫%8BVd\NzW*#R/J#+smWLɚd0,LRk#6-p<*R~> C cpa82 "d'jExhK雡 !J<-pʢ2[)14/A:ɳ!EVct |$~Ęj%IsGs& M^ ӜP'eN{cv9=yx5ȣ_nw#6cChK@BFbv/.z۽m?m$Mk yàķ"xMx&}p9'nΧ y;]#aA{L+6 _k~-06=ۿ9z}icӳXҘ֩TKp7 z>%OPKFi 4~VBޞL#Vu6?F dqU7BuqR}3NhȡV/Ý%cYidV4qW֏-Oj ^O2 CqQ$)'] j~r(,?P2t!+C !Ԟ _Pq>CG}ӂppcJG!zGxy @wMdk@+]9#λb#9`=2Ƹ֬wRy4:9fis| zz!w49f')pi3Ի;d/݁^Kx=M]g0 5 F|-;ڐma.-xoͯb-?P7Nέ'o}-h;IKTMc>EQzUuPB8p'dE03Ixi oknw2xʺ񘸤2 #(wbg!9A?Y[z.eݬ<J`Ib3l|9X)(d(n#Xop]6]qbY2UUuӠe 6#u@t{1+WXOs֗{#/XίIg#QHˤg~>qAጘ+OȢ5 Lj`?sgTʵ () 7@(9gN9]yKų'G@fk͗ ku\#"k-et <2;{=k E:]Fv48ˁH|Dl CYռ0bPaEo=]zܳ^EzBNǚ`HY!S2'-EؙQw] *X`yفjdrZer%a ٜ%gxm}~4`ӄM7;~!MZĜȄeMj:P}w0vArVǰH>?ҡdՉ<ߜMrhe.[k;oo5bYQkHO3ֻޅM#z"V FPH8nF/@eh 5ݠ>8`b%uGaL: z1>lrP-!CGT04 Zwsġ_CZhKX Eu71bɡ s Sؿju+Yזe3l ^[Mcgv'*}C);1 ,C~MxYMQ< Ӗw_Z, pݡ_ubs~wS͗~xާ)LA)`=BѢo.ݾ,4ybH~vTFwm5噌Z.t u]׹̭KS(j$<m N-J\DEH6ѽ̏adI!/^ڝ"]r_ ֶ\4WRx~sƗyK7 wps.;n$!f,mM6`k|n&bkoÔ}SYDW D͡ ΍6ݪ63d},qc]𐇘dd$KݞtL-DNRX,ba֏_+kzj ݶ?YR!JB@vd|{N|TԌϋ^\-du6?z> ;Yh۩$Ubi[<'&"lc7y^4`\y?v\1ر_hiȋ}-/nדѤ ^t B:z$$!U[8̐܈6R);Q̕Ԗffb#^$Vbz8'z1|-;syFAe#蟟DA"@[bdx:KG #1 ݥZ;nΗs+)!7%G}Wt#L-XҫHl5_[b-Y'S+.0$kȢ eSyxO&α SYks'>Gխxm:P)hxOh[~x|T1"fe~fP&D{Fd$R˿+Eq\9+f, 2 a9.Qnsb/#k7'-B7ZAaL|~&mpzW^<!˚[u\~ Y| a=9C. }g.Amw Gl!f6ѻ@$~ɓ4h`cVQ#eF,`ŒCxtd[WY4r X-R(!vPL0F0 @MʇKF9CpK5IGSHri#s++Ȕ Wo詯\5qR^lH*&jQi"970,JF}QJh>hJC248T|w@7~ L^6FTҢZ\Zؔ@! !tBdn/],B̨+վdok[R0erS1 M+]6=97'^MUخЇ'UsCIL3#{ۗub'pH~* e)W)del'hy0gipSXV |O @'G IYpz1#$em-5Nܠ2U.rKA7|I9"* 3:/ًiv4i~ezlw4AJ3/Cz`QG_{#]E:3;݋=4nk2mC&RߎUlsX~?ö ooT#"#R^Ozej^Rϣ Pў+?BR)\he;)j!}s!W Z1.B6٨uD?C72H\)PYc .)^Pe{-O$|72jEjC%zv`Kthv)J9^=.FBRgЋz?c~ z{9q.k8R屾)TӀ-u}pBQ\O1o5Rym)H7E$tAToJYi~$?"(1P[j7ot!mфծ7VJh>Z0aqmQL-T?+OmIG$Gwscx8(:b{}FG)#6.]sw00rЋzl/"8ptd=͒|?Z2W+NՃ0Ì°"F٭o~[ *~ۺ {-;'Lٞ F?yOG_2L긚솨 6@vٴz17ΑhyBz'ؽ2!.,ai(NxkG`'A#BJg̈́d@pʻ7U".tgSYMga!S&3q H"Tǝh(/!vm}wV9U?z~0n~P鐒t&hV/W,(\%,RjifzB'yx| #I SMPL2HiF)o;y^~]WW՜1hEhgB74Surr#C5%8PB",Y_T ew.-k]yKMF>hJX 6u?KgAzN$ MksuLX:ke CS8/ Aގb6NOPLl ܯ$8\wL mv!#8!۬wϘ5F?O/2(B X *j*<~n,i^`%lf g Y %aAۙ]</@iy1 h;Jb k ^Tlya8ZAT2VJ082y&W燃w/jA"̐l_Xl~>VP2aQ˯FvG9 i,&,!zJPQž/.}砅FM5 Q'v'/~5Tg7ϮVsoc!S.Xga3ަS+!O':6viI"Az=ý1WI'4l /W"@ C4؂Fn3༶揜¹ PZ?~DU$ 釒/éJKSPp88 ,%%ܠd8!7׺eY3~ N;hڮRu&"=g2 LW^ VȌ U7%ٳJëg/Bp9.@:{Ag>$m}ݨr% & ,;B<=S&=ȽG6|9  }?+(7o)/"$Z,NJ B]J.er(/_Ʃ)5#PO@yz,'yؙʰd;1PzG ՖڱPeIG-Ec$5d.r9C$jgnn_]aɝT.#k17Ӱg0't^r~t{I&..0J:&)Pڂd>i3ywy)o?C},>#4a}[as3*` @6 02/wY{)Tz/XCqw[o2[N0te"W';zW՚ǘɌ'Wb&iI̸Cf9jZ@g^Xnc~.!M ? KXqPȪP|2-9?5c9؏8:r;` /E5y]/#*B80X7<  6ϨVyO/T_+F;CǍ%l5EU`YDiЧ*KsCm[lUARTL(&9&X}2vK#})LTV-Rh䘔$m{e0 `c|FVV/l;Pi')ɶJ XH=invIg}+g⻌&Ą5KFd}9j9*`kGx%.;샆| qmxqkaNˆĝbjV~jsV.K-zf 3*ud@MUYmNp/*1Oe(CciA ^ }6uT}E[^h>9qsLv,ŚP;Dl7V 8e3Wbӓ|gz a:v'_S4~g;]JK^{וO9~~@> LLs_x P1{[E=46|^3HG=9C1TVN"5J3p <0|S2@nzAE!Jw6<9&2N$ow&zn'56TWFB V?'Doa?rp<5nY'|S%yF>R=Y@ _M()Ol}9'[U솇2D>K #*m&;JڹP󖞺>'{)Z j`p_lKꓟ^oT·]z@ /;RLҫ  f/AZ@Wۛ73o9+J``OU߿ Zax8,ճq62a|}m0~"(kКiQ[i`~qyAY55l2RH;0Lxm~08j<&43n fDD};ָ􃱹4}_(9I>ŭٗQ)1~S4 8ECo{BdN˯T)Q!%zd/t͕!){iJ^cY~ġ. a8 D UaF W} z}*0N|/= 0X|zmPp@jL>7Z Y3yn r nI*֋vtcxl@Bb ˕I*dU]rl0O0W:L\|r^Qǟ  D UDHq I ۑxK OGE뀿)3=`RgJ4NXTv]wד$Øѥm#+L3|Fk%T)|OYs^Z %95z}(PI?̔ɜTﵱctq=fߩyh0,M|qo D~8-]+? hT#WnC񨒤[6'\+m6m˸&9yՆQ/qdUب%Zv/+&G٘h

҉QɆ@a,nAXR綽No. ~E;)^#qb$QSE'-1E-%ЫGv:Q .4_h9)%19OQ8_Ya6grNҁxD 4~Cj_R&TȹE5j1SҞ!Wu.m~}I[\ JO&QL6XvhB-^#jYAF(~]Φ7Јk{X2i?r>:֐__ M U,go7=,{ϣhV vS1CarEF~w alr5,&!Jrl6J+@ 2 o_ڭ* :O !;$EfLtX@r_)4*ES)]ZRRYo6a r5&<ˢkʺ=PR"+|VAž0b@u?:iZ/էeG8s&Q'Et7Uw3 [N3)4}CK%9^T 5DI}׸_?wJB)%La3@V4hp)^@ o1m̌3oQe9'~y9V?/ޗN}Aݔ݂RAeގF]y0IsP',NDTY.[lU- BGArۏ`LhV~K8=IW|R_3 nʯdz[(e[\F`skJO 9&{vvߨnpNwKt\RȐtw}ٻkGj?.>dW0L+&:)qquT_V]#kǪ;eRK_WRq8ED]R.&[c#'n`6/ JD^/߇KePߦ:ه,,, Q{!^@0tf5 `?tEKCQi+?K b28;[TDDvM PȐF#P"W0׳9wFk"|p^zť 6VO^LjN`)o C6ǪgI[ 6 :.QwL҉-v7&4 .I%z{ósX{Ͱ7 ;6lm%)_]@ "2r4H}VS-(S[O #>LmP}5>K.v_b j46?g!=awN4XO:TE_"D<ړcoto AaF{~GW_L ʛu3+td:+5X/}Ku:gqkMJΧ_I2!=[V`c겪52lI! 29u%JpsW&({:Ȍ<@XdR .R`2'B- jY"V׵h!΅Q{$/pI>7EˏH[{T%=&hkIȂTLTM{|r4{d|PLEeWݙEa_B:f͝='HII@% 13̓]j~s1P-[ I0>hkJc[n&mcuqvsd6u1G+*7NޤŴ'eG S{+d%T# cڈ{;^p^/0$S/ W`}W->C>n4CQo`劚}/IxA;yYB<=.-FikmܐE~Q}Go ThW[1쒐sAE&N8Iȱ8LO$q0q^WαlFvOD cr7"8l?> xqvN\T B(l$8EO9a"(͐T3#Bֲ^yɗI@]?o:fg'eiIƂ-0Әn9 ]bQLQ?22{CLǤ('z 5[Z .7"?p fkkQx'3C @^G+QzBͦҏzjfs츌-9ßiហFTq.Hz] Iױ^N@u٥TSPpVM^KƯ8/oZ7L ob|cV [9W[a چ yΆt#GȃL)ˀD^VGH)K)giVW(p?k!F&1i(+lKMu3,bKX xĊ[.̕6WT3ߙj :ͧ߿uˊ7m4._za[Fɝj^?N[)}5p.!2/K:iTS]ptgES_ֳ\H KjW'mWo]'@%n$c$jq0Pe~Z4iۏ~ h4ހ!="Twx\6)g%kl+HqB@.]H$n(nG-SԷtHs8֐c#`N%:r;/]*|XIة|1Dlٲ4^Kqj)"QĨnV1 $7jӮ5{ObNn*pU4qefo!oacnU1]oUC$F3ZLxș6*4Hp)})sJR 2JwG-rI r0pL/1yeymxRY ʖoO(yZ*(@3=QC?%1ґ=(daT~5_GĤ"1 ˆs^WO=,PFnfn$j%M&6Q_JDZ.`2R=&㶺BF].'h~ 7r,7>:% CWSNL,W薃gzJ P"\+>@WXè/ DŽ ƥLu= MI |m-Gt>`ZB+(SWT0G5ej/&/ }uxccsB+g@:B 8߀t gM)KsvD.7I2cJx*B,-Uىzo;Wat<$j iCEu|/iߤ ]G ubIj侺?CyΝZ3-0P |Cs`?NznG(SrDA34,ق4=LՔH(>L[濁7]&;^ qnI8 5?p:;{]! &S:qحopE2^5Лt3Ǯ۸S~ECT <2HI݊ eƍ-8':ǀyj@^}6(6$pn _DTI?8vd>אJi J/gƮ͢U^vIlVUoxl.e$!hRNNj"j _Za#)/[4Y$ψi(ֽ!ZgA<3"%q==?q^O!?0Rx2Z׭iR' ??e!NV ^_}❋U*F=9y F$ź+=qoez9o忬#\PdVLaKיJ zWP!c"I]pAѕ)/ڥ !HT 52 2I0ŴYd{3oMMu5h3ap!4&{s&S oK^0N>.ьX8 }m^[/cީwPd.6xAʘ+FI3HYNzoN[4  z2[AGj!JѓwHinKxs2Fzo5pLP7bQK:q@|U Z|9+儐[!=t`yDCiЃ{pn;Z@\ZZ %gVqtU]7fg@,$bϊTæ#Ȅ] Pf)Q.9C<{/!g&Pk:ICoz]Mrjh+x6 jKJ(s3m68{7bVڃ! }N:Q'{~1y.ʹO\y rN\pJQE bz Lx+\bQzM&kE*BPzZUoY~`.dٙ6!Vexbxb!thQo(<;*OCդz73cޡ&$V!ϒ,4}2};֡% 1 UrΚ` 29TcBmYSݝ8Ҍ tIY [{$Mޢc28"]}CNOwN@^=S}vItFj4\f'-_3("]ڛ-qQ({5f"_HaZ03$#ANS^ 2jHʺ*$Ova$ @@'s E"h42Pi"pVjBe0H称'Rtw=iS2=KO}ƇN PDr`OtTM++svȈ`"ǜE0O gk⼣sEukV~p]bV98'.V1$a;ud/L{E&&1oy>1F>H~c}U# 3NU 4ԚNA=Dলd(ޫ~( o!3tei Ѓ3z;a[v$w(vq*=+MVDsOy> '%(e?d~G8q_ow׈pmI=*PNn#r}?Vo(Hܡu3rPmi$XƒL^EoV6)(:% u f%!/!sj8b1Is(c/vܽ?HT[s8w0 )YTRP6 mQ|{l ju v?+p|;&-AR\Cnޞq_ K8jz1HYퟷ#/#A -cpJܟ;f?kTG% }=smZ_,'Ne7)- n $!hs&DXeG {fM1]c 0I~J SH:$!UjЎda=iƫn(,";z׾$-㯞Vvq>g;%J%(XȮD#] z4ؓTl$\ZBБo"&gR \7'.y2 ӝU\V}4T?-DDT$_E-Vx4ͺCXaʀuj)bdd$xRmg}W 06 ^dYRuT֫&' s'rCKO%9}E3r}M"'YOWFk | 蓆A6K1Κ~MkʵQNџ'-@*LqiEBN+BӈKLWoIܚiˬ˸ 2Fv9IJ/yI95 MY8@KuN(M2H>qa*RigJYϝWwxZ}![. uấG'Н\ wine\XJFٙ7^iW,i$nK=4; Xc?$=ݖxȚ>RȐT:EAi3 84_$JM.F 餤oddh4nZ3>Lx>:IuF_ )$eQa 7@N eDEVP98xキd|J08?Tۻ| 6WCggZ Fa0#|eSüth(};l ifMU[z[@YBNq'+C,ku:.JJ %ddvdU)A2v=ŔHqUn=C Qz(N[[SavQ/G9}W^_?RԙɿY-wKtM0ة,:;VN M RnE:tnrG:)tП~QnT'60yu+ݴ[=/(8X@<.;TK֦L۪}}C|O~5׶u^oB v19]) kctn1/<1jXE*zTbaӆjb(B }u`dWyM!wyZ&Cs* _;2ճg(A+tSCa0 Fψ҆G oHS wߴSL)yr#z:y'aL?kl@n˒ V#j^i@3`0M `=5,l4 Њ5pz]s[_)gqaSZd[ʫ_Мvϓۓ"g# z0!< mh$AR+!% s2onٵ[0Mo9AW't=xIOOvC=,3䆘a+c|‡S|,-m%m hJs.+74A6GL>0 85ɓrf8lMQ,~utQ*YoHmBs:҂}-7q &(kA-z^ݍꥴW6nYcgUwF 翜wh֚舌24k\Z 9iM4fvU ~Jur.JQzjw ѲH#5@B/>)Tz'?gulvN1[C@ 'Za׶)4~>nlۅh]hDN-_Rp7n> 'Nh)gHYN*əDZE'9('Ɣ}g IBfDĹ4!gy/gD=JJ8_9V{ԫryU|ZT٠̝:LoV}8#[:"Y5tbVX>j{6aOlDWf3q~/K_Ǔ2z7p¨乐ո-H"M3& ɪu% Dy\7v&QFdA9X~)8.l K R@04GT^KRE8mi ZN3N!5l-H5d-,6aWg[M| !gEl]Yrf8W@ Py`c{gחrُ}+yKr;oXTDgcйP G^Fpm(@(b֋iS&"0R8Jx>@.gʅ}]؃OzK̙L_{ig,.ve]3xWhKjϹ]84w߷T(8mq8.00EĽ6r+oUڃ'=}wٴv>|zpbTkWUKSף6AzZ'N> 8J>7kWˆyf*^ ?qq ;T%! ۺk}5St#,/' ? @eԏHыk75'+yAHEA #*դљN-j94](>=ÿ[;_~"3w\/o^ԉ; `%ԙmIj)ժQ#+MI"u/>N@@8[s F!.)Yx}^OCt.jNOOI*ErjK$XMPfr)A/%l0IF([i-L?󚮨XR U7q#w&O+2 %Pp5I&FiY.f?ٱ%L1KV8צnNӄ^yIۜ W#$]S!Td(Bl/QxS;uu~| 5+tX4f7r(CJ"LE>[u0PTZ8E?V^-b3q^7$A)ȼG͌|xu;eNL^_~X$~A.@f2\8"IOdѠ֒\S:QVCK6^'Sknñ[c# `Kr{/r%v\hQ3in)M\$쵯"9鰪>M:|~ $MItXAi۶ɱ(MUz *d, )ZR=\M$_gdß-t&LF$}-ƒY- `WWae?RUw#+3&&8FD[R}de`Tuj=Cf unXrJ򓈵dah)tX0X3}͖6u6%3$r85Wj"I⡔n8#lE%Q>DSN\Ka`J/e\3P--']CcVMb>'ƺ>n^PUџڂ+<0̡L]~ =~ |* nH7ovkV7au뀒i6*G-pΉY:PbŹ{%H1,=ݦ-៴pfdC5􆋅Hg:Kce?'i\9:{ Ѫ<. `eU~! m! lf&4md7+a'ɎTn( [C*|Ē׺(/zKol:$S[Lv7NnE+NʰWmRMQ4_I.m]Is {(u^Bc.d%<5\I[E$'k&-`H~c.s]:W5Jy} `U.J'`آ j;H$p8/ZA#NoS} )=6N̋?Lg/Ǽ7Y%/2U#%A5I./D\ RDԅs|R+rajbCw>Ќyu_!AWF\0oÅn @L{bh±>W:(m Q@SU0563/`qb۵.O!P5R)'{rGmpѽ)#kŸflcVf/IoM-ѶȥQ^9 Y[fԄMUXƧT!W&H>"ӜL<[ iI"#}\83ʖLb+1 pE|XH9op}@+8~LY@sUZ-7Obe2Ъ9M"9Ig:atuMQ&vEǗЫTJܕ͝^rMp]_u]Q=͗ "SчCI?3wlO,! 74jp)ngB=lqrkSu,x(jPURN7'M5C/Wbޟ_D 4$W{bu 9lH͜?_X#.GEHnKmx|GKdD9g Ctx".8uOe7X9f9]W,20th9 nU#8^;ʾ= .3꼊;v<kIZXp/;aq-`|̈'*Ȥ> cj~>sU ُ=OT#R"ib-v ` p 0mD@j2 K{4{ BzoX k; 澅Kcd_̻371 H˰ "SEXg4t]R J)T';.֪X2 22pfۦsX+"+?E2П}0u%0%88v^1u *RW A; !V D ji$E#)YTxX5OKgӽڇhvs1w=5\~ި+{PTJ2eclᵊ_FYzf--E S/rY}E Z$1~$Wqy:=kՎ /4,ЈהEȟw69ޤL(@kAE?ɏd@9A? %mܽXX pLzJu $DwsPgGL!iP.>=MEAH99 7c YД8_{qKtP"h2ذG# 0;iFP Q.9ӶQDLPET@r'\=|Z=2 Gq4ދ]se7QSZ/wFc\i%V;٦"7 .kqu =rNg]9K?@;n;Ii\F!G/D ƧYM!690k\a󆡫"Mgx/S 溙_fk "te0/b q%@o.{'(liT^:l:V#d71~}Ari{L%],^XVM` a/徉hp"T9$̻"S 3seC3iWRάik9Ϡp/n!gq*S `^,gA8L_uTos;Gw \:]RB|"v~Kp-Ϭ&VW:6e&puC00~vs?>mx ΔiZfU{hc0[7ƺ)E;L5Jn=:|:Cl6)l=6M| "WęVt\0]qж选?3~#1#3* @Ы| ]C{_j6,E>jK*fCÃ{Rpy^W™( ;k_3 ԙGy˖ee?Ҕ?>ZiE!nϜH{!l9h /;؉v^T=e frh' >ش>3$1bz,r6j=L8nX/LL- 5b[)`@6Luم P "V?dfCczf]y:P`NT%e U* UnqiDE }ڭ fZO [zk\cys|@SP]Cu zfd2@=vZ*=a2o:2aj~/UoqXckyRkuCw |=ىP5tm0UQasc :(mD:Pcze߂hq۬ (j3-y%>^}#'΄L6UC PAA 6/6b'ZŦw"le% g]7 @ZZ`R=l0fvּ!94"թt!atY&J-wXEYt:.!*s&31!?%?0_c̢ӎsI&}.qMT,v)_0UJݒ4l5$ W o숅[5씮>3CF54-q$E7e[6wI `S9BA$0!;bME3q$E¥dHQH`˺)Bݟr\`nEuQptl|=vHYɛĎd}k"9[{7pi/pcE Y-D>{SS\BO>hϣ"qc Lk-KSUuAQ#@@+EM8%p FRSAފÚ*%˫ӗJ4t鍰Ą^X3vvpUHN$N'UO`=/&Kzb}+%wiZ7 GY jteXKݯpNkB~Xq}& `WӐ~mv7vƀ4U?z8_|WP踾hfzR[WQbڷ̸uoDE ,[_^`&&.je_9Mg,(QEs 跭NS13k8Γ J`xMbkk͂RR[iئ:5xS+"`\V*u_5}C r-R])x!3 lGn#}Ku&96<5=$X𪤝?Mc;PW8q nY2E" ;ÞH\]V@}խܫzˮ;0!g$gSov^'Erjdh]d CXrV_8d,Hhފp hm>Zi$ھp +:}9.a G;t66!^͟x5n)H(7j}~7z쑂8T]B|h'zK āh野k9ꭖkEiʼ&m).͒*aD>>~@e,;lq4\i;{RJ,雃3/;1i@'J=Q>EXvPBɅ,m.e@M-}068Q"@lfԀ J3B@_MY4 0ﮣ;2xB +߆t(`)܍$XcuP)}xD3h;]he5B-e7p%2Lv<붿\%^. #p߆FU1lf1νieĻrPIydw$d_ŅCMsi n @0zYP0E[FLbXLP c[/- 8^,6>ŨZz3H?aKC=о&$R.ha.B,cؓvm~HÃ[Jq!da.yI:q̠IΉ4ySn ~{Fc OݞRxS9.Sκ$zE9B'  ZaF=>݉]ʗ>rAK.Lc#GWߘzGR[QU=/eTy{ŌCAԙ˙)qCR5(4)ze'-5al!R'?9H g-ڻ]*ǛAVh.&MBNJ+#KϦeP65%#># C+!S<0=WTXj?ߐ@dLHҙᠼ%i~0+Ŏ.WIA0*׵,!ُPO:J /'^g96mC t)%>(/;1U{|Cj}a̷iHswuFrfL2HN5ǣ-C-tHDQ %:Ӹ3E1; Qi66޹[ض*ϕI\lXrJt bЅR=r_Kd/;M@ wr-Pr~k;+Ct|&3.GKI wJ5X*=CTY%`L ^BfڙjngY+}Ҁ('>wqD \d0Aꎉޠn0 JLfCt%8P/6P& mڝ'wC8PM$ʬ&"/pom K.s񔳹RRA>>ΣĚMI8Уvoe'ќ^.T+ӯ}Ü2ŭ<k׬{K>ROy1lJC}GBƸ;9Չ}/$ ޕϨ.;jP FMM˭>AGކQ!`4Ԣgb$ 4:Y=]\}L0-YG>1)H.p״v>gTE*S`:".wl- BG"y*E`DK#Llw| epG`o[9rv5@"aĂŶn ?OQ|hHfq8L:s %l(%՜p 8&bx~W3;Mlȩ'IazIgqyPK@;= 2oMi/r%,w;''N/+8(i&Jrh[ +Kv1y;"ͼ }iFFyLe릍:lNUKE1(DvG{$G@8DQ/ľS/ztx޹IQ#kV?kWThDʶj58UFTJ<Qp|,dI9uf ˊnD7L$ rO$j"p\a7g.!Py9l[RB^7us]3oZ +Q+& =<ۢ %w°{Af?=n&:=i= îfj1d_Av;K-Pjhuvei.ݰV[ʟåcd&DUH7sLt憊d}\@UB>Vz8'1t xkG $*3{a`& IoTn sY~X,ȋ0=2Om[AF D!1OfZsfbV<~11P:bdt"tjv+GKSe{=GfafV?5GW(oZv-R fjT'%[*\<^Tj~>n3|=Ov|hzԽ+fFp':aPKY%߻Kje+ &zM?ZOD_mb B?i] t ܾkШvId-Z:L_ ʩzc5n`{ e,Znk۵6cޔq*Ͽ.,*RN&qj. )Mau&}05Mqk◆yIGݪ4ݻƧ`ӤLs0Cg<xLcy' \+Ï?rʲC;`I'1HH;ǧ+$ܟ^35ÏmG>^3~b/uuj7}HN\̄¾8Ix ;_Qw ;H f>.vgcI>I2'M\IHMY8}p7Ĭ%+gsE^4oafḢQt .|e$Hז_au5ˀǏ$ƂgP.;h*t:0(Hj`ha1qVcVes"'C$Vg(3U-P]xٞoG 1@ʯ z+amu9'Xa!7>*H7= ?@$z&cwWF+2(ζK NAXy+95D'QBgnhL\tэKsGiW{dK, ki(28"rz[WQ]"*zI5]%5|MQ wv@ ^FmIJĤUOVdžmp&G.8VfgȀ 'wRBWb=7xM(LCNˋ_h 1/3VOIt#DŽ e]E L7g]3Z@!?AgR#{{sE$f"KHe|oNޅѾ?|Zb> pbK0 k r GLpCٛC)\dg܌lg ,V0!jnIH<̲JNSX6\#;0 22 1˒1..Z p"5IyUhiޝ)n^.eм4V53qki{|qPj)Vչ~h#,j|r 42[ ]ۘ~ tʢ ːָj}h*Wە .u& Y}ټ\ u 7ow';"Bj+$q0A${C{ hwh$&]|!-$Sʣ`ͪYj)t:یӂUDKM?>к?"' i><\5d\X`WS<>vҍ` U%@:btG F ,k˨d)QZOlZ[c)YOВY}UHZG bіi`NJP5)waj`=sW/$H$WHez˕>08d߸w kѺ;zL$n\by͗?aܖ_ϵ>RYYo֣1*,,635s_$bҳN)d23+2Tx~ϿH󃹸A0Q_5 fXrG:zi ,B6#{3?ya)8G[p aQN>TreT=t>@71I8Ct'i\D&Zp{.G zH qpGf QFj&uxCX4QB`\s2 σ)ׅmzBI˷&#fozܼ11 xץiMQX j2+>Ij*' Lȏw1noU$k7QYmT~R]E->깰QVض`α7WG#w29 X|fJ8s]ͽJ~G{ծhL;C҉FWQ˟ ;+Vom'~ȯ;eMwI M#*aH͸_+42>Fl^<H {J;ΗU],AR]XD2seEe2Ȥv%7ݙHmW hlވtÆvsSH,hu @ļ# 5|Uy>î]Qx+K豕155MNt^l͙oW4z{[)!%>6;ZY?Yt=y=y':/qh<-'!ךV5c%}ȃG=T.E}7SSYܔAoؚ>Nx8y _8FPΥ8*')wy7'th,[_c=7,cIqt̀M񆰚wRY或s:y$7͉+5OhѤ.(OL'[  rom8G(Sl02mYD0*SA}SU Nj%M7 }C1K"b-V_`}Jh"$@L麉֬_̦y_lݹ?ՆԿl-\aAyJD\g6/'eǠq2]`@ttpU2힧 YM&3u5o =&xTԕxJ;l4uH:E G0tH\GfbSbd-ԛYEsADmM)@rQE[QG<:xl~fs Rr1L:!PG"觲?=6Nn1U(Ib:GvdK Vj?&&\_5d|p(eEL Cn7^YM7$s"} Oe,7a<]Qf<$?#;ZI~T(T$.x"/ wMMsU 14S[^%S8'J[j Ce%Ćy@'˟X`u>+!!̋^ckڙ!6dNf3\!'ބS>r4pZ8aH K+`ҞrPyO j1qJ?@H**[nֹ*ISyGodD "QZd,MU7T)9re5| ODqT0 $~;UKw*r'teYex h$Ti~!ZTvPTi"OHl*f1xvș:3#l41z0Y֠p YJ:~]:p!ɵ8 EQ`QC*)2⠁~<7*& t |)#l?;wrGIT`wgt95%t*YV(~_IlwC$iܽ#XmEAY^6 QBu [Q`Qy̥v-jnT[3P]ȐAl뙽vy1eY!6m] ;nGeW88p z̻bi"A3ł]/ 8:5I fD 傴*JJڤǵ@"m튭Zr&]ҽ5B@8t+!n=CJ_ W[]L!W?SR(_t9RLdKT%OFm+A&EgMW}di ri6ͩWF5ȁsWo҈RRqӷdeCT5e*YZت!4c:.ƴ4j?)5D %8.z%9yL~葊, cԸlcCf$l@zxi6"un| ̔咱&M^ˀ]+]iO[<;+0&"A4%]"ΑQߎ^1+q7+-+nm jCEcb{r3&(4])l@{p ꕙl ylۉ4؅d>a[؇/sK=,=2ev+nzp- *^ YO&7+HywVGJMs[+dsqʊ>/P4#L4M*--^k~di/b4yZEK9yggmt?`fb7.]UJӥ`^bQ;I {>GӍMz,? D'胀PUطK(m 0AW_{4qqd#,>Q;`2S,9q\(Y[gIH4K6DEj$dd"tw(&O:|L& N өM?5aFm/,+TG Lw_nV>i?ty͉JDZI.3nWo`HH͊=z9_!E=~jR&4c1=U" ]Ȑ7vxN(i{s<#釽py J+#FAUOD )wxZpL2@߄I`'a?ږRс֙. e@ewQW7WCHOdCZ:*zF R 1:d)/xW&JI5n3]pWRS$W*, wW1i'+h2FZbkI'd7)|]!ijh'Ɨ1Ǘ16C_pJ TV(ZKBTeqt6(5_ܯmH}; Lš(ySIl2O .Ix*XZI_Pt_o98 `^.Kq|YidbH#QԵ1, KO7PJ7ևOXG2ɻ!3'񦺼u2KbEW>FUq@81,fĚgrC|zq@L JPBeJĆ%%)(p5w`R_8JXEC<ܨeQۄQN@7w8-{8-6żdKGӄd3IߙRWeONAS# ҲP^7S}xy}1o@ ݯ> ?RPh:2B @3XcV&s ^鑹; ZN+_Oiq:B)"U,'m6 l?F! . 0;-B3 xjC,[d`y ;qmª0W\Vv˸ ^ _'zOĀMh%MqZ-K1}gQS[TF$sV&'gL*\UW/mHH1۠Q=!(}$& O*UlpWLuu;d@46 Sg27*5TPˬlx?I_hO5;±\֚zxh$("KD<8y*m.G1eoC!")эp&a͑hlX+AW`ӽ9Q:#eSVj' ;5&Б>mU;Cז˻)fdW.%RoY?x*x᧱fUy5lbNs$)dm@*>NX(83h(RX7Y?۸p=OڍZl|$Dm 7ր!*P,_d^~AZm߇ziwWO'̿a Nq$AAuKޓWtyһ{DadUb0gQ0q*CۙZ| / O9V۝h#9$x|ej$'^ĒaG8~y 4|5G-  XmB yِ%4)s&d*Vvq~P`β;5ۋtKV2[e{k_+&\ WKZ 8u ?^hSqL7E \E%n/؜lO q%ẆI aCYmv=Rfj9;pdZrps-L^򏺶Yk' "Ņrh%l"7R_ 92`J{w wU'p*qTg`ݧ!M ̥7PY0֊u|J‘CnԠH| P9جign3uzvY(KX;ƦMk$ݼTRM]ݨ I:2Kt.80 x38o/kw&FgZ`*%z,`lA@]VCڸ\C^,i&,_g̵ TѹgԜa(̹V|x26HQP v+K6x3|]iº/'*#A8$@e3%` G=YVHUWe:]oGӦz! nG"N :M^r4 @xZ7K9WOC cƈ|VSʨ'K]ps'|^rdPV\ *tɭLBE 5ՄpJ&bEB0qm&4M]A,gWx!"IckRx3WX kᝠp Zt:0ؿ|<Yh6#MGhlOK1.X %x]KtXK=c`U2͉o*ґTu"ڤ0Htɕ$``]=-"n{c&䶼nX{XH3C~Чƹ?a_(\ ZzB2ڃYs~SO)~s:rXi1mݥZ( 'b۠?ky|E{ J giơi: ?L.oi6>N]wL-;u54b=Y酈͢TPf8H}<|~6'R,{03tx1Xn"gsgbW[D=[KK:ų~tMP[M5rxtG/`3=Ğ0(ؠ[%kXl jv.Bn2[rT0v zr X(P?f[H9ߊOܚ}_lJo &F3{&fRD h2ėIsgw]dfxU{"z@m.S| emIjqmDYBSV%Ҥ鸌7eNxv ۔]AbMi+|t4dͲ ©/fRCy хc7}wN_'J7E^K;Z%9'ǨF5[(xg>.n72:l=h^vGTUg.cK!})d?/o[h 7U:C9x2.tmS,'*~Ho)GѰ@CbT)Y:Oj_jTE;"ڐ)R~IC;zoBW |>,\ ֔sMNq:V&јczR { ]Ӆ$+qsw?qobL|#jn`@+D[Q%_EPa#5Y.hCOcx̭# zy ̉1-+I@q1+̮ ,=zP8^lC{|K>`$aVKL1ٻXE<^ R)%%:ߋCX OTG-0Gt6X 68 :.w!Ґ2Rݝ&/:L-[שtKKmn{o`'{ s-̛Xiq(F\A|ƺ姇׭;V?#`te񱜋ֆ_ \"meJWJ 7A؁ ߰*f!Ew9p_Զ6!BE%3g+}=Q?&Ht.{%EY2{ +%xHp؉rNϪ}̉l2GKAoz@\Sc-՞v^Ckϥ-ޟ*۲xq,[p;q>RY:?d3E?3m"4UB_$V/{yU"󿘹އq&?{kvI\AnY8~jkNpbەCNߨ1gZT5ڰv_Ik@氃 ;䱰t_cgKboUރ5HPZ_^(׽x2+$=`hnn B0暇OHo?dC+ رB?p3B7l`2Eȳ!GQ賭6aQVC"#X!rqg:qo{|ud[0vBJGw|7ΰG`u^8v'nrB60jYaZћ[r^e-l4l*O/E`Pa#0uvB̟%;=cn8զgUd-ZC1a:ޜkwMf8XGWWR̄UGQaѬ:zw=HSJY"մ:T@<Ě)ty H#,='řpkT ]$"b xQl[9쐹AJ(IsׁV{w(J"a 7Io-]@E P:PR$tXxuA܏_XҭX~Z+6/kElpp]9IB{% O D[uY -r΅x  Ҿς',0yr W̴7Ӏik>0OD/3!Ws BQߝ-ߊE1'a/K9ߡp;Bh}.gX5BE.ՌZW3x%'MхKi&` x6|P\ M+/~j@ zy(=zє/ }֖,A33ԊXkĀD}_Lݫ";z\<(nW:Tٲ<ޔbArUte>\ &nEJ"q0 Zj=(*O\y`6]H^Yo'N1j -aQk/Y'GǢE\KEl\_t:hܬ愁}Dњ H]d=9%1`従~4tؤ'xQ6%_Nntژkx/1VGuj&`H{4} ̞";H?Ⱦ}nIn,ԇ bNj5dYTOn(o!yg0y=jdb wqTEAeJMd=w ^A@a W)| ;! S3* rk(>x^15rs=L7yY+qaQ-)ҋ^X^| kiO'qe[?Wǒj,$ICNF֯ŵ2mB5#']szO#g{QaNMo2 $hޛ̒"˳ܓ*> 6'cmi8''g4d)vr|ojH-?;͛!le(PV*`U_b3x FJp^-bQA\,T5nWCّ, "Ofnd v|j$I:dBl*ڂ *]qExzQr:2t'htҏ8.H!q |vm斘S2ӫ}cu{o&~) a6-~hlNtڝW N RtFm q䨼Qo/X[|"gQļGMIj3bv D%1ǐfuhDXN0K}uZN:H˞Q:jhi`> #t6^Q> ZowtgEeMi 3&cչ[+B.@H ՂӞ%Sea)}/AnFby X&̨-˂7 . nqM}j?iÁa"=: v#&3ڳ9%|adtRɽj)}3sZhԄ) ơނJ3&jnf'1 _r Soya䍟:TpNH.]RL6׏HJb2<#ɭM='HʔQeRx} gVB;gu܂TOHQbU7wASS)]%oځ4 Њ_l/wHHl*_L(m6wfzu F&v)כ5| 'DNJSjFDJx,psm)PN-? g pteC@M-fb"A׍ ҩAt6- 2oY!\%-dPl{[aըU{cxס v0 Ӝ #HLI|bғ 5[ lD$Ѧ5k%|0nn[0RrjE:1ޥ7Pzwz#"<m˪8Y*GZZ4,>1 ᩬsƔX l'q̨M9T7?\D8dwRL9¶DV DWH#۶?Cu }5|\ Seڂ)>:@ݖޱ9#k(&5C6ϚW^VݯΓvߔALfqYQ=/Fҗrv@` G=abZRa%#93["]df*=au2rnu}SI$c(<5[st4}Fe v]С(B ҟ=EAo, ?M3(Z}Lt~5B9gCyk2}OuүP5 is3͜g| ,sN`sËD /ʕi' ݯBGYƾӫ׼G͑$m|ȴ$*EvݡK3αr"t,YOfn,r'%c0^+>ݶ;eK=w博4eP)CIXhg2'nm6I[2C{DOcq:^APПdvP7&:,Z8~n]y @^1(Pyf0m )Z:狰cci=ƴt ;ܢ)niDR+<-=;C[\3},JTI:bW1*!'OZY`/CGwfdPC[x pfcx`˽TT"xD0ODž94Ȝ=D^ ԏ~vL?Ћuy5Bap G]=-Q,>bB0?{zaf(#TD5ڭۭVƨ9 6p>jEjފ̱wpnrCTl}ld>+_AABsQ#"k8p՚p >L dcI5&oi~㞱*i5]5sy$ dDSo>FfU:^|M+3Rq3'. ;!+|k5%V֥lde5w_\ |fNp)TP%9si!{< :f%rt1RV,j ܑTyv;_uI4FG%Q2(%)IYWҿS/65sJWl욓dٙ (Ci;!PУ@W^zKA`Mk fbs=g[5PmbHRzi~~h),) =}9 jςˢv6Dn֋[lx!4U!5Ӝ˃j CfV[_X!a\|:@_7k-Js5n C ]AA>w9, XHAMM8Yoro|kdCoFNZ5<7'coCtpp6D$Iv/'k9Kdn۲c0v;!U>JkN#e9vԯ.;z@+0Yq @)Mc'' ¶ wL:a\|IoQ\ڀ}v.př-)'4BhWEBcMbGVI% eݺ\PB0G\@֙M eb|S&?z/E<ٕ:,詢DȽWT\@ĺ rJMgԅ!)º9ۿzMnʡ#[hBxb7/~CZ>6Jߔ>~3C{ XP:! ='~Le2l4ɏ) V #5U'@/+?124%&ٶu՝"}!4='yI 2|9^w N=c-|DYmN[M6s Hd4 nf8mq`Dz{mr E4sU`VO%- *,\B\\gO`n ӡf]ާBz0{e5]j!|9Xe R͑0x0ZΖfً;AΊ*AOB1bM֋,uNoŝ#+/eӌ.dc*C߉6ϩVs ޥ?F_yDۮ:$zin @83:l y5Eȭtsג?ϮʉTqW l.lG/}=ԝ3V!/,\RIIPkhGi1j{NSuO> 79\@@^J̠98rRJ9Ke{۹S6<`~x$TֱjRy Mt./u)^[L6a:  gRL#7V-5vzfo11σX\>Xzpg@ҐLϯDX[?}D)VZ6="_Ŗ-]OQ)s2 - LJZ;Vjȡ]ƺJmTvդPSZ2D%wĒh7ѿ&@KR3΁h7ϼ]%W줶,N["X"6j>·߀A*3⽶<,Tn#zJHm0?ehf^dh 3 f-6<5vpǒ x"k "M3oÒ2ZS ܫh},\$n9k]L8~X%|ҧi(ɣC?E/9̶mjQYjΞ[kE~c_-xRH=B-6u2VULKM 72z8;ZadzLy,½ 4>i.Qr[ee֍Q<0KG&*G-=RqQɕ&ߔOW›}"Lv#FA|qMM< l; ֖4 6ViF;,.$"JDL+8'B:"~D{Zȳ;GkR͡ dfϮeZA-Pusj]Vs[ز*A[:pj/ ]NĎCΓ =sO{dnb1d =S݊(N ^)SC(?!;b`2+8.JG^pDA4f ^17E-/-I.UFB5`&zS,)*&آZe fA8D'I˴ڎ6,\m57Hi~5^N+yچqCSmP vJ Gr"r XTrcBH(Z +\l+U1! `d[z8q)(vߕMDԎe.q~@f| %$]._g ]Xsٻʶ׬ e_\K!4D_@S ŮߙMU>@s31͍1%]jܕ( Վ2pxaRG0yJ%+4M/ƀ==QHlVOلjը) @8 mJ>Dztu$hE`xAdo'FOAkr(RЂs{::Q Uc8A;c%1bs2#z1M'Bc*^ ~$npTS"0$xV`DT.>U.,#(>41A6%Xz ҙcG!I1oVChx3FW0Z9!3l#Nj'۸߯*Kח׋FYalAl}Mz,!3qYf$hX79Syh-̋pYBS=J%[͢Gz-Zr%OVcB YjaSH׷ȜL#9n g&ٻu8!YhpOӿf ~7+m-PH_;%˛cqVrPuxG=ö%ӯ=?urŖwd 萵WD ID,qG40(ɡȫ+f8Ό7K(p<E!Gjfs(U)T d蜝D@Kl;AGQe_;x{:xb>B`l˖̏k@JI}^/bB {RΦ NeD kd1$@eWZso|j;ȏg* ~u"eHt `Yatpw s$J~d3x3k-CHq(7ɽkQ#a2^?~A|]L*m~.ٮѶplbYKSY&BUHZnJ yfcKiL Rf|ݾj[u@> 3ĸ#4W,n3 ݏVJ$&uy\(i/B(c!hEiyモƣ:u!kqQu_unuzx+eX&\Ǫm\֘7)6ޢճFXȭؼC[NS$Ô>{ٵ?3$ jb|L6qMZm0 fl>;Y#/T_$MFA&-[ #w.|YL)ggXFAY*]BF4F>wW۲|bC)Uo}J[>wk15`TQZ7߾8/y?;/Z:o5̕ _$/3H`D!^I#&.1 +#|* Yspi/9 =qjfdҤ 6fzL ' Cpj/ȁi7tH/a-P>d6b]M`0[@Z9fWMmN"c3>Q%`QE\E+B+;tnXf0h7܊ 8]RG!/0;yٕG赕S gAL54NQBk:S%04/Tis+zDWVop0X`-"#KvCN)&7<, Kn:diYۉ-M",*`k ^Ķ.51 Z16b.mu%2f&9F F<*pCT'9`Ώ\]L8c@z`.ӲQ hyVczV muD-&0k/R&` ي=>Z|{dA`l`秪 x~}HJCLb% :ed+a'PC -}԰<[[XܙhA 8{^&mRVҷc8B98.,0Y*c#ln-9̀,ɾvܧPd$ȂKrʹ\R* FHNXcùrP,kŮ(ϻK&?xR\yfkx96քtIx3WmSã3tn}_.玸\|#-`T| IIdB A"&ui5d).s)~W& c@`mڟo'[ô RZхv4zJŠf{{t@Ĕ^S*g1Yݱ̴;{I/fnZ`A1^pIư{}#~:U uQ@ $"mD=U4z;? $gpɶi _k`Q,4n2_Oˠq$OT!$dOcYiu>ˆ _XkZ Bcʐ.@Pr%>MI(O%x\82xnn㘂( L6r_˚31VmġG&Hs)"Ȼ`}̾`enfE 쇃H )yψ+X?:s΢,z9=r&ŨmkSwQ8V^Xt \4P|U~&ο@^KuR5\"CPw#-nU^Mr[zct#JM~9QXc [(M,5Xkt>0^8E׻յpnᚷl|`aR;=Xә:dJ؇]1rÛiM~ؿE;K=%0;TDݒDUvәr|xNGL)@a b5{A=NÌ$ՇZY:+?+͖PF83FHГ5S+=2Ve[ϿB2/uŐbe47 : foƄKh `oaIuFVNsegh,ϔM\M~{7Z;0{XX8tO 'gW8^ k2ZLEqr߁QXz͛$ۭjCr6.#IEq&U_l?z-TuݧwU=Ѩ_y"xeHXx%1'hp t[RJ"g)d҉Vt*(i_hB򙣦1^xeP"c}h{Ws" %&qldjӴX8L P1ՠHKmd@7h\̵gcm=cZL((,ؔWvxt3Kۮ)F%JaWLRoF9d-5z Z$jl~XUDSmd压:3  똔+h A I:YV`㲬4 ~Yyk1}o~kqi2(_Z)8v ,cK.B5G=+^pu"cYmN10ʺ{"#8⑇C ,Nan!\/on#'TUA6I6,I $1)#ޯ xk)E40:8{g9&`|7jWPa}W+,B5>Yឬ5oB.D88 SGo玦FeGd }]DKv*D YXB<+O:cy9q?$k$5_[m)k0"FO[X~ne?|%0r{s =.̼e$#L3-6hqiZxд ѡ+û~vV)|M ?_ndVFXu@HrU/c[I%K˫&tiu1h"E0Zis*\^ɶVHG?MGNl,U/ V7]!vaD+_baly+zt;,i5?D NrqO#<fRȌ}\'םsJ*ݾ0 j!2h# ̐<[hhL۲q8἟4>/R]i]VKU!8u` vQL.^NbN'١k]R`K܅rU g H?k2傴z&'Uih83hU]BFM[zC|ε2uиbG8XVr?h!>O_z[?04^M;`Zݥ6(h웈*ܨ9&iMǙ .ӆW4"!8o/Oթ Zb W&gRd?vZnU(-cri>=[mMa#A/4|h+HJ;6Մfూ1?O*uagG'nYX_Ҳ$m.K ݩQN~XSׯMVNm{Y8 !{O dŖH]q˸EIkd)GƐk$c8 O=߯ FmDɈyė#V;ۍAJ<,ݢ!ylb1*pH(BP/}Sntszz#rkqѴS,T V$ꎦ";3>?]R<|SHyƈѿtg11Qǔj l SFO xEOT}X7R296$h, NFM50ŬRe5lzm"lH;ueK PF>UKQ+*T,|G^ o:y-Ntf&0r/<"6DtbZBb^2tE`#>IlW Qdi/uiN1N8e%.׿Os!#+\(by@MV15$1"X(DGtIJ (٪{GuQ]r`8&:%EAܸLBܒ*o5MAz=^7?fcCU COȫUhHpj->(h(JCHdͺxHh03@ɬ҂d̒6ha(_$Rƒ,՛hKFZ̃+b&soK,) WeMʷ\rAijKu?gێ#2{&xW )yEΛBUyҔ".Es։21y)-Oz졛~&e^'mDljQ(ڵt?D##}LHg%azvx?Q 7Ν6C[ڐ>Bk<[TW>I:b01~ y?닫r)eN#/8Źy{ೆTa֎Vd8ɯѮIS*xNUK znKcp~x< M M~7PwVԪtkTSH֤\a#^n"Vu||Rv-$G3eg*06VaA}w km,`)m( o.9y͖[{AUcJK>.f^ 4V_dY33rFq̩emvq Xޖl*ʏ}ui2}t+Np܎U w\hM?V]]),ΞtK|h#4*B/dTlPmԳ=~9ho&+0G? ,&&N'*D) MzFvr[UFkKNF1((  dWf0 V;1g6J2) >v,,PEŀ%NTc]0vD H.!B9>,7NQ^;7srdBB/{:!qC0;k?9RrcYjII0*]$i0҃_ַZbeEr~;jVXI;`㜝 b#dX1g=Գb:#8maY`_^(GGlNѲ*dNk8y |GB=.i$1S,iI*%/$*ohq 9vQg.N?!5@rE`8+cJs~}p@*_Y)m#`ڒ7o̓jkjUoΡK=5&Zw0s԰!&P-fJB!/F. 0C aer58q25%N'dG)C NM$u (*rwhxg0N3QJDlXʾ A;rg{WF۱gE+4OB~9٥&F>n*PuFՖi,N&(P} ~X,ZcS@~q# ,Nhhl(uI_ޕOmD"7}/_>xb1`NS6Gl4Y86'rlzˆm J":{&l)fO"Lg\xf,a#o7'ڠ7WAe!s xS= ?T_h %GaLu 6cYItJ)}xxڏ8o.3.Ї>xZ|WIm.yo}* XMCm޵`XxS8IwǫRbMÌpU`~hpwi0:V/́gX#`@J筸*KaH* Q2O3ٻi";'2ڭ<;r<͗{tVjk=No|z#:w |$v{F̋ /3c:0;K&k.`N]ЂG; M[/]wʷ=a]I5~وj X׭:k֑ٕ>B+CjO% Dz#Y>6O8/jFëHYg5` m[_/1!RH{2|0alӓiAR6Nϵʾ:,L'IHZ?GEq;Ͻ . vvx- af'd1v*wQ+e 2w0IBW*WWn/?[:djZtȦ8PB*#43>yf7kfZ\3m˴?V?'@:G0s+/JRTږ̗( TjXg0*n7_Fr\~2%chcCT}y$ :؂1$7(q\t8HP*+/iw?ڲVyPHNl5E˽=K+$Qock6ݮTE.zQ1dՐ)=>㧑Y{ abhZ^J!Cׂ̓=޶"@zLo.Dv[lzEpi%SzEeM;hʫ;g.&9 hA[@7L67wٶ51C|Z}?OxT0jeO0 C|l6(urM%$ڣrPӀM{p,.XV%ZA:Un[A|x5 Nܨ|m9O}#ik#qJ5Y!Թn'=ABυw]t|ۯ.mP4 p=9%%ZMgGyEsR #]\ְaU7oq KYêLX԰LZgҒ\PU"2m&Fvm52(1^tBY*ILȔID·{ʳwƚ.4 |Ow'EA;KX`7 &$@15fd@Go3dNU Vm C }?gCenAͯδ0:2}bSJv R&tj9%[ 5MsiqJ-^ɫwct͝{T)$@>.|g'I rC*Q0t r=b\28["Di7 w5߼AXc=#񇲨5?"EM3W3ٷcw߸K_=̒cfƟg5t?dJs)3ܲۙIP/Oi ՜M4 *[CT0p&߫b&`[sĤ@s+QX>hl_ࢎ]!Aac$W& 9++3 GگT{̚uܕ}ݻ/ r= {҃_佮RKnDo>ٰlIQ>/Don1iDT[azq+7cqHhif,ۙчix@bV 쵶>/{2u}GqzfmO=X"/+^)?(eP^Ll9[8|}7P~5&p|~vofE "}o)hkԮ=H5㌋`xOz%:~2;m'Ս/C-`t0B,{t]иkb,y/UTUoƽз1dsPi}6lTCLrGhǭmϮ\"V{yy``9?F(Up(=N{mya.fOL)I.vjYxz{Hsn s`B'@0=J=zܲ"'-uI ϡb$$~wL{ſ@eaBMkMSn2fXWDAX#?U$7j;跳-}RǣLcn?mCJՏ D>|p;;QaJ ?rw}hI T\hIt(ղïKM*uXU?<#?tgqf{ZmzH_,FyI nc-M^QM̗ȗ6cg:w-p (]WguB;2 e:U0$t0nM G*btX xN Μ)mПXIpJ^9Ġ3Żʊh"{t@R1"͓z\6_5蓷]WΔUa J$_>٤/h(: Փsz>#yL"rTU٧@)Ѣ ?\߄QjTaB^zKl<ֺ-b2 Gnƈ jv\"#9 e?c ؼP{B+T8%`Hs0i_fy&x007:-ԐAI@J׏2[A*) G:°.Y5%Z1c0<bh0"3̖W&eC.MI% }-F񪁵vt7#`2SuJ5ن԰A3KZ֨OfLTݻz.(Q Ú`44RhmZ:)>j/TAֺ #FoFNP=-|%5*[G9t}&U_Jolx8 H=sJ6ИSߴwz>.AOTYlF;XDEQSԕk>3ɤʒW9l/؎8 m;wT>ZߕX#gҶ6B~`Ȅ]Tf_XOVyD<0 luf^ږ볆_,ٺMi͐\Y{eL x43/9 6Kcǫ [ڈ#ߖ(B?r;A'x1V1\#Gկ.O_Prk;&5LB"C B$fXȦ+T`G? Z;N'S:kh14Dsk-ZTJ 4XzJU.1nlP!ӒY&r[]|=mleC9] ~cr]ɭ0N ;~ `E\24JGw=pK1}tmϥ]O#֋`P&8@#cT٩O껬5E3&B~82M i]{S{voū >А n-BTᭌϸz E^ګϦhR)s%@ȳ܇b禬 .8\Vz:"¹GM%K|tc/x_$ģB aI[JpQx+^~73L{f>Kўg)Ḿ_["#"?$McOnU,(VG&I$\\q>S'?j@_¬zτ$ FKh*~7'ʔ-9ԹUnNڜ >`$[4*^bgZ+IPLw-ɸix&pc:}H$.7q`*nхXhߒ%xP"f|0-D{IH\BB+)$`U` qmU(JvwTBUWmFe cdߴ hLyNf&akg5ոo,ԗ øjmu]ZGP9%VCԷП)d\Hl-Nwڀ}gwOm̟H',^`%h_fg+`'ZWJr_GDVcKrcu IfH4%[R@}^>6g .!d܍m>aiQ|Z SOem%p?S-oR{+~UWy՚KBlA E(Xn'wÇȏyuAQkc#ڜ27οTH҄ ?]|8i?L:Ȑ&9`~&'q2DH]9W' g'A[9?= B!u,GoDȺ+CYm.hN?* 1T C^qJd%;IX*q Lr2!ti< ïy̞U}sz!x%؈e!NF9?&Ȩ ?~kqpto)R #[4bORШk܎j-Wlj\>:HF-D Z50gW0JqY3 lG zJ* nsr!! =k7< u[2cIL7׎--5osVMLH(6ْoBv&rrD@k3+poKbۺԶ|9<}5`Ů(;XHdESJN:'*L$K֥EZrKLt ol\e0c6amAZG#-kI>mԵ n -Lˁf@ͮLhF$T'Yt a]$ <~}aY+,9td4N >(+QG۫>iVaT~9T< tPJ`z(h+^?L_rᖠ!Ɉ8\uk3Bt*<$e)y@j&ڵ O~dL6ʼn5£nTj,ȓ`)ү~aSH%8&gBR~U8{N%(;`!5Rٿw<#>Dٹ.l;FHoX T]A,@nD"{ OZ#SQi$I>Jf6X´=OɯPƖ-ľbrhLV 2+谯Wd}'%Dens%nض!&J`"ЇS猬)hw끣 TWѥ4=S{p zҚ@3EȢMj#4/g"n p"DhnL9Hz ;;nkUMN)F9LYGFY١ޙ&ZvnZY{4`쒄.$H^_9Q۱Z 9BCJLzUS,hv1J b,\H{\ٹYΔ]:j&/ЌHbἕgh*`zƢ,er9IDoL(0`vl oӳpUʌ_Bk t_G~Ad WX&YQ:@a9V,ؤ-aAls=DWUgl WLJ9`bkp!lCdF#Z: {pg`eău2[*g!,$Uq=Ǝx&E#ȓ%;&H3ccš.Mo<9t5֋itH{P*O84 fyar+PlyB*H]KՀl{Lv3҉AY @X>Y~m\Mv3 g폶m ˀ٠q (2)+ ~jdIxtJ<EۖЮW˺dYJ{{M@uE-bLTÝ*r]';Omn:}2#6˄6 ټ)('gU嘆[ Ws k:j'}Rvc.U @)0vCB.T=&vd#AA*J]q8Ct D*sw| qGs#Q:"mEYhX"ͽ8ڊ |")qPxaDaJ ݧlthWCJJ3RǛ^%TR?DX!2+{&ԏM~ңm2w9q& Y+vdP_WZP3a67/hZxtg8OI7"3'7O\DZ&NJn<r{'BivB?/VdU7{O5B:N`C f-C̓X0AIw\(=Y؜XL?GPW=N vR uuJ0:wz{|K(>&HkM<+4m}UnR-6J5K< csjt/Mqde7|&e:DC q~Nd(4uD);7fd[Q-ׁqXbLzؙiUկ=$cdysԟJɞ&%q br|(hZmA? bޠ*7{(z'd:/R1eOl$JEf>e[2O:kG&JZLZQmna۰%LBnB=uS=3S٢[FϛGn;4P8zڻ(^<5xspIǺԔS"q>sƿo0+gB8(ټNQ5F|}0r֢X|1'v^E8M)l ߌw1d4m)-Hk~tA#;ty"l.y{ 8pPOaO7{AHǼb} ~*$ߞe\./ݫQ>EzΩ ÞUWɟ^q({Dqh])G6JRNk_RQ3 K s9{6Sx :tm4E/aڛ!t`QvК4t\.][cr:>eau7U⅗nk#l,Eȟ?g2m\t״OPU?>|%2$srk.IoJLՒ^o6_]37E$P)ۿ.hj!`]N*ٳcMNU\O^=m%F 䔗3] \wς}C>DaVv̸!9u5K'fn^ zب^?M;E@}SFy)}Y􉣛RfcEQGQcnhb=k\6K&7 (ur@R2kS!ž[%jëGB%?:7W [xHȳjj8u¶Li(K>젿9 ; IhMwT18] z@!/srjs8!c\;y5˭ /jeԺ Y?2~a 0s#"bYFqR0샠KW =FQR=2Sp][}?j>@j:jg$ngޯ,rFبsc\ĸȫ 6Dwe;˽WS[y#zM隥k PuEQox!$EhyW 9x䍪Y. k(h+4l VdNaqG^n>*EQpfOI[7y*Oq$h XX"3JE* Pb̢FXގr6۞Mht6[͵krQK~Ӌ275!"8{D zVnbC—FPo#2~HJ8 K'gzZWJǮg8Y>ն ;{{u=eє/= .k 2C OȈ۸`e=mh /{*UnnYWǼ >39C^kr3Tߨ^qqWAHDw X[7/ ˷Fdoz)Q$?mՓ/k2pY'Ley7I1 ;u hꏫ,k"FP @2)X_4T+/ؠ7%5,T  G}OWK3f 2_Q=Gpݵ@D.=0%l VrH2k]LU~Nj/(YID-9f  0U+M'kcч08ƹ5D*ɯ!A(o;Y&?5s Ec6u,E/MLK9pa=Ue6VK:zPCoz#{(v A"}IS{3l M?$K#n-E<iuSxW&1oKC(^21tjar ? 003{n; ͓ S1k\AL\=Gϛ"`;l:V s6I ^k+) ) ݃bucü['@[{>)( 0=pV(KĘ{ﶴ!AqLℹx;CK*o=vg ۨ'biL>KOwtpIA|8@~Vj :K,YէlHj1# >cG<k jmu/4EU71 ^g biFY)A:  %5xƦAZ 8h ν(#ׅkdne{Z2CjXBr.+#]Z@ 6{2u's'"OۻU\ճ[RYZS;!`Q 4],_B A^is]P( `NЧ욫ɔ\s!obEٿfиKTX13#Vܐ-OXYSgrEىn8 0'=F:[?Fq%5 "TI/pQ$,@>D)&o;tmݜ6 {%Y2Zk>TN@I7?BS8oo桍KT@U5B(EaI%CSH)} 7fp '!N ٍyE_m:YzEd XTϰME4`̘pxrp:?)OtIxEflt[-v >-Ѩ_!VBMQBbR |{x|}'.AC3<[*Cl̆P7dy0GQO&I Wzko=L׶'K;Ed ?Pe pʖb-m5iF=$ي-n "! @=)ȃ#F'_r=;q_+R_3'F>|7o\\8El_{#ldyD0BV88߂a1z Pȭ- Ƞw"_Z x|("[02`.S!;m1m>Lv|1~I)mO3|wUetLF}n3M۔/KnbNY=G2^~-^0M`D(4Yn߫9b wg$A &Yz-GiZǪ3_t1^/n/*¹<(6YF^oHֹLDUQg0i$W~D_Mu&U7rͪ#]ߌ ]A;yFR>LPp7*]#lKxb\mDգPdB@41q@'v%uF+9Kp8Ngicwv0α1m ф 51yw(k5B`2 x'\k!% ~B) ҽ_V9X>czI1(A 1LvXr3 zEӋUdUy9>=*5- ,tUCXx^{vDogڻ$U<~?Oj#F,- ,M.x']-'AbW`!?bd1? BbJ e;)~NJ$nڭdnTLЀ5Rn ){m *tUFeR{"A;ͧY+6g I7=BqSW"MJө(q~*"%3%>n%=Xga}Q*9؞)ܔ.t/" G)L%mR8@47zy=wh #ogs7 !vwS˱TGI"\J~[l "q6 Z^ {]j5I0]상]YQ}e z+%VR>h]f&Frp@Dz%fzUxŦ snr;OWc%of,WEO-!iT$eð?=12< =^\P U\SU}&rR$u@iCaTk/D//0H~GGP]~s跇 FHfJnbŕo3goY`UKKHaO$#ӄ.6=Ɗ*RRCA!|AsSg7od/7+ ;#ڹ}WW93rjduv[ұLVٕGeGw'rjfnFYK4v%v޾KiX&B/Hp 7N{U{\aϸܚߥ 8`d݃!xE8-_IH@pl>ɟ*-x>=DɈ.18t*<^eapNbjfh:9vO-X;>BAr?5EJ\F bķ1=ӂv}ˊڛ?!eblC=Y}*pg ዯr%c`Gưc?&lX6[+?H)ԋ)޲`Kf\jA{?$WV#mQCI澉K)`' <0|L>äԼJiZ-2Jf%ӎXq:W~\3-a28%'[ª99sH3<=n҇=<'vs:Oz,*P].{\hg(DSt@MBkR"uB{i2HY'{DJ* tq5Ts2D6G% eOogĪCb, tR?y^882ZCI"LǴV(͂7 C- -%m9ĦTTG~4@`5!'f9*Dk'\=GLgFY5E =^U/NPȤԘ:)o&$xe`=U6#'K[~{BCwG=],)܀Tv??@[Q7mZd#3zЪEg =<6)ϦcSQ /}r=DJ U[VT jQ̅޳9웤{>3ڹS51=%H٭+=毰)u$Z}rMﷻ lbĨ[1)1d83aOXSZ⚽}2Cu2^,]ME/v1{nD0" aa@L˽Y̦:x^G)3^] 3R\W*\L;M2DqM梿ލ??Nj-DKt[j U8m,<KlF >Kwҵ!P\/`7~y^%䂈hd+<~kÄzCLN}˦K­o$oHzD!d;.&muJ℧A.rei߃pU74ED.8iZQwb]jɴIqfmzٜBXE B•@?$ab?0O5a`g*;& Dۓ2iXAI8Kb|O+m;.:f+~֒J̶cYleA4w ߠwgUۆ9|2OO;[ nMޒ~GF׬<4T9_|~=$0(_ [ɝs ʜ?וVHy<Mߎv8<-#ٶñ*"0}n;=+z7 iLӤ@!v;Io9Cw5w]^oub3Hf([2q<Ε+,bFݗIj$45 FcVt.eh$4Ql0jӮ)8ä0gKc"xå%vl󇅖d T1nJ^}n #8!L]oi5q1 XC<D'@6c~Aݸ^P)yJ5-[xlRni2l񇃅v> 9 M~*,(}R~Ul/ϒBpznಃ2e'(P&%8& >^눪 Itz{`lg/MuZ`].iNF6hбO:ɛٶN 3^O]̿&k8GlGT-3u XQKX!o>p~@`G\纝~:VW0_^,؈C8CBָ_}oi+{OBi[%Opd+]VZ[>0Ix/djV6z( ]cPoGk]_Ӑ\e-I|felo-gz:(1ߚB h==aw~8ZBnX=R D='c6s :^ v gv)H6eEҀc#F4~P# `,=dA9NNC= &DOH߹(WXEś5u#^*ȶ.rێqjxl޾!sRcFKM&T|+dz2NB6JIG:ON?dLKj>-ę9GmX"(ȞàtК O;S;3#e cT8ڭyT-L1Vxjq*~Ԙ5R%:g)Om\ *}7oe+@?jAD(R2=RZ ӈDŽegfii@XWCmQeŁl\' ] 56MV=Wu(Q?+:H\FKqU81f蹢3 ēAVILMہ^ (~Y.}G'd=:<A[|$3)%MPq5ɟ Uн5y#eL`zJ3n uϔiD6Z(`odM}iqC`/3irt$8gt|ێ8h%Zޅ\6p_2{\ \ s;uI~dqTe:f: miWv&,V` cyBFQ'v/8H_@4G.Zt Duӻu(u= [|'n2]!1]|D0lqՉZ贛'L~>`]D^(2pR!W*&%,X;ך;Yc)*$xݟh:`Hk#(~7 J5&;ɺNWuQ髇htzD8R3]m+=z7( 0+D]$OD`l$YΧ3㸑']jF'"6F wAFh iSfĒ7pʖ^~^R1@;3A3S/\&9D7^p6>ē,T`G*t6*j2 @c IX.=(Lk=+)OFx|5!`Up/J;{J5B-4vB-Č@>| Vj"IXXq_0фb@h2Z\1~88NiH\^?аnQ90ҤRF6Q`w`2% iafSFF"{=.xEKSQ{j)s#[6m ənE>D"I0Aל%5B)?( ׉@b+\Jј;jY.%%OUb(~Mxly?la'^jB75%r^#VWWJZ}' <֗ j;(@oǾF)'O~A2p\2DCES>:;Ƥec=l-aڅU8PFv9x+"p ̘ ˨.)4¡ 1 ov0-%ҏM`qI~I/8,pr'J]vD׾k4 jV jcW\nT>5r*)8VG\~r!mMҬ @XgiRRn_J dd'{#QA+6`u_e.CcV_0gǮ$Qи@w뎑MpҾ|ۓ =z-:"M2Gg{F`\NMV)W^j^26PGǜ\ʼc7mj _zffqOrn>qܔRS}YGks0abfFYQ-xTlQ׫Y +ztrB%a}PHǢp7KQ';)fB#ոYMm#h(T$[NGq8' O/ 9flF`+);Fnk$`ͭ">RmUu/'U%1-mbLQ:o_}鲺܉g~#[&gn#34`(w>xɰKU]gb҉Wٸyƌ:@GYHӾW=\6zCiF2IDSm.NC{'(6XiwL 11+/S.N{9.PA C\UV_>9 pSV.Ճˠ"a%А5Z?=Nqll]2:j'9\Œ3K ʝ"-j,ŖHUR"QV n|Gi|r_/ZW W0eG[/ 9[ Z%lfg͙!Xp-}*TPT܀[|8mZH#qEn+uTkQOL^wN6*{A G5P.ݼ `a;>TF.m(X:wu!Qˬr/njo^iJYWTNƟ)u{dI͡S<qnYe4Wv .8A[d+`p.$zGJYJG%Y23 81ea PU?s~/ܶ?\źx(`|]AD1pEMgsC0 ^N:QJns/+o@hn#g)t1YQ,n>tڟ(7TM  '_ŏ[[/`Cؤdw R50ITyElNa]3A?y4dBV_{=݆%CM|Eftg5 8I[I8#CNV([ ¢刴DސQ_QM<J.:]ms-ƝjVzm*x-ٓCLR{%&2$%o=+l$f&|!چ?0WK83Z[R{جC3no1SUbr+Y;DÊo<HA$`7!v_ِn 6?0ap;8ٿ\hK޽h;fdFM㸡NYnHŐw#& ^|KI.גk&[~$2S  `V:-Pݹ$os A^B+A5fA;SrLK̪aXRpUFYRj6eC P|o۬QHP0dpJ6 q$Y&!:@|h @,Ӆ jqW/1svdfQj"˒\Gri:jnx[*Pp TԲ|{9}^*Qe-؋o[H(m-sR?Fue ?M^~5PPO;O,LL*+ͯUT'qka@$uװ!\F౼wWП?p`K#׌[ݓuJ ^tFDeR;C=WNZ Xk3=(b>+P=9VZDbUXg0j,8ϣ:9.˧=[ԣXB1&R#U*5/Yg}::C^'#x"NNP*Z_aɗ]M8%vv\6[akƯuKYcIq2zG-G7Gh#Fg ׋JVTo0JLFuT{[+u0~+r@G$/89c:t^)p~;䒖pWJׇr (hPN<fQ V<6>@?HWz(^fA4i@zdŀ=պM͵8{>D+x#7 * S\ TQzja0 hy951;9ϋVI;[ ~GuoD1 ipAޛ^n]H5a֪V9h*ݏ݊ 2r.f4\6Z1L5-2 |",NNb&fte,?xD$XT!ո%F0xۘp.\-D$ vŵsgj+RrT+uY&ʢy!~^}wyOp`n:BOJQJ׉O2rQv9- yɣYX$Eu!VJpWKεEσ^-:NI |@x"_U/yt'ūATTk\.fYGA|F15(>[M|٢JxۖW/b?d 9vU[ YSu_x8 SR͹8f eOشD&ΈiCT;g į}z7kHMђoead4r̈Jy,U@$S@Z]h&U~v]N{"MU~Hp'wE`C'txE~GWA$Jd[ )k逋=A:YiWrm"U(.9>G)&H:g 2_c$[J1}_9r@r5S5|rQI2BEZu& u]?Z@Q]ۄ$QY Uax?ِxr$Y$Ѷ15y~+Jr8] Xwr{P[qzrAӫ₸tMDYZ$ śSg{[<,o?O/k3&9,&ԏw_ÙX.d/j(X`ߖŒrjZ&4ݕұ3r1 36-_gMȠqG.+B %qq]OFBkRW` xÝ:[:ĤYiB Fa(3޻Y}1z'%^96:;H u@dn gqmYiTKAեEGAv.UQ uy^cŊm%4gibnVT`q8Zm]IsN2:*}r&˪(+~-D!\[О{pLjᑐK`*mn18Ъ;A?è3a1+t~3DMy^9&h'jܑvztT:oEFlIGxDFX~켤'7գk?]zPX^2zEk]RikGB+8ϥٍTĞLh*P sZzb%'M:P-`,fL{]_$Uke򑣭oȺ Bq3,Â?7na ϵxs}JhQ49kKիytNE|S1V9a[__/E9vu%HsVw6:#'!}FhևlTVJ1art:yIԴc觔j7Ye ;ԟ7Ƈ3L(Եv:@?NJޗ[\z~7BIϬm,Ulg|Nq?Y$-q d4oVf!VUN <8?f({>{Xջ U#@l\N~a*/l4O@ذ lP)Ѭj5Sĥ@wI0wej$Ҙ<Lm'8 b$QJݸ_^EۚOaJ#/Y0.,&iuqot9*baBңm$IP|F g}d F,ef3 xw,X,ѱO6[_UqGT&"W7-ژ7nbq%#4JJ-sвpϤ#[=9ڹ~j,Xm`d]tsKflzFLo5B]Z>nj6'#bwhI;lຬ;Fܺk4Π1l- H%Aw\` G D]rÈʃB; 驜V  k&vr"(\E  sCss--m[VOBlWD9e9{SkLKBcp[I^'̽VGBp 7VKцL(9e tiwYmwEf]Gت$Lo ]bۃ7J;Pv7xi9 !\8Cp"rwP$-Y"~XrUo9*,g;&Lږ&D!L܅cL4<s2O@hp VϾ@ԣǗ+e?~$ӹJ%j&guZ| Mrkμdm2i?@U#g'3$RD/ jgwpַKwx][ރOXW8U U:O6o34rVSj )6hH->q idi[RR9<$;DDn,[n3t"nְbi\r,~= =OQꢾz|-|bNL+1y6M J+ORumV"pl,Rܝ1]K>r]Rt ѽ~~\VUSlDb.X+YfYe\zz`t3zk<]j8l8\uǤgō:dS9WXUŘBQ䒘ڮйHA]3Z5"!g{µ0`բb x$7uRhǃ8kFdy@JOmJԇ J4əEzi2牜>'zՑRY[LNڑ+v{]!Wr4/FXl?*,O_I.H뭢*IS+ggЯ>&=Hb1;Gj8 9H:C53RJɓP M*7C.,Ĵf}}eIPu+r J24Yc:^[=/ԱVI4AC1;@Qw5c"-Z.ܷ5YcrEno;%(h6hz ?H@K|\Ch:ĂFA8) L VR bi-bET0Smۋig 49XOj>26fݰ .5ۅL>-3..RiflfW>U6H'2:R~}9M: Էn(^4= $ 㜍;5wؔ(Gkj[jʄܓwc#*9`:N붡:3g~ y t(p\z/&{5o[/;,5Oj7 .6aZxhAؗzZ}+;o7Ce} ;XeDa ^8 弿%@j@B[)}DPn!dYO_F/Â>ClQ|&J?V< gՍgi8qVHLO v.l"@w+$ =JvzQUenC sҕdG_K?C vT ;ٴ%dxOvz4 Z9gϫV{Ka{<ޥ4$uaG\-Td7M9 +BTUc\OYk%:dӝ{UOs8q*Ix;*L.NI,%.QxJ>s'dP鈅]Jz1Ԯd?"BM7ؐ3ӸQji&IV68yDoe=^suAܛx= vB_˔0{:4F-ؓb p؀ǭȬ6Ȧ^ X궯(Aږ4d+8N饽0kPL (*T$M=LaPPh#Y_cwTr^v'>WfePkt4)-2/$(Um@awC)o[ FL pNT|;i3%6$P b`Okg7Ԁ7xm\'w+ FwV~tdaR˟KiM=iʌU]G6Z[p N*ςI"3j|o)ڡ`)gN;UBl:T;s:'qvkvqi-n-ʪ{3(vY|Dپ;M]V/> ;Fc fݩ|O\ qBɍXqcRʜI߾)z{.ɷwu44{Ƶ홞%<|KfJCV@ VMѯ@v!!^xWSk L(}bxyN`cD.SuYptPm%zA@a[Ik #:ٴq]Vs_Fp ߹8) ϾUqrrξvT4B&ՒN h ABCrFK YJhc<;n6<~lT!;Mu &= Kvз.okcVzH4&CHVi7>'a:V2j pDׂ4A:SH׌5P"84*;9""\KKFyVGTii?F3ؗ0^_\oյ~){zb,{iX#ܟtP/dמj{e[. Ybn/! ʩ H:6pBq+lh$O#ԫSz'qBnj(H*Nw[7h*K#squF$mB(`9t]Bjճ',c?HMn=潝T'> BqM )1#X9.7E?κЩSgKiJkQ oN$hp0ʿ.J)g|"MAiA׃',aZBIE\#c2#$*ڏIs:\kqSid?򟹸Es{%XL >1f Cv,ਸ਼N1RO~XZm_' sxDFy֢qh)śCTv-h:öP%/v!;-Og1:Ѫͱeԍqh(דhO8}U'{P[D|DL+Zo?JšNw]ٲp% o4ƹSNj!M]lZO F U2ExX+BD+N,eg·=~WS&&g0WcQg$l7Ju8P*I0,$5uItȒi O@jtf ="HewÃwcSwLT>i}1DQ]<@Ҥ=hұazF-U *@R,Xv,f(1z崿'gjS|98YUéhr5=8x .#m{Sy[lK~mt$4{~}ڈ[0_w)n1 "S]cV:aYaU|yNR]0dv[HnjPbKW&Pk;i*[x}kOx刦RY-PGcdpW1(ܴ}h_ں6oA 4YZ5!z/} b:q 3-ñmK:Z\{:'@WOyEƛ=5 ⼂uYB [vGuV`M7׺ &-jH^[ --ylP* =Aɷv KS oX,I(Z¾|MLf+Q~9R ϼ+gϙT&pA8i Aȏnkה≙An].vԪ`..AP`z]xHvBhn8Dn=C}Zl ]$ɿj ߖ_Έd6,LMDV<8a|faۏ7v/ 2B#q.xs@ʂ[6Ä i^3[ V0e"{*Gɠ H+cC4szFIhn!4<؅N~!7I'DLp:) eT"mj!J snea1.똿/b1nxenib]V{zyp9` 3 &Opm[/(nIZ<\8-,ҜF.z A3Sn9Hh~q)ڦlJ8R%冡A-3[[ l#)3at"LsDm;( 9!\57#)dw;1lv֥rz^R p2/[!:S<~D[=P=Uj8vB_JQ0FK jtds茞ɛ󉬡Pʮ<ќAjː^j`!"wpĸGVEoXAێhxcڑkǵ ]ŅIi=]I[m.hK1w٫Ad:>4b$H2pIhǿO1(fgA!vcIV,G,MuW d-)XPh7w^JK&B(?g[}uU- ά~KBEW$g^d'.V/Ď˾$]O{(ZN˫"c+i͸/*n $+*\QQ&2K,3K '\1J-τx4H$|tL G-/ :jN#?` r!"ʘ==OZk)_=,Ce$n BZj¾UJCVcV3tK€ok/hARs9]A-r_'gJyJ59#,y8[> @f>)/NH=_A6&DxngK@#e>t MqNz}]N;0jV۞_Lᴃ4lpat$Vg/[!v>O (Xv$hGi qr>Iib/xb31c2Xq./%GUtS=,_g1L_K/ƮQAIA8 x6%~r1_- *pm=qۯ;0{&?@̑NqB2Srk7&с1bvۂ捸qPU[?/5L*T[ԗ<7@ϑקYٛE0-U|ן|PP9؎a`d'tV$##z|rk@ܙndF[5 u2r:"y0_8=3 -⫓ aNKLZ >|Km$x|6kLc<OdϊYN2#kysi6eic՝y5>'ѸQ1(\ kMCr$51u;Sg+?qGUe`PƦ C羻j;FOQo7%q}T6䐮i1SA[Qb0^hXπX8@tT]R %I[K-[ op[Е{'|g^R+A'Ӄ_3鑩ȉKRr[eZ UA׉kvQf#mݒ( EgW-Ndp[]*T0v8i D PyMlX _u}ХO.#Ԧ"b)_jw|HWWt+V0iVI|$rERiPEGLyM=d"#i(;H1,GzF:U[ߜ踳h85^_GYfJy"vd^X.:_Nq*^c^bK w)48Uj.Wl&>sq5աcqgBUO"0w0;'HW2*{1n~ nj__SM1ίzْ]2i gw ju%K5^m. {[)Ks5D/#Rq*M,<~Z+>_DGaI k#ԩeZ:b/V)P]#C,K^^cDw]9OukNT5gG@&K2d7Up[7ZOϴȈY߲!?D SɆ|FU`/Xx+)=YW$z0pGtIuef+1Q\4t2l])%9«xL]AuqȠ=\"Wn 0(|% T-/8T $8dBɾ:zmeX QjHA+7I75MkSi)Tt7\ Q\XLcy_%<l"_vQyTKP^* ЗIVopWfó?笨@H7S_ʘZ\x/̎ђ-5`)hk(]#Hev%WeׅHD4uX ""?pXnڶS˜C1]Ղ,޳ >T_YLwC_@ Q#Fn˙z4 ]h?7GF0M#u&VuUxQ׍CЏu ̿[oTH .l>0 \`y7:f3nSM6"a*X`>œ*Yu"h N'\‹S7d/n"DJnY݇cXKiuHnDž".S"bۛS,7fFϬ,VPJ A1ܪ,_Ua[Kы׹ O06i @>0Fz:1r ;X/ךQ7 qK[NQT?,J ͦΌlNn;"/SI,ݷCQi;o/~`Ȇ]$ jFo&TL5Fy0䮩.k[3:nphR] 9k4IK{(Έ( HX YG e aOL𖷞KhB)XOndr{&WB݇xD41|݆ZYb$LA?0ٿkx veɆ2Po}<m]3yURƎ5X_ߐ4Ur)2}8}po8ܘS1uufNɶ{Gy-h}1nˌXwB|  L5%~)"VԬao\O f\.~> ,cY'A ]]3V'G`;n8 풯ྚ%sEu2szcGg/)¬23Qo]؏]_ a\Iq̜o{gt/Ŕ+RdS%Ӧ6d fVQsTpÂDoFc$"袏ky0R=G#Ga8{O><~WH]A6b@oI0KD}~/27kW%/I|k痶~;[˖b1ЄptgeRABqGpd]A~~{<$Kjȋ7t/rYBn^[afJy嫓&&I'7=ܐn&o1|#{94m#؋Ngd3gIiuϣ~RH/&R9 Lp=%B}- fT?ܛ ‹W0#+psr+1z\}^gn(2ٶ̪Ai8GݕF۶qRc%]R[oO:ŵEZH&.~Px7Of1@R/]X0U^|T\1ix-Zrݝn^s7&w (uF4Zrr *\Jnm&+2(B%< `UF-=eg&g[|4ͳP(+{Mys`7HPu]>#(7l(ޅOeD:\*5 O =n__z[FhMPhӋ8/EWAGZہSshvLS5Q2yH]d1<9]fb PMvJmR0W4w nv/I€^Ui51]WZAۯ CUYŰ!A$>΁}U(۬lE&:U~Sy4ndƛyjAIA}ka/)tFP "+&(~g]D1g<stGH֮HHw3 !A?HM%'y,Sv_H[1>Rt-vJ-Tǂm T>("8EǞAʌKkY]ܙ-DCBkАӖ#rpOP!ר w@ : A]̝ѷ W;Ѵ(e6R}`j(@Pa>}=}0 B&Y`SDLet!aJ(Sɷ,T{QP ʽVd.0JG_u7o;bѽNgp:rәQǎ63=83UET9,lYۜd۞MJ׋o*T毡n .4P9_簮  vqgv9_hbAT@(;m)ͿyvVV<7,+RΤolu g1G,HPv=|M[AB͞ /]dk"KP"#I{vMhөydGGECpZf^!t/KW}^l^>sb݂wϴZl2Y & q=B&9=HT.v(T&1١'6 آ۵`#ةKtlWy2U$udJ97^n+N-<̮Q\-_\3=4.)yZp4&.#Y)# ٓ*&)?WIŏCp<E2#vg!iWgx%ޯ]?= ]bBG G>Ig3xX{{VOtqZAI񃹡3 gw {Jl;3~[ /cM@5^MgdX(+§N7,i&z p(#anxڣGф;oVne,}7Z쟻8Nϰl&ukx U%4߯@?zp>ԟ8a`D#t>a_q!BDs_Lqkj"[kxuK|dD601z$>(+}miwXT9FuF'F٨ W|$vMڶ׈ޢ׍fpdwɎ9CI(t ,QwIK\)f),3a˼LWs8=; ,eكG:* [ӵ =ղ06%]61! k@wW)(|N?lz'Z`} ;`Z >K 7‹bJ 8C)xZ[*',xIOl~d$LfECZa:&E$y_ FBʼn0B-2pE%N_|Vp9b7i MU+0L2 Kȓ[21hG_c )C HHU6~aE?`WqB@4c4`M:/O+%~j'08DTE5;ɼx7ʪE>=`/cGj )NFQܡ ȫvP#/~dj,uH[=?Gc7F^+FWl/ 艍5_FqP~g?zCh'15>{LFzKw MC8"3vG^.R GQGe'M_ٌӤ هج=w%g|R~]I`[VacOkqA>]-+{eMΗ2r \S2:Z ui2w)W)(I)rXޯy :>mb0[F5J*Gn#B5|աx;ţ\DMg˂%9~G_ƲtgJޜ\-r ,-JL8`jBȁh܈r3fOO|}1?*er0&5QO7*_nƞ1n(81TaAIꬌ|xJT*M':0 QAWhA+LU=dȴNNs`DKHb$9e`+kg-f 0?hj…܄>Lѝyd."39X B݅߯E V`L仉4GR5QWKZhk8)fmKʚk*@u0XH}ۭ#@B*XׂtHm姢 Ǒp'I-P@=3&~1\,|N,n%+S{W$碩M_aeQMͤ-ey5j*F&1mU1ofd.QEɶ=1M?P<:w >J™ 5"Kݑ-?8CE9^GõF:D(ڙ1=vjY tûw |  ;?v2ׅȪ&<-ƤuabTJmӿj;4$ozA$eQx=p.&Fe`tzxLIhPgD(vuǨ@زQoCf_7DT|%}\~qlc'\&ґH!^5&'NFÝci\Y W~JD`exl'lVSŸA[,4|(LF1,Wb9; x^x"XglX ׹Qf"Ɏu+U=-$PV`tt]}KYL?)EI}KDds,'hz"Z`.I峗XaU_DZw)EPF_˄"agJ^1 #3c0@}a$xT ?Bx (6w2 a.O\YZϵ p[GqDQFM Tf48ћh~h9ctS jD YUU?}"Pl^0ȣƊw,a i1W"@d)\ɘ ,ID<,ʱF13U::E#CpgA%?f'38wͪC1$fߜ g?Ke&.*aJXi,z:)H {s?1Z>GEWaVˇO|tё3H3 R8L% d.Ò6J4/ Bg~\~̜*gX2 FRKpjˉs9u/`,x{! |F? U;5ٞ0|!&\[s8\E^i҈d\OqJfa})Q_wvx")Sp$Rh{CN>9f\ .Yi8GRȋœ)((lZ2`|L4G9IcBԢ=HiΖطhQ3t9O֣$W&O.&1SKè+/7GӴLnMEf([' ^aQR6ЉF4"TZ0H)=nרڷ }&-Hoq9=Sܩb|*HNI"e0&h$k+J0.YT>8U{ FQ ɑjބrGY 7ntQJ~dKKzPq,̅ ]|%*nHH#Ǔ/|h1t'\JAJ8LڋE2Lmx X~^ 1x *DoZ|uMx[{zyG#@qҵOVm]f}Q O`-{ Â! ق#ܾp}w/^x4t]7RClwjxyD8q @; 讧Nž͑QL/r;&(np<<gbz6j$y+\D'GF?YۃюCOK3aւ`c ,3 JGNG_t ܡ:ܟk~A)PisBbS&wIC] x@3Lβ0_(#kƌa2,ƜA:fg컲 c'o\6Yhiy&0W\΅VԄEy{`yڞCN<$L Lד6&.@S [kjoFQsm{ SSBT_="wj[{0@ǖii [sD '_X7+C91A.4Jm'I=ZE'VYۼ &$ ݍG H r:c}s5GcbZѬ-=3E@u18V} x)ۛsϡ !G_Թ<`\%lpVfeP9ASl#<ĬaZm"=:B2`XRaM抈l\骉)z\EzRۮvº /KzIÈ8}RWu۟B@=.쪶*eՇq8ŗjyd< xM?pc׆-#hX'&N` 1umnA5bx)=sÇ媇G~!'șPaL3ɎS71͗&6^Iˡ5H@Vg4TIW!Fƌv%'o`[FHίV3mV$d N*-Y]\ #{ĝ*=S 0{;8'XvLśQ'cª.HY=s7j:vҽ^T<'hٕ%nȕyQI:}m7U#}pbnq\B;ۙB{w {=)eԇX^*8y]U.u(P#sM|F6 eS t`ۯ!>D_Cu<O5chf+W.m$gL"eTRҸN:@. kMfewF,Ŋ!Ӹ]!8V=ovy$lr5!3I5tf_;n/7 %#0-KID=ՙ%g!_Fxe-*8LOE:ӽj)<ƝnUpjPscXzqohpQC#9B<䉎]$ X< M>^Vl4m!hbÿzAɄS+:==Zzx"f-ʵg 穐zz9E3 f<eVN*Soc[$jg&`W m>Vs=UUf%iًZ2%uO{OBBtSjK$i2r/мYlBjBq$)&UIpzpJ?f$o'|+Crl6,A7⅖|Xa7&=M4w;y&h,:"8{ CAp\B4"L6>ᒲ$ [,)s3t=rLaȭ-]y.26v*yIAqB`fScX}U,NڢLoR^8+ung搡j఩˸J1L$ۜ1'Lvbd@>{p6*ZTwށUl,>a hx%Kof:;WF`[HE_mlP"eȄ. 4^*ݾL$C-MxMV1_\Պ`En, ݢ:&T`A?Wf 9-_P1$XMNڢF?0od$0#Dm2-YĂ:-9V˻d-Vߍ]uV:/뮈l돘[D`M$y6!f7<]W$a lVz.IZQ_-a^ɋFj>_5^3{dWGBl.Ѩ?R)2wg( "e!ZvlHO!O(O$A˼lxnV#yAD@za;e?;4&.ht_nxIp]MCznD_Q#`)쪇׷\#0 f- be/zd7Eb<<~,:thP.c[VVJ64*U2J3\vU$ǣӹa=;)zD7v2au7 rNz*pKQ>1zƾi҂5=HusҭÃ/. ζC$Xړ̥b P;%Hp@ޜR30[ 48g'tER>[ɾG"A7y45Wn0DR*PlGv0=^],naaRXܦm&:jx)SŊ;FOnU8E8.}cpu +V!iaz>e\ [;8˽]=L_LՀ{³F6<|ˉsq&ܥݮhފ8/I*2zwj8݁1''ڸKf4 LD1z9#f@["]Z+$N_n?!M)/JYLA'/ˋrXþ/qcp4D=ϵ53u' ~ĎD o]`emA˫\͟KvV\0D}S3ЦViWM ;(WsdM8_(tKKpĎ VC$–kbLQ~cn15N8k( Q"Z0ј#K-Ʉ+L-Q|2)h d# ?Io\ )9.EԠpКl9ŕKtaZbgq!h9IAc-MJEXϞ\ݷ JZ᳔f*e+5K t9rV-͵Ba%B: }ǜ.уjȬIT@?l)da^p$)RߟFCZ":zؠ Ls~#1}Auq*94~FPJ2J|(Ut` pb':7 FqɗpUyv,Q4c~f>J^,:uZWuC-qdFӖE0Cμ0\##D֞"n7_/5m+T@Tn*"ж93Ks,Y#!r묓m~KzĆfٞz2aG&O4\lgQj XM藅w7b3;.mRni%p(«V Cf:KjvRY ^lEPDTj"# ˳_fH 6G.O/|]p!GV/LPq+WwlDe B[v #R7OYb<^rj^ 8kZʽgə~ߧ n|^ ͖Z=L6zmtӆ$*1K ]_].P/@  :){H.d*yTM y3o^9~<8V- 4E|HĆs4`aT"Qچtzl/MN YȲPSq M{!o PQfeL|@$6GSO wZ`6x^ 8[¢C<̻ V%HKkUKfh)&lF:fwÃ'gfpLKђDt|m ,$FY(9ԁ=Tv|e-HU0^A?oIU PIM yrΖFgnl04(V>fZ?Q`cbG4?]LT(PW{#.0d}e3/9Gs?Wojdž#KE>?Bc+f"R} lRQIɥN6xc/4s퍎: #,ھf}yl3PcduK$lƴ$FL/[v}=!x~1jdC튪x40m@*Lo8\~N6 V\$򴢉sXU.iV*9{8=Q^kgcd9ΑvN#2 N9P%8M$u Q\M%قd +ϲaG|( 4WcNB=w8tIEBߨt@&~X!Ki ޔ_GK^FYbX9j]noBN pȚ2w^qai+† H, "XGjU!#nFKpwO.zd| uw/MҍZ1P~T'BVdmźmN9 E|X3 u|:LNB)M kȊS`4|K:!Z,1J#}52׳A\: $WbVI2.džv$JJ \h7JIT{h_} y& )4DU2grk^Rntr/^!USqn8u|h[9L8l+.bzH;gм4?JT3Z #ɗM9#ly7";p'8{w5u dvʵkc`Ҿ%6(}53[kuiuKoΖy1;(8Ι]ek-]1չ\dD{bj ty39RCȶAĴ%s~8x3)ꠗ~O1}S4"\If(\yGo۠mSOB7E@txVagxVC "݋װMkJ ?§F&2T$ϱ9x.ʣ= :nJ'Ll`E]×,QwK(|\%80EW:p6G%mC]=Q( Q='"*Y9HN(B/p=T\G\Ƀseృ/(?쮬eܯӻj }Uval)X]瘠Hraф>݀L/^9s?Y\B,~bl &"6rτ.uҐ>PFO&wPwZLLGՇ1ϑAa`S췘f0JsIm6&M[W!ytS̓׉ d%mvVSfR*CvGכVi${,śY]x3ueET k#DjT` {߆45{pgUjRos2EK~ LU~xsF_sGR l |I@m*F/wsԪN~c0 oqLA'6,4Й{p)RerbTɲ os/O oYF7%BթP [ m<@ԝl.=+B%8λI=vǚ'euX7](;\5,Je$~DiLg}PGgv|vQ@5z} nֺ#;Ws G$ӻqV4 `Mn?M o4GdEs %7֯.E.%\JDe ScbZh=xut҉!ܚ!Du=ZfQ#!·0lx#[e'% w 7H#^8p}M} }ʈQ,8qⰢ=Fq=|d4'2\F[9Pf4;cDHԳ [%.ԡᮟH(f}8ddPzbɰ |R~|]`btՙf{ue saSjKxzB[#a 4!ҧE/XUB֥d^ßuX\ZC&={CI,+,k4Blp=x?63並3Ţ8k%,_aGÊŞFUʌVjM޵N,ox|4);."F)Ik)2YxJ?\o$UdASQOd0#im_A8y&|i6՛L#s$$)PBm~VVȩ~>XtL&B3 HBS[oFPO:FSІ}qa|GfK䬟Ir05 nw)OM2˶Z/{F)HeɗßZͦȍLE;RlD< wB!q` ѪIeY PLЩN8oYONx2#XxxQNg ms4T;` {wQChz.56 w27Yj 1Bt [eE` Wm(EҌ4&2\hjmQ_pOTs=&)D~Njӡ,LAF)YJbqlV;d4:_3B2CL?a]eP#cLJQXf% \zD-R\K? Zi~,x h2@qG7mPUZJ &h?G%zC0q=S75KӇd!&V ;SdHq%Njz2r*ȶYx 1?AH |ӗƅ#L&zBC#lkmU=Tlxث<ܑ$8܄T7 |"-1!1Bo\3f@]ہ0*KJ N/u>Z"~ \+"@ޝL}gn0FX>P- ,ŝ!zH,9[- *y:Gݮ| Ώu4!pDڨTȎ'QRKU.9C %qZWlq2!=x6}7NX[܆d69Lə >>,wj?Q*r[0s7Kp ahQR *+iJ7#;Ф0 d> >7.+"ѥU P=pd2Jcξ.\R2 3{IvGu!#=aH~Rm--\2\_ͦzDl]˵F(FѥR:-!#qygs|F`sKG* a !T%tu{5u&!>z&GػԵLpuN+5! F\xz{^OkG}RXTRL06.0Uyxsg~;ه4u'(AX`KcQ"} ^%I刬sQA冋34rUUp2Gh=f! tr )_O+A D;!o4 +._˴N=?y|GOxX! cÎ`k>t;N~StY\.kr[ΝbVuFv(it^#EXHG>m RЎӇ[&xXw nOtp(Vv^NxDߒٶl &g"QS/ceT;Cfϙ}\` XBV :g]FN 3b9m~[سU>/E-2Σ)J 8+D}^"?qy"jpJN4q");d"9mwqXq Lv V $+QpLWZ/Zy5˹ ݹ%񆗥QjNT}pؕ6t`7ӏ iR-ؐD[Wu}doY rr[kzwBn۟d 3QIS{5N{JR#D֡#Ӱ}3d6yBy?ϙ >;eCg_qX-mOa L>ZOa)gKaNް ;XF-eJ-R umA_@rsw3DQkQ!9&G$ '(N>q2_sW, IDûNA͘l2b]x՛=4f\fƖ=fX;R+-`23=siHo8i 4T.SSTq6rc?co8 [OwU bzW7 'E v :,e#8=6x1vqJԜz4aW% 5x *`~R}'FM<dwT6AɞXp ݇Ȟ:<~ ?߿C ܃`R_uESBI}RQ7l[܏okÌ] iP\ùoQW%䳣ۿ`ޅF'Gq<|z^N{INfv7rGyxiP^׺ZKGR3KF˕=d%~w=[|;ݛM/&Ṃc,ʵ jr"Q*ϢicZBdp|N@&'EW VW Α-8_T'F5]Š7lȥ&*R)6"H5;o6XW"T񯨸u+yL 'Ь&#5jo[ C~0&%؛Zҋ&z9olQ$v}gE8(Ԅ}י' O._3z0?_g1Aݬv$D@ГNꌫs俇b?CRlD H=`tz 9ۂ>+yS6](ʜ|> Z^g}bgۗc)-L1<ܛ<WS=kwժH2c߉:99&/(LåYJ嫌?+T=I~߉b_|CѩI S{SR?РkQ"]ȓ䐵Ď-nEMNorIIH300B1@}1nJ1XjBdb`{f#T/]g`9*@?YwOu$`z!2Sz*QHy˒ܫULU?^z9ƍ= C+[㕴o8 VU V2ⵅ"ns'd%BwciGABMdfͧp-Iv+V@Mz<+rۙpBWku+X7yM换+RgTyow͗PH|8A/a4wq,{"* \m`ƪ1UVWߖ@mۈlz \/'YE`co/,2v&+ 2O0iO y ;lDOoZK2Md' Fa O"xýhrWU򎫵2Dz|lc+^|G떅i Kf\J OlRܩS܈\Ru;Y >ByWJԭI!x zuo7 g4l ͨa3$.;RtK 8/_Sbsټj;o>hz[I)Rx 5?p/JVX!Ih5daPpJvѴGYFjf ?.e)a/C" PNduW]e~a;`쮬'yN9iծv5SsF"zW=$Lw_ :G޽_"A nр+tHLv;XNm "LV;2[.*L`TGK2ȻIX?<-(;ׁw{ܸ@ O#I!u3j2}\˨H Zj)^qo68mE@qǧ ߣJأ{{.܂S9Hc X6 'm_S|!-߅ɰ y]ƦٻȔ ?έHR͆IHdǑ5Arߞ2b3(i3H鍆[-O:@#[–*Z>${IlI, HM9pi\MYf-ug645^CNv c %$`RF}Ic"bq-vѓ';1]J`o{wu4l]\U*QR纋+k  XePM8C~"FQ~I/v|X]y # DDڤK?l M(-+y|l'8`wC>?&E\î'ەYySj8uL~Y)T"u3,"1"tkzYB9V)46Ԭ$++^Np1a3j2hbE9AYh\>\XRo90΄@6vs{UIl Ze D6eHepal\q+mmx.kڲ%VAэH0 ߯'c zn\CtImD{sWErWȇ `aidQg(g7gRq*mPV"*gG6U $%g$ž+Y{|mr$C$"Ỹؐݺ.iQ J)sFIbXJпç(ll&c׵&j 1Т>V}ç dOET?G.3T@ݞ1_:Qv ^cRX Ca*3~Aj#NN^|ye^'ާy;  ,t,HJ䇬ruIV6s7efͧzB| p+VՑmҪOR^wW5j{NN7BԴfAQ3:H)Lԟ -os0'̇:u ʼn5:ד9]J*c;ZDtWcosk 3هAK:9ʫɘ"pSBnVC_Y4S> AcaMV"s`Fɳ\ZU^ [=ODS{7O6c^ASN SR궜BzkG+XI$Ce1xuI(idxůB[9NφE{b\${Zᚘ^U+M+ꁢZ$|H@Xr} 4{ k&@7jܡ'qUet(x8#EjL ͥH?HƓf[ Ⱥ'p  YZ