pnetcdf-mpich-devel-1.12.2-1.1 >  A `Cqp9|NLd[ZXgN۬U E =O7`E b=xcPd񸔿j+*({6jZPu8XlhL ѿ7MJՁxxϦFYlB2RяqԳR3cSQl$@$y]d 1t53TgRgY73DR#' B%rVzܚ*_%$4Sf0ca6cd277c2a6f440f9c0ddfea40ec140be4b8680f79461ca243a95ef88f4478fefd32670be54be6f2d885a838f9ed84c5c0e8fȉ`Cqp9|ea b!I;!&c[ԭMO!2][8]N'*j9W4]F ǟ5q=k8{L;~j4˵ nƬ((, XkƳ'v@nffXzI&n_yF >p>?d ! EPT`d} (@ L X p  $H`(8 9 : FGH(I@XHYX\x]^b?cdGeLfOlQudv|wxy4z<LPVCpnetcdf-mpich-devel1.12.21.1Development files for pnetcdf-mpichNetCDF is a set of software libraries and data formats for array-oriented scientific data. Parallel netCDF (PnetCDF) maintains file-format compatibility with NetCDF. This package contains all files needed to create projects that use the mpich version of PnetCDF.`Cqecabernet SUSE Linux Enterprise 15SUSE LLC NetCDFhttps://www.suse.com/Development/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxppc64le!I* `Cok`Cn`Co~`Cp `Cp`Cp 82893bf5d6a73371bb8bdac1e69947474b23b031ea5f7f7610efedbbe1acd89140986ff3e6b3ac3ad6543281ec2d26f6c0d4a8441cb11e02f238e72751e2e5111f7d45c90c88b43e5a078f768bf4277c9bc7d0e3d75cab2c57ac847c254a5971d4ede346f7df25c220830042f4200c150799f5f51b27efb12edf594a2c1da9bf1bb05ba76d3584e24f1fc1191a951dcdb3a3d53c84cf0ec22860cbe5adc11342libpnetcdf.so.4.0.2rootrootrootrootrootrootrootrootrootrootrootrootpnetcdf-mpich-1.12.2-1.1.src.rpmparallel-netcdf-mpich-develpkgconfig(pnetcdf)pnetcdf-mpich-develpnetcdf-mpich-devel(ppc-64)@    /usr/bin/pkg-configlibpnetcdf4-mpichmpich-develpnetcdf-devel-datarpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.12.23.0.4-14.6.0-14.0-15.2-14.14.1`8_/@_@]Y]]w@Ws@W~UWUnU@UK@cgoll@suse.comeich@suse.comeich@suse.comstefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.dechristophe@krop.frjengelh@inai.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.com- Update to version 1.12.2: * Updated utility program * ncvalidator now reports the name of variable that violates the NetCDF limitation on large variables for CDF-2 files * add corrupted file bad_large_fixed_var.nc2 that contains one large fixed-size variables that is not defined last * add corrupted file bad_large_rec_2_vars.nc2 that contains 2 large record variables * add corrupted file bad_large_rec_var.nc2 that contains 1 large record variable that is not defined last * add URLs of NetCDF limitations on large variables for CDF-1 and 2 file formats * Other updates: * When calling ncmpi_create() with NC_CLOBBER flag, PnetCDF now calls access() to check whether file exists first. If the file does not exist, successive calls to truncate() or unlink() can be skipped. * Improve detection of HDF5 signature. The HDF5 signature is located at the beginning of the HDF5 superblock, but the location of HDF5 superblock may not be at the beginning of the file. It is located at byte offset 0, byte offset 512, and at successive locations in the file, each a multiple of two of the previous location; in other words, at these byte offsets: 0, 512, 1024, 2048, and so on. * Bug fixes * Fix NC_CLOBBER mode for ncmpi_create() when files are existing symbolic links. Prior to this release, symbolic links, like other regular files, was first deleted and then created. This can result in an unexpected outcome, i.e. the deletion of symbolic link. NetCDF-4 library implements this differently, by adding O_TRUNC flag when calling open() to truncate the file to length 0. Historically, PnetCDF did not adopt the same approach because MPI does not define a similar flag to O_TRUNC and the only way to achieve the file clobber effect is to through MPI_File_set_size(), which can be expensive as the function takes an MPI file handler argument, which requires to open the file first with a call to MPI_File_open(). * Fix a bug of calling Fortran getarg() with the first argument k with a value > 0 when there is no command-line argument is used. NAG Fortran may crash the program. [f16bd3c](https://github.com/Parallel-NetCDF/PnetCDF/commit/f16bd3c1ba1b08eade2384f094c519f3f2dc114e) * Fix a bug that limits FLASH-IO to run on less than 16K MPI processes. See [1d84fa5](https://github.com/Parallel-NetCDF/PnetCDF/commit/1d84fa5d54ca9179da4a5b1a4ee3b92cc92287ed) - enable non HPC openmpi4 builds- Enable openmpi4 builds for SLE >= 15-SP2.- Update to version 1.12.1: v.1.12.1 - Option '-t' added to 'cdfdiff' to compare variable differences within a tolerance. - Make PnetCDF build with OpenMPI 4. - Fix aliasing bug with -O3. - String length of I/O hint 'nc_burst_buf_dirname' must be less than MPI_MAX_INFO_VAL. v.1.12.0 - Add 'cdfdiff' utility - serial version of 'ncmpidiff' supports classic NetCDF formats only i.e. CDF-1, CDF-2, and CDF-5. - 'ncmpidiff' now checks file format versions of two files, and reports difference if not the same. - Option '-t' added to 'ncpmidiff' to compare variable differences within a tolerance. - MPI info object now includes all PnetCDF hints once obtained form call to ncmpi_inq_file_info(). - Fix segfault when calling nonblocking API with zero-lenght request and request ID NULL. - Per-file thread-safe capability is not supported when using OpenMPI with ROMIO backend. v.1.11.2 - Utility program `ncoffsets` updated to skip printing dimension names if the number of dimensions of a variable is larger than 64. - Utility program `ncvalidator` updated to be able to repair the file header to fill in null-byte paddings in the space between the header size and header extent. v.1.11.1 - Optimization: When inserting nonblocking requests into the PnetCDF internal pending queues, queues are now kept sorted (using an insert sort) into an increasing order of variable starting file offsets. - Fix ncmpidiff when comparing dimension names of 2 variables between files whose dimension define orders are different. - Padding -- NetCDF classic file format specifies null (\x00) byte header padding, but does not enforce it. v.1.11.0 - New features * NetCDF-4 driver -- Accessing HDF5-based NetCDF-4 files is now supported. - New optimization * Burst buffer driver is updated to run varn APIs more efficiently. - New Limitations * For creating new files, the NetCDF-4 driver in PnetCDF supports only the classic model I/O operations. - New APIs * C++ API `NcmpiFile::set_fill()` is added for setting and inquiring the fill mode of an opened NetCDF file. - New PnetCDF hint * `nc_ibuf_size`: set the size of temporal buffer to be allocated by PnetCDF internally to pack noncontiguous user write buffers supplied to the nonblocking requests into a contiguous space. - Other updates: * The automatic file layout alignment for fixed-size variables is disabled. * The internal data buffering mechanism used in the burst buffer driver is removed. - Bug fixes * Fix bug of checking interleaved requests for scalar variables. * For put and get APIs when buftype is MPI_DATATYPE_NULL, bufcount is ignored. This is not implemented correctly in blocking put and get APIs. * ncmpidiff -- when comparing two files that contain record variables but no record has been written. * ncmpidiff -- when comparing two scalar variables, error NC_EBADDIM may mistakenly reported. * Fix crash when the MPI communicator used in ncmpi_create or ncmpi_open is freed by the user after the call and before file is closed. * Discrepancy from NetCDF library * No read/write variables in define mode when file format is NetCDF-4. * Diffrent to nc_set_fill() defined in NetCDF-4, ncmpi_set_fill() changes fill mode of all variables newly defined in current scope of define mode. * Error codes return precedence can be different between NetCDF and PnetCDF. - Discrepancy from NetCDF library * NetCDF-4 allows to read/write variables in define mode when file format is NetCDF-4, while PnetCDF requires data mode. * In contrast to nc_set_fill() in NetCDF-4, ncmpi_set_fill() changes fill mode of all variables newly defined in current scope of define mode. * Error code precedence may differ between NetCDF and PnetCDF. - Clarifications PnetCDF currently does not support Fortran default integer type set to 8 bytes (option -fdefault-integer-8 with gnu compiler). v.1.10.0 - New Features: * A new I/O layer that makes use of burst buffers is added. - New Optimizations: * Internal memory management for nonblocking APIs has been improved to reduce memory footprint. * Blocking and nonblocking varn APIs have been improved for better performance and less memory footprint. * on noncontiguous layout in user buffer use the user buffer directly in MPI-IO calls when neither byte-swap nor type-conversion is required to reduce memory footprint. - New APIs: * ncmpi_flush() flushes data buffered by PnetCDF to the destination file system. - API semantics: * ncmpi_put_vard and ncmpi_get_vard APIs + Allow to write/read two or more variables in a single call. + When argument filetype is MPI_DATATYPE_NULL, request is considered zero-length. + Limitation of vard APIs: element data type of filetype must conform with variable external NC data type. + element data types of all variables accessed in filetype must be the same. + buftype must contain only one same element data type if it is used to read or write multiple variables from file. - New error codes: * NC_EFLUSHED when request got flushed before when calling ncmpi_cancel(). * NC_EBADLOG when burst buffer log files are found corrupted. - New hints: * nc_in_place_swap; enable/disable in-place byte swap on Little Endian architectures. * nc_burst_buf -- to use the burst buffering feature. * nc_burst_buf_dirname -- directory where internal log files for burst buffer will be stored. * nc_burst_buf_del_on_close -- whether log files should be deleted when closing NetCDF file. * nc_burst_buf_flush_buffer_size -- Amount of memory allowed by users to allocate when flushing the burst buffer log files. - Rutime environment variable * PNETCDF_RELAX_COORD_BOUND set to 0 to disable or 1 to enable more relaxed boundary check for argument start. - Utility programs: * ncvalidator adds a new option -t to turn on tracing mode. - Other updates: * Add a check for NC_EUNLIMIT in API ncmpi_open to detect whether two or more unlimited dimensions are defined to detect a corrupted file. - Bug fixes: * Fix type_create_subarray64() for case when some dimensions of the global array is larger than 4G and oldtype is not MPI_BYTE. * Fix the bug that writing scalar attributes of type NF_INT64 was mistakenly casted to NF_INT. * Fix calculation of new record number in put_vard API. * Fix calculation of growing size of nonblocking request queues to include the number of records of a record variable, as such request is split into multiple additional requests, one for each record. * Remove freeing name object because NC_ENULLPAD is not a fatal error. * Add a check against NULL before freeing Member "value" of NC_dimarray, NC_attrarray, and NC_vararray when reading from file where respective tags are corrupt. - Conformity with NetCDF library * Attribute _FillValue of any NC data type may be put to global variable NC_GLOBAL for all classic files. v.1.9.0 - New optimizations: * use hash functions for faster attribute name lookup. - New limitations: * max number of files to be opened simultaniously is now 1024. * maximum number of variable dimensions (NC_MAX_VAR_DIMS) is now 2147483647. * maximum number of attributes per file (NC_MAX_ATTRS) is now 2147483647. * maximum number of variables per file (NC_MAX_VARS) is now 2147483647. * maximum size of of single put/get request or aggregate size if non-blocking request per MPI process is INT_MAX. - New constants: * NC_FORMAT_UNKNOWN, NF_FORMAT_UNKNOWN, NF90_FORMAT_UNKNOWN will be returned on ncmpi_inq_file_format if file is unrecognizable. * NC_MAX_NFILES, NF_MAX_NFILES, NF90_MAX_NFILE define max number of files that can be kept open my an MPI process. - API Syntax change: * Argument fill_value of ncmpi_def_var_fill is 'const' now. - Semantic updates: * Calling ncmpi_end_indep_data() in collective data mode no longer considered illegal. * For CDF-5 files, the maximum size of a variable or a variable's record is NC_MAX_INT64-3. * on inconsistent create/open among processes, the modes on all processes will be replaced by rank 0's mode. NC_EMULTIDEFINE_CMODE or NC_EMULTIDEFINE_OMODE will returned on processes disagreeing with rank 0's mode. * ncmpi_inq_nreqs() allows argument nreqs to be NULL. * ncmpi_inq_buffer_usage() & ncmpi_inq_buffer_size() allows argument usage to be NULL. * New error codes: + NC_EMAX_REQ, NF_EMAX_REQ and NF90_EMAX_REQ + NC_ENULLPAD, NF_ENULPAD and NF90_ENULPAD - Utility programs: * ncmpivalid renamed to ncvalidator - Update: * Update UTF8 encoding utility to use utf8proc library version 2.1.0. * Add quiet mode command-line option "-q" to utility program ncvalidator. * Add an internal check for whether the file starting offsets of all variables are in an increasing order as the variables defines. - Bug Fixes: * Fix a bug in nonblocking APIs when two separate nonblocking requests that can be coalesced into a contiguous MPI fileview or buffer type but the coalesced length becomes too big. * Fix a bug in nonblocking APIs when one request's access region covers more than one other non-interleaved requests. * Fix a bug in string parsing the environment variable PNETCDF_HINTS and print warning messages when hint strings are ill-formed. * Fix a bug in F90 APIs for reading and writing scalar variables, i.e. number of dimensions is zero. * Fix a bug that fails to do byte-swap when retrieving user-defined fill values. - Conformity to NetCDF: * API ncmpi_open now checks the number of large variables that is legal for CDF-1 and CDF-2 files. * Add checking for error code NC_ELATEFILL. * No longer disallow _FillValue for global variable NC_GLOBAL. * Don't turn fill mode on/off automatically when putting/deleting _FillValue attribute. This restores consistency with NetCDF. * PnetCDF can no longer be built on 32-bit machines if using OpenMPI versions 2.0.2 and 1.10.6 and earlier versions. - Clarifications: * External numerical data types can no longer be type casted to NC_CHAR type upon reading/writing. Only legal APIs the read/write a NC_CHAR variable are the '_text' APIs. New translations of internal data types to MPI data types - check release notes for a table. v.1.8.1 - Fortran parameters NF_MAX_DIMS, NF_MAX_ATTRS, NF_MAX_VARS, and NF_MAX_NAME have been fixed to conform with their corresponding C constants. v.1.8.0 - Copy fill values to data elements that cause out-of-bound error (i.e. NC_ERANGE.) New macros added to pnetcdf.h, to indicate the configurable options that were enabled/disabled. These macros are: PNETCDF_ERANGE_FILL, PNETCDF_SUBFILING, PNETCDF_RELAX_COORD_BOUND, and PNETCDF_DEBUG_MODE. - Detect HDF5 file format: * ncmpi_inq_file_format reports NC_FORMAT_NETCDF4 on HDF5 signature. * 'ncmpidump' checks for HDF5 format when -k option is specified. * ncmpi_open checks for HDF5 signature and returns NC_ENOTNC3 error. - New API: * ncmpi_strerrno, nfmpi_strerrno, nf90mpi_strerrno return the string name of a NC error code. * ncmpi_inq_path, nfmpi_inq_path, nf90mpi_inq_path for inquiring file pathname used when open/create the CDF file. - Optimizations: * Use of Bernstein hash for checking if variable or dimension name is used already. * Storage of nonblocking requests. - Changed syntax: * ncmpi_cancel can now be called in define mode. - New error codes: NC_EPENDING, NC_EINVAL_OMODE, NC_EMULTIDEFINE_CMODE for both C and FOTRAN functions. - New error code precedences when multiple errors in API argument detected. * Utility pnetcdf-config to display build configuration. - Semantic changes: * For collective APIs, the following errors are considered fatal: NC_EBADID, NC_EPERM, NC_EINDEFINE, NC_EINDEP, and NC_ENOTINDEP. Once detects these errors the calling APIs return immediately. * Consistency check for header data (defining dimensions, variables, and attributes) is moved to individual APIs and only enabled when safe mode is enabled. * For CDF-5 files, regular NC_ERANGE check is performed in PnetCDF for all APIs that access NC_BYTE variables. For CDF-1 and 2 files, PnetCDF still honors that exception. * Error code NC_EPENDING will be returned when pending requests are detected at the file close. * API ncmpi_set_default_format is changed to an independent API. - Build separate doc package. - Run package internal tests. - Remove: parallel-netcdf-1.6.1-destdir.patch - obsolete build patch. - Add support for HPC build. - Add build support for gcc10 to HPC build (bsc#1174439). - Add build support for openmpi4. - Disable 32-bit build architectures: package cannot be built there.- Add convenience provides to allow e.g. netcdf-openmpi2 to pull in libpnetcdf-openmpi2. - Also build openmpi3 flavor.- Build MPI pacakges as multibuild flavors, add openmpi2 - Adapt to openmpi -> openmpi1 rename on Tumbleweed- Use -ffat-lto-objects when building static libraries.- Trim descriptions.- Update to 1.7.0 o New features * Nonblocking requests now can be posted while the program is in the define mode. This feature enables applications to add new variables and post the nonblocking write requests without separating the codes by ncmpi_enddef(). Note ncmpi_wait_all and ncmpi_wait must still be called in the data mode. * When using immutable write buffer in put APIs on a Little Endian machine, the in-place byte swap operation performed internally in PnetCDF can cause a fatal error (by trying to change the contents of an immutable memory space). The solution of copying user's write request to a temporary buffer and perform byte swap there conflicts with PnetCDF's design principle of avoiding internal memory allocation as much as possible. Since the size of immutable buffer in most cases is small, PnetCDF now compromise the two by making a copy of write requests that is less than 4KB. Users are warned that using immutable write buffer larger than 4KB will still cause the fatal error in the PnetCDF default configuration. The way to completely disable in-place byte swap is to build PnetCDF with --disable-in-place-swap option at the configure time. In this case, the internal memory allocation in PnetCDF will increase. o Syntax changes * In ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel(), the API's third argument, array of requests IDs, is changed to INOUT. Upon successful completion or cancellation of individual nonblocking requests, the corresponding request IDs are set to NC_REQ_NULL. o New run-time environment variables * PNETCDF_VERBOSE_DEBUG_MODE environment variable can be used to print the location in the source code where the error code is originated, no matter the error is intended or not. This run-time environment variable only takes effect when PnetCDF is configure with debug mode, i.e. - -enable-debug is used at the configure command line. Set this variable to 1 to enable. Set it to 0 or keep it unset disables this mode. Default is 0, i.e. disabled. Users are warned that enabling this mode may result in a lot of debugging messages printed in stderr. o New example programs * examples/C/nonblocking_write_in_def.c shows an example of posting nonblocking write requests in the define mode. * examples/C/req_all.c shows an example of using NC_REQ_ALL to flush all pending nonblocking requests without providing the requests IDs. o New test program * test/cdf_format/dim_cdf12.c tests defining maximal dimension size for CDF-1 and CDF-2 file formats * test/testcases/test_erange.c tests if the error code NC_ERANGE can be correctly returned for two cases 1) get a NC_UBYTE value of 255 from a netCDF file to a memory buffer of type signed char and 2) put a value of -1 of signed char to a NC_UBYTE variable in a netCDF file * test/testcases/check_type.c tests if the error codes can be correctly returned when conflicted in-memory and extenal data types are used. * test/testcases/put_parameter.f tests the use of immutable write buffer (e.g. a buffer declared as PARAMETER). Note the buffer size must be smaller than 4KB. * test/nonblocking/i_varn_indef.c tests posting nonblocking requests in define mode. * test/nonblocking/req_all.c tests the use of NC_REQ_ALL for flushing all pending nonblocking requests without providing the requests IDs. * test/last_large_var.c tests the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. * test/testcases/buftype_free.c and test/testcases/buftype_freef.f test the bug in r2160. * testcases/add_var.c checks the starting file offsets of newly added variables from re-entering the define mode. * testcases/attrf.f checks NF_ERANGE is returned instead of coredump. This is particularly for NAG Fortran compiler that may report "Arithmetics exception". * testcases/check_striping.c checks if the file striping unit and factor returned from MPI-IO hints are consistent among processes. * test/nonblocking/column_wise.c checks if PnetCDF detects interleaved fileviews from multiple nonblocking requests and correctly breaks and reconstructs the fileviews so the combined fileview is monotonic non-decreasing in file offsets. o New optimization * Filling variables at ncmpi_enddef() is now done by aggregating all write requests into one MPI collective write call. In v 1.6.1, this is done by filling one variable at a time. o New utility program * ncoffsets reports the file offset information, including the starting and ending file offsets, of variables stored in a netCDF file. ncoffsets is compiled with gcc if gcc is presented on the build system. Additional command-line options are: (-v) reports only for a selected list of variables in interest, (-s) prints the variable sizes, (-g) outputs the file space gap size from the end of previous variable, (-x) reports whether there is a gap between any two adjacent fixed-size variables. See the man page for descriptions of all command-line options and examples. o Semantics updates * All nonblocking APIs now take a NULL pointer for the request ID argument, meaning users do not wish to keep track of the request ID. If NULL request IDs are used, NC_REQ_ALL should be used when calling ncmpi_wait_all/ncmpi_wait to commit all the pending nonblocking requests. This feature relinquishes users from the responsibility of tracking the IDs of pending requests. * Using NC_REQ_ALL as the 2nd argument "num" in ncmpi_wait_all/ncmpi_wait APIs will flush all the pending nonblocking requests. In this case, the 3rd and 4th arguments "array_of_requests" and "array_of_statuses" will be ignored and thus these two arguments can be NULLs. * Using NC_REQ_ALL in ncmpi_cancel() will cancel all the pending nonblocking requests. * Using NC_GET_REQ_ALL or NC_PUT_REQ_ALL in ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel() for all the pending get-only or put-only requests, respectively. o Other updates: * Conform with netCDF on the maximal dimension size for CDF-2 file format to be (2^32 - 4) * NC_ERANGE checks have been removed from nc_test for text APIs and variables that are defined as NC_CHAR type * Add README.K-Computer build recipe for using Fujitsu MPI compilers on the K computer at RIKEN in Japan * Add README.INTEL build recipe for using Intel MPI compilers 4.x * Build dependency rule is added for files configure and configure.in * PnetCDF checks MPICC/MPICXX/MPIF77/MPIF90 instead of CC/CXX/F77/F90/FC. If MPICC/MPICXX/MPIF77/MPIF90 are set, PnetCDF will ignore CC/CXX/F77/F90/FC. If CC/CXX/F77/F90/FC is set instead of MPICC/MPICXX/MPIF77/MPIF90, PnetCDF will now copy them to MPICC/MPICXX/MPIF77/MPIF90. * Enforce netCDF convention on error code priority: NC_ECHAR trumps NC_EINVALCOORDS, NC_EEDGE, and NC_ESTRIDE. * Return error code NC_EGLOBAL instead of NC_ENOTVAR for APIs where using NC_GLOBAL as the variable ID argument is prohibited. * All Fortran 77 test and example programs (files with .f and .F extensions) have been revised to conform with 77 standard, and was tested using pgf77. * Now provides a pkg-config file (http://www.freedesktop.org/wiki/Software/pkg-config/), making it slightly easier to set the correct pnetcdf include and library paths. o Bug fixes * Fix the bus error of invalid address alignment when build with Fujitsu compiler. See r2171 and r2180. * Fix the bug for the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. See r2166. * Fix the nonblocking flexible APIs that fail to save (duplicate) the user MPI derived data type that later is needed to unpack read data to the user buffer (a call to MPI_Unpack). See r2160. * Fix Fortran 77 constants nf_fill_uint and nf_fill_int64 (thanks Jim Edwards) that pgf77-based MPI compiler does not like "_8" modifier. See r2045 and r2051. The same issue for NAG Fortran compiler is also resolved. See r2089 and r2093. * In the example program examples/tutorial/pnetcdf-write-nb.c, the write buffers used in two iput API calls should be different. See r2095. * Fix the error reporting mechanism for NC_ERANGE, for when an arithmetic overflow happens. Overflow checking is now performed before I/O.- Fix license- Fix building on non-x86_64 64-bit platforms- Update subpackage groups - Make subpackage summaries and descriptions more consistent - Provide rpm macros for version identification - Spec file cleanups- Update to version 1.6.1 o New features * PnetCDF now supports fill mode. ncmpi_set_fill() can be used to set the fill mode for the entire data set. Note the differences from netCDF: 1. The default mode in PnetCDF is NC_NOFILL. 2. Setting fill mode for the entire file or individual variables must be done in define mode. 3. For non-record variables, they are filled at the time ncmpi_enddef() is called. 4. For record variables, users must explicitly call ncmpi_fill_var_rec() to fill one record at a time before writing to the record of that variable. o New APIs * ncmpi_def_var_fill() sets fill mode for an individual variable. This API must be called in define mode. * ncmpi_inq_var_fill() inquires fill mode of a variable. * ncmpi_fill_var_rec() is a collective API that fills a record of a record variable. This API must be called at data mode. * ncmpi_inq_default_format() for inquiring the default file format for new file creation. Note the default format can be changed by ncmpi_set_default_format(). * The above new API are also available in Fortran and C++ versions. o New error code * NC_ENOTRECVAR when attempting operation only for record variables * NC_ENOTFILL when attempting to fill a variable when its fill mode is off * NC_EMULTIDEFINE_FILL_MODE when inconsistent dataset fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_MODE when inconsistent variable fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_VALUE when inconsistent variable fill value is detected * Fortran versions of the above error codes are also added. o New example programs * C/fill_mode.c shows the use of ncmpi_set_fill(), ncmpi_def_var_fill(), ncmpi_inq_var_fill() and ncmpi_fill_var_rec() F77/fill_mode.f is the Fortran version. F90/fill_mode.f90 is the Fortran 90 version. CXX/fill_mode.cpp is the C++ version. * C/ghost_cell.c shows how to use varm API for writing from a user buffer as a 2D array with ghost cells on both ends of every dimension. o New test programs * nc_test/tst_nofill.c borrowed from netCDF * testcases/ivarn.c tests bug fix r2023 when the request IDs stored in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. o Other updates: * Change the chunk size used for moving variable data when the file header extent expands. The default is now 1MB. If the file's striping unit size is known (from MPI-IO hint striping_unit) then the chunk size is set to the striping unit size. o Bug fixes * Add missing F90 function overloading for f90mpi_put_var_all, f90mpi_get_var_all, f90mpi_put_vard_all, and f90mpi_get_vard_all, when the user buffer is a scalar. * Fix when the request IDs passed in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. See r2023. * Fix C++ compile error for converting NULL to string. See r2039. - Update to version 1.6.0 o Format conformation updates: * Conform with netCDF4 on CDF-1 and CDF-2 formats. The only difference now between the two formats are the OFFSET item in the format spec (32 vs. 64 bit integers.) All names (variable, dimension, attribute) now allow extended characters (eg. special2 and MUTF8). o New APIs * Nonblocking buffered varn API family. For C, ncmpi_bput_varn_() For F77, nfmpi_bput_varn_() For F90, nf90mpi_bput_varn() For C++, NcmpiVar::bputVarn() * Nonblocking varn API family. For C, ncmpi_iput_varn_() and ncmpi_iget_varn_() For F77, nfmpi_iput_varn_() and nfmpi_iget_varn_() For F90, nf90mpi_iput_varn() and nf90mpi_iget_varn() For C++, NcmpiVar::iputVarn() and NcmpiVar::igetVarn() * Blocking vard API family takes an argument of MPI derived data type that describes the file access layout, as opposed to vara and vars APIs that use start[] and count[]. For C, ncmpi_put_vard() and ncmpi_get_vard() For F77, nfmpi_put_vard() and nfmpi_get_vard() For F90, nf90mpi_put_vard() and nf90mpi_get_vard() For C++, NcmpiVar::putVard() and NcmpiVar::getVard() * Collective var1 API family For C, ncmpi_put_var1_all() ncmpi_get_var1_all() ncmpi_put_var1__all() ncmpi_get_var1__all() For F77, nfmpi_put_var1_all() nfmpi_get_var1_all() nfmpi_put_var1__all() nfmpi_get_var1__all() For F90, nf90mpi_put_var_all() nf90mpi_get_var_all() For C++, NcmpiVar::putVar_all() NcmpiVar::getVar_all() * ncmpi_inq_buffer_size() returns the size of buffer previously attached for use of bput APIs. With ncmpi_inq_buffer_usage() one can calculate the space remaining for additional bput requests. For F77, nfmpi_inq_buffer_size() For F90, nf90mpi_inq_buffer_size() For C++, NcmpiFile::Inq_buffer_size() * ncmpi_inq_recsize() returns the size of record block, i.e. the sum of single records of all record variables. For F77, nfmpi_inq_recsize() For F90, nf90mpi_inq_recsize() For C++, NcmpiGroup::getRecSize() * ncmpi_inq_num_rec_vars() and ncmpi_inq_num_fix_vars() report the number of record and fixed-size variables, respectively. For F77, nfmpi_inq_num_rec_vars() and nfmpi_inq_num_fix_vars() For F90, nf90mpi_inq_num_rec_vars() and nf90mpi_inq_num_fix_vars() For C++, NcmpiGroup::getRecVarCount() and NcmpiGroup::getFixVarCount() o New PnetCDF hint * pnetcdf_subfiling -- it can be set in an MPI info object or in the environment variable PNETCDF_HINTS to enable/disable subfiling. The value is either "enable" or "disable". o PnetCDF hint priority * The alignment hints set in the environment variable "PNETCDF_HINTS" have the highest priority, which overwrite the alignment hints set in ncmpi__enddef(), which overwrite the alignment hints set in the MPI_Info object used in the call of ncmpi_create() and ncmpi_open(). o New error code * NC_ESTRICTCDF2 for attempting CDF-5 operation on CDF-2 file. For example, define a variable of type NC_INT64 in a CDF-2 file. * NC_ETYPESIZE when filetype size is bigger than the variable size * NC_ETYPE_MISMATCH when the element type of filetype mismatches the variable type * NC_ETYPESIZE_MISMATCH when filetype size mismatches buffer type size * NC_ENULLSTART when argument start is a NULL pointer * NC_ENULLCOUNT when argument count is a NULL pointer * NC_EINVAL_CMODE when invalid file create mode is set, (e.g. cannot have both NC_64BIT_OFFSET & NC_64BIT_DATA. In PnetCDF 1.5.0 and earlier versions, if both flags were set, then NC_64BIT_DATA triumphs NC_64BIT_OFFSET.) o New example programs * C/bput_varn_uint.c and F77/bput_varn_int8.f show the use of nonblocking bput_varn APIs * C/i_varn_int64.c and F77/i_varn_real.f show the use of nonblocking iput_varn and iget_varn APIs * C/vard_int.c F77/vard_int.f F90/vard_int.f90 CXX/vard_int.cpp show the use of vard API to write/read record and fixed-size variables. * C/transpose.c shows the use of ncmpi_put_vara_int_all to write a 3D array that is dimensional-transposed from the one stored in memory. Six transposed 3D arrays are saved whose dimensions are organized as ZYX, ZXY, YZX, YXZ, XZY, and XYZ. The C++, Fortran 77, and Fortran 90 versions are also provided. o New test program * nonblocking/wait_after_indep.c tests if ncmpi_end_indep_data() returns properly when nonblocking APIs are called in independent data mode and the wait call is made after exiting the independent mode. * nonblocking/flexible_bput.c tests flexible bput APIs that use noncontiguous buffer type, noncontiguous imap and require type conversion * testcases/flexible2.c tests flexible APIs that perform type conversion * testcases/flexible_varm.c tests flexible varm APIs * testcases/varn_contig.c tests the case when the fileview is actually a contiguous chunk. PnetCDF should be able to merge all. * nonblocking/bput_varn_uint.c tests nonblocking bput_varn APIs * nonblocking/i_varn_int64.c tests nonblocking iput_varn and iget_varn APIs * test/testcases/test_vard.c test/testcases/test_vardf.f test/testcases/test_vardf90.f90 test the new vard APIs. * test/testcases/inq_recsize.c tests if one can correctly inquire the size of record block from in a netCDF file. A similar program in F90, named inq_recsizef.f90, is also added. * In test/nc_test, the test programs below are borrowed from netCDF test programs: t_nc.c tst_misc.c tst_norm.c tst_small.c tst_names.c tst_atts3.c tst_atts.c * test/testcases/one_record.c tests the special case defined in CDF-1 and CDF-2 specification that "A special case: Where there is exactly one record variable, we drop the requirement that each record be four-byte aligned, so in this case there is no record padding." * test/testcases/modes.c tests if correct error codes are returned when various file create/open modes are used. * Under test/testcases, varn_int.c varn_intf.f varn_real.f90 test varn APIs * test/testcases/inq_num_vars.c test if one can correctly inquire the numbers of record and fixed-size variables defined in a netCDF file. A similar program in F90, named inq_num_varsf.f90, is also added. * test/nonblocking/interleaved.c tests a combination of interleaved file types. This is to test the bug fix in r1758. o New optimization * Prior to this release, PnetCDF wraps each MPI read/write call in put/get APIs with two MPI_File_set_view(). One is before the MPI read/write call to take advantage of MPI's fileview feature for accessing non-contiguous file locations. The other is after the MPI read/write call to make the whole file visible, as the root process may write to file header later in the data mode and it alone cannot make a call to MPI_File_set_view() because the function is collective. In this release, the second MPI_File_set_view() has been removed. The root process's fileview is changed to always keep the whole file header visible. Saving a collective call to MPI_File_set_view() is expected to improve some performance. o Semantics updates * Header consistency mechanism has been updated. See README.consistency for details. * The use of NC_SHARE is also revised. See README.consistency for details. o Other updates: * The subfiling feature is now disabled in ncmpidump and ncmpidiff until a bug fix to allow reading the master file with the number of processes that is smaller than the number of subfiles. * The attribute names reserved for subfiling feature are now changed to use a prefix of "_PnetCDF_SubFiling". The leading "_" underscore is a CDL convention. * The flexible APIs now allow argument buftype to be MPI_DATATYPE_NULL. In this case, argument bufcount is ignored and argument buf's data type must match the data type of variable defined in the file - no data conversion will be done. This extension makes the flexible APIs be able to correspond to the netCDF APIs whose names do not contain a data type, e.g. nc_put_vara(). * Type conversion between NC_BYTE and unsigned char no longer checks for out of range error (NC_ERANGE). CDF file format specification make a special case for this kind of data type conversion. See: "Note on byte data" in the format specification. * Conform with the CDF-2 and CDF-5 formats that names are normalized according to Unicode NFC normalization rules during encoding as UTF-8 for storing in the file header. * A new configure option, --enable-large-file-test, to enable testing I/O on large files and large variables. Note the testing prgrams will run very slowly. o Bug fixes * fix the bug for flexible get_varn API. When buftype is noncontiguous, the bug forgot to "unpacks" the temporary buffer that reads data from file to the user buffer using buftype. * fix the bug in blocking flexible get APIs when buftype is noncontiguous, swap is needed, type conversion is not. The bug sets a NULL pointer to the read buffer and passes it to MPI_File_read functions. See r1815. * fix the bug for the NetCDF special case when there is only one record variable and the record size is not four-byte aligned. In this case, NetCDF spec says the alignment must dropped (no padding). See r1791. * fix the bug in nonblocking APIs when requests are resorted into nonoverlapping groups and the first group of file types are interleaved, it was mistakenly identified as non-interleaved. See r1758. * fix the setting for PNETCDF_RELEASE_DATE in configure.in. Using read command together with IFS does not work as expected in bash 4.3.11. See http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2014-July/001586.html for further detailed discussion. - Update to version 1.5.0 o New features * A new configure option "--disable-in-place-swap" is added. It disables the byte-swap operations running in-place on the user's write buffers. The purpose of providing this option is to deal with the problem when a Fortran program uses a immutable buffer for put APIs, e.g. the buffer is declared as a PARAMETER, and in-place byte swap on this buffer causes segmentation fault. See discussion threads of http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2013-July/001498.html Impacts: 1. It takes effect only on Little Endian machines. 2. It only affects put/iput data APIs, but not attribute APIs. 3. The INTENT of buffer arguments in all Fortran 90 put/iput APIs will be declared as "IN". Without this setting, the default is "INOUT". 4. It has an impact on performance, as an extra internal temporary buffer will be allocated to copy data over from user's put buffer, so byte swap can be run on the temporary buffer. The default setting is to enable in-place byte swap. PnetCDF tries not to allocate additional memory space, due to performance concern. Users are discouraged to use Fortran PARAMETER buffers in put APIs. * A new configure option "--enable-debug" is added. It enables a memory allocation tracing mechanism internal in PnetCDF. In addition, it enables the PnetCDF safe mode. (Note that setting the environment variable PNETCDF_SAFE_MODE at the run time can still overwrite the safe mode.) Default debug mode is disabled. When enabled, a user program can call three new APIs below: ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, and ncmpi_inq_malloc_list to obtain the size in bytes of current memory allocated internally. This feature uses a binary tree to manage all malloc buffers, e.g. tsearch() and tdelete(). * Add three Fortran parameters for PnetCDF library version numbers: PNETCDF_VERSION_MAJOR, PNETCDF_VERSION_MINOR, and PNETCDF_VERSION_SUB. Similarly in C programs, these are defined in pnetcdf.h as constants. o New APIs * C++ APIs are now available. They are developed based on netCDF-4 C++ library. However, users are encouraged to use C APIs, instead C++. * ncmpi_put_att, ncmpi_get_att, nfmpi_put_att, and nfmpi_get_att - these APIs correspond to nc_put_att, nc_get_att, nf_put_att, and nf_get_att. Note they are not the "flexible" APIs. Flexible APIs have an MPI derived datatype argument. * ncmpi__enddef, nfmpi__enddef, and nf90mpi_enddef - these APIs correspond to netCDF nc__enddef, nf__enddef, and nf90_enddef (with additional optional arguments). * ncmpi_inq_file_info - the naming for ncmpi_get_file_info may cause confusion, as "get" has a different meaning on PnetCDF. The correct name should use "inq". However, ncmpi_get_file_info is kept for backward compatibility. * ncmpi_inq_striping, nfmpi_inq_striping, nf90mpi_inq_striping report the file system striping settings of the opened file: striping size and striping count, if the underneath MPI-IO can find their values from the file system in use. * ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, ncmpi_inq_malloc_list report the size in bytes of current memory allocated internally by PnetCDF. Similar APIs for Fortran 77 and 90 are also available. These APIs are enabled only when PnetCDF is configured with option - -enable-debug. When this option is not enabled, calling these APIs will return the error code NC_ENOTENABLED. These APIs are usefully for debugging. * ncmpi_inq_files_opened reports the number of files that are currently opened. Similar API for Fortran 77 and 90 are also available. The API takes 2 arguments: number of files and array of file IDs. If the second argument, array of IDs, is not NULL, then it will filled with the netCDF dataset IDs. This API is useful for debugging. o Syntax changes * For all Fortran put/iput APIs, the INTENT of write buffer arguments is changed to "INOUT" on Little Endian machines, if option "--disable-in-place-swap" is not used at configuration. Otherwise, i.e. on Big Endian machines or PnetCDF is configured with "--disable-in-place-swap" on Little Endian machines, the INTENT is "IN". o New PnetCDF hint * nc_record_align_size - aligns the starting file offset of the record variable section. Note this is for the entire section, not individual records. o New error code * NC_ENOTENABLED indicates the API is available only when the corresponding feature is enabled. For example, nfmpi_inq_malloc_size() returns this error code when "--enable-debug" is not used at configure. * NC_EBAD_FILE corresponds to MPI error code MPI_ERR_BAD_FILE, meaning "Invalid file name (e.g., path name too long)." * NC_ENO_SPACE corresponds to MPI error code MPI_ERR_NO_SPACE, meaning "Not enough space." * NC_EQUOTA corresponds to MPI error code MPI_ERR_QUOTA, meaning "Quota exceeded." * NC_EMULTIDEFINE_FNC_ARGS corresponds to MPI error code MPI_ERR_NOT_SAME, meaning "inconsistent function arguments used in collective API." o New run-time environment variables * none o New example programs * Example programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * Under examples/C, three examples are added: create_open.c, get_vara.c, and global_attributes.c. File examples/README contains their descriptions. * Under examples/CXX, several example programs corresponding to those in examples/C are added. o New programs for I/O benchmarks * none o New test program * Many test programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * add tests for flexible APIs. The tests borrow from nc_test/test_write.c that tests nc_put_var1, nc_put_vara, nc_put_vars, and nc_put_varm. Similarly for get APIs. * testcases/record.c checks if the number of records is updated correctly. It writes to a variable's 2nd record followed by the 1st record. A call to ncmpi_inq_dim() or ncmpi_inq_dimlen() should report 2 records after the writes complete. * testcases/noclobber.c checks if error code NC_EEXIST can be returned correctly when NC_NOCLOBBER modes is used in ncmpi_create and in the meantime the file exists. * Some test programs are developed to run in parallel. The test mechanism for parallel runs is command "make ptest". Two environment variables can be used to set the MPI run command and output file directory: TEST_MPIRUN and TEST_OUTDIR. Their defaults are mpiexec and "." (current directory), respectively. For example, make ptest TEST_MPIRUN="aprun -n NP" TEST_OUTDIR=/scratch Note the keyword "NP" will be replaced by the different numbers of processes used to run the tests. The testing uses up to 8 MPI processes. * A sample PBS script file is provided to test "make ptest" on machines with a batch queue system: pbs.script. This example script can be submitted from the build root directory (where you run "make" command to build PnetCDF library). * For cross compile environment (and batch queue system), the environment variable TEST_SEQRUN can be used to set the MPI run command. For example, the command for testing sequential programs: make check TEST_SEQRUN="aprun -n 1" TEST_OUTDIR=/scratch For non-cross compile environment, there is no need to set the environment variables, as long as one can run the MPI executable without mpirun or mpiexec. o New optimization * none o New utility program * pnetcdf_version prints the version information of the PnetCDF library and command-line arguments used at configure o Other updates: * Revise FLASH-IO benchmark to use nonblocking APIs for both checkpoint and plot writes. The control variable to switch between nonblocking and blocking API is "use_nonblocking_io". Set it to .FALSE. in flash_benchmark_io.F90 to switch to blocking APIs. Using nonblocking APIs is now the default. * To match ncdump, ncmpidump now only supports one input file. * Makefiles are revised for better recursive make and fixed some build target dependency for parallel make. * File creation was revised for handling NC_CLOBBER and NC_NOCLOBBER modes. On systems where Unix calls access() and unlink() are available, they are used to check if a file exits and to delete an existing file. * subfiling is now enabled by default. Users can use --disable-subfiling to disable it * man page of ncmpigen is updated to add the description for option "-v" which lets users to specify the desired output file formats, e.g. CDF-1, CDF-2, or CDF-5. * flex, lex, bison, or yacc are no longer needed for building ncmpigen. o Bug fixes * fix ncmpigen.y on parsing CDL file to get the number of records. The bug failed the command "make b-test", due to getting a wrong number of records (current value for the unlimited dimension). * fix the update for number of records when writing to a record that is not the last record. - Update to version 1.4.1 o Bug fix: * Improve pnetcdf.inc portability for fixed/free-form Fortran programs o Fortran API syntax changes * For nfmpi_put_att and nf90mpi_put_att family, the intent modifier for the put buffer arguments are now declared as INTENT(IN). * For nfmpi_put_var* and nf90mpi_put_var family + On Big Endian machines, the the intent modifier for the put buffer arguments are now declared as INTENT(IN). + On Little Endian machines, the the intent modifier for the put buffer arguments are still declared as INTENT(INOUT). This is because PnetCDF does in-place byte-swap on user's put buffer. If user's buffer is declared as parameter, then segment fault can happen when PnetCDF tries to byte-swap a read-only memory. o Subfiling * Subfiling is a new PnetCDF feature that divides a file transparently into several smaller subfiles, each of which stores subarrays in CDF file formats. The file name supplied by the users serves as a master file that contains all metadata about array partitioning information among the subfiles. Because data partitioning is made transparently from users, data accessing is kept the same through the conventional PnetCDF APIs and the master file. * To enable this feature at configure time, add configure option "--enable-subfiling". - Update to version 1.4.0 o New APIs * Fortran 90 APIs (adopted from netcdf-fortran-4.2). All F90 APIs have prefix name "nf90mpi_". The APIs support function overloading. * get/put_varn_ for reading/writing a list of subrequests (each is specified by starts[i][ndims] and counts[i][ndims] for subrequest i. ndims is the number of dimension of the variable) to a single variable. * multiple put/get requests with explicit buffer type names: ncmpi_mput_var_type(), ncmpi_mput_var1_type(), ncmpi_mput_vara_type(), ncmpi_mput_vars_type(), ncmpi_mput_varm_type(). Similar for get APIs. "type" is one of the followings: text, schar, uchar, short, ushort, int, uint, long, float, double, longlong, or ulonglong. * ncmpi_inq_nreqs() reports the number of pending nonblocking requests * ncmpi_inq_header_size() reports the size of the file header * ncmpi_inq_header_extent() reports the space currently allocated for the file header, (also the file offset of the first variable) * ncmpi_inq_put_size() reports the write amount committed by far * ncmpi_inq_get_size() reports the read amount committed by far * ncmpi_sync_numrecs() a collective API that can be called in independent data mode to synchronize the number of records in memory across all processes, and update to the file if NC_SHARE is set. o Syntax change for Fortran put APIs * intent of buffer argument in all Fortran APIs is changed to inout, as byte-swap might be performed directly on the buffer. This change is for performance consideration. For example, if the buffer is declared as Fortran parameter, then compile will fail. o New PnetCDF hint * nc_header_read_chunk_size: PnetCDF reads the file headers in chunks. This hint indicates the chunk size (in bytes). The default is 256 KB. o New error code * NC_EINTOVERFLOW reports the error of 4-byte integer overflow. This usually happens due to MPI-IO data type constructor APIs' arguments using 4-byte integers. * Error codes to report metadata defined inconsistently across processes. o New run-time environment variables * PNETCDF_SAFE_MODE environment variable can be used to enable/disable the internal checking for data/argument consistency across all processes (by calling collective MPI_Allreduce). Set it to 1 to enable the checking. Default is 0, i.e. disabled. * PNETCDF_HINTS environment variable can be used to pass the I/O hints to PnetCDF library. Hints include both PnetCDF and MPI-IO hints. PNETCDF_HINTS is a string of hints separated by ";" and each hint is in the form of hint=value. E.g. romio_ds_write=disable;nc_header_align_size=1048576 If this environment variable is set, it overrides any values that were set by using calls to MPI_Info_set in the application code. o New example programs * example programs are now categorized into C, F77, and F90 directories * nonblocking_write.f and nonblocking_write.f90 are the Fortran version of nonblocking_write.c * put_varn_float.c for using the new APIs ncmpi_put_varn_float_all() put_varn_real.f and put_varn_real.f90 are the Fortran versions * put_varn_int.c, put_varn_int.f, and put_varn_int.f90, for using the new APIs ncmpi_put_varn_int_all() and nfmpi_put_varn_int_all() * hints.c, hints.f, and hints.f90 for using PnetCDF hints * flexible_api.c, flexible_api.f, and flexible_api.f90, for using blocking and nonblocking flexible APIs * mput.c for using ncmpi_mput_vara_all() to write a series of arbitrary start[] and count[] * block_cyclic.c, block_cyclic.f, and block_cyclic.f90 are for a * -(block-cyclic) 2D partitioning pattern * column_wise.c, for a *-cyclic 2D partitioning pattern * put_vara.c, put_vara.f, and put_var.f90 for using for nfmpi_put_vara_int_all() o New programs for I/O benchmarks * benchmarks/C/aggregation.c -- evaluate PnetCDF's performance on I/O aggregation across multiple requests with different data access patterns. * benchmarks/C/write_block_read_column.c -- writes variables and reads back using different data partitioning patterns * benchmarks/FLASH-IO -- I/O kernel of FLASH, a reacting hydrodynamics code developed at University of Chicago. This benchmark can be built independently from PnetCDF release. o New test program * test/F90 contains test programs adopted from netcdf-fortran-4.2 * test/nf90_test contains test programs adopted from test/nf_test * testcases/alignment_test.c -- test for header and fixed variable file offset alignments when entering redef mode * testcases/nonblocking.c -- test nonblocking APIs ncmpi_iput_vara_int() and ncmpi_iget_vara_int() * testcases/flexible.c -- test flexible API ncmpi_get_vara_int_all() using an MPI derived data type created by MPI_Type_create_hindex() * test/header/header_consistency.c -- test header inconsistency and see if inconsistent metadata is overwritten by root's o New semantics for attribute APIs in data mode o New synchronization for number of records o New optimization: I/O request aggregation pointer). o Other updates: * configure.in and Makefile.in have been revised to detect MPI compilers and other compile options automatically. * A new configure option "--disable-file-sync" to disable calling file sync. This is to be used when the underlying file system provides data consistency control. * add build recipe for IBM BGQ (e.g. Vesta/Mira/Cetus @ANL) in README.IBM * add build recipe for CRAY-XE6, Hopper @NERSC in README.CRAY * add build recipe for CRAY-XC30, Edison @NERSC in README.CRAY * add build recipe for Endeavour @ NASA in README.SGI * add declaration of flexible APIs for Fortran90 * "make testing" now hides most of the stdout. Use "make verbose_testing" for verbose output. * ncmpidump: add the command-line option "-k" to report the format of netCDF file. * ncvalid is renamed to ncmpivalid, a tool to validate the structure of netCDF files for conforming with CDF formats. * Fortran type NFMPI_OFFSET is removed. It was merely a shortcut to integer(KIND=MPI_OFFSET_KIND). Some Fortran 77 compiler does not recognize keyword KIND. In that case, please set MPIF77 to the MPI Fortran 90 compiler, e.g. ./configure MPIF77=mpif90 * configure now automatically checks Fortran module compile flags * Support additional Fortran netCDF data types: nf_ubyte, nf_ushort, nf_uint, nf_uint64, nf90_ubyte, nf90_ushort, nf90_uint, nf90_uint64. * Error codes and messages conform with netCDF's o Bug fixes * Argument unlimdimid of nfmpi_inq() returns -1 when no unlimited length dimension has been defined (to conform nf_inq()). * Argument varid of nfmpi_inq_varoffset() is fixed to be the C's varid plus one. * For collective APIs, many places have been changed to prevent program from hanging if a subset of the processes got errors. The fix will allow all processes participating the MPI collective calls in the PnetCDF, even if errors are detected on a subset of processes. * set the nonblocking request ID to NULL when the request length is zero * report error when bogus request IDs are passed in ncmpi_wait * when entering redef with different alignment hints, fixed-size variables' file starting offsets will only be changed when it is bigger than the old ones * Fix some Fortran API intent in/out argument declarations * ncmpi_def_var is fixed to detect if CDF-5 data types is used on CDF-1 or CDF-2 files. Error code NC_ESTRICTNC3 will return. - Update to version 1.3.1 (September 24, 2012) This release is primarily a bug-fix release, tidying up a few issues and incorporating some early feedback on our "buffered put" interface (see http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/BufferedInterface for more information) - add a new API ncmpi_inq_buffer_usage/nfmpi_inq_buffer_usage for inquiring the current usage of the internal buffer allocated by the "buffered"-put APIs. - bug fix to make bput APIs properly return error code NC_EINSUFFBUF. - bug fixes for ncmpidump to avoid residue contents from a previous read when it read beyond EOF. - bug fixes in the the tutorial example codes. - add more in-line comments for the tutorial example codes. - add the error string for error code NC_ENOENT. - Replace parallel-netcdf-1.3.0-destdir.patch with parallel-netcdf-1.6.1-destdir.patch. The patch accomplishes the same thing but is created new for the substantially different makefiles.cabernet 16150326771.12.21.12.2-1.11.12.2-1.1pnetcdfpnetcdf.hpnetcdf.incpnetcdf.modlibpnetcdf.sopnetcdf.pc/usr/lib64/mpi/gcc/mpich/include//usr/lib64/mpi/gcc/mpich/lib64//usr/lib64/mpi/gcc/mpich/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15-SP3:GA/standard/1c1fd31b7cc68f216163e3116397bf49-pnetcdf:mpichcpioxz5ppc64le-suse-linuxC++ source, ASCII textC source, ASCII textAlgol 68 source, ASCII textASCII text (gzip compressed data, from Unix)pkgconfig filePRkld )KF4utf-8faec4ed96c6308a481c9079fdb1c96f3880f55d2091c1002b0d2c767e6701917? 7zXZ !t/ @] crv(vX0a.L *˜rNf%-k[J 1XXHb\haa[f!3_ [hRJz;Ha7O"Eꆟ &̯M)Cdxr5@cg8:hU:EfI^d *:HCnhw=hB F0HgF]理JtZ CgK?oR,%(ia+@F, z'l7LvآDh#h ”Ȭj f~lHJSE1}AU2s|FYi- dU&0ϫq@`C>7WR X3dە̖.rv }R56i]^ Lee܊Dl'!C!I;w@£Ā\)Tq2|s itܭZRoN5i!`v Aeİsck>XC.aLn#d=]zKtA~[S*pCWȔq7#%)`4LHnrmDoC}EzǡߟG"[Ve@(6TyBOǚ ì&r%ЖMߦb4aTҤ!lp/НrjZυβ'Gu.= iwҒ۳_*lӐ TeRj GV\/Ԓ/;ҕFĕSzm箰GU욊NhY(q@M)F }@jU0t̐~@:]65BQRY4#bdB$rQaZ~} b~s}<=x!G.UE{bv,A K9,UG1cق J"#SG%|6Wd~o.F?ܡC*㹦RNx2ƽ:@r#Q7$*wG܈l }p8 M(ʠS/b$#f+%,7k~hPC6 kj١y1=!w?h̸⋉+}fǧBs s҂;32CId9-/d)<>:h9 {mb?0sOb چy$35x4UBwO7q eFÃ0bs;!ZI%& LKDU TO{Dty? ܐ&XOe|4bR]g iIi}&,=WCs+GlֵF5WN \[٬n&MptzA@8Ӏ 6B?:nei]&qu1Cɋ.Lػ-QfXž߉ۑZgVzx($[O.ܹJtӽ7u3QgpW<|W_<&ͱ#2#w+5V$Y:z- fd6JZu^K'T#' $Y?Fm0":t,%b>c9+"F!־Q]bAD4iy1q&f>V‰v];Fڑq81׸0SN* jùxGdyfk7^ "6nx o`LP&E}GSǑ*={ UR뉣FR5ƈ}6nVOHEm.7/ER`f8|tH[_rCqj fDܡ."Iívц߸ ;k)A qE.7`3q%t=\:շYwF6JwZ24XbG %+._w.jML/{[~[51[.DoZh$|]@6fo9ܫpbR*a40,(53 Is ͡8})=cw"mEÓI˼稇Y2׵TDM^_N[I['KfX-c(JOSUq$J31/ywWQ@KMb-Ms HPs iBcn`x{Hɵ6jFB.䌁 }*@ }t5OnCrIxl!kFMY?Ӟ\H#n_3'3]w9ĸ3_E[z65ڸk8?ρ?L@U sϣ}r1k7l)W3ζDF+ \yK^XXN-q(~zU9)}杛bӲ ъO iW*ᐢن]΍Q&à01ch$x.z #&KuhҪEnG( lGpW}s]G@U!oVRzlav]=ff ^/<()c),y;g|*ٔZg(ۺ}sb{ $%s21S?Z XoIbEF`Iߕ[F^ l:) Hf[zoSVOЃC6P"W-ڦIpg*p5a Ѫ*ޞt`1TniE:lsͻ2э-,tI%`v3UjBfjz >tzHp<ָ: ɟ jcdF8e[%1{`{J_o܆6Dg>2g^fc}߀xe`PיG<^I4ڇ{Ͷ8.cTƘ1;on`? g =Я]硙Tpi6hF$OGw^ \KYvT_AY; bbCɁGWDF51PW# qքΫ:~n˦bvq.~HԓO[,}ThΘ X3p-yA٦kfߴ4lVΡdo+gywv}!.0X;ɤxWdrrI©8 FAƻ4AS.KIdjgÆ h+DfgAyܑ8Fclp:L?쑰|@U$T CN?%vlTf}'aϏ_s:]toPCc1n,hIu!Kxx;NpDkvt`A!t[OL"X-Hz@[f[Z C.N 00|a l{כuƯDTpBqUbDѸ:T|p>z ۑpΙ/",v"{j|4 6 #Jqwlql1I;ROk}>Y8?i?~=T:'h^|HiV c/`qgwЖ &gO{^:XTaI1ϲb m"+ ^)ǿ94iqvp;r^DdᶧK4BՌHTI kMFʢУ?&.vrZual.gYL.+OUսLE"`Qz6b\g\ʁ`}ꧤ$wΜs(o$L%G Fpɡg6fV5pxke):hN UBik3 N^$ 1 b.\o:HQ9 tѮw+lJsx.|TCMD/!U<@ʕo(iYW(+A7k00qO6Kq%Bj1^osW{֡EaVB D=;/3NOA4FOtBՃ<^Ωi('0ģ})&B >UkM4Wv;ƴ;̰ =@In-+X >cc0c;qc[0aS\-q(gKVz(۸!DC `K>3e~˞$wt$Q1ⶈ3Uʱ5Ɓm].5*dؕ{r[ , oel{i9 XSlfbC I=ֈ5k^+Gm8#Y e⌆&#o}:xcݱ`[t4Gz'5CkT) Iht׍x 8dJ)UTVEdh8<`Z'mR6ӫغ+cS r;K렚]Q0D+',yt=HS@A7hҌcU]QUx/N~ű Jap|ȂtEҴJ};= ڱ}VvfYl,FBV=A5@ңLuړ[$ 6qq:#lV@6~'P7 !Y9f]7J%QbܞKXƗMР?sʩπY*tܳ;0 ?IӔ)]4JvR.Ljّ(;Q5,Ax o_?(:=g+Y*@]zɻcX}-l)\B!YX>z!HJ?-F ~⽙.loYaʲ>Jf*Տ:4j7cޙ pk vcCʊ|bAJTBlnkxj.is5\idӳff=6b,G5Nϩ,.C x͢Bdp6! si$I:aӷ%-#c(|s*drh I$h E1S{Et^=ZLċ]KeXYV#\[ET$AA{̾($,R%n2hZg8ƑRCwypX:&S6Z`vA=avIꡗ}޿Nl>HrGj\5|~F/b(/Hׅsua^2L.޺&giB[C-0uFrDfY44K -ŝ~"NIO+Lh)H҃㐲 ;N'ÄD?f뻇z޳Dٽ.2[`!CVc"M'{8^$ 7]mnB #{m}#'SL*2e[o0S?_mؑ'-rrshn;^"ڵ(3DVQgNIzQ6X =UR)Ɏa[? ݤf{LEd박?<)FOcSMu 1J9~A7ͽ2\5~Ho9 Dt =p)(B}4E\{5(GhOPŮ]j =[@JMM &a\O*EÝi:dXQ`+wːـW}~Ii}2hp!<-OJ5e;yoI?!?3 }B4@rxi!6"#cx6]?aT2BƗgiFWs*$"B */XW>pjTHՓq37r&̣oYqXZO7m?!ƈ<+0p*gl|c͔m1/1]Dz"6V(WY^ Zmt#&7a;i*Lcd̻> E! g& WZ0cŚ1uFLQFBB/-W7l7WX(s' 2~Nr#*p#z r+#a_|NZyyxisaYe,]?DvhFP~n(n4LPÓm>>SF3ȝ(;AQ7EY[Ve˅ar`V3Q}~k:G̶$z5㱦łR/`B]D ЕS>iMl4uKANT s bPThZ䩨@WۧQ>ag1dObm(Pl+2ihƥ~`ɮgL^? Z> TmK$ѱɇ}J2Nq%* -/an/렶J-xס.TL UFD^ 65Yy M'?x,A}ӣ x`˓̣XM`/[ڝ2˺ƻn 愇 0J _S4܃NïαVwㆅan]$ n#uZEtE~`jn:]t!'Bz3#>+bA\zcYB_ /U䕱<g߭n]%(+m9>0_jEH=ifpo'+ڈJSE l,zقi6ǾA3/k1}՘<@t#ˢVUiO x~.գђMyL(vM$C@[zfd?Vd23RDGF2xS x@M"ja83.хi3QUmr[h.) evS彷-Ps|4J'v='yŒO\.@d p-ЦA fl!k/ĿLD1XE3F-(i^r*1Iu=c: (n{W+:53m!VIv[I\j^1 '=d5KNsn_lZ~zy =ooݐuYpFA;1J"ξh6agpw%,,]]5dI#]h`u7&4_vCE0ƌ+wlMb*w*G'd'KU/+f߁v*e )>9澣)d5Mʜ3T!NvgulڡItM|6CAaT.NgNg4dbGV26/E!g|h)bh(+t 3GlJHW/޳/+&7T뗚tGJgk,z{EOo+P ;wxNAa1I旑!cos dIY!yr0%khiy39RMܻ8;y2Ppښ{q1v ˆ /=7^'ZL(~E|=M_ϦDpa eTik4`7v4C k̫av^_l=Yʟ8j'qpϠthlHe cJ-7 Yb`IRU!u[ +؏,GK]gWqGl|vU} Kyml-C_Hn_(oc̓؍sZV&6RRiyOA2>|NR{d1 IEStqL&hzє(9?IƖoB)Tn 0 -%r[ߜq }[-Pd W{Q> 2mX(]#x7GQN17Nl mݢ$-p t^ Ɲ-E w>COE:]`,7@O(^{j9W,KueD>0-oګĶ#SG-9hOΠ3mTER`Tz}#} o1" k r9dxa& FIܥg'^4Ω״+ oA X8W~YuC„"pJm_LswsHvoBWgpVZD`euL)=1$A)a5^Lj`{0y%wD%Wiy|͓P"DW!$3eߔ'ёUW-p+4w/L5*-*Xu! Avo(Y&n5Y€eyWM# ?M5'B9@I9KN! vðH1|o NP؍z7t^ם:;6lY/YU @n%S~r苟W-ڧ/*{ [??ZK6-&؃Փ- Rcs.Wۚ81K' aΚH Osw}wA2&#M6V}Ӡ y1K- 2' Ĺ'mY74I%li XS*glVe'J2R 9 _ɫ<.>\h\7ѝ.ۢ^RX5=IEsl)5/li,N5ݲVy#F ; 6j_ C2'p G vu? .%-QKTxmj`?[I;tG%,+'n'$CaFOu M!ꍞA !$SVYц冁iY| 2A?Z8iO`w>>"2{:+j0 p'$[D'H"mѡWtc&$,"O=sxse6\[䗝2Zɗڞ`1xryk. 6$@TD3`cG~TYD,= Uo\fbA9JWI)K(#P ꆽgCvTCNԔ2=Nr҂0n+-TPUw*YUi&%?Uc#7=\D(#O oUx^ 5Ѝ]uJ=iY'd1oG;O}uzr +T Pj~_^|ka}ކ+_Ɠ+v-lp1كU$=80,3+ i!ߘK1ݼ̝͊v'uADw4ZSPaY&<g& Ga}lX韣5he Y<4b:-bֳ{Dֵ:VҦ.Z|fTR>3A&KJ'r`CxmZLs$j;*2 Uz-W{'sa(fk`}ߣ%ﳴGہ%KTäMZ1O/ZB+hLG&e4{3ۗ13'd⓺]s <R[0~ cV(JEф.-mn3`vmjS3Mq)GiO.NZ+Yix*'MD֩]'@ HoAo&OC&&~ wGPtNa4Ni0Ljg-q[w[ADniUXM!m)b]cM53r=sȏC A%52:dˇ%tɕc&EOi-oW׉ci[)cNeY]X"sQa܀x»Vh1[-:@m@T֗y1=KnլSp|A 1-޺$iK_̃xa$'0 O<@n!Nρh%/jDwQ-2?YOD?'`~ L$ֽj0EF^'*A~a g:)жCAld6.YޭmS;vH=ѩN ԇ|A5ZYomSOT5H#X|?6 !b/ +1:nb!I~_pQe;!wqdTX0`Oq ̟*2k8u?'KGHI_#BV6 :=7z$cݼIXӁ п)mĝ]zǚsq{q.Yr{&Zx{Dl@单7vmf_!B@#"DcV{\Opm4dGuRX6M,=%HTܻH깵Ti|Ni9R$ +pV)zO25 Fkx9XDW'ԭwn?6H<.ǢlUhI{"K/5ϛ gT{ ղǧ?yF$[ʠ?lZO{^[1Ƣ]*xk^2i4 N \wm_eI9/g"=TZFttZ0&FCy)G^6_8'^lQ5 h(e0 M3e01n\ĕp̤w D̛E.GF;#qp>P1ugרƞ[3K#eiӾ8z<lF}'ɆH}"(1nr~`;-[~;{WHSqdHS{& P$Xix؉W7KX{⨛.WJ+e2a7hD3=mGQЌ/+=*;N3ZS飔ւT 8 W: U@‘L5).gx&r/śW+%I|LئvboȹhPN~h-H N]fj+(rk+O$gR~ ^moPG"-c++[0}c)G!{!żn-@ -o(<3 C۱/mZn$ep |\DxŇ]TWE0xӀi>*8}hTaU %!?f (/B x7~ )&pesXf6%XJW<L ??H g.UKF(8M~c%?Y5C&aFqH>y!Vy ٗg-梕( ?Yj=w-'PZSԅc-߹e%2b$A:-ʎd>d}lLל1\ ׌GDyh 3j+:+B/oX89y>%*gĔ0!q}e]*vTM~(/ ]e-.qEfM0R1*+r:e1k;#"߬Db/fkg1˻e1?2P@z*2K?@b0 L,r(*?2ds=ȧLF?ԩ{D!z*o/m&vW>aբݫq?5|Cd|6)}LSv㒐0—~_A^?#i?urd~))v"I-yZjTPXIWo j$ !o{ﲷ4ZOɲ@=# g~Vfh_+WN揢۴|6. H_:M[`сf44iqt!&Zeb[j ANOej=aு!d.=%8$0,4mY~}CⳇG#l}n/-A-nk5Z@\K2瘆󐏗Bm^GT.мN4Kqw0uƚ>ҁizT|,&^~;ӱuIWVa$9t)Or v T+ p4P@%̤ЗތznQy ]j6W 6*|X9גy=I^yU< .@~NCҝuAb-ؚ[?Qc^)z"KJ L *~9 {ԒmzDt Z >Tj-zEgQ ZG6b1H]*u+Ts60Uhzr9i =T\֘ba [At J{ۂՅH?@1fdl&@6=Yx1'C}28E:F=_Խ<;iT5ty6OGRt! $빔Öy`3B@*EhSeTWF WHJH`iaҰf&|GE^F= + \ݍsGysl_yҢx*Ͼ{KwRwpQXbY'u)n1"f*4na>,;7-97P+~|FΙ%l8Q/o"mLkѯz܏XO[}Ulu_tI'6"i2GtqZ;-2ݲTQާ֙uoqF&i78vRt\(`o* 'O{ЅYF( B{a8\P]8lfJD2ŖJBC7u A뛢сRS}iÂ|gm2{rYK\)fKwQ&é!xe9?K?δ\ڼ<;71RãĽ AEOA_l0w ]6M4WU)Cw*.-RfuU1mw?ִ,> )q(?wn^*=S0tJJ5,S^ȍBjciCM+)]GG |'%wSxZ"nVx;&  T0V/'r?-p2wkg?E$\zɕ9i5* L[]$2BCN# h8#]~it(]i3*5PBe^j4iy#=0 y\t6E̼7aj0'Đek˻eMY`gc+Eb8b$ Om th1Gci-Wp\z(Bie*ip_NZ"MeT(R%eqDR`4^:'-tng.[  K>y%CfUmNhArW$sV)$o1oju z9Pkk¢y}tZ*|9Eמ13 U̽խ# ҉ c rN'Ց8s3t\-@ a3QL6RvֈaL)1(ݡi؛S[3&1< SbW^ ai"L (.k33ZdL﹕HU^u[;bZ@^=7J)p[<&&r$hCck0K9|30Dzc)Sw%B-_]A<˵tAKp]f "x(D" b|@teN!+PVVs_my;/5]'J#r,o<nWUq,Z[Gi`_&5>lI<K 佒ZNM/x#-6)k%$Q& ȢGl Aמ3nu:ǿ&h4YyN23 TG}b.wQ+VCsNDҔO:-D)BDUn887{SUYx 6*o,_Kֳf"Ǟٸ/`pW3-k0p JqN_FLBMi(d*iS,Y1%( p da)ʎZݗ՘ݡO_+agϛzf;;IV;~jOpy<茕N7qg>d1QhYGQty,vf oH sKK; 2V _#JaWR#wtl+k}аX;'H0*&9ހi\* R,'o L:MDT?v+c`whUT֛] AȢ٤ (2H-]wBoqH^W6F2; i 8!-Q(Hǔy+"P')qg2wOwţ~ыFbEI@7 X xcbQJw,:lI Lzf|w~b!Jc2lV[ YӜj69YZ;t,&~E>(/Pb[WhmĎ,Ś\ȇ]Y*91sG^+ěɹ8Ͱ7&Zc~PmEHp R~M)d^LtBu(=jA u7x`cgeGܠ]#zj9H5߿xV+:#%8uTҮ@h(@׮)}D;<8ŔN|jXNJ:wppp@ XTe)y&fl3YyAQrsp$6@PbVl!&=zHS1{"I/#"d6=Wڷ~˱QMkxZ t20hBn2? h#cA$l1Ǖ76Hcs%YTzY3fzҠC#Џ3#2 ٓqMy*U%cyKxܛ~OS%YSC"[PTў8sZT~"^Hs'MJx_pEHV3Pl&eZaH?g'#/s;>w(iGXL1‚f>R "x+{ѪdÔl:a _C>B1D5CZE~B%Umh@ضiHv)Ԧ:lE0[YҚte]Cq=ΰIV# grO^yzgq56UcyWӣ-QW԰bxPwh?n-T_N{\A ul.fOՊ%= gxN +h#pZNpD++UX cZ!5(OT!mGcB˶IlU/~؏53<_# oD",3COI]a,YV=!Xϙ֜/zYn7X#Q.$%,+J$,?^W*,U rX]YFƉHF)5ftjԜ1Olp~[縤[Sbc"5[wDS9J/Pi,{x6K`e}%}'D+QY $韇<ήf.,L( R%4ok1:cT [I!ZZ68)`%&?.)a\;"'~!Q$mS $os $F#cOڴզLgqǔ]2+}H䶬k^<9ńܬsy{d=9A7|:@"a)lu7ᬎ\_6/Xy+*@vm:;ͧ+iZzP;_o_Z">{W:|XmztΏF-4UЫWe"ߔDu@V * Ee"qO.Q7HfY-^Ȃ9x3_%lVhZ!`"@7nx:,i}O/Ɇ=qU~67ik5șbodX*}4 ngժP! H`0r (T"Bv1֜ xH˔ 0#Qkmi\O ~-z>Xiz+4|j`TttWaUڔ+R," nPڨh2?ϭA{Mj;0>/FdgMϔR uN'rTGj5{ s"L~uF.4>=KS"3#;\ dv a̾Ъ}'uמde{r^ewhsEYOd_7_MO"F5?)鎿^{s* ,digNH\l XT JEK%te^Y|sBHKr+U}|C*f2+|= 1O( t9sU4*Jk'ʭ/֧j@ۉ.Sav3 r^{=*J%}<ك2I1N˩f7qUJ( b.bRpb<\懻Pu(ORj[fikfjCѢH%;|LK|4G? z?!=|l(?n k?p]c|0NHߑ)jEh??P(gAE UY8I ϊ (4SXQV@YN㕐$sFς<55L  7.@Ζ>c8\3)LT$ i3RX զʐ5򙉤] Î>Z쯭AC/3,|Ӷ}|.@Fi%R7P83K㑒s*h0R>G;.@$,aǒ.`|P(𿧸~7wxIX孋Pg)0dj둴C$q1Y.>j\mM~n$D3Wh}'}1Qf)%~LfB<8ɹA+,"LCG9Q LF,32h.oPGoShze+Q;\2+%%s r%qv!7@):뒷5$%y-3?az%!S_aEm N8(>Ò -nNz?߉ūh`:i)}se?,]6HL'Ի=Μ=UHcMqB?J!6J΃6 4d^!Zwn$h'Q1ds3&괴W 'Jby" <!8c[Ä ,P9fu>m]$F9b7l2# 8 2cJۨ]VjnyTͣBs?I:~{qp_Q1SoBСWn&cn 05z=<yDzj+5}OEdZ y0o2P{%d{N8oLԔbd,ka$OG1cL,1S O9h\~-e{O'l4}ZH{\8/l{*Z7N- 9;Q+P_2?l!)E۴ vo P&|Oh@'# =Q)벺&ҩ ir<D)ͦEPIL6E4P)>p R Ŀ31Eȟ2ʌ{N:TS{AvUcƚMxTlvyfv,9J'9>Z!Y8(ZQ%M Qu)Ӥ4A v><\잚y`8$C14+UX(X/ m?d߰bQCzDo q-n843K7k?B]I W}ASu ;Huz J&`?a0&Xtn~/e\ňCng.wwb88VSYVkP~SkJ b rǯgt[-fm&37dVuPd2؅uTIEHvoӬ֮T\BfkQM᠉Bvw)|:{ς-dnJ% ܃$qNv;thnFa)M=?r:K-=MVBL]Ndh[֋ Z솃o5BI\b%Sm{f95r"`u<\hڗn KJ x0"Bq|uӸŹWn6떷?[.o6cN ~(6`95I`gd|?gGDB8#}suI(ei^.f|'rŸ}2Ѹ8}D[J੆bc Bk od C)ؑ$wѵ9p)r3y^e/$ KŸl Dm]uy h(nlAMl3F%yf ur9 ہPLtc(5-ukΫ\}5j\lK~H*"Q4ӑ Q1˕LxPa vα#ds C u f gd;צ4{7Z3X2>kݳ(PMp$ۭJR?*LnЩhKLRhI&7}(5U(hb7pl a47@<Ӗ֙&qDi4 >:V4o0OF?ϮYJ.+6)2z:Ff޴ MT;yHN+HF.,)λ.bn}RFJS/+wDz:MӟP;;ur M+@yRGhǚyuKwPo4zl1b2?u XEh`DMr#I4`/aXފ5X19묠&$+ GtOń.rIdgЩh Kt9!5BH'2"T:y;(RMQ$[_nQjɎŶ!Uk-y`[s I.Hm0elsqRR6-:{+#A#*飫gY_S 76aoC(J#؁O5#rIxqiflڙ%; %WD ỵ HI= s[P]Ҋӆ80qAC 8s<+t;#PO2̻nf۝s su1|iOˮfC| X/!Mo͔_Ej &0(0:*&tyտyP:ΫUm>D\KG/)zqnoB`*5 ھknt5yآ?N*>1_$kS@`k>:._Q [lUtEB,&7 '¨#2" 6؈*h4.GdL6bip|CyE0!qɑ'k-w_ z[UZ4Q C=fNQؑ Y>.g@O PS\fs~(E ^[g:z"d&73°ܿ)O}89ox[yh (n_R$˸1ϓBpM OA=OtƓI͜®r#ߥn}{Q 3.;j6T8\Wa&u 4~]#\dRZL5'_?t®yIMF9(At|B k@6a, gXvoT9S'2OF|4f#+B;Iv uwW-F8I$;M\SGA#4[IlIKi)?#]sF3TI8h6gdm:עG`F{Ł~V]Cm jPx q슁ߢ-lPSGڨԿF'Xxs t-DjWU]J QMw<4ST<Ҧ#+OtC$w"U"0Zĥ3Ҍ_} )Yv*٫(HN/Qf)`鉔'R;Q tB,3pkƷs}n1%33ʭӍSp0\ȄGj r8T.`v6$aAbLՂz1)m\=@6?oD.Ikxl =с69`W9D&l"Y޲ F-C7*u<.#2OQl9#%<:D:fE %-?(f22YC|"!`YHhn}b0Ut@kEj ]xldЩr1.m'>5\/\Mz >ix3ZG5?D1ޣϰ7<-Pz ^7{!U *U{m8I6,%5u!egA8X6+ɬ;Sstv[3;Hk7?f2tf>g5{*kh5q&Ʀ 1ٝ.櫪rjk )E&>r&=y֘+$B5C' S},z-}?EYhG즽+PhOLaR tsnF92A8Dk?a,z&s4Ƈ\)6?Q-OjaOK=5t` mϒ> *6slXd'|ʪyNz}qa@aޝKGkB; ԣOuV],Cb@w' I苸!h9uvO!@C=iRynЎ>.Vy bvXme&mE9A:e)˲RcVNqgɠ8Ts퍰bqZldȈ$/z z/rJd+M6SHj_,34Xq9|&j Fچ6U<=K]!g)qr/JIV!pY?FfH=}*Բa*Oq|- v 5jfb51X;eQ{r#($9,l>/$+E4~M ]$LZ(8$YՄ JUXJ"ԱP!)`K'z|ou8@z9"1j$1`|*.ġ^7,3z/gGs3iy'L<ݼ&v7y!Va;Ow5$ak%%a|)L%י ?;9uJ|](``>Lᾗh- R_.ka3Rso7)̔C3q cfRٴ\έўu/gum92 ^-à}_=C8! ɞbI8 VֆRln]`] 1-;fSWgN%!tl)YtڰaR -*c?Nƙ-'-[>e !xB-Ը8s4EMNԖ$R] ,|9*&.MR3Ƨ*'/l='>k)m9 8y7{j% f0~QWI ]rbU[;<NJNuzϚ2݇Ibi釹tڎ=N\\Oq`;bs<J2oCIEUg%qsM*@h5k`= a`S['uTVL')d2"fy\[XO-բ? {޵FtJk҈+װQbaxVYldG1H^d1.}" J!bO˓F-Tk8}Dp'Q-F=:Ha\̲m>;V$[@9S(H9LLW"2X2>0qp(F^mm"'L_"擭\ 9sqN٥8ZՊ+UYtI6U j*F 1Vq}Hޙ2a0ͣҭnhQ66*h۟,qеN ]1@Vħeo[:C2ؕzzȬƻJsG.lNRY9m p?0XNkr .D )3oJw'`:j2ǭFЃЎss=ϱ(VW2\_E1Tȫz=ҒÉKʛ6osPN^# :h7@%MYj.{?I%mt1IMIysL0\/u73j\b=z3Б Y }%_K!/V!}Wl߰hXXLXIj4f2sCJ#g8"<е5t#[$<٩v˥}3gDju_wH ~C#9UCGz vqZ97^ MS< a:7 ~x+\c^y%]B1wC6[K5I x(r;/y΋p %E4T3ίx٥|#n*wW}K/K_pT aW*grWH!Nي栚@f)4#aޖ דHw[\| Qap;p_/`3"}u|. fȽpU08hl4yEh5&K}v1Z ̒>FV" &g1r{j.=nꙣjxsvu X쉀:HJT5Ƚz}=d8DP0վ*zV"isg/j9f$yjuG*o7hSz>; $JRHoIIRzG_\Hw_dgB#إq˼+⃫cb:4vXiPj;WsSjOt%!Xj~'HU9"ȊbydHn:׈aJt+Kvq=7CvQ ml@ &Gc v9|bCԡ6+9pv3.8.(re`j9GFe'6p\5Azd_@4׺R-vPޑְ͚9D 2z NTs?cT\\e5r(y66R!6\\*xkxseq8`Rb؝K\?zh)-b|,ҒaC]4PHm(0U1 8Z;&egC'ȜlHy KOISz V2bA7x,ރM_ 3/E 8,F}8#[(c= i! %iIjҥ4q 2kx|L7?OtBа^w2` XHV]E(XQV.Y%ܶuxd~7z fTzПQ, <}X< 0؍IJ񾉕`o I!Ž ~DnC*C'o=G"ڊps`R prAw&~g^fl@"W7W^'`L~~Nz' ϳG"y~e t[Ki}cvWdyCYTF)bw6 ̝"!e _sz wK*a\{ |W7oRwjo*‰JQB/i0@z8|~PԙER|#AF߀~')䜮Jr]g6ĥO`HrJޠO-}26L[!Q@^l{]{^|c>Z0Can(Bd[$UJ);AHgQB7L5M\)R^=;Hsrx__OZq3 [̻$qa3gh> c4~Sxotdr=Lg Tq\{ʅ r' |Xkhh:Nҹv&^IV}a`PL{t$_#qe|ppJE [0&B=r۴p!g_Ui\?-*:GIO>WoOQF1Q +|+eٚ;0-q],I3B<MLMM0S|гFZL5Fzwh&w1v%OeZ)Ӷ @#.0әPi6hJI4!-?!SaJ i٪ Ys韗6_\ b^؆d0?VEqZzM"aX>hٖcgy8K,l($g@F"g{ۺȮ.6 9mpeK3pN 'f( ;1& h)7'%ג 5U]S䘕gS@QW+klqD`4Ƽ '0؜2ȡr|}#};I#t9Bl29+]- /rg"|.4vEْ'S*^ޞW]p4]L,v_pEe2x{,AO3@܉CҪ mzKoF#<+́dp!Qxo(jx^(gwJ; C,֦ˈ`řH (d(? MP(Ԕ6NW+])ME2}EѸ@+a=a6!PA5&Ň1[8* 3̝|]e3;pu:_&k03h: cgֹ$gsĠniT g@(GRm7@ Ȣܞ3 F\[۫u!xO.~|}9iC)[9O4˜tkR{CqkJ w_;o[D_],; :,ugb5$󲺒,nOДq 94ѣIqu,#CZ)I= 3C9HwXk_ctǗñ[ l/6 xpЖI>z&e^&`+t!L$Msǃ + iAI.efB}E?hPZq"1F,8ኑb(Z~9z^s}\"7+L\ް `W%|%! %MPdk[eǜ%B " n/%`AHDt+FIRr`}V;sl)^đ]Bxe{;C<6#ڳ1ŀl[uI ^`M>wV`ڛ 9yWpm/FN`WGvMlh_?O}$'0L %}ŊbPYӣo]_Ư&cEhAT5cd`5)f Fރ9磇sJƄ [COIxF w h;aM76ju+9`@jB{~Mt'*" Pk{mtZf35OyC9饈61W=@C_A]AKKtQD\ &tF87\NSJ,{~'^y#ä|]v騹RGISi7Ð#xM-kj658d"eރd r(ϦO7.5>R,p_̢hAG !oFcZr6P|jNwA&rlHvPb\|ho&xIi4jbiF^/ }&1=JLK Knyj6@'8o>ۊ N7ZatcqgP(w],fR0#WF|2iNd:v紫N kvy]shg>N~Mž@7'`  Umng2}XhT rR=-!ǛhM u?[S\r7jm>Ep1W5<|`R{&_bgrQӬZx͘E,ly1d/L,{)SBxGtGߑp"c7q8*-2u#=@/7^ O "` OhiBxP0&ʵ4&w~2LF2K0<3,Wp/ž<$51cD ON8/:;f(k7CD,rNz/M9E7$`Rf Go }?}mR50KIZqrqحv[C-N)q尲aYgvyfI PxgOcjڞ { `acUޡ/~p26U?FrRRn7 oN C'x/ MWa5 h@VUDwVbm )I|^ `e(˔k:9VK4g5v~^;+ޞχxZ 4chqt%VΰP)m}uo{ՎrϯY!qD=$\,O8t'Ȇud) Y!YR3;.!=lg{H_?}ejGGm0겲o{nGNg$m oe NZP[Ъ֚.w> G ޜ4{#8i+Ki,u8f8S DQ cj:-Hipa[ERFC7QEt9 MoWG~rONtN?߈5!+9΀߱pv b7Z>M>8FD $&`0iw5!f#{(UzT37R :硕6 W9֮o$-m#<{'t:l`fዸ"85f}jRBrxhP+oWǿp%ÝV,~rZ&2߇ ;6=*[ soT=7Ɉ~$TŪ[,*c4#$V`a{^S)g?ܭS`'rBtG>O:[p3 5M4 ocVއR,djX,#j^3[Z@S9&v%ɢ* apը˨  ֊aRf(CPpKn*5&K24t(}(]:͔ i뱭v2*y3sZjaJ$I|33dT>r+—]_X攫UF$1&=&b}Nvpt@qJ#x|b0LNP]i35Dz,ľuv/2ΟD UR1`*f>-eNsrߑN#fӭ$@kp hZ#U7Ȓsv+hKT.}R_QwÊ!DL̃n~'gbiCY K -)Wuqr(*(312j76BxHB`b-RŴ i "6,XiiG |a"sKPfcJG񶘽hMҲ iApr5cb.R L}NEnd5soVeo4OT*_7VY|HplR8gD-H& T?29FC*DTDdž%O- 6e0NqVUb.TTF .o 1& HE8b;ubL"s%8D׶<.Uvϧ ;!u'4 GG7I$>q_+V2р_RfȈE2VZ .cH}5b*}n|8 d[-IuD?Ǐw]O?Z x̠Q ݭkFO>{)k,șbyDFm@^6.)7kG0X^'_DҐ5NRG9u,y܄(h KռH+JC٢DnA^o. )Sʾb>Z3Xt/+dԆ[upna}@W &FcL X讒BOP ͚wvbGDxfwvm D7bkdgZM5Slfzp.)*j HXkl/_w@ý&qZuǮmBmjC]c#X]4*7UlzIJ5Zkų5Ѳ lu 4̠ReaG :Dy<5w`QU"|VP6C MW#4r2zߙrU-o3yQ\vI^/q@&9'|oXYo2kQ x -?E(bI!a,"">;6~X-e>uN7L kJ:@I]Z E%?wVtʤVz=+os9L2]z4es7"CF\X&hB{)>0g lŢ?y(,z%~A@NXbo0??;J.2NM r7- I%*Gq"`fk{/ǭ{s+h$&38&2ˍU`aj1H DEpԿyҎnZx9"؁ }i83Z+aLfZat-:]N_fQb!XGLF( S@]f/Xwk3}Z_ߠpקqu, Q1nWzNL%Ӕ7=0tiIx,tr'J'N^oϽp'SYi`A-Qq<S^;o}Dʶ Bὄn r8I/1koa]Xi g 1Sr{OsT9j $?&ࡸ>-U/6?ᨁ)]OiWjRuao0#,Y%fLOBlfOze? O=D.X[l1V-cXo#z5K\w9\Yؕ!D\{1RޤȬpϺɪYNp/H!'U1D嚟%wt"_o>J H.6ڂ ͍NH6D|$8@! 魒u8%h yXϲ=Fug .8j, .xi8_YBzc(됷P+C7E~Iȉ&3Xz\B@6J@{QiZl]Adw}g")H-\Ck2ҹ6ZTm3MB Cvjz0ۏm 9%!#Խl:Y  -]u*<{ݑ2V/U|hʚrnmuxٓǪYS+fQ}P+J7$ % "]HF]mM˗nSwD+==Μ*ۗvrL]]t kM:IVRq`aQ(N'T6) Цf8f'i&%+Վ},.V{~av3vd@,~.O"]拤L1I auaɧedžOlH%mMC4AOvxNzPoX+YRF  1 tzz? Lf*Ff[{qyl?٬ Fi,WMH;(ǯw_)i<԰R#6G섓.tu>[A)7`tn\.A^v 3c3y_v4413䕩R|(w&#>h:QoXl(;:&Uk3$7S@|1PMD:KV<hNe-DXSsAڨ;sƋJ=}M<_/rGFSur3]=LQ!A|0+DkQn, <5{Bq,"/ FOMkj b'!7!F0}D\%K36jOsЌpXmGLl@C0` kZtڀexWw!2#@p:D]ضv7\PȣA0aXF`IDHh)WH_K#^o*[mK?;<7DTf"^|?Z {0Zc@1o 2g$g$2,5n%k:[w.(Qzitw7}^xK(w!},VlqfpΒZM2%~CŎjZCwZKi;t(cD Fs1 =>UtZw B 'ٌ䰯$'{,Ncھ9Sm Q6R{t, ^ny4E(iv&րgiѾ,VgTy[psvZGyub+/n`vY!j&st=ڢcYyJ_ F(1i c B t'f)^6VQՈ]'UWT\aq Y4@ 6P\*y0ڈjN,]C#gow$ho R) 2rBms*񎎻HޓDA2jwܼa1Z^&B9&o~%*5L{]۽R(~LJ x e N5G)H;ΓBM#4?z]ILU8]"dyI('q)#ufA8K'\o"CNk1'3;I H)lm{,8M8X ŕw ⥎)lkßcxVGe?.y]44aAV/0*Xr0=ȵ!ѩ򈒋ENJ/0={5d=Q|'Rm?PK^R?KyÄ㔊3[! ȇ!ZS=$4l*S ַ8F|#WY9 .h*h$Ol׫ƹ3(_#]Xrk "MK?X ZjgLal mDj IQ Rhmwezo9*Bz|nL[]EIԦ; ؟ GdT͍ٻ&%mʯ/f Q@Bc>I(cy^UCGǓ7O^d=P+SC7Si\s0W `??}FV#=fV*̜ : ӿ/X4;[vu3uҹ(,~(؏ҀY ,@AQow1lIiNYe&Rrn~hΝ֓} įRYN (Y-kFu")1eE\G:.Š5cKѤ*npwD "k90*r#qRѷQ:JZjlzbTE@m ^锃f@J܅@ff@Gœt'#Dj!U~ LO` d B5:{ ܮF[zTǢ43aJXnM$i=ΉUTNҸ^[K]I)-=+V^,x.X(NUHXxEya)Nlnz3o-t)tc66Gmc\]ꋓ#f6 vs%b&fD;&RI@ 4k)I(V6 5{^TR!hEV`r|Ũb{Gs IG{d+]>q~BTmD,LNe`׵/s^Tص+'^}R\h(10Õ`&N4/P]á\8R:cz:WbĹgm ւs:o48"3DL( ۙfsd""^'MLz"3>p;I7`9MY{b绉9P;Uh2DՁA#֋\|~mlɥW+zxtӛܪzVd[bö,=Ng"# Tk$eC[aW+1 /u}|1:a0;A)';hMOXMI/rFkdk +gLgBY3]Q#~9 ,3C% 4f]v0&;S%qH2[ dQ3, NqrE$ƃbW%x @1ˊT1S^k:Qk9ȯ5 %+mpua~{$j\ihb[ݗq^HE bJ BC4o72X-z=ߏ@l ӆO P _|ϼEcژ˽@I ]?Raj,Ndz{ nO`Κ !<&,w֖ip\JGftю;H*Wz*.Wl¯4p/oumN|,DiPQld<d ޳ ~kMͯY>O Ra] lQ6))(pka=â4W٧ kˇ!/ll/f<8?#l,DϚE$"}5G v|vHN%/[Z9raPF¦OhlӖ!6nItՖ{te4nRƛ#YlE4G+ "պG4A-Ijgt_Z2~#%M OؓnE$mܕN g@k~efyb2C;Xܺ6L&Gh 'vSjm)2 왷 /{h}R/q|EzX]Gxљ|zҙ^V¶y59`=Uc+Wf!r]؈)#v1V3ύ(9OO Uк܀ C CR1ւoa(?1G)q~ 8毧8Dm<+VKDCV`^`MH Z@&QO`ˈ ђr2PQI-'My6y)-RQH ;G Nrc\xPJ 9xJ+WTDdShd#$kہs<($>S6W=hF(-C5A obUekCi,1"Gci&Pp:M' /uʆM?jS>]-tգka+=bpGAhwp5v\@@x 7{WQĉ:u#R|ozUAgi;~>w:Qhv2q1-"6yҗFKF#;aba$/}ZTFQPhtOhJhUY$+a,;Z##,sC'3H;]yl32[Rlpk2kIjTJN7H3&ĝtz S"i9#@+  }fif5~]@ ,<0_\Z8Xjo#MNB2 DZyOs"x(_);B8 H4ĸ_h#4-˛|׆r-8 j=jCfb,ӧr8e@E^CZ+ұի䪔*zC\uW2}-FSKX3Wm|mʢF:!f?%.7d3sX[E^p*sZ]yFOBnAxU[FV@pKR#"aƛ7TT`6-_`rj8HBX`xwbQw^ > #s("$DϼA* rg8h|4iVy_ |3i9Z}dnTst\ SD:B#Z9d]pd @n$i H npD (TAIdmwڍV'3*RI%(.nF"G/hzhlg[մ#,qg;zikoCaaz(c$e:rE$+08tsEzUTQHFI2WCڮ`Ox5+.})jfeۉ5E?N tn5RXLR<@}CR2 c X/e?^.$(3?zsJ{~kcd玡J'Ժt3*dib?͌Xtw惕Xx4+SB0Ly4mxh;\mm0F͇>Nj~Z,pDe.^˚a֚RT_;n~sQAH'+{MKvtG=I8ϯV 0}݌;.;F?6_:yuYT+ /,-:$eL?Б'B>{G"MM.) i4)CkNn%v2jWe{2*i4udm>U>rOjӚ)^P71-[; p jE ʓpHFWԒ7w:wnqc<^Lz ,. |.Oɂw*:2!GnɫPqvqȃo`[!f j aiv|*QQXNo{0AQHTfq'G["7ziEK#'И2{Rig>E0ɶGS''{9}ius!B5N mV+|bhQYfKUJ?QFP,HHhnL~2C[&`N~Aj ':>XANf3zlE7"ܵ! oo-\ 0;D9zdL㼶;](0=30md_`'0]hSY{N|HOúmSye|:_ 5 (WX\?lqMOwX_#%KxWF,θf䗡6#Y3gh^m;u](!iUK… ɲEJN5Irnn%x1n!*ݙN:}5#r F0Ԯ|#m|Ykw<"C\<#еM;4:|BFe"6Α)EgVy |*vpF _g(RD,!UΚM0!uջy1~Qg 3:cƘb9HVS{EmSy  NF<3;GLrQ~ ǶRL??#^R7R*+%Gѽ8Tk vHTpO?z,vAa3EU'Zy8[wݿǹO,y[yE}q뀕0d_jЩB5ygFFl %>*z3%WGI^N#lA,y#l ANssrа5$"~g5L O]S<܃0* .s);Hs e X3 kf)}2:Eep/۾$4Bv*Pw <@iЙq9ݾS̷a %.l?' RM(1T4PB5~ْ 9r;NE<==pFtH 5<cƞ>-~/ M7Z0w7h` UgW-ڏD:0ƻ#|VtQR\C;ۈds0gF:F3NWI|tIdkG|6>|M2j_\]7O)t€\'HyDmS ~j5 ^GJL 7|R؏LU@p{6`ޗ0 J0jA50573 TԘWĩC{0atsfn6p14z7 NONN`J,h2M%6x̱NI mj!4c_%6n|IQJ\arB""3IđUCLl|x@[R?%$/[RaPنŊͯ1'W"e0V}0)HnםyW!7#{7NU/E8ӵ[m=6wg : T$E"=)]@28ϛYlF\26$WWvpޒ#/+P'_Ȝxs-_e_}NKyTK^e8-׺<(c7?9 C4^CM+uKgg}\k\_H%\]έ>#.z4bŻ&}vd_(4\,Pr$Jj$s/T6ݏv'O$R?˭Klƒ*"ᡧXq?-=^%5(.XB(Ӱ\rï)BW o~b2}L9>:iT2|xqyMyJe;,) zaUÖc.&TK |lƟY \ md0x[]Ӑ]{Bk3tll B< kS$@]zxBWh5ς䵧tf~(d8n[fɆ>\LJ^r8 놥`oy{tuq翾 TP8LR[-UF2qfkavoQ !rG%epl@X$BߑE8ì%!P*ثİTky 2(v: MʐޘAPMLK![tіwgRAXקL|@K#H;hёT9B( QQI.pOe}H3燎K3zABegE:KT_ʦ?$/No9!-w-NSR5U:VE!J_ui-3E7ˑX+})-Ets fڞ_mMwzm+8(.!*YސE `=-n+DZ9G6]5)D:&,jȍ#.(H3&$E ҇mRP|jjӺ"u0Jfєg`^k |w]* y.̬ sq7 #};_Ar :|@$i=UJ/UW^GW̜[XǠsAӭj ? 3 N -u- Ii·$rLr mW qv["<'aҹzE'& R.WPvqCpE*YU݁DpM[mSҠb-~}sq}n]+,}ҹ}40Dku" /?'tC(؞(b2p,y?kpthjz1?JdUz)wR@>zbp+n?rl#MCЂ DB*_QkB.ՊRz&% 1XvVV힫{O[uaG35ϻ-VZY;C ̄#O9-95YAY,X8>/_2d6ԓB؂A jij+0|0@T)]Θ=f<0p[ϼH%X ̢cL:;a):X9̧Иo@SzgSW=xSH3BmpՃHU_>YvRZ'擼n_Qd1^{XR7vӜoGL\~N73nEcr WmYcCWv^W\nX/ K }S@h60eSu  s"$R{ ݜP>"Ej_0BƜ0zɋ2gO F'꛻0}y%Qnf+7K=Ҩ&X_P]YӺMJ%2|W̳gpqwS<#:\Ѝ#Ou$lK$I}7-Z3E*aZPM^P4cЗ;GCn^n+_"e?⁉-['NQJ?4'4AqCɞMlx{=RU ԓt~Ш,IOݠ?ð :'?44ŗ|o{*ԛlh ."LH;C7hs\0Nq/U*Oxw Z0%1?Qٖaud.kn'Ur gؗ5Mm*3kyk-<Ѝ"{.I: UG8ieYg-;Ð {F2\oJVs?-qzY%LŎ9,ڍ#Ħ% Ax]%)f3|wb-(֟gMǂeU1zq(h=il7rUy>II <@K*bsB&lhSz ġx<MO}Q,ϏޖEͯ>l\j2臘㓨3"EjojB%K{W4 g<;j' G9_+Jd9T0Li,Xy$J5 4yJ ů8 5 )%a,<.t\!X{o>*svmxrSr0zΥqPM8A][ڷ8ZʘCe*xZA>I""fMR^_}]ĂـPb-%<q)L?>dr݌t0rP"ƇDK6ʔī/}0WX1&q3t\M:Ȍ֜'NDB;+t (_=שO ^M)Wqhpv%;ccOhznD0_mb@ wWaC/&u-A Hp\8 ;߈B\$υq-"^& P$&2touM)!Lmir:D,̔ZU&d<֏ro"o<[2Dv\ u{l>:+{цpΰ̭\:,`8PzzsE3yuh5oinZyy}AȲ xe{v/n*uVAy-0!M7缍59ป&t9|aOgǔ,xB/QS&FƼx<>Dv<#*r$"Ϝ+HɑTWYc.a2fk~;#g;Y v/#ǢƕqA߄ zWhk*Pl7{5481z wC=0U_ۺI[EF)$r`BmƞF~7 [YOՀ(vn Q {Kuv%ap]KNTuǯ^97OӥsID̥1/Iaφwvؤ#6otg"wytA%>kwЈ/c)k&U6X,r%{>!Bm?ףDs;,_BDHm7#XӪ*5>ܷ͒)ro95&$> e4cHGi' qa7$_IAlkSg_(!Bl+l982 6V 8$>Y}5SQoVYO)4} #rm~4rmq_ o92V"M"o!<4aWPwo9InT 3KVt8;J\$tN{fiZbp.VseaY&z|0aCkk2RlWuAS "ynԺaLdn¾B@ w]od HՠlCGA2iБ*Y #,{";N4|n:EjTTu+.t/Uh Jj/-[$({kT d5)'ܣTm3D|tCѝʇ]văՊ9>>. 9i! ]sN4lV~iaz҇ MNbWZ -6|d0=_c_I_ztY[ZN'I!' OWA%20|D͑~dD(ɞ;ڔ$ҫ"Lj%1J8햟Hs)HExؗ6)۬/ %Y^{Sv-e`ߘ~ !\ y $}>tqY8$Yhu 9U=)W}y6- ?867 5Vj!)Rq!q2,wQD0Y"hd``Hfn#ǭF%-R7a!Bc`}s@jz~!'Ϥ =Ds}8t*nS&@'Kffl"y\ĪkyE&>u-&%aif8'R8]3@{ac_/E,L1~V_'aKNౝB|mAÎ{"R5rw!+fV(ېy#9K!.Knd\4Ț[L i.!JOMXCY N;, \ ʎ5d(iy~|B)Hx@¤&1%]E|l? $ 3pM͋ =HXa+_=~2t%د؉> 3'HɖoG1D^}Q'[ T'xwQc˼ oΠTwÁ=E1 k$(jku e 8]IRy'ܱ A-Z"\0 xV!ԉK8xBwnhbϙ_B iϣfi :Zd)g#vni98#| U1MLʝ#Zw}2ie4w"X\r½8^dWv;0Z^k ˒ygq:Pe d.Cî_BJGY,} _Qm4&APNZ4"'+mY]|R1QwEۀtYn͓xov#chX6*=~O]o2_ sC/(8ۙkn (5T00j m$4Nh|pMg\@ӷ`/,d:u&KKT)"Y>bB,tPeXmѾCcM"a:[IO>&iKg񭂱 6Z$H@MմcŽ~'r3q7Boˢ~=h_Y`3nxACԤqj'k(\KOksA})4~/ښBW;*e;-xs_;4 K\Dp)EOv6CUmIjP;.}<5ܬ90 ^ y %g] L}JH[@ENIssӥaxvN+: da H="zɘG]v*v+.dclѱV|Σ왈pSrݍu%CG=Ã>? q>*eUҕ^o|,\UʾyL'ΣipnVVa{7_n'`G'+f>|1TNbnei2⾰FM ya Xƻ4% },"ۯZw݂dup 3r3r*=IpkU ;l^qIykFL:/.r*DմQ\3E"h.h~ڡ25I-XlD)s.t:~qJ۞qQxI e3߇ϞVƏd} e7CBKհ<'q>SYkw dQg9I;ZOxg]5|/~3![eH,KCq{3r:"Ξ/<]uDɢv#&zrJ^yENkA8C~f/@ڮjw#^.blvLy Hl5 Yݾ'N۝KdEc; x(9hor-u_8VxEy.} 2X^S9k}d^1\ۏ Ob-Fa~}7 vdzJ~c:4z+z{$ai60JI}0.џ? #ւDY-Sl|U{t^!n[vԖeN8HݖEA7ϻѢ-;x-6 >X)-)~,RaPKraUP<ɴ׏a]o.|7<[X̗6auWr9a-8%Œ׿Ⓤd%q;;h+2@TA@ɔTMdo/~4 Hx20+hCi]/%ڠL`—|?{ߊfɰ>g-RbLy?ˬCssx om܁ 7Wn!]Ś$c㔞i%;ȑ.Ţ<#qe,y&$!CT7i3#|kJs];{tA {MxE]܎Q$sQΚҀ6*aLԿݶDP5HȭVNCQ3R XU5cy:X{tfЂ@up{E>q.yN:'.l8uk _On&d%?i5~cmY|O@.c-lyDHxPR]uV+S*d`C9L;uضs xմ:)c\퍎PVz-:9UAm`B{jFiҖU;-B$R~8y )zuzRk"nKA/'v) 2XlPz-6q2)$M˲!"!cv ށX[em|*m˴Vp)j=~k{Qש- ,g}@D8#e 1Xvb 'X̳gZ|2;CKC垒BB(rC{ʷn{%䰏'C2qvpkWі̪A/E>#h?@l䗟 2)$Βv{.E֠]L{>vBKy[{[bziA?ps_2+$fwr'0?R'c9))\Pc2~4 6fͅlT01l=kn(RR%=ߕ0 C~owBSa9S*oJ;#m6(*$ 5.}ǀ'{7?H3ϮIU7W@g80l(+06CUZ[y#x sʶKѦL 9# %Q[[nƓa-0 +k('+!+?P/ 0 u"AB 5EtO`pTف&>" CdJ$I*f/>J]Z`3#+&8BnHǶ?#_j0$x ل'/]+LF.|%65ѳ|MO1P6p: s~.LǴѸ N!r[A9U놗k4W˵_9Sפfh*7]aآx/ ֖֑m Ю^8d5[&Cxm_䵳I7ָ &>&;cJ*NUA@Tp@`fwÏ7h?ϭ "?x*EI )4N ;WNr6z75F7\ a4ʡRkH:ܴ܈ b]*|9-ԜN< +{nOYJNF<qi%u:r-h ThȰm%o2cm1o4ҩx QS)Zܝ62P*n$W—oaXjaQ'OgZAyC{gifDYLk?u 7kSm9($7[]?,9'.'}Gό[BQm$t:tc> cNh^.DPɼ% E&9Er/!3}32b1E|n5J(81(KHd AVm9:2xnF3sNmÑWU+,Wx].C̼l%ڂM>Itn/ U@`3X]kCgɰS:.EggzV65(ŝ ,wPߤfon-=qM%`rû- Lsz$ym-SΨg?3?`F %bo+EBPɤw)T!%Ix 'N^Cn.5To֐RXr E~J创9!5T c"(zC\TX86ϻln?,-"^3Lh6L%4LP~O|`VEaDd ,W+{_ h;6 j9\Q+*~|[-ĬG 7"rNQ) _૊ )Dwϔ\) o,^ hɽBkS Wgug '- ѻcOyk4pe˜o*Q4^>9m9ìrBqߴꔫ<1IQ2@l偲>4[S Ex$2N8_{Ncˋk! G03hRȟZ+ywֱ-J5΂3\-IQ' 81\i(ĮF+rXҜQ֟dgs]8If I=w`B-iHsl-#7jܱ0-I4dt<;Gȫ=kӼcpΪpf0c M}3P\GG/ Ý \${]:N2OHWn{lܩ3:I kk։F'n0"k#Ai>1XN< VgLxe,Bi.I2(h4x@-o_l~ezSE#b4q)SI3 QJB_-:,7$-O1 +7-|̷⋄>o`a0I=*IMx9u!AzI3#97mp(\AT4ۘpcTEtٌO>U88Aiw ,zHsCY6R\3.>̊2vr-x[5eALkHщ34KLkè5p?]Mkm &`S0)59v _I$ꖣ)X@:.EqZP/l6 ٿ>/ ,k7qE|mТ^<@9~Um{=ó -Z+h CYA4lb-0]^"~U-U|U7o1C׭$}GtwQar'ye7I >jVc=ޱOEQ#)B ¨MXOWjfE^qRq["_lS2td?x K/f.w H: f|,ŗ5 %Mr ҁp;Q8RS r2J,Q2&QK ° 9ls;z-$ZgyLވ3A~?@Đوna*ka}b rh;5O+ɉJc e(,n*9x$F j .wW[+tL Ov375P/#@ c,TCX͔[6FitF1uznxѩC=\ُU'(z}'#hmvjzq8cLY/mju{ޝU/~3D: ~C>yXOp{^`>#2RnjC˺Fѝ9dഇGn#d 9=%&sQfoVîիܓT ~"}x2+]nug.$y!_Ij8!GwNUPvT>Y<Mh^yO>n鸿o[ ݿyg?,o-5Αk>++'_ 'E޸xGI7U l]h9D5a߻[O {bv9 h֤>>d sgnVp?u>fSx5 U=g2ErIbk|M@HC 4$RKZfr9*\`\2Pŋӌ Ak&ĬqԛCngƃ4J`-vXK ")V.GN2-i#U|$jofY+dtbkҒJ@C*Nf2iBʼn_,/9~r ٴ'˧m8:u`~גLjMP*R! Qh7 `TΏ({{-]V:; \SP@Lkxूa 'm9K4:T4/en~A>-RW,桋J<%/aQw~l [0@ՙ d-~)1KҼ1!lKBE^>=0yڂ$GC[Qht󒂹fG{V7G O_ {6rrFFX9GZnjYñ,4Bܞ6̙ګ$/MYʖ jLyNHAepG @C5/q!m-W( ql, i3"JMX `Phm@jE9ҪPVR=3{(rՎF8+Η'N[ Xˆ0x Ϡto9u]'1 B1Y4p42bh㠽)wxƅG=4a¯ʛ '=x{kd #{sMHt_M<^PfnqĿVKRM$ <ث:[q>R ?mJedxIVB-ȞWV?I_e  gM`2/"%v0S^C!@;%ohѿ*CV#i}[~fJzBaOQ)w rBL2 L֎H[$'! j@{yI9sne8Bc/Qr1`ia>nّ h8Yy\w%wl`';OpLA)M˓8?Sg`j; CǢ%ރpaq $mjG#hv29e~'AME-#ϟ1 01K$2]̡OZ}=M8c rYZ> C䗯yhOu*TS+ Z ) cB2 8Ďn+ Ԟak*UE_fV}c[ l )wMecSDLSύşdd9Y|Q2K.d1/!Hn0ߩPJ;v+M5Omޔ=g/5Lr?+ԡ?=  B5ORT܈)wrDZcm-\]\DC!7W njq_UBPx-0ƧwEU@ ( .fN68LGYW>HQ1ߧ,>BWiH__| g`3r*jNv(Mb)6BX_[BUlLX 1fJ'ݗSp/倚oX_B2r"3jP {I|u ~ͣN{7埾s."vNnT%M#$6H5dңk3)|h@kQ~ !t ›4"/g. &)*ѴiиsbG $JHl;"g.#u,o,;~*tFJ%tAöX'* #AyH^#hl׷2A㆟ooyxPH>p6IӴy*X%[S(5}]@]~o[kj>+ |6d0ޕ; ӿ^e2Eӈ>7"&)2 EǣnxgYӍ=Q`p  _ ؊c 19RYxu# C9*AcSH-YU3Ы~(B)˸g+ڶf mD Ծj2B;a9SBL.7uʁPAPvXv^JV?g(IFQRT"0Vt:M{ZJ0+VJq+X}EZc^"t a M*: cD$yhYcŠg@t&3v ҽybwj:څdS"7J;-F'[f9I'LҤ2yEe#rY/+<ٚFҨ ?3O¦O],hHw-KL`&*}T2S 7ԑf:ǹVǪ0wXn7TLz-ne2=VҬR$x9BD(%muc6>s4"fW_w }U4l\$[ƥZ_j98@AYL7pwʪ5 ZrOCyչf9;prGoy:{RoBtf05*gf7K.+5*CÂwCn޶.D VW|s2x u)cxXXi {:޽ڄ6%>FFOMͳl%$Y?i'NW1 (wHW|Uꍼ[k4|at?Mt204Z&ӍNr\}(TlzxkAy? JSxEq ~|Ɂws%2ݮ8jAʼp7ΆQ2S&ΪSy>eK񟺙Pxc}!HO𘵑!MJJI"ɛ{Rp Iw~rv 95bJ?>4fjWñ(n F%on#~"g&MQ\ٯzp .h G CoLf)WvI}\hk tLyDR6G`P:=> {~I /u~-_feeۂ崨%,u;(`NWĄ] j+>+XRԙ`i: I61*<< nt4ӽ/<(`t?ǟU5xֻ*֦mo%~f9}#iNqq)_0R:kGϊCAV_3w2Ff(򸗶V*VxR<2I#j~ fkk^c\g4k؊'C.Bˬ6P<R:3]~ۅ*Tb0LP ޲oKw (j>yQ߭#JkXبUAdVF&v اHZcӪ g`a:d(yc>Kk~vmdG/ݶ)hS9d%m [ՆȞ͙:9P=*L@M^S7ܩOWlvO'N2|?Q@W'ͅ,)[*[ˮExs`s} i:E\ ep@ږUXNbmɟ52x¦mc4LT*%yY!pc8xѸ:C wdsBo`)aA0pM>O kgY;Z%'%0V`X^GҖPlN, eTn P̴i:U?K̈́N44ʤmc.NҁpsOI?~zSN fbtcv*.oRylף*ǑTj5xk,rxĺ7`$$@`U(+FAmF XcˀJlDf@@ 58ؠs]F(U޳ R( xjNXw&AkL[:Z*:s y0`&TU+ߥ4ȫ1ϼ|j+ `Y),:`%)}aسX*B!wXT]CU \醪'/8oޗJN 9r-ש}DU+ꢶ`I\v'a|0ϹugC+8ĥ"2>Q`.ҳ'YOgu׈7Yt"{(1xX, UQhqFYGfjۂ+@3\`$wJ:qf  PcKT.)qMyQQG`%lM!6`t {,9Um뽣T5t-_X0Y|Xcr;Ft6Crz|1PFW ˺nL9e.\[<їE}X1¡^D,.S[Qr&K`OB:`6eDd-c$Rިovaphd(]6bw\U)/ _X;3Ҿٷ@`Y4AʿדT/tR!/'Qs BӁNoW|2Z&ro|Ѳ֙8RV>M&$ Rʹ`/̟c![U޼zT>Cn{ W¹2d2woK>6SԼKZhM3&O!-DGa_hPј %s)G^% --U : Itt$D62R]GFu1oSGغUuv$TiH߮$hs^χrpDG%:H;SfɶKQMRh=c{u Pa !69E\vnۀ-xa6* };Wnq\ƟHEFB~ u3hѦ+a}?#qu%uX < 7O?<|p nsQs`E/uopK]^8r!r]` /ck70dryK)T^kVC.z ~!JU2@DB,PSCp->_8usw`CXF2d3Y_Vp.FHhZϥ04)nLXtP-Xr} >*%A]_rH$` p砈X Abˏ*T\YB$rm?Z.Sxu7sv7@M:w_Rxu8fAr^!G&/p&<@q@t_= >mˍrփs:Hq΀{W!t#:_ 8V,/r]LjXLDe{e/r>X \qtw ;v9ڥ eðG-(b,'H#À7`aUMl7BJ㌗#v|Z_>-AoD(=a>Aѫ-uqem#;m2n!G!0q"ҿ9D:nt!GyS/v1J}8TXtsQʥnDxwr⣿:` A25GYV Aȼ"b5gŌm$^y&)BPL~N' oͺi𝘘1.JՈuuIX݈R\]HR~Rl_-=͸ozdX{JN2[Kʇop4k]ZutCWKW;')}<)vcMVt U-wv |׿2q(dkI?sfr42 7GD,:de\ӭțe=:NP?ڠCЁLo6xY@NGa _<4mQKWx_ʱx.} ]ԗi$ [e h[ࣁS* zwJ8<ĒɳlWި5 4*7p%^TU%7waUk'm|[Ne 8z-{jku12D[s2RϘq0hGG߹ӓAMRݮɁ3I9S&K~t >rA U4Xু,&eݗuw:ydZEp*}n7 _tq*UQܔWzuC%+s"مag^ 2(yu)^N<ʊVњBƨi@үK6C%ىR<uTgpGv {PSܾFD&ʌ[Kf6B d ,#\?Šٛ37ؚohݥc2Es٠A~AHOk(DodZ6 K_kڭc–8L#G`0g f3oI<Ǟo:9ܔ*Ro?d~MD*WRC5pcE(hzq]ȜƵ//bQL>~^6S%zy[̐BݯO.H4jEag,vP Ϳڵ0 y >B{~31}V0$DNcN[5I}ԁ4|q:\c~ ws#Q`-5BF^|_.8F v)KZy$$Ptaz28ѯ~ρwo~eOG+iC+pX_wb FP"DTh=papߝt8G!w=, w&@~21#B2' ɉ֊; d31] x5QцU1ջݕ+iG= p=!xuR5@sK>'k+x 2L ll14WC[J N*΍}Ckg|ңs}",>D| 3!zHFD}drߓ[*t(l1d܆cVrcL#ـSX޵¨uCO%Ot=?W+LBk⹢,9 ko P<0W&5 EΟռ.D}nvE1//n(ϠZWjr7S*ѵ ʿ|ZӟUc%Ș3l).ql/abЩg@py_#=רqWoM@?:ԆL'cp0#4z%SIRSߗ_tw9.s $DM%gCgt;@aBI 3} FHB*-ݺģKÔo$xtPxq8b„F[t4 \r߁4:/^aޒcj !Fj+=(i>r8 R0CDe5@cmfO ^5R/bʌң4u(_>? r7˵L >߿{ $ji6_l.bzXXN)dCA|YW*΃>:͓8.vR%"A( A 'qʙa,ݻp}436>6m|TJf* Q.C~. A5SND@ 2J%xPJ62S#za|b|řUsuk"E}^LW?y8:1[KPMLǨDX +4(y.)r}&apB%0I#N=%2:Ju+)B9~']~ ~_b#,2.UGk3O,g 5[#!Ӹ{NfF㪼g\#Y{|x _fٌuLAlM Z7 ^wTε]zJ'K[؎T3G:G\)(WPKWZ҃kS&󼈨Y.4Esں,2RBn*UCEEzuQtz4/ӌ6`wf^@NWw!kSt! ~%؍Zs-Us2s0+YMûb>qIֹZMi#uOiSib!"W /qK.-R0(<)W00@) ;'AMkm -H#?O 5:dZ\.@&7o4y)9V:+v|XTHpM $*fƥK ! h)!+?"I*4V(z!ЅkyzltngP)k(;[㋦K=d,P\(p6cde$8+~OvT maPPx,!Ȧj&[O`Y_44GyJ>#N ,6Ձ N >tNN+RRL0{[H)s].e5{jH8U[\s P~bujffOYˉ}]<%C0=DR y gru}TJUb ,?~{T{k1`3}Y1q$kIhaO\MZˍ$o!|^ k48r=YpLWڟk/+1o34̷ ! 2#?n4n"P6tK4!ybj7O&{Rdqøkz%eֶ-L*iԻ(2ǐ/=yK̏dk!S9b;x'4V~!9' 3%[i5ޟɗ4uƫ^m1U7W!bOiڃ`xR@= I+R&j*W9ЏѺK<\;x4mEeO^Zn7OI ~ wes [$ &!d@;3uccߠKꪸasua=YN^$-^c?jGB'cyȶa⁝ܽQgbшaU߁ W=sʠ{Hm3jfs jf|5?5vUwDˇOE Gv(ozJ js4qg\Ť֎&CQoZķ-WfСD:X~Cd9ZϘd :16%X8rWƐæU)ݷf--<Z^Cn(O8 Ϡ#&TKnH/ʍ"? H1hSƸJ6gO:l`nLZUਜ਼75:*5BS%"*X#E|eO\>Z鷂3h=b "6kӝ{c!\n )-LkT >U7Y#+5B֑w10q,eDT.%١lY;{̜)-v1b,z2csđC(qR yFj7sh*mpO!P2Tu&xv 2'tG=[GtOo8/gIΨe42 U# N9mM|mfĕkہ'bSV (=L4+7r71ߋ-h]cl^d|b ab 6Uԋ6#!*AK2?h}qU ;ZVY@FLjq^9;%m8ӎd#ڳY7%(K3zH痞ovVQ9/zO`JiD53n\"XX@<5h:>83Lx& zdx\WWQH.?8Y(ʩ.E4J'gD`Wz_1U~v&[TyOv$hV$|Ȭ:|fm"\Qk]:,,,^lLFWDQgCZ&eCՒARY\6;Da3C__<N݂O4_^zs_[!x8 iX3|L-z2t& Ubo7ŗ2vANnP>a _x,.LvZrXc$N]}9{`a^zۈL'ipO+Oߕ4+ !{!F@i>6$Y! f0Z[OR=3\w-xhƷgfMo>Ryt|ܪAl h= b ([)1oqvtŗh̐mgpL[ȁ?B blhe,ylY&K2$9G6TѰtZЫTqQQ- lW|4Eg: ҡ^2RNũ> zt#G F#%9ԕb?ZaXGv^-{`Uq7.<-C fް @%9Q[M&UBdz#Q bir/ƆEthCm3@d lx }"|S74gO1g+x)kQ,bl/_RMX/*> /(>ј#'vLĸvP`AM;{.~ : ]>5,-뗛R"?y o1^]NNs3ZvW iM0qkjm /7=a[E*I9j.Pz]; lH?2L\Jy~UR%ji(@Ѓ51K48^QTWOJfDvMK 4ΘJb,8&J:<7ץ&V  4B.2Lü*"sGCVS]Ŵ8a$>2-l9 @&Zȿ|2p>jZm2Y'nT1D.&=EFx .ըy?5sjtyZ(PL3ڠ}k+0sEUgU5 Mȶig0nPG*;ٜy,]4x7m7} :,@8O&>~Q ÑaS:VQ$B^~Ɨ1{R|}sbnk/qE7Xha;ID]Rv#{k69hxNֹdIBAUdi<*Uu,{eCI9Θ-|g)^: @@^fMUC.~ cdX PS+0WyB(děZcAP%QR3KgJIcʈۗ{D:2ķ;#dY!%%l[M vѵ™:p] KR*M| U{l[3u| kK9 /7@ m>z'?>F:_r(^kȨ^Fm8>3ƆZ)sZe[^YbRp裒>=BnB"UOAX5b&"{Fs<)x]u>К&P[' %"m7:%fµ K$}ćwGl^<\"2Ht zbsVI-0ȀM`j[bq]Y2Wh%/xcٷp[Cp> _ҡ9Ƕ۞/dnjjVv` ^9] xOV55NREQX,@։2_sI-K1w:5I-_v2Y\Nɺ0AtKqw@X4Zˑ\1pe 4$/K4^ , [)WvC椦u^44^6.qzP\BvRJzLo<ێA8GNYlQOsL >_8/Zy^HCe˹XH :̼XA ?,p++DjD×ƠlLh]AxUlt]ra8%lA@AplYb3-f(-In~s9T t2XB#YK~ȏWʛ! vng֜&B/.j}NNNG{!cD(NJA> (iF/o QC0z%Ƃ !O\PgNE&ٝ B ;^h q_TFbnxmtm/ei4 o(ia]|{ ᕁMmjC?Ѫ6uʹL;6:|3hkG1qbR]~z֡\Ύyӆ#7OVxãU\3c}dH-'hPJhqíl |A\k('>HpF髑ARu4 e?A0vl. &8SqrOp6 >rc&dM z#Zk /Wul[ySYx !*TĎҿwϚ$p9]SDkI3>Li}P!7Ϊ>Jq*Đ(Zwy)3pa/j$p"g#kH .e2w|7kV(ht WC>c nr~>asʔQ\*6^j0lQ{ļF/CCW  ,%"D΅d@뜪$EoHu૗̎BMC{֡y/phbpY Pu$jJZ Iz@~9# . LTP;mLW6'u4ޒ7b4-ߓpQFU?tz7C~+3&pT1 RBnP|qZDS.KҩB0 {΁-.ΥQa;`S aR7:w [BJhE*U 4̢`uSm'ìR^5,g3ސU2)ԡ 9bNDnv;ϑ5yWa-Nrx|QdIGX}SC 8]GVj|\*WB sFu՗9P }` !0z񴌲Iar8YppbIB$bUHw$Xy]%B3WC#^mHKzMcp3V{DSUiR^ =R@Zyo1B\,[}MNyMjY҉d?D=Q9lusL Btx*&& ZǒƭbL!FO 4:CBgU[o&0 v2y@w{E&W r6TeJB0ϭY䗶a@fg=k^?&/%!2q>FmwRdWpӂֻ!DAu9t[td;~Zݠ>a_Ofz[5w:ډ|j ukgeo"e!"tPpΒK‡i$ӆ{ 7'B+˚|P aGRҲ=hEIHIA8[QAKМN cH2*ݒl٢ڧU.E+g|B'70c5 d B"g߼y'ާثݸtU)nma {h&۔;fjlzLlA%I gR?Y(AWvf8,G<ؚM|DuMqQ/Fάxo"^j)kJ,z#ՁwBӢ\6f>_Hvpgnx]Nw`[@0$˸cꒉqo:?;'Bb&cŗ\8piLͣ_cj53A@ߊ#P t?Py ?P'989CʳZJv@Z}~f=ȣnS\Bdjg?6fH*-0տU8 eE"SwB@-㠟nQOA gx1gGVȾ1c8YEM ZCb^Cir)p؏_hIn۝X{t)5 ]m.){ e`wk$T]"VaTMq͝+7FڻUuWna4녣c]у}i _ cB? (.A\@B:ZAu'FV$g0'cAmrS9ck6au*5@2]f{UˮeU|5..mSG;8Gbh \RY8rفt%Fz'}dI˖,*fv%8F Dcx8cb"'We=Ǣ\j<%q.nC7fů'$iYiGMvY&M ݶN.98Mmë'oq;; W bJMOzZUs/K^zY]gE&[Y dBL=|#ie kZ~cO0}Բ߇qQ47hFwc*_CR-[ČKlo'g L2(N_Rlb*O>GŔs^=n+T;>kxTGݩ I|ESЩ|TBOs$R/lrB"y:@(x.g"6%ʃQ0f.¥\ yLwsB:;*QjIMcōC!n;/jf)d~*]"BVװ Ykn!֧po;^BͨOVD Lk(n8)(v]P`hfnm`B 7ɌC='t@OT\UtD m7øR`D\4@.xeҌ9YU줺ǘn(]ޞRQ9Q02%e]u۟)Lkh 88@]OxrdϱX 1{+."}g(8ʜz*HeW2YX&+-Ì=} tbL+qK,bZj$ojIvW\4lDSt,SXλюB{8dX /ATp*c^_xTsŷ4؋D#;qEN%YX,@ki"n%Fgm1;bMqX( &tE80 h ,f n:n,R/9$7崩wCA~9rVZ8[c3dGG*'1a5!u#XιY˄ _Kigq˺S W4tEN1u:mAA0*97C2>טJ~ zZ-jUO5w}#;6^_vnⱪ6g\Dg<@{Q'D_E<&)(wQrn")ƛXO:x1t"C J&9v oOn/}!n~lI C_z`}ٮ.L:}灸<*/8GfAX@U>sjx6.G XXcb'N+H;O0lOB|QN4` *^jofMӤ)JTQKԬeH{qFׇVri.C o-c ;vRfk_n˂K`R4&1U7Sg8(6]Tkp;Mf([v9;iqZ^@Xẽ>j0oٹpŕm/]ql9E/ bYӼpj7I<aoVwj{las~5/'Rq24᫆7|~- 4nBCֻw5sbB\ss ju5ɕ6=m`/tFr#%,9,5^Fٜ5""S6P|P6Se"FgG6(}4 u{գ޶-OИu<閬?mu_R }e͔fPWeev;VUSO֖_R|kڪ2zT\{>yWSR&.DYE ݢ$2V,P1E#7:c.tT=y ##ozpۂKҘpt%hL=Vl lJa?ƪ#)M{u!άy̺vDՃO &O&+pȭ p )aجލb[6 NnW*rjoz 6KX2$pzyiL7ٶ|㤴A jvU;Ews-%9 u)c5 ܴgŐ?>*ޅ!0j^{Ğt,+E-CH$逸c#l6/|4ȒiSRr< ,%?oQꍺh"sˡ.dW푚]QV)#G-_q*.z9?taS@@H~QVt6 =H>iͼ )W ÅgK[2st㎆5x6%Y</z#٫@ԺH'U ¿|;/2Oi-[]Q$7YFt%uDŽkvf?_s5ސIݭff}{ Q{jg6LZ}-s1kH>!YEvhĚO\UWTe=)jUHB?Hq9ӕbP}hutYy}ϙ{}BA!hBK~wjwBF< ۿaO(, |ֹ;O58!DRnZONiFt f/q qy#I?,HvZ:D DFP1s+KToQUD܊ݤ$I6̾1,wʟYhId%y]ϐL?wtM'xhս+IVJ%wTX,^p~ H#QEsmٶZ˰]Y%O";iAt8kcQ;Ы'n[{WKߟ:aXt/+]eX!g#+l'KD-LfXf+ɤ^b(A1X_ }hmʶhF14pTʟ;l[9S[bSe1;ZL-k!2q,V\,)KBwWnҌkG;+`̈Dm'H [oM|p2!!lD&~[.V_8vFo,ѱz'g7/s1Y"c4Ct]&Em2q(:dvqɻOZ 0j/qGEIgE%63`w^H ?͘}Z+uv[Nlxzvȯ߅t8/u:vȰ qZ ^ .B+׈33bgP`9Plng2#4gfWr8fR#?Q=.#o;H3ҜXS'`h,J (}p%(–^~אEYt5'<2toM#<4""P2jU,wӪNEO|hcia OZL)wsTry‹ AHfÙ/9?@? o {De*ϾG_WxTn#)>@Cxm)zE#k{Exb89 `}xyG%@>b/o6<6/G[uJAdo,e^h-ZwvHGy +Rh,5gDӃn^~ Zp`F0t/:m"Ȋ6$,͂ݕqmr$*ɹ eޡY9M5JeLc8 Ne w%uIhT,r%_3&xfB0 \u JJ26$wa:TSufvQ G.g3&%hK\m>Kyۡ"`_]Auz+*kՙKUlx!ࡰQ]?Q$!pځ>xrk `Q>~!mr!g\ i˔ Mo8( ˨{^p`Ae b&TS7Χ᭥*R-J1EmxE(۹I;9܋zahyӿy܇{a8C7qstJ Qo+sNt@o ?|z  A2 r偭`2+y 4 +ltФ/:!7)D@` `! 1(Z{CZ9j7I]+ |Y7ا40w 30>nד]=Ń߮.7{W@nrX( \>77>m.X$<4q=:^ҦY ^7 g[IKXXxn BK̀H NgHız* Oʛ E\Lټ6蛐Š؍eكgS& _)tl!S |,<i BoþClkb׊8btIݘC A Gd+<=8!5h'CRrqY5&tdԎLR_~=TCa' \N΄:WP?8x6ҽ_S^IƀmM &g5J=w}ߧ/go#F2eLia%q8] @ŲtIS t9i-( q*F3x5TޅMSODNZ0 QmT!FQzbǸܕ0_Kޙ=eNsK\lHE9-1XN5Z>49ZBC_Di)#effP60̢[4sq01o%Pb]lyκ.I]rx NzjA-z۲֩HBÛ-LQQQc]dD7>[6k [uc0Gur!b 9ٸ˕*5!{(peO{^ Y#|MoΡOf+xL y~⽞N3VjD6uUUub]2533p|Q k+1ZԓJmr@D| 6f=F8?T6I_'ܲO\+Z;}EKiq(B&uNX \Zb2t7pBokp=i6wukXg]xp8)t;.c,E:*e嫥֚r>zcvn$Tpw^"”z_}n}pks'[uD<[{rW =ki+L1꼮v`x&*#srt NdƸ/R󻭧\\82S jj^ )16ebScLwD>j{Mu<^UyxR0-['PE[ ]4pjcW/b7up!w~ێfqh2\)%#IZ"~+ 8YqE{ܵR8Fϓm>L5叁6f0Z) 9CP;Njz ۜ\yLqW|lv #P?9{l:9e}X?̢Ӭ]I{a Sf=VmiRN{߀$C'>`3ԘJyGhú=*8>ہt 0-S6?ae;[,ؔ#7^ڢPQj#ΑП+H>"FYNuQmR]03ڠIˁb?1}dއ35y$X"d`W Dž]Xd]H^_{ƿڛ]kc B?BA6wC2L鎯Gٸ0vg1%Զq֫?AM}]}b.bml"[.+Ǹ ae:b< @3W;* w95Tf"[ۻc_ [oQL' E4l&f0bH mYٱVZMsX,yj%@]m:Hwh`\}#-~;Wsf \BՙAPH3Y$ 9,F[Yh+itѽ/X)?G+WtI ]5\ ' M ς& zmuގP|dģn6V4.ϳHpH`]Τ6v;*Q->]L+|$xkSH=G9R2yK\P%fO;aUb<[ZcvDa^a>Wmy|VK6|؍0G:û*):R6{`n0fU7-v ^sUjKF$Xzu 4HfӫRcoJ|CJ6q>?YO#H/t U5f1ѷ'_ݐc)9Z^Au"|{'ŒTniW!dיa4>Qt}j7Yl倧NX/:qˆ̷auYu8L_"egQl[G+$vbɵ<;CAPIb$ܩx뙃Br3[& #}!"R]?݇H Ύ/ ^% Վ9ʄWʳQ9`}{z+4a1,6g]]nWͲܖ2ԏY&(g: J]_3zĭͶ׵Td.Y#EʳHv0F4֥0BzhFhO  Ӳ_͍%rh0`Fqf#EVQj3ͤ!V( 'Cp=2p7ݨ _/9@ᑢàA~3y29FFEG^_unޡbDR1@}/+]AG-}-N )ܐp+M/%= nfJWmJD r* d ].c/$8w\%d*`qLPZ}U^ŀ:Oor)ѫX ɓO-жѱ|<(Ԉry=p}9}᷇{];30p2Y5e)pk"L:W Bx_S?!bfkdU6xbKa,[Q)c HL_} gA"uT!+尻ځ> aπȢHQb\ԑsa,ІxV DA=㡼JŽoXq{r"65p`J)~jC;*}NȱӴ6OfD'l!nA@Igq"JfQq܃ 3vv AN[=(6C`((MuN}cE4>\eGE-:/m LGN>Rho¦CTٯ0M;z 4Z Z|D/ ;í}Q܃yn%g-R?x3uY_iװ14(c(m-U\Iy2nSdh c$1ЀhL`oz^ٹn[huv ؄! Ԅa< h2 yrZ&\ 7 td(0g 5[`h99YaDau2 [.D0ġ)༺\ҕV*:B8^w , fr)nF(WMR #_kD*uwl`xV]Z.awID: M@Γr;71!3 1?:J1 H%D]e]mw.$ToGJ2&NsW\&Fʇ8Kڸs¿yjNRqǓbi8Gva\8HB#b&؂~ {8p Q?E͒\/7r)QEe(#XiE..&ʉwRSjHǑbhn}Wm+nTBHOA j µK%BS} 4~#TMu&<ʑx@&$X!⧦( sVuEjwS?_9Ly8 nB1,R~ kE}gܲW?2Y'>u ]S1c:K BhǯEmx%) ƻ/ExN*xlBp6Q8t 9+LO]&Y:P993]yL^ &Ԟ$}J~oxaLb2pF;:MVKfb ¿vueI,]Z=EYo;id<*(Z|Ƹ0qXdޏ 1#7_mYD|SsvIe0S>v%j٤ٴC1?Ay(C2RL'H yÄv ;GqTui#fDtm&$DC#F*oi<SN7ە+qq^M] n1> Fly獖(2?|Q~19ߟVwZc HSUy }[o/3ʿVCRȃBq ͚RP">I>JZF4p_XD%|q.oZ} t :v5X&"INMݛ6ێJ1`u4mLndnVZ󰡒P Mq U/߸&xPLΌ]>ҏR{\lF iL'zק&픡5Vt..]$_!snI/1Iuq>Q,͘yk;f~Γuu D밇" o #$ܯInuY_wDkJ s(.3^ն'!$p!l tj{7 G{r4ُrb(Nc&W03\pN2?:5?Om/'/Mԗ7dS5>`m԰%@ k]迎c :9,sȶZ+6wnex~[r@-6ojodhOzF$RVC9x\wԏwߘ,CfP"7J7LDnTcցpSV{8M hxX`Z60!g#\iRRB5@R~PboR`M-bY^H\3d(͎#ve>'ubT{[ u@oS)LA4D}|JeƔ~!QQKypM WB3޲Z'BmSd@ @ {ah#l2h"J?z\H7R^Z.9Mэ2n۷+ĎaѾ=7@k͠KP1<:JaiW5G)K2%(m ~YMb0R;s{2QgN$ev&;sڰ5U?(}=4TEp7m7 BFaq2Qk;C>KN =:׳0wM BؕK~ȋ9Y|%QW,gظX"b#G\U":uBl;mpaR gv@5C}=p1}8om>XWet-w2K N|%dM =VёYSUfYk{ ԲN.:rSbb^XGsFTE'%6Vu 7*a]K-{7b9˄U`X1/we[׿X; :)vgnF"eusI3 p{]jJEo{Ṯ8ѵ뤇beJx8.uaw,.]CpKJ3&c~HLZB8h<˼_3=܊&C:5Kab1pUڳRŚfjQ=t=X0-$}R4&SJ~EJAL];Ÿ7Mi+jEի8 v\S@Y#ǏY`*' 2jDD瘚 MYqݽ\YK9n)O:SE$çc?+5p oY6=rȇ"B(vuXrhR/ePSjRShDݣ`]h }V25yt4տOkh:u.T_%rJ[Cdʗ?xrS~b-V+O9m.'?nvYwdGc8%c?•f^R-,$">X'BaE~A0cT=ٔ5Y҆A,\[k&1MG* )J+LILCpu$"?xt wt8duG_}KFEN0CлR]ċE*puz;W)+;ERƷ>ŊG0B9vW~3lzN*-sPmif;H'Js %[&o@g'c17H К z!ĮYoPi)cՁIe{CuoPo}x.}͉c*-Tvԯ Cn`p|ZcKʠbcr˪Fi00&V)\:?~|D L4~"(z>NYڝ`;t=Ɓ6&0;%w#֠|Tqς>$i)͞A?$la>%" U Wj{sT4uPq&FӇ[E^IY>yJāL@)t3M>sg`|s1UANЋ.4<=={#Hm5BHQ{aujw00(tj8(H@Wl.Y{1%E,p×ȔFBW>1<3k &UL&/E:=iDƤ ~$8Ig͒q>M&hj}i}9U4C8͸'ZTŴTFAk52e#Ѣw<[f§[E7p=pUCI=1p|%>Ǧh,9)=I+JgsNqJ`hv) 7S%ȗpsʯ[>Q׀sKv }XmJ'v鵲;%OD${QmiitO-wW\NMfVdQj]jfXl.tr}`QguhMce>qͪzQz|9\=ŝR çZRgɐY;]% ?)f℆ڥrd4irT/tC "! U(2xHNxv t.V7A YԔ.OYAdR.Y+e?a'DCE=b݋ ߋ'\-Cb J ʵg& 71.Lk ^F!dzFG2+*9'o2ryɫ'̝J7GľT0#x=U@4c(iS7׃S|ւr[]k|A7E =2QEIJtC+0<ے8RtIke.@JT'ρuۻtAv ÈF54sVnSպ҈Lb3y˄ݯb6M9EjC7n cE{ WF: M-vL$8ф#o<~n(MD]q%BL۠sbX/ݵ{%POs@;ly+ 0^)|wg *4۲ZN j*edؠ`˂FQJO eЈ[$io3,k47H S̈́ι +ý"(~ihގB;STaT<* KћTCx!L%!|)L#;؜xRLW!~v.mr6"\skfk|lrE \]8KLMKa7*ļJQ%W uu✽YɫQ4dGu\ܨi H:Uڣ%T>d"n۔e}vr;z94wwnY (7o|FI8ˊȻ"ň\dfu?J")dό#cC@!!#P.{efl: ^\Y0,DZk}\^کy ؎#֠|ȦJDR:"$@1hBUl4*L>L':C6sFh34iVjjE¬rE'e]Aծ[ Lķhx& ,{lK Sc;J pť \Mhʜާ"4~&rg F6(@C't ^҃o|;~+!RW9RˏKG QXEg$^JST$^UڀQ~+gہ^_1&hHLgrjx(pBlCj⟴r.+b<㮢5(&`c=Dz]9_d0źjNd~6tRie@ BQ,GyN&`X'$(nDV/P o)+6D:w͔v 5bnuzȝ`G5 x8AXIl3h/}&/PP杧f+ ju|8#SE^f"gMggzdE}UMFyʔ{VŶ쿈ct#cxöZȠ6(\(<+FyLٟ:f`wbpnc`Yr:2+Q=8j&~gܢ:x-HV"")4$Y_C[{v}VNU h:LyS%Ԣg7N%V G^emPA-~g:;aZN>a `-e/Ep3ཚlM)*\3</?uq~a\NJI!Gt}k`#ݣT*;*43β#ϻ=U/7BOD>N3ﴲiC/GPN4JC%'Юm gOL2unޞ$7d"U Eu/K*U,\ Yi$L 7|>j]b9OK`W{WkÅ ߸Lb bD|?I$W^+Ul:VSJ\o8fgJ,D{3B7߄- b`!ȝC;BiyFeb*)?o3]ljhN;_/}jw`g5eݙikPR2߅mcـDnB3XI}О * ydd=EW2EwA/4w{aJpT(<ɟ{aiJ Jke1wHbO5d׼*_q.= —{E2d]a'R2ʙj!c}~6s?qɌ 慠QGߏ(~ғZ~z8y,g+z)P:!@m7/ ѧ`KxN_Ň.u)<Aq]k1𯷋cg1qRO$,^Uz&~ ??F$gk CX#V۶lU\m!sn] ⿕Nmx GSaq&JJbx.7(,ڪ5n[뭲U7_Uω ro<, vgNbE}B㐸Wb8),,Nj5qg>}b`hsݜ|FKDf;R s 0<_-n#% _Q֧9RV>jKV]DՒ&SYlaAE}-7r-n/=+q* vŏb;*{ܘ2 7Ba `1PpJ\v+i$SiX`WKqOXтfP`º48HڔX#6qSZ~:ϛ"}Lj8ek?DQ7̹ͯ tuǯ%o_5^wkt_4\ `u2J>BubnFغs$箪=(#ե02B}!֍+Zt#'4;Aj#Kė:v=]*SlCBޚDmϖ nYֈ]{ 1ێEV55.;4EHțe @Lic@rvio,z 6iCH,zP)̴,7O>Q$6WmG9ldbZs?bʪo Od`J{`HCJ"E>pM8izKJ^:(<\<4$/(󱲉?do ]@4Ɔ^ !_rmWS+sF5HKx>ʙ[!) ;R>n`~ŀ|"ps_> GձLNH"*E_ xrTjpkuR"g㘓c~Xf:/!*#^88>L7u$hmV3%m MXxdNWF=Կ*+_zVH=jўW[8d ֭{L/ᔲuXf&w#&InZR>n%Romb\F{ߑr/ ^= ?AwhR9zmOfgT\krEzD1h7~D \̲@bccc2:(0o|%\f d5yHW)'vB<śG"O^rC*aWnb [ER)ۖ%0b9\U>Smϙ9[I\G V?M t[kAN?xpʦ8הp39&ߛjsïO;])4>O驋Hj JHai+ zF |yR8:M@0O\^ם<اyFk "lAI8@Ll/Yd^W~~x4m;OcL_7M漈A!EJ2҄y]o7S<5..SI`%9EPԞ:-EȰ9 ߭z ]APրYʩ֦dOv0Sz(ٜI>|h _2r]$u 5W;}NƠ 8WEyPCyDfN(yb8Ѽbk}~_g/$8}68.&Q#rkoGK3tzT9 9j .#\?)Sg8~^z>!3s(pgijrS=L ҨQ B1{fW"ʫ[UjR0$pcKSk1|ˌ*t>_4~aK*ʯgY/6]z+v%*N &Yk5۔6o4 C kxaO_~?*:J%Ka_]]i*SVO棾Z?gWZU$9h =cwVa;22z7* ԶxLK_&kA!ZXonS1U#_/2G_F* Lb~4eĶ}ghp WO*nsQA3wvK  ]O"W|"YXw3TI^,kx%-3su G'+bD}r7F"QMw1]CXJqUHa纮2i<@ D,Įf²@j{?_) 8Kpt %[${HNUuO–^Ҵ$6-Y1ˊE}`"K5x[M_u ՛7]|Er'm?aCsWpC 4P)V5L9ubBu!"ab&d0^:m?u>8j16UtbPYBNK!Ebtf3%"eMџ1P/qWcsU(`ʷ?{㯏ju;U*!v_Y$K&;9'aOd-A \yt3m7~Zk2`-k _? u aB;M{yUL;*i;a#Aܱũ+BoBI#$~x ٷ)Q6hWa&yg#‘;+'Fe 1HW骵ĩ&م6Ưh=^+kol0|,]TEw$("UFrbYݰyNΦI"K.6}q_&`.Qĸk| ܬlEi{MĐ.4ׂS 94b͚oFV1ijXfbN {g a=a*ʄY,\Rr(妋&GwihXFĶI .*{ha y'6Fx0n2^jf ZH>?˦V Β4u.C7w@: 6 ,%ЄxA$wA4V&]0RV6)`m \WÙ1աk[>ȋ`#4ˏBiz: MuLS1kZUSEeb`gy&F,K{H4MbZU9TZ;`0tf*n SOXBD7{iiִ;&hw艚YAk¡KS*́ ^N>D}.Nv2ZO!Liڳl9/@n& j u~6*'20'&: 9 Hׇ>;bligK"(4q3 G(s6&X2X')iBm?G[BBb$|K-ć]ˑQ?vn <#bS1$Ȑ6;=wNKIX:@0u\dDvrm߻Xx|RrLf !,|cAZLIUC7X~cA =*EESu=üIW*`@OtՏd*`Y{t/o4ݽ!+iPs MсM63ҨA7k;@L>H r_@pD-qI=BXȹ:EΧ4C/x[`2dP@E/PK6On{ʲüഥhQaKu9 Ш 2j;v Y?&eyL@vs#đ$Y 2Qf!yYPz ~,R%# t'q4.k|Fxg 6)ҷ*uI,,ÁANHm?E 0.f1ZX9}57\c8!7՗ct&N.nC9ōv7wH#I>a=la#~<9oLtri\USf[&Дڛr(XP`~*!-Htjpy0]j9"$hCJU2~'~B!dĭ:7pV?ȦJ!T+hVZ}ZhV2/Q7d,U9ZG`x̃>Q1Rp8+45A؄Y-{ge3ō] (p'Ɔ2gܓǴV OדH!k;&E @  yC@P0-" zR,&QC/,P?3@ N+&9i=KZ"Zr26)P4p&;G nt%V뤯pc偘QI'k Y?fX PkNLs C68t-_dfهw \?rq_]]Jz& ߐdTjB|ZF- bT'n38"QSoAi̎lh*dn&I~a= Z+oI_=׵EsJ)So턡Lamb1u}|/+."i8 z$VO5RR&$)П̇w>a Hu&ԔCٽ3oMr?eHPۊ7S}5dJL3JM:̙u}4nG8BUέ/`8l>mY ӡ 1L+Nk¼}3x HNPtvĉp;9>S6.U<{O F$p+GA(`# ͻH [փ*FjYeg>3\x(BN%}X$I :; dup), }[#"t=^e9IX0]*lڣ6%E3B\z@01҅?5)/6‹UkXTYݕ@ ??Uٕ381zZ@bg돉(|țǐ8T: ,"Vx$)Ix]#Ɣz] nɧ(.LL /f9.4ۤ_R^uR_uk'@lfbpB8E#UoW3u'>W Ʉ?Jd㨒Xh5^z?楀Ao(-PE,h[nm4*v]l&Oȧ>i_ښwq1k5Vel&  4ut+W3to +?'0vGJjqD8H{ycK7N*I9rPMhXPSĆt]%E•"ͦ1Ɨ%s|2K0U`FW P6f$^PVT+srP + el;cT-Jo8YF#3Ap^Ҫ~}f)2-)5w 5q4sn/3L'AWp"@ՙ>`Jbm|mGRt*قT֙G+>w2p z] #8-DRȜcc};NGe:@pјťF<7aW>pd#IT|X"F Mܮ!(600gofYc9}%VE^۔DpP)ejeM7ztwFqu_s7ism`L&0…o'{&*)mY^,ej,j;Md>__GƠ4(W;RBcCkhb* k n "Uzbp^E9tbGM/sq=bdXOdM3ցu0)n WsJn0#9^9h%@%Pmࣗ7i<ʺb<.6/Tl^]]3}u2C-d+|I>6n7L*`j5CH PNc01c5)^"6>]QXkZ-W15l-pT/5 b},u3-Sn4L {6VJ#E"EMg$Ѣ# ?$=vرrM<50#R4Ws9u6Za88w,k2Gco ֩>'Hf`̾&Jy<1.7} `f-=h!j4H5Nの%Қq /TG!:,g۵.]\A?&s!V.:OS4DԜ ይ Y;/fSK|6wu5wV=.A-BK&86q!= l+˕@=W)GJqûhM: %ZJrc: %f8?5w=X7LФ UsH1ʫALJB ]ؓ0?v?=bKˇ ـ+$w9Jdբ_Ͷ⶛7N\zBb٬X*PXͤpEwބrĢOgyBFev;B&dWofn(5LR58C Ux.Bz،ms9 dr5 JHIWft!Ɖ{\v rgm` h $y:!uk/.&r_cܘwxt4PÉ8"PhIo"IQC6 }:m5]N*)e ;+2 3<}%R;=~"=Bc!Q"2`?@%=/pN X7Q7"<c(Gԉ 7Y)]K,d][gYP p(#]Btv杽4auFgBE -Nfn+;LqvvGyW~9NPms{uKGA|][KǬd \V40Ƚzw-mԄCe[cK&S4Iշtf%xƖJutU9vYYxX$%V`fo;u%lvSQխSm2{Da|q3Od_zvU2LԺ(οgpMR dg(6 3%Uoq#d{4P və8^)n퀫>ȺEs &/' )`j}@S'A}[a! (d O &F}r$0H ݡO;tW?:C;2G)RI 6[NXx]jB-?\Fcu7/ .!T?5$܎C_Jy6p+CWf[ .+b}NmxTnяEƇͻWod !Ϗp_|ʜ|6o1^;I~ Wep@2<pon҄Z&VڎNpҚ(x8j|>_L8o R"SK+qSG n"*QwwK˖UޓtZ D5^_6XwpV*Fc#T}^L+%/$ f M>1IfN?fk~'cB tq}THM`-t?Y<) w6[cĻ>zfkL&ĉuk/M̳k P*JE%W">H~`$M|U0ÿ8$Xʭ%"r@4upmtn=G4Bmu(zp(%G(<9 ֔f[=Qnٳ~1?0M^8$Wl,ueFWԭ]gDc;CJԽz}>}BK% I(5z3-c]?q8cMJ=)8gbj\Y3)|@PiJʴS/l@`L^Cs%(l`>f 1䗬4^KI>PN=rcm!xֵ+T`9@ehlOLց6U+Een/cjihQkamaHTG/uWek]7M໋X!SD60X]ZLL [;` A:guDK^s d@þ2o|+zB]Q{!~RW2A~잖Lad|/_ $n+JSuj[W{O UXc3B /*ų6a3^1)F1C =[znMpmh찮g&aBІAUێp>fA$3 \{zooP"LJZjE ()H3?mQ0XUyi;oOaڊ5RyI%c#j|tLU㞷&2à x]E?C㨁w4!`%Ft4ibRK߇~O'nw6 ژf@0t}s__EɃn> Ig*t Zـ5\k"?YJ8(FEt5u~Bpqs._ P .M؁¦۠iCǢ5먃J/9d̡ҔxO7KeuhVMbk̑j>l|ܥcxF&UFm8T݆PT% 1UrT|&ҬZ\$zGePDN+W;>{[ܹwN؆\VA 77)Nx0[nT 漩<hm6s9ud^%yoq9';KX1 Qջ g@ C+%?0i`ZRz/%(g5)Js%&(:!5FT"ɽʿDo2" rg Z/$D5?u5u >h??o~}۠d0>y3Y)0h{B*?,7z7t,B1ruX<܃;^)6q &J dºivھlmٯA'¯hL$l&<`R]^vu"o2Q\ҥߘC-8U`9~ yIumĆN^x)27τG-4(B& ҡ~7h7[T<:e {Hu-՛DDupyg.FhH;p3mд]:?Ky=#BwBBSU3L/r,熽i{DZ9jm \?ZغaCi /?hm"< 1P2k}]  V%>VBBaJt-U=(6A) hE9f=7*njhZ.nTAY΢f1XHR 6shyf$k 3A'sFe̙_=KtBt&uU3*tv,hEc.O|8W9hå;;ߜXbM?}]j8H֜9 a R40_ǰ^PshF y*߱4gb4?|OF'"č)c \J/ 1Aߊˠ{.juF깞jhZ^j ?c 7ymʩ8dznz26| *_~ ~rfPf4M>;1㑅(4 iQ:b?5ü>T_Yq ?Z|2DWM._QNJ&śmv V{+)mE)* cOx}KPK̖?5 a,~ &N}Gfk b0=ۦ_}si½wTw9 N]m\|B~AkHA\ܤ}P)~Φ_٥]$ (ãAYT~J/ц ~kA?[ ''-#8LrHqqYMb]<.۩AX&淹ܟ7 2`pf G㕞(w9̻ Rk$<÷ˌ{MjV:d)]5f{t.rζj,wI;3ms'x娉1[Cxtxʘ/=TQNu!Pd]zfByylÔ-ߝu]w}æ/qUcPb EY7£{&ᬘM Xl׻s~LP,9ܨ5ׄSSZƚ q լ 1}ɊY5lsvc5F퓡Kՙ;s Zjz/բ/\q1~ z4sMU 1-_xJY/^lQԂt3ʷׁ% dwY}r)ljf`df{)[MجÚYvF9Ɇ_c%㚩I>yXm*#f#a|qZv:t)fp1<rt|Giy* \W =ڢQ@MyJht> &_ߛRڲ]Jq6a̒=KQkIZ{z޻{l"j:X~Y m?Ņ#Ɉq_Ae 1iak>fJ0q@8lo򂲮t(o A0qDnsځBs]vknyF>Y<%(eRD{o"PPQǶ0])iS^|l0{@HF -UP{~t㆚KGCIF:E- C:2-x#G0e;Z}tWվok뮰aj]% ѐab6]&t e!v!rɤH<_vDAӌ(8Gn\)GXr"She]IO*ټc璄SRvZM@Uʹ[pSzs (qQNL3{dQaa2F;"w|(F ۤw(c85c?J Ky髕L/:& l!%=Jҕa*Q }ƘlS5HD0AxJ;7ۿjw%բM-*sYFيG=0 +4֤"9&\Ǩ ENع߄9hRƲ)i |Q|#w#gVsJNo4pM x`c8A82:i[E'pļ>;(6:wqO|zq"s~fVSeFju()6|rsnExA40-z]}a]_Ufta_"Sˆo77J+;`pzFJ9B)䆋=]Ӿy&^_ǍRHo<\RLH?~W,ƼAw/+.d;~i}ʍ]"oWyM&,Q|L< ޖ>cT0ؙK1Rx֜{Sl?a`EWמJZWb}/}bd-]/Q&p %8i'ݪ-YGz!Q*p2CE*#!7MzlA'Dof夷Ue;AT+^mS.Yoj{!7`LqP@"k#I䨝 *X<ן1jE]9 :R)]?oOۙy,U-0$.sv0RU[oZ $.30$./82~e=U{u{bpl&c0xI7wL];Ŷao,޳SFNJ@&XBwTt<ن]H>rB&C _3+fFrgVb)}hDjg?=emuqlj1072 (#,wgB Sc6%Hc$||Vq!$ 4Σ1917DYxQ,?TcmsU7ih;^ZN1Yb=0K45<{I0j KP-t1c&ǣnWm =tPD)epc0VWWj,r>,Ǭl -p?Z'Z#uS̯&U"߇g{\KfX Y@yHH Ã%k02 跐J`p BMrO,Yu.l7m9qJ5bq^w@[@ Et:->Vp!cγcrD2C=f nv՘{baHyA)K_MU> EGXۊQZ?OZj Ƶ؏Zma|MP"tM̴T̳U pBEX3NRέ[#dt`]gC[VWPQg;BPc ίDD^ςr5o"ltq' q@qq6Sh[iEfs|z<9*-Shf|a%Ƨ+QDI}66X {kc kyS.eEb:x<2=M&~DsPg˝h^iO iH߆ 5ѫ!"#]x^oa|eF繚=z1<&Ft=d3ߓc2軬8rYQR?>_q2i\qYSRpvo+(j dM&Tg/-uN !{\2Q `1X +0&v1 LK}4Wv"c|OiBEJ6zY#mLjK+yQ3m7w`Ҍ΍X& ĦM~bDDSᣴHPh#oG& ⇝-0?G $&nFǩ^Md(hoodfhSi AOaARW9iz.wc=aÿOHy݂J@[IJ+ AJxW d i2s6&} ew,!,ف (G= HЙjao@-* +s'7qx{/" j&:e SkwcJWŝo6ҩ%#[yMk[%^б`_?vPT48ܺpgXg13*IK\ >.,|t^:+@!;f0Q,[q$S%\`ǣ!R/a_bzS<+X;L]=QD|x5 DNLC0OO:EP?6Qct[cD V,#vI.X!'?E_wd\6[ ihPGXJX{ş,'G3qF`b#Ճ*Z\hEؒ& 9t!ﴺeW7> n1gbd`olTwk_1KB8V˺Zު0G X<<ey |P\ yiO˿EWRĺ|E*Za vI46M+l*mX,tLJGц'L6%|3p,B$:۴xѰ  Y_wK쉟B)ceѫMs k՚9:IWAǻ}jPc6>Hm԰n.of;%͟*<@FZl ܇M75oPM-A֮C4Ke؍bؼj9!ߵ"id+}!)@l1Nfm0>bwX)NiKSa09{.@w`+SB88F:הn{=,߰}! [\,A:n=]5qai?])Bm6}/:b8ܹhY{vum7NK(RwtmpvClR ;8;#`~7G zϧxź$Ƅ PC?U zשׁO*l(7r1]DͱϦ5߱p,FrTSn ݟ2O)ےzL{l%TCe xq(8ى= o^YU&8XJP6B,*g Xț?NeWR5GhӤȯ3kj)Y[]C+8sWV8қtw-v4AhGksO":Iy Ɩ<"&(bM俨sWt{?տG t5є{-jpbeJa!}/ V\L&pTo6 hBIcsiu.yyoHٚtJ°::u3Z|`ګ& f(ysI'i qzhY>mc 9(݅Ģ?eL3Walrk[k;eah~-1XXyHBᮊgQR?hzjP!h?Ԃ7k*1sUryĔ^BtYD4$ ܛdOO;w3,4-\H#^ae/+1P~ok~iMڧƻQO]fj?_/(ߢR25:{/Ͱ: tID$Us8X|+bO$6d X|Ju)$c?ߞ) tgk muWLMObCa92O:sHl_շGS4z)` ЂC͂ gBZpka8p=^5go+rJ-1wyZGC,P;Ҟ0|Ӧ(<7˾]}L]J͛eM'OZυQMvFI%% ׺R#vS\:݂gZXm3& mg$e$f*fÌXRspm{yB@/4$qQ$$r%G%hYFR[I:Lw衄V{(eX-UtPDG3@!6(cvL-|'@W._ +o`tsЧ7cYʄ؈VzݚacB EELP5sl2+bLƥzxjzVM˞?|VD~g?15}`-ѲK ~4L>3B2Qgv ]Hx߃<+l_Nn&[dV h]wKC/NAơj +8h<{.*Fk6LH_Ƣ<&8z #$OTU\S\~JLL$(4@Hzq#K6lO eY62a[,@{.!VeFx1z^ U%EXcNXf,%lǃs\cad٘(Jҷ&py*|7eA`7y[d M"i\z*5Oδ4s)p.Vm5 01?^zę44z!D7cSIu.2#Yz_җeԂ cy!320P/>v/Z;u אP(y ٯLr@Bvץ.jW`vs!agrν;*(W8ۭA0z9>]rx%2Z,e jY^P"0)Br"}6p.K9|_A-!C"%գvѯ1!dN~zA 4o3t@G[M^g B<;ϭ2i`~8W+'/NBHgt<B/pbNneuT&UedK~"ӸkP ?/ެv6/Ǵ"ұL(s7~[X~W=;?n9+9[+Ro7z.c] C2 %aR, X=$(ï/OC<1DSdPci lMl..Dt⚔~xY]MZfcWӣX hdK54۹~S][va WJ4GCkO@}5u33I85I~MFzI6^Ci>Aݯ֜N7i[ftQa[3sEr =N^z kX'6c8:{0rmOdrU~R_|5'B/ۨp4#q3J'|V*DzK92Np֔~5܃kPm P\>L1zU>%u&S:dE)=lbx~%L~hUNq\( ;oE@ HD1o ݙyY]_$~jq'{?վ13$xu`CL:Z 4`̞5DU7']CV'M!ueJba }b_o:\)H3BwIY]0ϖO6o# Ycq`̛%]'FB!Ii|Gtzz^l4  5`zMr]9 Ni$`aA#!>vi]y. VAbGyM]M^yݼҫ"]Mˆo'bIO?v"8wm;{k|֜Xg;hWjLQVA~ t#!t=@xolHEӊsX H#?II;ɋ)U\Z5ܫbމuvt~10-$ 0©Y-Իa3( ]>MTh"zČg!0`hS9R} L6'N4X\heCdo£nkYLVXė cês"YHtIhuI5}wP$.d<\&Bf6t7 iP׌8\sRr8 0HQnIV'*] o?b땠)`PJeHv#[Y WLFT2ZCΣKָ" [mOVJѝ,)RNߣW!iF6x$/?~\! ܓRxql 7!P AVhO9iSXj2G=z0(<4įDT[1oYf;.ARIy{ {s a40c )r&>)'JG2 ,(naP}2{1@eLB hCWGo?C˞gq [cesݫg%ksjUCfj̻AWG LʡHn\M>7&a]./ `L3o ] E"U_3+UD_|TS 6z74UZW1}Ƭ_0]/KaōuSy<~-rcg3pDL5n2 ƁKmބ qLg(Nz$MHSsqzzN UW`tŝ$5 MhӫU%wf^P|U WbDLwh0f93⻖:iHӨMQ'u1 ȠN !vG:E)5;ژMwYhۂ9 T7OD߈5԰>Qnk5ͥQc½KZkTc.`{{8?>7+m}M\``J EJoL֍[|ȘC -W)QyOfGK'%%k 'ͫoa?Y4;,P7dk9.5)id#8i6z78Ч^| #A1#$ 0LK-&pS2|ДҪ)1tcS:H:!\؎Qԭ"u/Bŝ//лޟ+`}܎MdR37m'"i=3mיԷ޵}:q]q!j<1wchӮzUZluscVS37wJxNwiҫ 6J6Q\))HDʡ[s)q%Os  "g81=(@']Z BL#Un~?doR=崖`jo2 }V.jQbKO } Sp bqͺ^/a n@*bɄ'D:̝XZr|ib{p&*Fy/ !oj㴿68&xf!i ?Ea'n-ܴR oQ*!!r*΀-V\I>ƘV3CU&_ ;<~Jk;-!ү.۠W͉g]0r,)XY8´J2V9јJJe!_h]o 18ņ 籄+S5q:nаǛi2ց>SmV؊ ԟ&ԽϠY%֫y%C9ȉ5&Is߼)MI%'Ч6%?4%K#y!r3b>E]QKC]k><]$syOZYSFVX}ǡ7n G[zF/*rǜ:c\݉&&}\a&XLEWJ4yBn_:mwa!QFzr9Ҡ'Z5;$qQ ܢV4~4I4tΣGDaR9AU. V)Dh3˫h6foȂv>?$Gz^7?l}6:{ӆc$/S'WwUhZO2QvOE<=]zЎAd= ,F&x=]3MRz Qa@r})׳3KvҌTv$[S">!*`s08[{DŽǡ i&gِ'@ [kRm9Qwck+u*XHpZ@]5VpJ,9#@OJ~Ub{ެ_mg唸sh\g UMr%"4醑Vm R]sc_~_=VX?TOx3̇w,",dO Qx!Ey>h&2ʣEql\%İie`+ot9@/3\g6j!@V 1^d=?kWWJ)2P=!e:BPmd2 U89*QoiDyc+w`獦vj"~z=Ef9Hmޚ`;_%_ X))1@ASyvUlSJr?Uv{KHXW$"ZZ%ߙ/װ(r'ilx/}>@ϘFtvƠT哣 WY:4OKjkzaLy$5a~*p*>4O8E Q(%)"v'+($ jWtM- ʏPmFjxJ2"+FUuq)2שM9J#R$ H{O=5Blsr *W^bV  ֹGbx1^s:`}+9>q*YG9} Zݧ :t8Q4JY+yw4|ɚj|\6ny7QX~eDE_Ҷ1I]P. [0BƊ $k1U0*] zŋ޳6eĕ 4ua/ɾj;=4WȽgoUXP}BKچ]D%_gU{0Y{t'B3k*]we/\~8 I6i(f;4jXmLU>~SSOÙab4y3:Rf~LrQm0ryNXãs li@{*= ?zcVAOK8XĿf #,xt cMr~\Ƴt|!NJ3{^gmp_6$f[Λސکډ@BH(qcCWx`/LgD\1cl> }|h䩅?{ivgR]3-y4L/l%~R5M*,4C b\~a;<f 5X bUuyi(}g d l2wu '7_+)xgߦAK'j?3ծN`zXO~2kj E} C` ~[æ,Ezw\#rݯd.$ב1U=`!ʕ-ߪqFKay"?0M=N|6o_`G -X]l2Qxj $x|,oѿa pm&a91춶:̽^$ԋL4hY>;g+DTWA=2]s]`dOZcc>IۇhJā_aQt{C^e͡W5 {/6E]qXd|Sd ֓Ws32Nd'=$>"Jdv4RrSȥ~`vӗ8mԣBL wyd~x{0=!(J-13UBhM6fWb1vOˣ*^aXY {[EIXWmJ6WdI sv7}s5>#R'Z7~+EH@ϧY-7gSkHsbO hRՆ˯MM1P†]p㤛Lƺqn$Z0~υ5EcV#Kƹv[KF"[i#J f!#hL_=<5 !aH/3INCGE W#b?. Lj0/: NSL{8 +aOzF~u|TΕ RU~8G꣨cӼl ؾA80,_'_>2p>ȨbAWu9Z P-i%8Pf8\~.,r}Orl\Qt;'Ippfj{;Ig+ϕq7Ձz)ú a!;jMG#˚mNsTht³N"fO0'{D#Zia&]2?D ]Z޳ojHJEAG8'dc_x5ot"J2tc793虞> jS"! PQ@8~%MFm*)زY 7JBLIċ2>ܼew{疙)GS%"-f%~({30 _N%aSxwbRyvN1e$)k&5nk.: @&;yuFNJ(L摼 eCS%Z}T:% +U0NQw.mxU`8p%u=TpN@L#Q T!T*Or 3nZٔw{s)/څAJ8oB\sh|h xNWpJ7նGDySC$21\pO[KWUe͉>?t&@v#)R0i]{Ȱ+V D$̪)SyW\i?C!T3@X͏jSN)έ'1,RZ;hx=-k ]*G5RUB =Lv-⡃Sf/#2EqʐPq)^ yc sHk:B%v ;٧PȮ TP"{n\>Wq<:ᗫb:6&>ݩ+96X}FŗՖ')ET U?4WKI@ (Ptdp8߽vaxY$8Z{{,/Ri?E/Nf$; ]\_ڥ{ U"EEHhV)ZtK*$~X wT+lzi$r-梠8~;4fN8@%3< yE TPPCzư=Vq ސ|R`v̛&cI_^#0W4Ǯ sֽ.lR14Fib c|ƼpKZ RRD1Cuքp`f8I~^m;@T&`݂!\C';M{qlcYL`OTS8MIƧ FI_:\]㿔.ʔ~eN^{oE*|%鑅_ y5Q /coHtir Ykd:<*d}W?(8oVؘ;Qb,9V_+FFC躃W:YofLO.yU9oZ+ox($cXak5xp)zگ6hֹ9FQԫX#T4TuX`kqرx>O& uQ䐍Os:)j7qқWt­F$=wR}"}ÁSt9V=)O+AO}GdqMml-WĪh2]=d``Kښh%-ivܑB=[߾B]w!_#z?գ< )6RLtKIey]P$$i%by5ۯOUd.`o|qŒh(y,g ,vS3)"4Yr \e9Kͤ5<~M%2C5@ j]bdjr˫[ws: EQhS"%<ӓ9YUEY(ܮ_t&IWV$d, UaM3ɂ+Aw1uHB;[3s|U= -!@U1=$akK4n3ߙ&5yZ{2 :2Ybjh [z^>_4q O|{"&RqD]g!vg9hȚD#. >(OHyŁ=8a7 x6"&ZU L{ pI(ܒk nK=kYmCZCwa_a\ؕ!'ݹų@/i0 M5/;0~:kWQ :m0ڀ j2% qh<3t|g(t|3)m̊t_,Z\P%o&,en:6`Y-^IR󬭮֢,puc:l;__DH;dwcxM+Z|_UVA-cA=1} "R.`HKc>dz-`׫=TcY/,F56ZDcvpjNjakζ'&)U稼7cz3wjں~j?{f}/d^!/DtP8!|n 藯q7 i8G (6d|U!1]qͩGkp\C`=;RKEڗ<o#0U뙖?ۓ#JSs w3GǕu,SћJ.1Ԧ.2$r15mJX0+TYqvZUuGX4 +2{:uI:@%AwW| oFR0F<z_9hf3+yρG0J:sP'/^HJc#S;6.rMd8huε x^=5OG |֘J9&c]L&D':aaPי8(ɺGX@[pq pmA] !|sv ]MqGn%R|S|G /7U7:Q38F{cYH${ T/ҮQ{ =y"!"q`A-*l +r.H@6?ΐZ Z^Jr Q+t:e6@ړB:=#@6M($j.6-zSecΌ2G OD4Eo:h/$cyŜ>`MboYLwˁnJ9f%`rW9<:T`ќcJٞWh޺ ?sAj̻T Cշ-u"o:`+~'i^ʘk~;Ix<ٜl5YDuZEHb:l?H0I-Fk\8=$[rF,o-I|@,BI:#UktR@7 \U?Pk?Рy()nR-Xz J{ԙARU5T1,_THG3%ZH$$TPOt>Գq?bUhk' UfꬥlD6ɮVcNw jd2D:@6%ٮc\e(JK83=2;`Wb@{QP1"#R E,UPzARk&1m0ž,n׆ hD@4`Y̔|Δ&Ԭ.MsF!~.ԚE=Wå䠱|Sa#g-1ЀJv1Ͻ\Ն܆9D%Be?V O{' sQfk9l&]N&L|a -/4zcV '5Qw1l,>5/}<7W ,8>jF6D}H /~Mw;SNP8Jt=\k/d57ͤɡڃx+-"lWOgU9prZ^83Sv^8d`dV:ui?*HVÚUFò` BXn5imȮzYSmp_^o"g),-1ʸɅU%2lf[.|OpĊc\oxqMPVrUjv쩗K#{VǮ< ^?=6*אLvk c K;&fb#kQ|G9mPޤ8$v!;![nh,=8wݗ)QN0 [RL(?aUxEgA3J5SS;8Xi׍0{URcAXA3wEb劥Q`m7wҕ HŘ;MɏHF4%FV}8N@)(3<+jfjGkJ"J'%%]8F(szS9Z!ͭTL4 nb8Lġ U `BQQ{χŠ^} J| 8y l-Ky]8 " ExSlh&/ **0}DaeFf0wHj¬m)*]^>\7D~~HDK?#ptvvЦە@zgx@hRcr[qj6nNVz;''u hpѝC1 {M*ьր2Gաx 'nrQEPiWfr ̘ 簄J?FEPpulg( *496ytBzZTX Cs;Q FSQ~Kϝz@Ҷ^ph9kN {Bާܛ VƥA"C/USO> ï 'X'(-y3uJ ~_9k3=?9;@v84t1­lOyoR1iCǛhԲGX"OX%7nj?*乣rr-X7j%ch&̐Щ^{£ə@q-ж ^m]Ԕ'[SMOG{q-pHYs=1n}Y>f G S e{wCj5 !kfl^=]ҞXQ;э`r)K%;=IC=[06ݺl˔ bo PEef ٷ/$6rCÆu1)&2"3$g\S@Fx9& `Sb'Y96-)a &H,1?@.lёcp|(;TV4]$^ E5ƼekNHiy?9C&J5 AAʼ6ɱcy0x MsXGŵzoˊ69Q )f4?7̓hnQ(U]Sa?p=I5#ج ?~}w vаNzG0]<5OGdJJ.W.iA91#UvRwspW5縸dUen*uZ3dBdʖ(tfZ m ->i`I\[@t[vJoU5S'VBh4drQC(U b]%(g(]s 6Pl]2F'NzV e}Mbq4#I`뒂+kHڋojqT`fbCѣ uUHٻ"ndgUV86B!v?#,k}*~HXPY̷3M5~JO)4dF+A}H)X w-~_Ģтk5VF"5$)*~!J2s#ko\J BD?&lCo1Ծ:w#"x7vu@%L!{2#M@\(rn~bu~U'^NYET>7L__d,N%\VބgyJTWA{ <Ei4/FP,5c@'oaMTX qǷX@F9 -;˞{LPmZ UV\Fԩ8g4X 1T{]I&0!SڇepO\&ܪ T0Sb:1y7J d Ɉ%BTd0*9LblHqY n +OΌ4EY1vWۤ򕶔6-+)wɊ'ںd@Ogۻ`YF=Ҧ7x欪{nbqxus؀ײU 䖺^^?Dkh9ʷҙl1k![ 4@-&qAUxC:<"#RpzMmPwUJZ1#R<[4bAASZrE?ZL*9-t'|lsOjAXvM}RWnE.Zi|!frme[/yxr"b43 lnq-3xK hտ6}s_I7-$ l&0$ؖրC)ŚDFe!t2ڙ?Qىn[?KWahkV$וgC`-12"NV;Fvr9o2lj'>@wY"`\iY!d|k?_E)@dd7?wn0DhF:%sMj=gLGYhؙLd>s! 6֏Ox=TCF~, WYCdQ' ~-JjUШlŴaoӡCf ɴMxSvAZ-uvLjbx6*Ke)-٫VuO1槆iKtU}J{^'dLKe]x;Vɞ)qz62nw䐱7f[fbpdv&Bhь> L]LNU?(=鐚}x,z (C"y@.&ð>x 8đF=ǔ zefIftXLfxuij{*T+PDRSƋ DN@wmq`~_Њ.o/AhN"!bRGT ] 8.# K?|vB9CkYpx_,:1>h|C!2i6$EbPǁqQNۊLWw pa؀v$ا%,.ɻw& K_ֻk[ 0QJ}&DF׵"򮝆WqGP1}cxt;5:5؏(DX!K_ݗk)/7(q? * iܔhޱ|$AH'1R`v1.C5jlɰO* ZKmn,'K;ѐ5vZ-r<ȋ|]f7vϢLȊL&cSrww$@nՠL/R&C4h8juyə: # q(5B҅ =hNBYbKX=Unz,E*=3iRǍmی j6]ژEK+ vm5jTnA~„X͈`;,/2`tKh;#F;~}8=;덚 [i<9<ԔoT杭s V KB/ XsmkfS &>39Aۅ֓4D`{qɮOx^4GJQs y܋m;A_RZ\Ug'uedoȄV2؈ }ugcpNۺ#{HflNj"9U~@HҬXي2(l27X t'..h>CN$ЦxZL|X09>s7i i+DKP-~/v[goDmɢ! 8t^Sk H]nQ>SbzJr^Pޚդ}.JI@y8X<"^$~b&~{#Y 9~S~KC!ńskek=6>'*ow+=bNCM]3MYʝ VN)7ˤD8y\s‚$Q8Ӗxv\AMe -pB5ꧏB{l*n:}L0mk:yؽ{٣ɑ:,u°m1T-,dʻ;`ŒK)@L1&1ؓ?Ŗz<$ h!ZV{hzjg>[O'K_J(Ͻ[R[33!~Ҡir?A`jMWf|&/-OEH$ޝ!ˏ*="w'Fc_ AkB&l}rtrDAF*̙mA@O͐=$IصpBi <wH` WHmQo(Qj"؆L%nejV 20KIG\E[pLA+(%41m#H +2S&]F*˖kb0 q> |"2<]D6{eҩ7X'3 ''㕽tе=Tf J4yl,Y܌I_U*SpYlRAdjV @R`LjIrFh EqVM 2‡g!t~kUkY/' Ł8k"'}$%.<5v;#k=5 5nT=2 fkiJHfUqPVL-'-ͧdgho2d8$.}HdXCX@h멑>Zd#v$K#`b+CetQŠXT 6]>05=:z;8տGEI5bgvrnW;NBs1Tc*(B]=bG*h2 zҷX%&zgdRx^C<cN: GK\m_Ͼ:=OgJ_a] tzWN펔* dN˻y%6yqD'XZYlJ ~#+^[4TաMur1͙ `|Cɼ$7Nٮ ))ےTi齚M!K+B_qz6WiQS+ ]:H(;BUBgрt ~҉[OpŜ OvU98ũXML //xry<x;\j.FwCeE[ $ cs&`A!M#xq&ܬ,k=NIx{YIr\mDXj<)qN^f5?ݯm694& ]z c{SyP:pT'QUl~4X8dCv2͢':lQKTXroo bN9!6[)a!H %o3VZ_`  {pW' !w t>{AA&|l읿V8SÈLiA:,.P׶Z&Ky uW_DQt1g/(E?ADZomsOZ=3^ |د;i)C0A1un =̽562-I$`kQ_0+ϙzl۸;" c1'پ<O8k{\>a jO!~+S8M[S O FuE6 OmM 愳 /v% ~E]754X6Fo]?3mbǦ_,dʐC.[KUB :éxwiO8g7Ro5<H>A m9Sk]njCf.adLڥ2d;67nXI B*"v ʎlk$8 d1Kr%|3(]c\l)M_+R'щV@F%:Ieh:]e>ߩ"x&n a0ΈP ސQoUw*{eW37%rԔ 5׹:+)c c1Qa:}N0=7v/n9x<0Xe~wˉ;v}e*ˈxu.ƧQ ,E9~hU7{): O>Y zuE`En:K!0%As1ů͘Q}["xx鳵ܺ$Q?3`Nշjs^1?+F`gⲖ&`~…n8DlH0<9Ґz͊~IͻSvא6iw}.iBiJeMqt_MNv\k t{Cn>}qN3NNæIr~sP. uz ^zI7N C L=9 5Ͳ)8 Ä݀Z&2B߯ 3r[+l|h4I'@]֋?ĔdnhaY Ǘg0qa8qG&e:K&Y |k-;@V/6nĥGV?cߺ:_> 42{1lz%BPíN]ӅE>9ߨuK줹XwC58K!.Y Y< l݂fd1zgQKclP`GB [3}uG`.D;~X#g}}*\6!u_TC>ЃƁ; /XP8Vh&% P3=o&JfZBzLq @ש2p)mIQIC/:2בd h81DFmIa\"Z'=HnE|$mqs/M[zYeDžπ˰賲OqZ6 LFޥ!EJ8'V) ՠ-į;`5`W8,a|a@_/P/ sLPGGxFKSe2c,rɿx CP\ۯ&TXۚVycWgd*Y~1W?7=t1p#c?+N-N'ydMR@P@y Xy=x DF׉"-#Zcj,}vBNlu}\@S1mnNt&GF ~p;Ej۔]'EdI&SThPdb׉,#>45x zcR!)yYG| 3 ;ŀB%7xNIJ"꧓F &(W\dm]1"yM I)e.(l5Ak!Fs`NuPyEC&>rQ7!Qko I!>]m:f6yS;qJ+aMŵ'}c: w\ٵbfOPs}dt |q'DCxdu&#v٩ ϯ;35$?0y]YѲ>eZRnUz1Q}wHrHIzc !ext| xS:%0, Br5an`&@8bAp(J)i{9=\!̥5$>&w*F;O? qP<+^b7  1=Goipe3NBPћqQuB;mHHD U0(ʫa4|I g׋ >"ƀeq`O{M G@<\O-€9m1,֧2,CpnYp Q&ґN s\ol+hIm|ό'a\X8c3[>@wRj[}L[3M$6B=Erj婫 ̴(&pMc\s&+XVvaPJ$ ҟUHI jD>׹ be!-73%&=iZ wLN .7ީ]f"(hYUUT -B&+ÿIa\%C9d)kT3lWUB-;{Z㍓rq\㖙ïPmK$M͚ve{`MM_0" ʆSnS)S6eq5 ߅VSYr, ۆY}x*C׻#Lj Yb$#^!3|ްlp,S[V47X|p1d "ki?5LUOGBUfk( W-ygP %3\#I@d&%{l282m}S2 wVЍrubaG5l0Btexl 6:dNFvMꢘ =m1120Y6=3kޭ0[ccw^-ΊNmP ![n3Ϻ|Ko[ wB?[j)3Glj9\[n(\_ЛyGLQ%@8'/D|?_ e?.jW6a{[rLD ?s<+G,O 8M្]ltM;"g":A1ϵLtsr~e^Y⭙9|˞ӱei&ܐ!]VTp o'8ţZ'f ;x.j; +4IhjQR{#]0t1]T!ecd  HT)tIq`>m߬A#<زa|%7й0br'A $+r;QwDS5فˇ΍pgOuJ7ofhru汸ܖҴo\Fh F8*e\c4 `99E˘jZ,.O30~˻7O &{Or[( NX6o^+pr#.v{ 1“̫=k!R%M օ95VHOhKU{xV^ũǕєك/>p/o>fSN= H;!ʉu4ݽb.C†67B+k1v3;%{XxRȕ%pJ wWFGAZzd1 6TOqpM1N؍W'L0G8N΅N*)[iG?~'7.N0C8@ᥞ*q A ʸ.4VFP_=?_h"?`M W*l·H謰 MRoNjS@o'rE;{C4w3]_ 犯8?5qxݲ`@ծ:AeN)دk p5Iz7 vj#S[wts^|DO`x%vzB6ɧmrσ_>LqK\ikӵWnYnƨU dPGSP3 qM  tx*~[bUG(%h3be4=4tUA@yA0`!3dfʊbkSH`謶 0fB#[>p[?jH(k 8K@]Vd IruQ X^l׶&c2͝wV`EZoޯ7›@*\p_%rV`y*)V+c LϨ[^a>)ٴ-1C2. 'I7@3BP+ibc`JE p8$r9E y}?U䳛:)9q\LOME /DN`TE W;Jb̆"I.Bx"Y-@)[}WE;#B#84v /VNLQx4)+@hHaD#k$OU4a| ~Emvթ%gJ96ժ6Գna66 ' 2 k_j;SD$|rRCq3=,4[~ **W.>nבi5lgf%B>CEokG%Vu Z;"K^>olͿsct5zqL2ԙ=J5-]PtK&,Xm`ҾN؅nR p"3tpk].Q42gm7Cɲ!Vg0I!Ou#,Y.!N}R":ƺm %P Ô7jڃO̙,?4Ȇt{=GyOUYYV#Im=#QAxpje7H f |j`Ï^Wk8)JȁHkk+n$dߋ-7M*j{8Yc跒+Y͚ܽq른ޥk{< ʯH.*K ԅ w9>opxz]&)i?6\EV 2S4 \͌i Xt2\[j.Fc E]o5/c*Q:C 5ždWeut4DŰyG ]Hv΢ cQ,JgX3Tk!kX_::_#!LO,,:߲+\ӑA p)w}#χ"b_ڦ$r \>&1,NR/wױls&B5U3m/.Y^a2I8{+"v8](j'#Ms\d\AC:Ƅdnr=cl7q[lTU.Q_d+ OF< /RwMzp *N6x <9o/ΊU4rJ 6ȳ^V8"x2Ս״IE:J_`{EDHeGT }K]yr*4im8#1cLT/9:YiQ&WYVNt#Om X.]n dSY~Du795+lH@[eJa*NHYʓFy`,=8 ]sTE~$fÊZs4ɖ)µw -v'˴ebѶ`k9\!W&ynX5xc&s;f(ՂXAKՆ\M@7šh&|"y%r5-RCAVuՊ;Z0b6ѽ|}ֈ6טtsCRyn*QlK*ybwFfXŖ؟&&\mM{H+teuJE(_̓El]ǰt=M•鲍L/ cWә8[*Udcg&3aЕtXf"#ByZݏW؎l5ݻ$/VV[tLŵlpϰq. *׹˘&.x zw 5ǩTINeJ +o=A f7n"W=&*)6-uP"e f=Slvk;q=Oė1୵잵(Vʞ[ǭt}-A&*|_[T8rW,7[ "ns0ݑoף= T]_9\ fA"p[@yN'L(4 "7'2xZ*-  [q@7 Ҿ٤"K $C&0I],l1;q \Jلh&٬Ns{;*0Il9Z0e| <)i}SW%`Ŏ=0gepūh{hm _NʨL[jD& BM,oƥV [ؘ} n? @Z vG٫Ë޺ 'qBjl|Ke4__MEҌ^:r4H ϐw~#] w1 vC %ǷCtS_{*2Aio[*763;2$ț dWhBF9(FNX\Sgg]]OW93vazAD+IwCWqFVIo@HE'Rpvu&n5&Ϟt˪aj"% BHUn^fӼ,"f Z$sG. ]߹`Hzߧm.E1Y;tM?M/bnz^n4@Qs`.o})0s{ Eu9uץMFcqc4av&l]o&: ɸ,?Ӌ17σ)`$${fτN׏ Dv#ۡƶp Wĸ&2rU TƳrdFC2j`@S826+ь3pX7vkRzљI8[Ic'Odv"XJn^Kn "q}a{eWY; v[8gLT'u1EU5$dYl] V842!s̞\qTa,͵Cs 7j-C4R/{1Y e )Z =zmI gJ(l'OC o &MQz>-qH9Œrg>Yh@Вŋ^VM(`*;?;*O.P xc`grUCg%R@[h)gfa3u\qUIʐ#O{gG,8c6oc !RS/ݓM!)݀ydLqI^KSL#cjS>2UD૑cGKݭ \~8öv&?"h݆oRŸ T6}En=etieHxqjY9Sh*`dwq z++2t$f4&recL>,sMRNٗ ` r$z+~a6Rn]uf*10wtRn'ms-o/1c{6KSm)=*{#f*0?@[pwkʸ\ld@V">c0%zfoT={ޖ!(h-+mQcUEz 7cse\9]z.!G@IfXSgNJM[%h`1d)Y[/bScKS5 =\[YrM 2܃?=}6O4ZGO4DI\,{Ch FGGO"p|^Ejpf6ImOOP/J/N$}ɺ~ em'@NjÄ>f]2g" 辋i9$gkuY ^}nj֟.#hs)br0xm.4!ͯGb(=a~KwV԰g+|m.\XȔ׈kF`藩F?(PtxՁWkm$c! #}Xllkiu!Gy.K~ɧ-"yA1 SvG Pi=YHvMEW3Xچ&8o6ٴx AEc |FI}K`VP,#i#Hp6P+w"obf.StaNFH* y]QNS}/^p%y>!8?wy*:^5?LE$MbG7AbsLNNp&I0f N3,kǖ9hQV1[gTEqxjhf\C`M$hZld|h4fBE6QqX#R/ dZ\%uB`茻>rajR7S|W:@t5#"y_,r!a_F @'= U72t?}D⇵Xmw={W^+:Гq|R)Gy#jaQJWaW:])6~A򄇘v/77>̌)|mfmeO|n8ȯ |Ÿ߿sSFiہǹ8>3y1U|["iEڣR˲znڌ~scu#Gqhvq| ,D E4կcL`5_Q wHwvoQH ޶DDž veI+j쟅M \ m YH;8{?a&%(V] `y@ӃN(iB/تXeZV^QhUE[\ iz䄾Y0۸7V;ZWLW|?վ/+-gk >גʡ)wLp 5vX{FALVEW;$V5lMz>$\2l43Dzx\@̂SŨg!`qU5JC-7 YXsoKVq^rŀ9R?*1ܧ_Z3A+ѕa:bwё9bJ4f%DBC4o"ӗ{~0WM{"enD;SE?Ā_S:p4%1)6I35/|fM1og !hgV-I<3%a,w5a>{UR%&218>R ʽ70˲$'ϕi\n?+V{n%zl_8 Kjb߽Vd,$E=KSqS`Ǽ)7&tލA;KwrUàY6 Ü-N3G(>{ݥ2 \GysQehcT3ntm/bGYtMB s~ _*@ix4Qi/#YFmv1 (9ĄS;C}ekDm(wV![fS<لv,2?Ŕ]Rn %񭸝V3 &H{yAM:U񷒠U:( =_uLM([W9\8)jidrǎ:2n62=iJzpKnE{l\gI=KFmM`݂1N%̒]!up֩2.a>2~OkQ'* /Z%$F[!Ja5Vg06pȥ6~Ρ, o:..}MlpDqkhӾqkH&^ ԪL䗻(s@ 'RV YZ