pnetcdf-mvapich2-devel-1.12.2-1.1 >  A `Cp9|maZŌ9'?pwn8Ym2 pNzi/fqFb+Ғ46 Br9̰Z0APA>omYA% ,xLߩq!y6YSXx s7,*.7Ѩ| tB㝯čY̪1:AqIPORB6zMacgĐRSChj66e538b187b5b9179adc17d4f0ba61e69cae992b6a2bce6119fa18237f3bab6e6eae142c6217287b74f08123f8574ba4869796726`Cp9|\g;d]5S)-O&@v*ç1#e+pa U%^ш(:Y|4, 4l&YZ)S])n393Z;}+m ---߉M>zŃJty'7TɫBfiٌ͎5)m-XwihiDӋL"l^1zoOOfEa;% 7o惫 xjajwB< '$ud7!IDqh 4>p>?d  $ KX\lp $*4L X d |  0Tl(8 9 : FG0HHI`XhYx\]^bhcdsexf{l}uvw0xHy`zhx|Cpnetcdf-mvapich2-devel1.12.21.1Development files for pnetcdf-mvapich2NetCDF is a set of software libraries and data formats for array-oriented scientific data. Parallel netCDF (PnetCDF) maintains file-format compatibility with NetCDF. This package contains all files needed to create projects that use the mvapich2 version of PnetCDF.`Cibs-centriq-5 SUSE Linux Enterprise 15SUSE LLC NetCDFhttps://www.suse.com/Development/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxaarch64!I* `C~`C}`C~`C`C`C82893bf5d6a73371bb8bdac1e69947474b23b031ea5f7f7610efedbbe1acd89140986ff3e6b3ac3ad6543281ec2d26f6c0d4a8441cb11e02f238e72751e2e5111f7d45c90c88b43e5a078f768bf4277c9bc7d0e3d75cab2c57ac847c254a5971d4ede346f7df25c220830042f4200c150799f5f51b27efb12edf594a2c1da9bf32abf6f93035aba0df14a36de9d95bb0e71af8f3f8a90fb89a3b063236eed3b4libpnetcdf.so.4.0.2rootrootrootrootrootrootrootrootrootrootrootrootpnetcdf-mvapich2-1.12.2-1.1.src.rpmparallel-netcdf-mvapich2-develpkgconfig(pnetcdf)pnetcdf-mvapich2-develpnetcdf-mvapich2-devel(aarch-64)@    /usr/bin/pkg-configlibpnetcdf4-mvapich2mvapich2-develpnetcdf-devel-datarpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.12.23.0.4-14.6.0-14.0-15.2-14.14.1`8_/@_@]Y]]w@Ws@W~UWUnU@UK@cgoll@suse.comeich@suse.comeich@suse.comstefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.dechristophe@krop.frjengelh@inai.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.com- Update to version 1.12.2: * Updated utility program * ncvalidator now reports the name of variable that violates the NetCDF limitation on large variables for CDF-2 files * add corrupted file bad_large_fixed_var.nc2 that contains one large fixed-size variables that is not defined last * add corrupted file bad_large_rec_2_vars.nc2 that contains 2 large record variables * add corrupted file bad_large_rec_var.nc2 that contains 1 large record variable that is not defined last * add URLs of NetCDF limitations on large variables for CDF-1 and 2 file formats * Other updates: * When calling ncmpi_create() with NC_CLOBBER flag, PnetCDF now calls access() to check whether file exists first. If the file does not exist, successive calls to truncate() or unlink() can be skipped. * Improve detection of HDF5 signature. The HDF5 signature is located at the beginning of the HDF5 superblock, but the location of HDF5 superblock may not be at the beginning of the file. It is located at byte offset 0, byte offset 512, and at successive locations in the file, each a multiple of two of the previous location; in other words, at these byte offsets: 0, 512, 1024, 2048, and so on. * Bug fixes * Fix NC_CLOBBER mode for ncmpi_create() when files are existing symbolic links. Prior to this release, symbolic links, like other regular files, was first deleted and then created. This can result in an unexpected outcome, i.e. the deletion of symbolic link. NetCDF-4 library implements this differently, by adding O_TRUNC flag when calling open() to truncate the file to length 0. Historically, PnetCDF did not adopt the same approach because MPI does not define a similar flag to O_TRUNC and the only way to achieve the file clobber effect is to through MPI_File_set_size(), which can be expensive as the function takes an MPI file handler argument, which requires to open the file first with a call to MPI_File_open(). * Fix a bug of calling Fortran getarg() with the first argument k with a value > 0 when there is no command-line argument is used. NAG Fortran may crash the program. [f16bd3c](https://github.com/Parallel-NetCDF/PnetCDF/commit/f16bd3c1ba1b08eade2384f094c519f3f2dc114e) * Fix a bug that limits FLASH-IO to run on less than 16K MPI processes. See [1d84fa5](https://github.com/Parallel-NetCDF/PnetCDF/commit/1d84fa5d54ca9179da4a5b1a4ee3b92cc92287ed) - enable non HPC openmpi4 builds- Enable openmpi4 builds for SLE >= 15-SP2.- Update to version 1.12.1: v.1.12.1 - Option '-t' added to 'cdfdiff' to compare variable differences within a tolerance. - Make PnetCDF build with OpenMPI 4. - Fix aliasing bug with -O3. - String length of I/O hint 'nc_burst_buf_dirname' must be less than MPI_MAX_INFO_VAL. v.1.12.0 - Add 'cdfdiff' utility - serial version of 'ncmpidiff' supports classic NetCDF formats only i.e. CDF-1, CDF-2, and CDF-5. - 'ncmpidiff' now checks file format versions of two files, and reports difference if not the same. - Option '-t' added to 'ncpmidiff' to compare variable differences within a tolerance. - MPI info object now includes all PnetCDF hints once obtained form call to ncmpi_inq_file_info(). - Fix segfault when calling nonblocking API with zero-lenght request and request ID NULL. - Per-file thread-safe capability is not supported when using OpenMPI with ROMIO backend. v.1.11.2 - Utility program `ncoffsets` updated to skip printing dimension names if the number of dimensions of a variable is larger than 64. - Utility program `ncvalidator` updated to be able to repair the file header to fill in null-byte paddings in the space between the header size and header extent. v.1.11.1 - Optimization: When inserting nonblocking requests into the PnetCDF internal pending queues, queues are now kept sorted (using an insert sort) into an increasing order of variable starting file offsets. - Fix ncmpidiff when comparing dimension names of 2 variables between files whose dimension define orders are different. - Padding -- NetCDF classic file format specifies null (\x00) byte header padding, but does not enforce it. v.1.11.0 - New features * NetCDF-4 driver -- Accessing HDF5-based NetCDF-4 files is now supported. - New optimization * Burst buffer driver is updated to run varn APIs more efficiently. - New Limitations * For creating new files, the NetCDF-4 driver in PnetCDF supports only the classic model I/O operations. - New APIs * C++ API `NcmpiFile::set_fill()` is added for setting and inquiring the fill mode of an opened NetCDF file. - New PnetCDF hint * `nc_ibuf_size`: set the size of temporal buffer to be allocated by PnetCDF internally to pack noncontiguous user write buffers supplied to the nonblocking requests into a contiguous space. - Other updates: * The automatic file layout alignment for fixed-size variables is disabled. * The internal data buffering mechanism used in the burst buffer driver is removed. - Bug fixes * Fix bug of checking interleaved requests for scalar variables. * For put and get APIs when buftype is MPI_DATATYPE_NULL, bufcount is ignored. This is not implemented correctly in blocking put and get APIs. * ncmpidiff -- when comparing two files that contain record variables but no record has been written. * ncmpidiff -- when comparing two scalar variables, error NC_EBADDIM may mistakenly reported. * Fix crash when the MPI communicator used in ncmpi_create or ncmpi_open is freed by the user after the call and before file is closed. * Discrepancy from NetCDF library * No read/write variables in define mode when file format is NetCDF-4. * Diffrent to nc_set_fill() defined in NetCDF-4, ncmpi_set_fill() changes fill mode of all variables newly defined in current scope of define mode. * Error codes return precedence can be different between NetCDF and PnetCDF. - Discrepancy from NetCDF library * NetCDF-4 allows to read/write variables in define mode when file format is NetCDF-4, while PnetCDF requires data mode. * In contrast to nc_set_fill() in NetCDF-4, ncmpi_set_fill() changes fill mode of all variables newly defined in current scope of define mode. * Error code precedence may differ between NetCDF and PnetCDF. - Clarifications PnetCDF currently does not support Fortran default integer type set to 8 bytes (option -fdefault-integer-8 with gnu compiler). v.1.10.0 - New Features: * A new I/O layer that makes use of burst buffers is added. - New Optimizations: * Internal memory management for nonblocking APIs has been improved to reduce memory footprint. * Blocking and nonblocking varn APIs have been improved for better performance and less memory footprint. * on noncontiguous layout in user buffer use the user buffer directly in MPI-IO calls when neither byte-swap nor type-conversion is required to reduce memory footprint. - New APIs: * ncmpi_flush() flushes data buffered by PnetCDF to the destination file system. - API semantics: * ncmpi_put_vard and ncmpi_get_vard APIs + Allow to write/read two or more variables in a single call. + When argument filetype is MPI_DATATYPE_NULL, request is considered zero-length. + Limitation of vard APIs: element data type of filetype must conform with variable external NC data type. + element data types of all variables accessed in filetype must be the same. + buftype must contain only one same element data type if it is used to read or write multiple variables from file. - New error codes: * NC_EFLUSHED when request got flushed before when calling ncmpi_cancel(). * NC_EBADLOG when burst buffer log files are found corrupted. - New hints: * nc_in_place_swap; enable/disable in-place byte swap on Little Endian architectures. * nc_burst_buf -- to use the burst buffering feature. * nc_burst_buf_dirname -- directory where internal log files for burst buffer will be stored. * nc_burst_buf_del_on_close -- whether log files should be deleted when closing NetCDF file. * nc_burst_buf_flush_buffer_size -- Amount of memory allowed by users to allocate when flushing the burst buffer log files. - Rutime environment variable * PNETCDF_RELAX_COORD_BOUND set to 0 to disable or 1 to enable more relaxed boundary check for argument start. - Utility programs: * ncvalidator adds a new option -t to turn on tracing mode. - Other updates: * Add a check for NC_EUNLIMIT in API ncmpi_open to detect whether two or more unlimited dimensions are defined to detect a corrupted file. - Bug fixes: * Fix type_create_subarray64() for case when some dimensions of the global array is larger than 4G and oldtype is not MPI_BYTE. * Fix the bug that writing scalar attributes of type NF_INT64 was mistakenly casted to NF_INT. * Fix calculation of new record number in put_vard API. * Fix calculation of growing size of nonblocking request queues to include the number of records of a record variable, as such request is split into multiple additional requests, one for each record. * Remove freeing name object because NC_ENULLPAD is not a fatal error. * Add a check against NULL before freeing Member "value" of NC_dimarray, NC_attrarray, and NC_vararray when reading from file where respective tags are corrupt. - Conformity with NetCDF library * Attribute _FillValue of any NC data type may be put to global variable NC_GLOBAL for all classic files. v.1.9.0 - New optimizations: * use hash functions for faster attribute name lookup. - New limitations: * max number of files to be opened simultaniously is now 1024. * maximum number of variable dimensions (NC_MAX_VAR_DIMS) is now 2147483647. * maximum number of attributes per file (NC_MAX_ATTRS) is now 2147483647. * maximum number of variables per file (NC_MAX_VARS) is now 2147483647. * maximum size of of single put/get request or aggregate size if non-blocking request per MPI process is INT_MAX. - New constants: * NC_FORMAT_UNKNOWN, NF_FORMAT_UNKNOWN, NF90_FORMAT_UNKNOWN will be returned on ncmpi_inq_file_format if file is unrecognizable. * NC_MAX_NFILES, NF_MAX_NFILES, NF90_MAX_NFILE define max number of files that can be kept open my an MPI process. - API Syntax change: * Argument fill_value of ncmpi_def_var_fill is 'const' now. - Semantic updates: * Calling ncmpi_end_indep_data() in collective data mode no longer considered illegal. * For CDF-5 files, the maximum size of a variable or a variable's record is NC_MAX_INT64-3. * on inconsistent create/open among processes, the modes on all processes will be replaced by rank 0's mode. NC_EMULTIDEFINE_CMODE or NC_EMULTIDEFINE_OMODE will returned on processes disagreeing with rank 0's mode. * ncmpi_inq_nreqs() allows argument nreqs to be NULL. * ncmpi_inq_buffer_usage() & ncmpi_inq_buffer_size() allows argument usage to be NULL. * New error codes: + NC_EMAX_REQ, NF_EMAX_REQ and NF90_EMAX_REQ + NC_ENULLPAD, NF_ENULPAD and NF90_ENULPAD - Utility programs: * ncmpivalid renamed to ncvalidator - Update: * Update UTF8 encoding utility to use utf8proc library version 2.1.0. * Add quiet mode command-line option "-q" to utility program ncvalidator. * Add an internal check for whether the file starting offsets of all variables are in an increasing order as the variables defines. - Bug Fixes: * Fix a bug in nonblocking APIs when two separate nonblocking requests that can be coalesced into a contiguous MPI fileview or buffer type but the coalesced length becomes too big. * Fix a bug in nonblocking APIs when one request's access region covers more than one other non-interleaved requests. * Fix a bug in string parsing the environment variable PNETCDF_HINTS and print warning messages when hint strings are ill-formed. * Fix a bug in F90 APIs for reading and writing scalar variables, i.e. number of dimensions is zero. * Fix a bug that fails to do byte-swap when retrieving user-defined fill values. - Conformity to NetCDF: * API ncmpi_open now checks the number of large variables that is legal for CDF-1 and CDF-2 files. * Add checking for error code NC_ELATEFILL. * No longer disallow _FillValue for global variable NC_GLOBAL. * Don't turn fill mode on/off automatically when putting/deleting _FillValue attribute. This restores consistency with NetCDF. * PnetCDF can no longer be built on 32-bit machines if using OpenMPI versions 2.0.2 and 1.10.6 and earlier versions. - Clarifications: * External numerical data types can no longer be type casted to NC_CHAR type upon reading/writing. Only legal APIs the read/write a NC_CHAR variable are the '_text' APIs. New translations of internal data types to MPI data types - check release notes for a table. v.1.8.1 - Fortran parameters NF_MAX_DIMS, NF_MAX_ATTRS, NF_MAX_VARS, and NF_MAX_NAME have been fixed to conform with their corresponding C constants. v.1.8.0 - Copy fill values to data elements that cause out-of-bound error (i.e. NC_ERANGE.) New macros added to pnetcdf.h, to indicate the configurable options that were enabled/disabled. These macros are: PNETCDF_ERANGE_FILL, PNETCDF_SUBFILING, PNETCDF_RELAX_COORD_BOUND, and PNETCDF_DEBUG_MODE. - Detect HDF5 file format: * ncmpi_inq_file_format reports NC_FORMAT_NETCDF4 on HDF5 signature. * 'ncmpidump' checks for HDF5 format when -k option is specified. * ncmpi_open checks for HDF5 signature and returns NC_ENOTNC3 error. - New API: * ncmpi_strerrno, nfmpi_strerrno, nf90mpi_strerrno return the string name of a NC error code. * ncmpi_inq_path, nfmpi_inq_path, nf90mpi_inq_path for inquiring file pathname used when open/create the CDF file. - Optimizations: * Use of Bernstein hash for checking if variable or dimension name is used already. * Storage of nonblocking requests. - Changed syntax: * ncmpi_cancel can now be called in define mode. - New error codes: NC_EPENDING, NC_EINVAL_OMODE, NC_EMULTIDEFINE_CMODE for both C and FOTRAN functions. - New error code precedences when multiple errors in API argument detected. * Utility pnetcdf-config to display build configuration. - Semantic changes: * For collective APIs, the following errors are considered fatal: NC_EBADID, NC_EPERM, NC_EINDEFINE, NC_EINDEP, and NC_ENOTINDEP. Once detects these errors the calling APIs return immediately. * Consistency check for header data (defining dimensions, variables, and attributes) is moved to individual APIs and only enabled when safe mode is enabled. * For CDF-5 files, regular NC_ERANGE check is performed in PnetCDF for all APIs that access NC_BYTE variables. For CDF-1 and 2 files, PnetCDF still honors that exception. * Error code NC_EPENDING will be returned when pending requests are detected at the file close. * API ncmpi_set_default_format is changed to an independent API. - Build separate doc package. - Run package internal tests. - Remove: parallel-netcdf-1.6.1-destdir.patch - obsolete build patch. - Add support for HPC build. - Add build support for gcc10 to HPC build (bsc#1174439). - Add build support for openmpi4. - Disable 32-bit build architectures: package cannot be built there.- Add convenience provides to allow e.g. netcdf-openmpi2 to pull in libpnetcdf-openmpi2. - Also build openmpi3 flavor.- Build MPI pacakges as multibuild flavors, add openmpi2 - Adapt to openmpi -> openmpi1 rename on Tumbleweed- Use -ffat-lto-objects when building static libraries.- Trim descriptions.- Update to 1.7.0 o New features * Nonblocking requests now can be posted while the program is in the define mode. This feature enables applications to add new variables and post the nonblocking write requests without separating the codes by ncmpi_enddef(). Note ncmpi_wait_all and ncmpi_wait must still be called in the data mode. * When using immutable write buffer in put APIs on a Little Endian machine, the in-place byte swap operation performed internally in PnetCDF can cause a fatal error (by trying to change the contents of an immutable memory space). The solution of copying user's write request to a temporary buffer and perform byte swap there conflicts with PnetCDF's design principle of avoiding internal memory allocation as much as possible. Since the size of immutable buffer in most cases is small, PnetCDF now compromise the two by making a copy of write requests that is less than 4KB. Users are warned that using immutable write buffer larger than 4KB will still cause the fatal error in the PnetCDF default configuration. The way to completely disable in-place byte swap is to build PnetCDF with --disable-in-place-swap option at the configure time. In this case, the internal memory allocation in PnetCDF will increase. o Syntax changes * In ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel(), the API's third argument, array of requests IDs, is changed to INOUT. Upon successful completion or cancellation of individual nonblocking requests, the corresponding request IDs are set to NC_REQ_NULL. o New run-time environment variables * PNETCDF_VERBOSE_DEBUG_MODE environment variable can be used to print the location in the source code where the error code is originated, no matter the error is intended or not. This run-time environment variable only takes effect when PnetCDF is configure with debug mode, i.e. - -enable-debug is used at the configure command line. Set this variable to 1 to enable. Set it to 0 or keep it unset disables this mode. Default is 0, i.e. disabled. Users are warned that enabling this mode may result in a lot of debugging messages printed in stderr. o New example programs * examples/C/nonblocking_write_in_def.c shows an example of posting nonblocking write requests in the define mode. * examples/C/req_all.c shows an example of using NC_REQ_ALL to flush all pending nonblocking requests without providing the requests IDs. o New test program * test/cdf_format/dim_cdf12.c tests defining maximal dimension size for CDF-1 and CDF-2 file formats * test/testcases/test_erange.c tests if the error code NC_ERANGE can be correctly returned for two cases 1) get a NC_UBYTE value of 255 from a netCDF file to a memory buffer of type signed char and 2) put a value of -1 of signed char to a NC_UBYTE variable in a netCDF file * test/testcases/check_type.c tests if the error codes can be correctly returned when conflicted in-memory and extenal data types are used. * test/testcases/put_parameter.f tests the use of immutable write buffer (e.g. a buffer declared as PARAMETER). Note the buffer size must be smaller than 4KB. * test/nonblocking/i_varn_indef.c tests posting nonblocking requests in define mode. * test/nonblocking/req_all.c tests the use of NC_REQ_ALL for flushing all pending nonblocking requests without providing the requests IDs. * test/last_large_var.c tests the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. * test/testcases/buftype_free.c and test/testcases/buftype_freef.f test the bug in r2160. * testcases/add_var.c checks the starting file offsets of newly added variables from re-entering the define mode. * testcases/attrf.f checks NF_ERANGE is returned instead of coredump. This is particularly for NAG Fortran compiler that may report "Arithmetics exception". * testcases/check_striping.c checks if the file striping unit and factor returned from MPI-IO hints are consistent among processes. * test/nonblocking/column_wise.c checks if PnetCDF detects interleaved fileviews from multiple nonblocking requests and correctly breaks and reconstructs the fileviews so the combined fileview is monotonic non-decreasing in file offsets. o New optimization * Filling variables at ncmpi_enddef() is now done by aggregating all write requests into one MPI collective write call. In v 1.6.1, this is done by filling one variable at a time. o New utility program * ncoffsets reports the file offset information, including the starting and ending file offsets, of variables stored in a netCDF file. ncoffsets is compiled with gcc if gcc is presented on the build system. Additional command-line options are: (-v) reports only for a selected list of variables in interest, (-s) prints the variable sizes, (-g) outputs the file space gap size from the end of previous variable, (-x) reports whether there is a gap between any two adjacent fixed-size variables. See the man page for descriptions of all command-line options and examples. o Semantics updates * All nonblocking APIs now take a NULL pointer for the request ID argument, meaning users do not wish to keep track of the request ID. If NULL request IDs are used, NC_REQ_ALL should be used when calling ncmpi_wait_all/ncmpi_wait to commit all the pending nonblocking requests. This feature relinquishes users from the responsibility of tracking the IDs of pending requests. * Using NC_REQ_ALL as the 2nd argument "num" in ncmpi_wait_all/ncmpi_wait APIs will flush all the pending nonblocking requests. In this case, the 3rd and 4th arguments "array_of_requests" and "array_of_statuses" will be ignored and thus these two arguments can be NULLs. * Using NC_REQ_ALL in ncmpi_cancel() will cancel all the pending nonblocking requests. * Using NC_GET_REQ_ALL or NC_PUT_REQ_ALL in ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel() for all the pending get-only or put-only requests, respectively. o Other updates: * Conform with netCDF on the maximal dimension size for CDF-2 file format to be (2^32 - 4) * NC_ERANGE checks have been removed from nc_test for text APIs and variables that are defined as NC_CHAR type * Add README.K-Computer build recipe for using Fujitsu MPI compilers on the K computer at RIKEN in Japan * Add README.INTEL build recipe for using Intel MPI compilers 4.x * Build dependency rule is added for files configure and configure.in * PnetCDF checks MPICC/MPICXX/MPIF77/MPIF90 instead of CC/CXX/F77/F90/FC. If MPICC/MPICXX/MPIF77/MPIF90 are set, PnetCDF will ignore CC/CXX/F77/F90/FC. If CC/CXX/F77/F90/FC is set instead of MPICC/MPICXX/MPIF77/MPIF90, PnetCDF will now copy them to MPICC/MPICXX/MPIF77/MPIF90. * Enforce netCDF convention on error code priority: NC_ECHAR trumps NC_EINVALCOORDS, NC_EEDGE, and NC_ESTRIDE. * Return error code NC_EGLOBAL instead of NC_ENOTVAR for APIs where using NC_GLOBAL as the variable ID argument is prohibited. * All Fortran 77 test and example programs (files with .f and .F extensions) have been revised to conform with 77 standard, and was tested using pgf77. * Now provides a pkg-config file (http://www.freedesktop.org/wiki/Software/pkg-config/), making it slightly easier to set the correct pnetcdf include and library paths. o Bug fixes * Fix the bus error of invalid address alignment when build with Fujitsu compiler. See r2171 and r2180. * Fix the bug for the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. See r2166. * Fix the nonblocking flexible APIs that fail to save (duplicate) the user MPI derived data type that later is needed to unpack read data to the user buffer (a call to MPI_Unpack). See r2160. * Fix Fortran 77 constants nf_fill_uint and nf_fill_int64 (thanks Jim Edwards) that pgf77-based MPI compiler does not like "_8" modifier. See r2045 and r2051. The same issue for NAG Fortran compiler is also resolved. See r2089 and r2093. * In the example program examples/tutorial/pnetcdf-write-nb.c, the write buffers used in two iput API calls should be different. See r2095. * Fix the error reporting mechanism for NC_ERANGE, for when an arithmetic overflow happens. Overflow checking is now performed before I/O.- Fix license- Fix building on non-x86_64 64-bit platforms- Update subpackage groups - Make subpackage summaries and descriptions more consistent - Provide rpm macros for version identification - Spec file cleanups- Update to version 1.6.1 o New features * PnetCDF now supports fill mode. ncmpi_set_fill() can be used to set the fill mode for the entire data set. Note the differences from netCDF: 1. The default mode in PnetCDF is NC_NOFILL. 2. Setting fill mode for the entire file or individual variables must be done in define mode. 3. For non-record variables, they are filled at the time ncmpi_enddef() is called. 4. For record variables, users must explicitly call ncmpi_fill_var_rec() to fill one record at a time before writing to the record of that variable. o New APIs * ncmpi_def_var_fill() sets fill mode for an individual variable. This API must be called in define mode. * ncmpi_inq_var_fill() inquires fill mode of a variable. * ncmpi_fill_var_rec() is a collective API that fills a record of a record variable. This API must be called at data mode. * ncmpi_inq_default_format() for inquiring the default file format for new file creation. Note the default format can be changed by ncmpi_set_default_format(). * The above new API are also available in Fortran and C++ versions. o New error code * NC_ENOTRECVAR when attempting operation only for record variables * NC_ENOTFILL when attempting to fill a variable when its fill mode is off * NC_EMULTIDEFINE_FILL_MODE when inconsistent dataset fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_MODE when inconsistent variable fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_VALUE when inconsistent variable fill value is detected * Fortran versions of the above error codes are also added. o New example programs * C/fill_mode.c shows the use of ncmpi_set_fill(), ncmpi_def_var_fill(), ncmpi_inq_var_fill() and ncmpi_fill_var_rec() F77/fill_mode.f is the Fortran version. F90/fill_mode.f90 is the Fortran 90 version. CXX/fill_mode.cpp is the C++ version. * C/ghost_cell.c shows how to use varm API for writing from a user buffer as a 2D array with ghost cells on both ends of every dimension. o New test programs * nc_test/tst_nofill.c borrowed from netCDF * testcases/ivarn.c tests bug fix r2023 when the request IDs stored in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. o Other updates: * Change the chunk size used for moving variable data when the file header extent expands. The default is now 1MB. If the file's striping unit size is known (from MPI-IO hint striping_unit) then the chunk size is set to the striping unit size. o Bug fixes * Add missing F90 function overloading for f90mpi_put_var_all, f90mpi_get_var_all, f90mpi_put_vard_all, and f90mpi_get_vard_all, when the user buffer is a scalar. * Fix when the request IDs passed in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. See r2023. * Fix C++ compile error for converting NULL to string. See r2039. - Update to version 1.6.0 o Format conformation updates: * Conform with netCDF4 on CDF-1 and CDF-2 formats. The only difference now between the two formats are the OFFSET item in the format spec (32 vs. 64 bit integers.) All names (variable, dimension, attribute) now allow extended characters (eg. special2 and MUTF8). o New APIs * Nonblocking buffered varn API family. For C, ncmpi_bput_varn_() For F77, nfmpi_bput_varn_() For F90, nf90mpi_bput_varn() For C++, NcmpiVar::bputVarn() * Nonblocking varn API family. For C, ncmpi_iput_varn_() and ncmpi_iget_varn_() For F77, nfmpi_iput_varn_() and nfmpi_iget_varn_() For F90, nf90mpi_iput_varn() and nf90mpi_iget_varn() For C++, NcmpiVar::iputVarn() and NcmpiVar::igetVarn() * Blocking vard API family takes an argument of MPI derived data type that describes the file access layout, as opposed to vara and vars APIs that use start[] and count[]. For C, ncmpi_put_vard() and ncmpi_get_vard() For F77, nfmpi_put_vard() and nfmpi_get_vard() For F90, nf90mpi_put_vard() and nf90mpi_get_vard() For C++, NcmpiVar::putVard() and NcmpiVar::getVard() * Collective var1 API family For C, ncmpi_put_var1_all() ncmpi_get_var1_all() ncmpi_put_var1__all() ncmpi_get_var1__all() For F77, nfmpi_put_var1_all() nfmpi_get_var1_all() nfmpi_put_var1__all() nfmpi_get_var1__all() For F90, nf90mpi_put_var_all() nf90mpi_get_var_all() For C++, NcmpiVar::putVar_all() NcmpiVar::getVar_all() * ncmpi_inq_buffer_size() returns the size of buffer previously attached for use of bput APIs. With ncmpi_inq_buffer_usage() one can calculate the space remaining for additional bput requests. For F77, nfmpi_inq_buffer_size() For F90, nf90mpi_inq_buffer_size() For C++, NcmpiFile::Inq_buffer_size() * ncmpi_inq_recsize() returns the size of record block, i.e. the sum of single records of all record variables. For F77, nfmpi_inq_recsize() For F90, nf90mpi_inq_recsize() For C++, NcmpiGroup::getRecSize() * ncmpi_inq_num_rec_vars() and ncmpi_inq_num_fix_vars() report the number of record and fixed-size variables, respectively. For F77, nfmpi_inq_num_rec_vars() and nfmpi_inq_num_fix_vars() For F90, nf90mpi_inq_num_rec_vars() and nf90mpi_inq_num_fix_vars() For C++, NcmpiGroup::getRecVarCount() and NcmpiGroup::getFixVarCount() o New PnetCDF hint * pnetcdf_subfiling -- it can be set in an MPI info object or in the environment variable PNETCDF_HINTS to enable/disable subfiling. The value is either "enable" or "disable". o PnetCDF hint priority * The alignment hints set in the environment variable "PNETCDF_HINTS" have the highest priority, which overwrite the alignment hints set in ncmpi__enddef(), which overwrite the alignment hints set in the MPI_Info object used in the call of ncmpi_create() and ncmpi_open(). o New error code * NC_ESTRICTCDF2 for attempting CDF-5 operation on CDF-2 file. For example, define a variable of type NC_INT64 in a CDF-2 file. * NC_ETYPESIZE when filetype size is bigger than the variable size * NC_ETYPE_MISMATCH when the element type of filetype mismatches the variable type * NC_ETYPESIZE_MISMATCH when filetype size mismatches buffer type size * NC_ENULLSTART when argument start is a NULL pointer * NC_ENULLCOUNT when argument count is a NULL pointer * NC_EINVAL_CMODE when invalid file create mode is set, (e.g. cannot have both NC_64BIT_OFFSET & NC_64BIT_DATA. In PnetCDF 1.5.0 and earlier versions, if both flags were set, then NC_64BIT_DATA triumphs NC_64BIT_OFFSET.) o New example programs * C/bput_varn_uint.c and F77/bput_varn_int8.f show the use of nonblocking bput_varn APIs * C/i_varn_int64.c and F77/i_varn_real.f show the use of nonblocking iput_varn and iget_varn APIs * C/vard_int.c F77/vard_int.f F90/vard_int.f90 CXX/vard_int.cpp show the use of vard API to write/read record and fixed-size variables. * C/transpose.c shows the use of ncmpi_put_vara_int_all to write a 3D array that is dimensional-transposed from the one stored in memory. Six transposed 3D arrays are saved whose dimensions are organized as ZYX, ZXY, YZX, YXZ, XZY, and XYZ. The C++, Fortran 77, and Fortran 90 versions are also provided. o New test program * nonblocking/wait_after_indep.c tests if ncmpi_end_indep_data() returns properly when nonblocking APIs are called in independent data mode and the wait call is made after exiting the independent mode. * nonblocking/flexible_bput.c tests flexible bput APIs that use noncontiguous buffer type, noncontiguous imap and require type conversion * testcases/flexible2.c tests flexible APIs that perform type conversion * testcases/flexible_varm.c tests flexible varm APIs * testcases/varn_contig.c tests the case when the fileview is actually a contiguous chunk. PnetCDF should be able to merge all. * nonblocking/bput_varn_uint.c tests nonblocking bput_varn APIs * nonblocking/i_varn_int64.c tests nonblocking iput_varn and iget_varn APIs * test/testcases/test_vard.c test/testcases/test_vardf.f test/testcases/test_vardf90.f90 test the new vard APIs. * test/testcases/inq_recsize.c tests if one can correctly inquire the size of record block from in a netCDF file. A similar program in F90, named inq_recsizef.f90, is also added. * In test/nc_test, the test programs below are borrowed from netCDF test programs: t_nc.c tst_misc.c tst_norm.c tst_small.c tst_names.c tst_atts3.c tst_atts.c * test/testcases/one_record.c tests the special case defined in CDF-1 and CDF-2 specification that "A special case: Where there is exactly one record variable, we drop the requirement that each record be four-byte aligned, so in this case there is no record padding." * test/testcases/modes.c tests if correct error codes are returned when various file create/open modes are used. * Under test/testcases, varn_int.c varn_intf.f varn_real.f90 test varn APIs * test/testcases/inq_num_vars.c test if one can correctly inquire the numbers of record and fixed-size variables defined in a netCDF file. A similar program in F90, named inq_num_varsf.f90, is also added. * test/nonblocking/interleaved.c tests a combination of interleaved file types. This is to test the bug fix in r1758. o New optimization * Prior to this release, PnetCDF wraps each MPI read/write call in put/get APIs with two MPI_File_set_view(). One is before the MPI read/write call to take advantage of MPI's fileview feature for accessing non-contiguous file locations. The other is after the MPI read/write call to make the whole file visible, as the root process may write to file header later in the data mode and it alone cannot make a call to MPI_File_set_view() because the function is collective. In this release, the second MPI_File_set_view() has been removed. The root process's fileview is changed to always keep the whole file header visible. Saving a collective call to MPI_File_set_view() is expected to improve some performance. o Semantics updates * Header consistency mechanism has been updated. See README.consistency for details. * The use of NC_SHARE is also revised. See README.consistency for details. o Other updates: * The subfiling feature is now disabled in ncmpidump and ncmpidiff until a bug fix to allow reading the master file with the number of processes that is smaller than the number of subfiles. * The attribute names reserved for subfiling feature are now changed to use a prefix of "_PnetCDF_SubFiling". The leading "_" underscore is a CDL convention. * The flexible APIs now allow argument buftype to be MPI_DATATYPE_NULL. In this case, argument bufcount is ignored and argument buf's data type must match the data type of variable defined in the file - no data conversion will be done. This extension makes the flexible APIs be able to correspond to the netCDF APIs whose names do not contain a data type, e.g. nc_put_vara(). * Type conversion between NC_BYTE and unsigned char no longer checks for out of range error (NC_ERANGE). CDF file format specification make a special case for this kind of data type conversion. See: "Note on byte data" in the format specification. * Conform with the CDF-2 and CDF-5 formats that names are normalized according to Unicode NFC normalization rules during encoding as UTF-8 for storing in the file header. * A new configure option, --enable-large-file-test, to enable testing I/O on large files and large variables. Note the testing prgrams will run very slowly. o Bug fixes * fix the bug for flexible get_varn API. When buftype is noncontiguous, the bug forgot to "unpacks" the temporary buffer that reads data from file to the user buffer using buftype. * fix the bug in blocking flexible get APIs when buftype is noncontiguous, swap is needed, type conversion is not. The bug sets a NULL pointer to the read buffer and passes it to MPI_File_read functions. See r1815. * fix the bug for the NetCDF special case when there is only one record variable and the record size is not four-byte aligned. In this case, NetCDF spec says the alignment must dropped (no padding). See r1791. * fix the bug in nonblocking APIs when requests are resorted into nonoverlapping groups and the first group of file types are interleaved, it was mistakenly identified as non-interleaved. See r1758. * fix the setting for PNETCDF_RELEASE_DATE in configure.in. Using read command together with IFS does not work as expected in bash 4.3.11. See http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2014-July/001586.html for further detailed discussion. - Update to version 1.5.0 o New features * A new configure option "--disable-in-place-swap" is added. It disables the byte-swap operations running in-place on the user's write buffers. The purpose of providing this option is to deal with the problem when a Fortran program uses a immutable buffer for put APIs, e.g. the buffer is declared as a PARAMETER, and in-place byte swap on this buffer causes segmentation fault. See discussion threads of http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2013-July/001498.html Impacts: 1. It takes effect only on Little Endian machines. 2. It only affects put/iput data APIs, but not attribute APIs. 3. The INTENT of buffer arguments in all Fortran 90 put/iput APIs will be declared as "IN". Without this setting, the default is "INOUT". 4. It has an impact on performance, as an extra internal temporary buffer will be allocated to copy data over from user's put buffer, so byte swap can be run on the temporary buffer. The default setting is to enable in-place byte swap. PnetCDF tries not to allocate additional memory space, due to performance concern. Users are discouraged to use Fortran PARAMETER buffers in put APIs. * A new configure option "--enable-debug" is added. It enables a memory allocation tracing mechanism internal in PnetCDF. In addition, it enables the PnetCDF safe mode. (Note that setting the environment variable PNETCDF_SAFE_MODE at the run time can still overwrite the safe mode.) Default debug mode is disabled. When enabled, a user program can call three new APIs below: ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, and ncmpi_inq_malloc_list to obtain the size in bytes of current memory allocated internally. This feature uses a binary tree to manage all malloc buffers, e.g. tsearch() and tdelete(). * Add three Fortran parameters for PnetCDF library version numbers: PNETCDF_VERSION_MAJOR, PNETCDF_VERSION_MINOR, and PNETCDF_VERSION_SUB. Similarly in C programs, these are defined in pnetcdf.h as constants. o New APIs * C++ APIs are now available. They are developed based on netCDF-4 C++ library. However, users are encouraged to use C APIs, instead C++. * ncmpi_put_att, ncmpi_get_att, nfmpi_put_att, and nfmpi_get_att - these APIs correspond to nc_put_att, nc_get_att, nf_put_att, and nf_get_att. Note they are not the "flexible" APIs. Flexible APIs have an MPI derived datatype argument. * ncmpi__enddef, nfmpi__enddef, and nf90mpi_enddef - these APIs correspond to netCDF nc__enddef, nf__enddef, and nf90_enddef (with additional optional arguments). * ncmpi_inq_file_info - the naming for ncmpi_get_file_info may cause confusion, as "get" has a different meaning on PnetCDF. The correct name should use "inq". However, ncmpi_get_file_info is kept for backward compatibility. * ncmpi_inq_striping, nfmpi_inq_striping, nf90mpi_inq_striping report the file system striping settings of the opened file: striping size and striping count, if the underneath MPI-IO can find their values from the file system in use. * ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, ncmpi_inq_malloc_list report the size in bytes of current memory allocated internally by PnetCDF. Similar APIs for Fortran 77 and 90 are also available. These APIs are enabled only when PnetCDF is configured with option - -enable-debug. When this option is not enabled, calling these APIs will return the error code NC_ENOTENABLED. These APIs are usefully for debugging. * ncmpi_inq_files_opened reports the number of files that are currently opened. Similar API for Fortran 77 and 90 are also available. The API takes 2 arguments: number of files and array of file IDs. If the second argument, array of IDs, is not NULL, then it will filled with the netCDF dataset IDs. This API is useful for debugging. o Syntax changes * For all Fortran put/iput APIs, the INTENT of write buffer arguments is changed to "INOUT" on Little Endian machines, if option "--disable-in-place-swap" is not used at configuration. Otherwise, i.e. on Big Endian machines or PnetCDF is configured with "--disable-in-place-swap" on Little Endian machines, the INTENT is "IN". o New PnetCDF hint * nc_record_align_size - aligns the starting file offset of the record variable section. Note this is for the entire section, not individual records. o New error code * NC_ENOTENABLED indicates the API is available only when the corresponding feature is enabled. For example, nfmpi_inq_malloc_size() returns this error code when "--enable-debug" is not used at configure. * NC_EBAD_FILE corresponds to MPI error code MPI_ERR_BAD_FILE, meaning "Invalid file name (e.g., path name too long)." * NC_ENO_SPACE corresponds to MPI error code MPI_ERR_NO_SPACE, meaning "Not enough space." * NC_EQUOTA corresponds to MPI error code MPI_ERR_QUOTA, meaning "Quota exceeded." * NC_EMULTIDEFINE_FNC_ARGS corresponds to MPI error code MPI_ERR_NOT_SAME, meaning "inconsistent function arguments used in collective API." o New run-time environment variables * none o New example programs * Example programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * Under examples/C, three examples are added: create_open.c, get_vara.c, and global_attributes.c. File examples/README contains their descriptions. * Under examples/CXX, several example programs corresponding to those in examples/C are added. o New programs for I/O benchmarks * none o New test program * Many test programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * add tests for flexible APIs. The tests borrow from nc_test/test_write.c that tests nc_put_var1, nc_put_vara, nc_put_vars, and nc_put_varm. Similarly for get APIs. * testcases/record.c checks if the number of records is updated correctly. It writes to a variable's 2nd record followed by the 1st record. A call to ncmpi_inq_dim() or ncmpi_inq_dimlen() should report 2 records after the writes complete. * testcases/noclobber.c checks if error code NC_EEXIST can be returned correctly when NC_NOCLOBBER modes is used in ncmpi_create and in the meantime the file exists. * Some test programs are developed to run in parallel. The test mechanism for parallel runs is command "make ptest". Two environment variables can be used to set the MPI run command and output file directory: TEST_MPIRUN and TEST_OUTDIR. Their defaults are mpiexec and "." (current directory), respectively. For example, make ptest TEST_MPIRUN="aprun -n NP" TEST_OUTDIR=/scratch Note the keyword "NP" will be replaced by the different numbers of processes used to run the tests. The testing uses up to 8 MPI processes. * A sample PBS script file is provided to test "make ptest" on machines with a batch queue system: pbs.script. This example script can be submitted from the build root directory (where you run "make" command to build PnetCDF library). * For cross compile environment (and batch queue system), the environment variable TEST_SEQRUN can be used to set the MPI run command. For example, the command for testing sequential programs: make check TEST_SEQRUN="aprun -n 1" TEST_OUTDIR=/scratch For non-cross compile environment, there is no need to set the environment variables, as long as one can run the MPI executable without mpirun or mpiexec. o New optimization * none o New utility program * pnetcdf_version prints the version information of the PnetCDF library and command-line arguments used at configure o Other updates: * Revise FLASH-IO benchmark to use nonblocking APIs for both checkpoint and plot writes. The control variable to switch between nonblocking and blocking API is "use_nonblocking_io". Set it to .FALSE. in flash_benchmark_io.F90 to switch to blocking APIs. Using nonblocking APIs is now the default. * To match ncdump, ncmpidump now only supports one input file. * Makefiles are revised for better recursive make and fixed some build target dependency for parallel make. * File creation was revised for handling NC_CLOBBER and NC_NOCLOBBER modes. On systems where Unix calls access() and unlink() are available, they are used to check if a file exits and to delete an existing file. * subfiling is now enabled by default. Users can use --disable-subfiling to disable it * man page of ncmpigen is updated to add the description for option "-v" which lets users to specify the desired output file formats, e.g. CDF-1, CDF-2, or CDF-5. * flex, lex, bison, or yacc are no longer needed for building ncmpigen. o Bug fixes * fix ncmpigen.y on parsing CDL file to get the number of records. The bug failed the command "make b-test", due to getting a wrong number of records (current value for the unlimited dimension). * fix the update for number of records when writing to a record that is not the last record. - Update to version 1.4.1 o Bug fix: * Improve pnetcdf.inc portability for fixed/free-form Fortran programs o Fortran API syntax changes * For nfmpi_put_att and nf90mpi_put_att family, the intent modifier for the put buffer arguments are now declared as INTENT(IN). * For nfmpi_put_var* and nf90mpi_put_var family + On Big Endian machines, the the intent modifier for the put buffer arguments are now declared as INTENT(IN). + On Little Endian machines, the the intent modifier for the put buffer arguments are still declared as INTENT(INOUT). This is because PnetCDF does in-place byte-swap on user's put buffer. If user's buffer is declared as parameter, then segment fault can happen when PnetCDF tries to byte-swap a read-only memory. o Subfiling * Subfiling is a new PnetCDF feature that divides a file transparently into several smaller subfiles, each of which stores subarrays in CDF file formats. The file name supplied by the users serves as a master file that contains all metadata about array partitioning information among the subfiles. Because data partitioning is made transparently from users, data accessing is kept the same through the conventional PnetCDF APIs and the master file. * To enable this feature at configure time, add configure option "--enable-subfiling". - Update to version 1.4.0 o New APIs * Fortran 90 APIs (adopted from netcdf-fortran-4.2). All F90 APIs have prefix name "nf90mpi_". The APIs support function overloading. * get/put_varn_ for reading/writing a list of subrequests (each is specified by starts[i][ndims] and counts[i][ndims] for subrequest i. ndims is the number of dimension of the variable) to a single variable. * multiple put/get requests with explicit buffer type names: ncmpi_mput_var_type(), ncmpi_mput_var1_type(), ncmpi_mput_vara_type(), ncmpi_mput_vars_type(), ncmpi_mput_varm_type(). Similar for get APIs. "type" is one of the followings: text, schar, uchar, short, ushort, int, uint, long, float, double, longlong, or ulonglong. * ncmpi_inq_nreqs() reports the number of pending nonblocking requests * ncmpi_inq_header_size() reports the size of the file header * ncmpi_inq_header_extent() reports the space currently allocated for the file header, (also the file offset of the first variable) * ncmpi_inq_put_size() reports the write amount committed by far * ncmpi_inq_get_size() reports the read amount committed by far * ncmpi_sync_numrecs() a collective API that can be called in independent data mode to synchronize the number of records in memory across all processes, and update to the file if NC_SHARE is set. o Syntax change for Fortran put APIs * intent of buffer argument in all Fortran APIs is changed to inout, as byte-swap might be performed directly on the buffer. This change is for performance consideration. For example, if the buffer is declared as Fortran parameter, then compile will fail. o New PnetCDF hint * nc_header_read_chunk_size: PnetCDF reads the file headers in chunks. This hint indicates the chunk size (in bytes). The default is 256 KB. o New error code * NC_EINTOVERFLOW reports the error of 4-byte integer overflow. This usually happens due to MPI-IO data type constructor APIs' arguments using 4-byte integers. * Error codes to report metadata defined inconsistently across processes. o New run-time environment variables * PNETCDF_SAFE_MODE environment variable can be used to enable/disable the internal checking for data/argument consistency across all processes (by calling collective MPI_Allreduce). Set it to 1 to enable the checking. Default is 0, i.e. disabled. * PNETCDF_HINTS environment variable can be used to pass the I/O hints to PnetCDF library. Hints include both PnetCDF and MPI-IO hints. PNETCDF_HINTS is a string of hints separated by ";" and each hint is in the form of hint=value. E.g. romio_ds_write=disable;nc_header_align_size=1048576 If this environment variable is set, it overrides any values that were set by using calls to MPI_Info_set in the application code. o New example programs * example programs are now categorized into C, F77, and F90 directories * nonblocking_write.f and nonblocking_write.f90 are the Fortran version of nonblocking_write.c * put_varn_float.c for using the new APIs ncmpi_put_varn_float_all() put_varn_real.f and put_varn_real.f90 are the Fortran versions * put_varn_int.c, put_varn_int.f, and put_varn_int.f90, for using the new APIs ncmpi_put_varn_int_all() and nfmpi_put_varn_int_all() * hints.c, hints.f, and hints.f90 for using PnetCDF hints * flexible_api.c, flexible_api.f, and flexible_api.f90, for using blocking and nonblocking flexible APIs * mput.c for using ncmpi_mput_vara_all() to write a series of arbitrary start[] and count[] * block_cyclic.c, block_cyclic.f, and block_cyclic.f90 are for a * -(block-cyclic) 2D partitioning pattern * column_wise.c, for a *-cyclic 2D partitioning pattern * put_vara.c, put_vara.f, and put_var.f90 for using for nfmpi_put_vara_int_all() o New programs for I/O benchmarks * benchmarks/C/aggregation.c -- evaluate PnetCDF's performance on I/O aggregation across multiple requests with different data access patterns. * benchmarks/C/write_block_read_column.c -- writes variables and reads back using different data partitioning patterns * benchmarks/FLASH-IO -- I/O kernel of FLASH, a reacting hydrodynamics code developed at University of Chicago. This benchmark can be built independently from PnetCDF release. o New test program * test/F90 contains test programs adopted from netcdf-fortran-4.2 * test/nf90_test contains test programs adopted from test/nf_test * testcases/alignment_test.c -- test for header and fixed variable file offset alignments when entering redef mode * testcases/nonblocking.c -- test nonblocking APIs ncmpi_iput_vara_int() and ncmpi_iget_vara_int() * testcases/flexible.c -- test flexible API ncmpi_get_vara_int_all() using an MPI derived data type created by MPI_Type_create_hindex() * test/header/header_consistency.c -- test header inconsistency and see if inconsistent metadata is overwritten by root's o New semantics for attribute APIs in data mode o New synchronization for number of records o New optimization: I/O request aggregation pointer). o Other updates: * configure.in and Makefile.in have been revised to detect MPI compilers and other compile options automatically. * A new configure option "--disable-file-sync" to disable calling file sync. This is to be used when the underlying file system provides data consistency control. * add build recipe for IBM BGQ (e.g. Vesta/Mira/Cetus @ANL) in README.IBM * add build recipe for CRAY-XE6, Hopper @NERSC in README.CRAY * add build recipe for CRAY-XC30, Edison @NERSC in README.CRAY * add build recipe for Endeavour @ NASA in README.SGI * add declaration of flexible APIs for Fortran90 * "make testing" now hides most of the stdout. Use "make verbose_testing" for verbose output. * ncmpidump: add the command-line option "-k" to report the format of netCDF file. * ncvalid is renamed to ncmpivalid, a tool to validate the structure of netCDF files for conforming with CDF formats. * Fortran type NFMPI_OFFSET is removed. It was merely a shortcut to integer(KIND=MPI_OFFSET_KIND). Some Fortran 77 compiler does not recognize keyword KIND. In that case, please set MPIF77 to the MPI Fortran 90 compiler, e.g. ./configure MPIF77=mpif90 * configure now automatically checks Fortran module compile flags * Support additional Fortran netCDF data types: nf_ubyte, nf_ushort, nf_uint, nf_uint64, nf90_ubyte, nf90_ushort, nf90_uint, nf90_uint64. * Error codes and messages conform with netCDF's o Bug fixes * Argument unlimdimid of nfmpi_inq() returns -1 when no unlimited length dimension has been defined (to conform nf_inq()). * Argument varid of nfmpi_inq_varoffset() is fixed to be the C's varid plus one. * For collective APIs, many places have been changed to prevent program from hanging if a subset of the processes got errors. The fix will allow all processes participating the MPI collective calls in the PnetCDF, even if errors are detected on a subset of processes. * set the nonblocking request ID to NULL when the request length is zero * report error when bogus request IDs are passed in ncmpi_wait * when entering redef with different alignment hints, fixed-size variables' file starting offsets will only be changed when it is bigger than the old ones * Fix some Fortran API intent in/out argument declarations * ncmpi_def_var is fixed to detect if CDF-5 data types is used on CDF-1 or CDF-2 files. Error code NC_ESTRICTNC3 will return. - Update to version 1.3.1 (September 24, 2012) This release is primarily a bug-fix release, tidying up a few issues and incorporating some early feedback on our "buffered put" interface (see http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/BufferedInterface for more information) - add a new API ncmpi_inq_buffer_usage/nfmpi_inq_buffer_usage for inquiring the current usage of the internal buffer allocated by the "buffered"-put APIs. - bug fix to make bput APIs properly return error code NC_EINSUFFBUF. - bug fixes for ncmpidump to avoid residue contents from a previous read when it read beyond EOF. - bug fixes in the the tutorial example codes. - add more in-line comments for the tutorial example codes. - add the error string for error code NC_ENOENT. - Replace parallel-netcdf-1.3.0-destdir.patch with parallel-netcdf-1.6.1-destdir.patch. The patch accomplishes the same thing but is created new for the substantially different makefiles.ibs-centriq-5 16150368861.12.21.12.2-1.11.12.2-1.1pnetcdfpnetcdf.hpnetcdf.incpnetcdf.modlibpnetcdf.sopnetcdf.pc/usr/lib64/mpi/gcc/mvapich2/include//usr/lib64/mpi/gcc/mvapich2/lib64//usr/lib64/mpi/gcc/mvapich2/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15-SP3:GA/standard/1c1fd31b7cc68f216163e3116397bf49-pnetcdf:mvapich2cpioxz5aarch64-suse-linuxC++ source, ASCII textC source, ASCII textAlgol 68 source, ASCII textASCII text (gzip compressed data, from Unix)pkgconfig filePR. 5{^X9#utf-88f2711e896ce16efc55492f7bba783e45cac5742464a0ddca34149f85bfe704a? 7zXZ !t/ :] crv(vX0auyg qZUqNSK˼QI4S;/h =D11kX:uo'7``h^Aܙ+Ѯ`D&ݦUwA gL7:׹_G,%I]G+ IYwT`[3(sO"nvջzbN%z|2ΌIK^}n jjkpY BcV).?BVIu:Nd׻ѝ942x%ӲS+3"hW[R ڭ<O{'bӆY?QfR)Z˖M؅XLE{2Û2`W-܇eW]S ƴ\@946+u^$SN0k>HcڊM&^9l+jFy-ڭ%$TBʚ4B>`b#eq;h%֐/ jƗGh,xxkåUH% K<*?bfK¿D>3߳„,~iKHЂBl@rƱ`׿W¾:ȬaZg >FA֯=-T3_*U#Լsܝ@Sl%~XYv3;!-AC.J)dD@[pSԸxSBҊj8zQH5F3unx$K}"3Cf~b~V6T%'~WZG^.y(DZdκap(5!] "хcQF:AI\x z2Xo+W|Ӆ.,`q ,̖3nDqU볼e"vD^GFRP˦ M=S8n:('I@!'ϢA9fE)?4WA>#87Z}S%Nˢ# ?l£9- [4[ Pd~^y?.HñvXC&9HzUv1P:{NU>[VzcEt@ZW쓝h'܁ Gˀ1kCSew05c6f4:-۝(5G'(!x+Q%6_4)CΙ*Y[8=jq 97S]4W*Q䍦 qh\S*1 Eo}.dyn |u)Nq,$r~9"~?lFK<lӂ|"%8Ee(M9Fа貙"{clsK. jPÕ\6VB99Иz =u2;'C /S)qz457ؒN 7#W܃P9]e~KЋ##J)P_Bh`S8y2r&(] r֭ȅW#;tQH֣UTmj1y3 D;p^d6#3e ;TEBXL ` =Խjp_c*)iA2;op,Pޝ&:GUeTɤ&*cFwl'Do-a3hZɅReXg=~Ɠ-.l W7yJpX "8W4:} \i6f RMu IDcЂU6sٿ p? dm%80==.*v^PIuou;nR|O yT :TQUa1O2d A8py2G#md#KUۭw/Y7ɚsʢMlӾ;HK҈눮3A)*>z3Fv=xMrjϯ \A"B|2l(AWYPa AL _̯$KfVHB8Ć2\`J( B=jai-7<쭜0,6K9n ҕ1*ٶʢ*"r7gv9ALXHzE$wrnmC;2C\qߏL. M 7~&{F:bf5 ~@Ŀ oUM%= XusK(dS- ]}ܾ/41A6D3 UD,2ER .)\B3;md)D`"/ 鱆$C2)$ PB%ϑOB˾"TܺYP_o!3KJS{O?嚕5aۜ#Sx͋q[1g&{]+;瑩EndC8JLя,<is4PǛ[v@#0>R>Y/y9D<99uVz @ f|% 65p,H{w5`z!5후  }nΤa9uE^ޅTZ%\q0 |ٛy3#%sAV57I]:HO5wn3bZQ`5Yv2y:S{'VE'$Q %(ᒮ J{n՛$ IH!7_mg+~Y1F*y\rIL5 K"!b-4(ۉdZ<#`i?!{D(N&+QW .@ì!$'t|5qvTrg;L4rnR<mEP.y}ǝjbΪZ{J[$K ^#}Ig՝a56CVXc^ݳ\cwf)l|aFԹ%soNe t78z ~&c%= `!_+$^]Q_uyU0)-Yh@X+v.qTҗTzS~T/ HGw`Z, S/æz~E2ӪbS -N1GY(i!{rK>ݑof=G} xVE![tE+&;d>88+Fz۶7O؍S;Zw8$}>GF7F]m.Q/`衟ͼfFrq>cMxR?"5&&א;0H;"y),faUWvm&Ԛh9،D\,Ï)~+axrE<1qâB_kնr(*o;|Lt*V ݰRxn)c߼}*k9밎N2i\գCBXJA̩E|y0^7lJ t&Q5z)"!8$D' Cbm}8^?&2ZfmpoA%LT40V_ɳ pyL/e0]W,+*y=]d˼;o`_kUQh),iiG_v[YRz!M[;P cag,̯Mn0QGdVԾ2g3ܠS.16jؼ;RھT,Z]' a+-6c,,dzy `\/` t~ԖLAfFg o,#$Z2^6;F$@:T}PwYӔn7],-t75F.uHv/Kz)tc [tŁ88DBTm B\kw#I- &kk#躧J'*ĩÏqՔL A̝zȻ=fI'_) R&3d.UnEp80=u"][d~}-7ߞ7^^ QW Jpv #05 #On$sJFѿ|foVnV={a:{$̋2iSn@C>uLDE%!{s>"Zʤ1 ^V;8&9O#tM }fT~\"#N٬p" H/p-'_i}p+xbkCRhÚ}+rPnWWwz(܆&}BRJOfi|̽%~!(FPP Xn\쀽j &mic?é Kt4+o9#aKo^q)~DUu!2DL̈?`K1VܗQx~ ݕ4# x@?Y[nA{VOb}I5CN/NzubŁy?)Ӱsb8"ְV+T&+9n\("KxHayoe2k,v:r4N@N.Tҫ>K&^Ruя7)|g%,}̲U@$ ЍH{*Ƴ%ٶ7ؼmImꮺG%#Hc7h̾Y M>}Oy;^Ў½e&}y5Knl%4vv $ 7n? O oi pE u#a#|3y뎇a?< ۨy;2flvuzX` tUZ]cpSsV>tJ;\.qPW$vcV]jB12_wo-iA \뼗V8ƌݱڋ6/9)G& C=E^]xx;xLqtg̀Kέu5=z6al Rŏtn7y'x#+DG'36ٚ4Fp w'5ռ5 *<)AMڅB1QA@G (Wp;rr7|g^ wA ɆVۿk+(w?2SqSfLB82s?L9}TY6gBU$0U:-ڭNR,HW昞X |wZZM:POSVmIm3՛iXc(-|w1&83G޺\#X{$QXnA遭`j,AgYbuJk bNx+I.\OYCwtdTCR_?Zfxs_=ŶI~L`*-T'mo5]j̉Z/.Ʀ*Yer3x6 r'ߨe2AFEgo)(8K Hb=)aȑ:%  $ vA AʨChuɘ*k@AW-;v1n_iUYO$P)/K_$1>1);ڀEq7їi@02,}SҒkr=XWf۵ĆT9v4޲nҮ/L`,֙6S].?Fzlk/& ijVO8⯀"RdP+S#w!:}7?4]K7BV͂Z>^*8?f.U?cZ]oE:y%CAe,m^fx:C_7,MVA࿦t.[hY-eM7U`:{gu'^` td:Vsu PD6 ߷UdΫ:ޭmПg,IoD:U RՉI,DUP?)}6޲ЅН%n?pBx'8>?x-3$Ƙ9Wc:ﵣO.1A_5Ŭ KN-Y {(\kklԚGs(5/M|4+g@5C$]ّE5j֗`8%t"];OLLw_Qza2MrІ)_F@(ТjS_NOp]яqFݫΚ\R^)4@餘*dDGlR*Zk“7V\yOؕSEsn?T2qacb9;YXk)JFk>}EzMHq#4_1.`Z 7)FilgInn8aFkJ9jS,F\0PSܔ.-B/#VhGSMeUh5+ y ZBγaY#A^!LEkAH}Z =^`tnOt *GJHtw(e3|2gI]_o#)R|ggP+$RCC雰L\o17N٪W>1ZY%mXGr84c!\CS* U񋖎e퀫S`֨]&YcRgx1^\Ehb͟zq(bQoܵJXD%NG-OS77:lAtDk /,T稣&TO1.F;nyC#k{^v#^684fEw(ELZ{;صOFe=Z)Q3OY~ZR/ hǖV _owinv6sOC  CzyIISHN A ʼJُdY D%hʓ\I7*h=KAؗ}U6|eO6BYsIU:7hYe^D[`3 vlMԅ7 UL=o2oOq?"n[S@,ƱڤlRh)g?_oPT 6=W6 휠E lp=JZKmk4sa+qؿ~sRLَ~`M;2nu6(-W+c's2%pd<dpΖ (e@07dy6- *V:jRD7Kf(&܉Vf7Q+Y'_ɲfܭzak, mci g<3Km;+ht-1`x@`B<ƪm4U]E|~zu5UǞW+Hs|nXYa9*\n7)=Tb_CQ"UY&K3S{5ӯRAiKܠ{׶惴ɠ>5](l!BEJ[G7)3Qbؠ$f(֫ y`Y2GkJB^&.2]|ؾ g?*wW=ra\#cemV3D#X % j[fg='u&䢣"g9`zpeJ0ȎpF cDX54Ӟ=xMP(G wp*3 }bp̨#L M,V&uЫ_/蕧'g:WR VG9 4 k̈́ʂ,yl*c]bdB^Ԁ.i&[Nfk1aԝ|\DzX~IQs& 26EfUŁ)^u)Lӯ"H6 "Ҝ"2$, ]n=n`0T]cܿKzo(*WEdo Zܪo9 wЫq}כ7a͎fV 14_f,IGϑR#iGeNy؏'3k oNf/uL [#6Tĩ`"&!b/fJ;:eUJ$_pc TNQee&d+$>2 N2rR8G]P@tr"/<5#pHT6c[LF|\ ʫ?}KuX3&*$}!| r& gLZ8G1+GJ76JO1(FފX0- 2{{Gc-.23) tXfK$JiMEJi 9@fɥ:w+3ֵ=+ġ~|dc}iFQ´0Jh)dw|e#ѵi$B$J G\ҪbuR4,]y%)ϒxeȢoˌu蓊AiZr 6g|\޺nc}0 =횙r\C> c,wwcMēK@ `_II7#ag~5vW$0o?ނ{ 0|]sci2g*t7)(=qsm#9Crz$]T`q34`GF =Y8.Dd?OXqQ5k3qes>sgLu.˭8A\p[ HʀGZߔ9wi8x밢Sjj+y.ؽ[ڵ%mѰĘÁ} C c\5""! e;茞N/5t8i5E :M`[?—=;'c$L_q~O!p߀BXF2|Œ~=$kG0lJAa튊jڅj$͙L6] *B ћN\ȗyPjYUW=I4{EKU#e:?.AݏNE曤|n+zG,P*oD(SYTh=Ԉ˂qkcRkf@ǹ"6xj;pսaKіis(Q;z !O;|JGbx* 8 +gؚa':uA#0ϲ \G7Ji@FpEr['DtA4ߧ"%)OT6 X7kjfrVfN%6ї0D}'7rA+z NfWE7VuO%!' YA9;J K_YJu7tIh_Ob߃A^{rK|k=֕~,A%"4-6S80g+^UȜI;8l܂M{ޕf@'JoAςYbLt]ol*cu4Kzd1IbFTPN(k"&5%AxM4qJ`٦qe\=GҼeN1e |{һj@5`}WU{M !3oZ*Hчg o $u7>5=dAhx'6R҇} @Al,Ayp?]p %R(JWv +H>?C6"J_MW&RB;tHХ);] kVn ^k7`n܅4 G\UsA=Ou\cV5zJtDs*-@0uCGe.ۛ$tl_ t;&qQ}q6Xî!6Q|gfJW4rƫYFL1:*P X('u (R3jɖt2݅侷,xv!ԥ"[cM2"1ۧ~ޭ >8&*~G!e,_ovֆ-k+[bO_Uq|mbVjOМO#p w(#߻'RĝvX;Cx?E.ȫvo7L.bF/^W-« ZuP~:9ه8xεQPߙD^Q9hQ۵mߓv}F,:V,`(|ܚp8ɬ]Rjgfa/.r4ѝ-{%/n:yJabm }e\:[oױUOh/4ؿLwAZ|#3 ZˈD&^HH-?G镨ݝ+- n"~%??gL1EV.qRU!Rd1\#,Yj2{_F1if4TpB]Evsu-%b-P 37GpA#Ůh@Y]'OQIb;M6hʍ-0 t ;P)6:σSIBP>?.e6^O~;zT=/+->*R/szޑiD6@\b g՜J Y;`oEJ+qGTGA"2{j0;Β D\|ԼMxiERw: 0D125+gm+I-fG3bױkǃ5Ebe2iW,^˂Y'ww Uu.;Cȍ| w^yBdP0vIiIy{1hs^rGpRG=R\)4L' &sګh&]K|XAW@[[pDs!gʶ&7O  gUrgD)_6m&R*_TKG4~Ʊf>m̔kҦ3@98X_zλxL,V빁e{{t>c1Tᨠ`+xXs:dxKsfUTSYާh?UOE!HQNk<2,E؁58xް:HU^I)=]ⱚWÍܱ?@ib|wMj=nV_WåD\(;'L:Vs!|Gl=em܀?*zdݣxr# vPbi$T8/1;иU6XՇ$ ]&f}nvA'uJˢRlH8YOYt7'q2ԛ@%$s 鈄V0 |ŰqkԎ2-ZpS>{)=ڑIOxqE&޶ƧFg 1fè^'͖+ !"8*EaqtŚWq0* *3d lk!c(X14 L{um +HN ekWw2^; 64|6 8w,bQKi[}bW6 oʌ[,_tVuyK~U Un N4|sf[Cu>837TWYnh\U'| ];^"o7Ofʑ6܅(oI2sW>LKw z K[|`g`EtFC[UQb] Uˀe㑩Xdr;{XF#^)A )#GISa>cщ5MH~|RC0f8]F[ڿ핈,VNU?!(v㐡FoJJ]+35iSGʱ(AL7bjE!jgZ<7 iyl54g e]ȩSXG Xh IAs?!5DˊadA)Qj @#_.vӅ66/=3>BK|{3KtIA.EUˍEB6W: Dw)ڀu  (ÆTNfXoINV?e?'rz]!$Ghm:=*@H8sVu˲6KnvSBkP~X*]Rqr к]h\ioS$SDZw6`PY2mǠO9;" ^ߖ^R%_*Qd$sG>ܨ j~x@T'P[F4mYJ)ReZi5 fBnu_mr gb04I IeqISˇ]BN4>EBRa;$m*_ͨ#xnl9qox۰F~E`?V|6amH ${ az8ټ'of!T~ϏxɆKK6ջ! q[|i p*9Mt=уv|/! Q=z|G,LƱ*%3( ׇeRZ4=)jU︫M!CA$g6\1= U@I~c4쳏{U4"% a $H >J|xH3Ă`3Pm=a}6Usmp/th=&x\vf8±Q@. cyYɩ\(2^%Y_KH9P@Hɖ* 8R*` 0Q88PVQ'o!'1<;u1,S bWAHOCcD_:EelV3n -/TV &8W/N--W+1r_NfH~)~FBa, H3L70R'4-.-4O7em e-s`%Yp=ɗr>i䖳1E>J,|<9,7کkn.Ú #B.֢oj[&#\ol.RPR&ȑMpf^p2AnW\Z3\MZ9Ux"}4|R0 "dQ\[G L4;+JP$eCd3-խdLJ"ma9quGP\y`ҽD څ5V BE7n)מU"ç^" _C^`ej#I[YROsڬ05#$..WNW8rvLIӫc8Vq֧uƝ%f.ի<4G~,3zO96\NB0ThR C>08'hHArk|3s'3bXaeO!c `@2cmחSX5ɬOH .3zOK ɏNi==,&ySe 5v@Fe erͷtTD&}C*.Y=6{׋nH8B "ݪ]}J'QVBʒr7Iх־.PPyyCB*ieqyX3<$2_331"3).Ɏ(;tKroӲ{X QbI Z I; 4hlpKJj=w͎hjGָD-5B.]>P`lM&}Gq ?1z+^F͵uV?˹> J#h%RզhW*[3>LNBoOv<ߙi${]eCdbwGЌU7 H5lcJ{ 3tLVPEJ [=]{E0ٙf@`T:hgQ_ED%X) DЙÒIF:ޗ|25ѡ"u>WXu9 jSX?6?y$S7W_(r0TθZ|*@ <*m̸q6b\n>;cX J,f&$ILΦuǘnߐgmK e˾J~瘖y‚$<۫æ`k2ˍ"b :+.!U}{H#YZ~AP 7P䁪I(@SP.g X̻0"H0o§|f w0o @f~35AwI>3ǽlbS`~-n]> gf;6,Җz@%FI^>.NؗfY΅}R2ê+h7'l%8[y 0،0x.FKM 02/60#lD0rNp3 n\h@i߂۱(U(lqjl¶?y)DF(2BaLAp:{=xuؽm+j6-7U[ZiW-e^R"؉DR2lx.h.D΂swZ6xҕ.yp #?rP)`]C(<#bS^ŢaFy\$ih/HZVe4 VJiEI; [ ̿-hR0i;\eP=N:;i3`r݆ d6ŒAŀȭԱ'B {3aDž aF١I]X:]+d`:E9]` eŝy>}@˩`Efھ6|eò&QCOI e: Kv#g}z(K)*9R[-GǷ ").y".t@hR, @ #'±;ЉMA|ntfU׷,ܡBOr.Ll2+s ^ Lm(nz*E:D^<=LԦ1<2,O꼖/PcP{g:Dτ*8|Gc3?FɾVutܐB4sU$dcMW-ަ*KpYrTbPɐ7U>Pk'ռ i7*<  glkâ!Y,̩^ʝUݼY3-撄WPy#]2+Ū!Gyȶxi9izcm8Loq|@P<ϝ¢hƁ|t]c4QRM(`MȰet;Ld} Xab/&)L)˝g8_-i*%82: L٣5p$D*M2dH6ٓ0Z1Ҹ(~Ԋb{M{=SGE%Ĺr;\6o ƁjP!~w~̱]zTP96fZN\ F-ʹ7idI"Ũ w|3`,g8G_hjIR NjMC~~)῏(\UpBϥAX od="e D /Vii;`aB:G걗SҬhx!ůG|xͰHR#9vm OPY4o[2 ' C  ́"~ VfG!٢ק׌Դb/.0?.My4`\̅%H1 @msHi?̯S%#Lg$ Ŵ?r*olEp$hX0H~Z+0dEdcNaؙ.p_=vm/K La1j-UJM;{Rc7fNhXǪܒ <)x7]?AA- 9%#|V&,P;ҳ|hG%9k;g+":W}=U-0 N}d| @/:g yJ/o׹/mz<crQdR&t#=?BgF]g`Avvٴ:X2E8? ⡏ 7LU $V5ko`;[4;J*߱fe8̭gCpC_jLvAn~k0z:K#)]lLQ*DFqxgTCzzї*I/|L,B6&+;<.o̗>zs3ӘdC:7 [؎SI^+Q텴ͅ1h% *TKm6 KYh2ni'X T@#}A\O9{S|mƈQS,M%m6j j_QĮCcfK)Zʹv0_p8]k^%f\٧;*˪@ .7K_lyZYTui5n^E@O Y~wV R y'Q2Dv|ztk'6PxRbpy }I("I'M'M+xHuiv=xԌ?ܘıDU7E*alϩƄ 歭MhGY+WKbu,k %6 hT ?˪z)/ܓ[rNrn_Nqt̽#q]<*qտ~P/f oL H,RyGc0 \Oh+ >3*Ct{Qh>R1BrAR?/˴YI?#^ݕ\SHBr1sevĔh }Z'|M (_d}7VYCѻն;^LWs~aU;Kz,9 ˯VևHGJj+Jm^Ol? a${ϕF~9 ";L(uջEIhϑ[`n_| U(쳳DY0TB4K!JC0ĆHn@yK7ɶ&cO?L Ʊ$p)xAHOoƿS EWbKJS}OH<6uR=bhÑe%eW y.,fO9شÍA9̡Lw"r~"N['f$`D{IH~'Ê,A^q'BvƵa{zƨO`S5}T$ʎ3k5@{7EjA\Ålp%Bi?mH$ƹ ltH 8<,XK6xCIpb@Le3S6 9CyEpxxT)6J.ʼ RmO-OxIuAt}O%/d^}{$1HT6%Pvgw[.WgjZ0g;=D;";244/ѾA}N`х\}çy]:|r9GgL 9[XϡfGC8O;CkA|;toi]0gN½p[KfW+G"_Nb7j rFw9iDBu;ӽ[~W%z5&)VyxO =siUjQկ5GӜ.o-sWIxoUVϦHԝwlϑWM^jWR'9WꍟT5sFvR0h/TbvZ^vw|؇mt-G{ Dh .aB>Q6y8RFZ,+_/ƯSj`y:39'/%]#^3ĕˀnlI_$oW,fS`%K.<4oVGW QW00)-ྰ'Z{/:[,Q}šghM>\ 饨ZU*ar >} ߥ&Gχ̋7`T@j|M+SROu~ݴ?e:ԯDa>o j$7Hr0!.Z^mZ{L*wǨ f;E09fL0(&(W&+0JnJHc-"s9UٍtHBڦeD`o)%ЕʬnkIScۧ[rD8bs| $wfu /Ot(* 8V#p/<@.8hnyz K9N^EGlaU }H:KH.m=Cg/hlY "#س}4 v0<^>NS{bP+@Yr%.y&(D*ܰ֞ 4TvWs1癡x7 qLM$JQ.汷3M.aHi_dEfpA{jLF~ {R?yOrBqgahiS-4P#DMqֺVJQG> iGyw+3y2.#XLfRܖmu}TVn瀐V+ܢ=DW$Ѣj*@' u7ۨb`I>r_lVfi\2Gj GlJ'lagWWw"N!3mx }n5/ɝj4W {ţjQ՜{S*S!,=ŭrk1|m1>"DǰX;?oć\Iq8'5f_):h= '&eyÝ m'.W`0O[>oV{6q"H\v4K Y5/݂nj? K4B83BxءՐwz3X*xɟ8I'扦@tN7qVp6(wc%ͨ=hz2g^*y/(j'd6Ex"5c+o7}~ 0?(ZU{h9^ ZiY"^s/P\:0LCܑ PNL6c==٨^ܑY3_K9J?aUlF:QBEzc<f_4I&1Vp`_KdX Tzg۷:#qٌ~hq1!B(~ ,ψ9˷"0"E~IJF42kQXOLz:@NW' 8:2@1C{=H!{R,rp`z[X3xzi GWR 77UUN( n!+f>'fHb9(=?#yF$ĎO+m9\Bcj{E8P\ڛ*6_ (#,BVXxEo\)XX~[5cWxtkVԱh7p~\%;*@mt3p$.F#C>$#7#T?<Ƹ!z:l-gyk֫* -Nm`rkYT*ܳ Eߊ#m _S$Z&rЬzs<O!̧z&㾐y*y+p&@5ulɸF!R:qc;8Å4 ݛup8OpS7t|]p~[;#}06~2NbN BDtOXstjs]N;ƴ"2Wz}rtj`!ZEL,C(U#P>󾹀ǖ3|߻e^amp(M !ɳ0)nj4*\addRD{H IS @r[ _,DhPV\%Lhdi+qDba#YsI  dvҥM>x6yJw&6DtOLc]xnj(y87RBMڱ}R͸D`xGh#d5ۢ^V8lĮܻ|[-U{Ar֚MoˬZ[& f=Hswg ).&l(\?kLx-U%<7I@?m}dRiG[ւ̣nS⮙]>5IjBN({͏(B$n'=ӎjtmYBy%Q+y;9״cD*huDɲVcFgc|ȅ%u_GgLA7y|Sk򯦰Ri( G=X숸:KP)h UMk4%t#7;s4 ՠkeQBojyp3w޲Y[/fҋ݁_N߀?08mĈB2aG\oȸZ84Q["/espE+0 '>CK>i+1?7}F-eH1Y{<vW5xH/)s>VM1̢Â|xEھL62@$Y 3Sͅ0*逩&ߗ:|R:ćN0=Uc!j迚9(d¥JPeROL2LApO S7x3&C[&:(<_ddA?) MhlYP+~eH8M2.Znh{$zY ?)Z,}?\,?^2'UJ[uuճ{HzQ=ξ ΌT+I) [oG=bcgOjV3W&'i~ʬpk~{/qs=ֲK7_q#i"Y [4k@ ֤՜TH704P;I p;/[sQǬN8h3BF'frsx~ y$sɗګ!#. ?Qy_FK> 5pŊO|pc.MuÑ'ޔ.\c\8W C#%w"2?"|Z@L WYZE}m @燴 - 65D[zې/O4(%sns"ҽ*}r6o"IG1F[ӎ=gaS ٶp:=8oKCNOg02'!|D"vƣAk ~'rk$UQ|k:0T;v9{6Qҧy]eg%gJ]BUzuх'9[}=[L|u2D|qQxJ! rhEo ~ly+zzتDuEu{ʈ*LYQ(AW= =֟g_4w2c+OrܫՎ8qD-S˝]4`:k5)R \0Y~Xt&XZ\Ebw~Wɴ-aszF H` ul0F(]2Mb-}_\_1߭ؕ21[Fx&?Lyn#sERxO|2x=u&KiCI5$]1a˕jZV[]l1; L+lU?N'UD^;X/rUW[g' 8]ٺ :! sE(g]6D\{C&qa:as% czVѢ` @'$7RۅTW.cI:nx;:Mв&uEnB2W v?7~ i2d9D8sνu]>],+Fs!07ń^dpL䲿.n|I`(*(1eri-PBBnU^LFb VJ5Ԓ ^Ԃj2͓W`m' dTBv44>["&~GPC_썂KgѧWe"R۟&YE1`Ad;Z'Ff:/hh]>֝ĒLG92S\Mƕ/lŕwm )}w_-77+ ́U *+9FpO"J2&Rs0g7%;A5,)ZżW+>[WYd/gA ;8k 84YE/0+[ITt=ux^z)ew,+Sm0 y go[@H3E-tl u?fhGS2]j?|]=$o2o|?47&sWmQ1Lu?#>CHOI7_h sU%C bAF'e|z4 _!(t BId\8>$ (ŽH_O0-ق;Yru yLC_|WoHL&}s!A{A]_M= l ($2V\.'1yyr{M:mWjjM^i`A%Urt@ $6dv`/_yte_q6+2OyﻫSɛw~gZm?}Ab;hRFLZw^Kh>!Q MoZj[o0+vv΄n4@ci* z򧹺6+|vJ/Q(toVg=yC[yu^Γ&29q(PͬZg7׭Kx>罴vχݔEBY]ḑ!&Vi}ΆlEg^s7  xGU\ l2_ OR9)BӼБW#, ͱAI`25΁A4"JW/¼ldD=O\-V irU@ >Te/ F<IQߊQ,hmz1߫pz'  9C6uϊ3YYѾڭ J 8Ɛ0蹥jO\(yPcV&+=ޡW/5j(s>R1I1b9a-],4qw6U.9>z ^g^k͆J#LDrXvH3@)N m)-3G,:ic֏k>K$/5YTsM_^qg˄Oe'_׸eeeG^S?Cyi_.8kOJԕM*彴,{&aG7?FoWEIw[w`1BP=@:g\hU]ʰ:if$8FeNwmy1G﨨mPT:S*,XS H8!g>^&n1iPkG ԛ S:$vC8-9 8qqlkoUzQU=02Ke]\&8M# &;OOH)aN] ;&~"`.vQ)a$9 gAaM-?)[i\~qړea6CW\!y AY|"FqEG fe2YSa.7@O{*Rp55w3!\6TF،B!b3Wfw8ROO2DS3$RǴgOVfmRO$$ݽ\x >Tn'X =eޝ^@Hy 'ͧV.0b's.6=/_NtE1z:ir݂E?LEzo0V,EGt =^l׷gZ{{n[,]4׍z#}S݈G=bκY$zɦS=_4_%'YOÿ;[&%(xMu!^UqIzUhcj~kZ{t->]oY\kXtWnyYP Ѫ91Y];j(w if#m;@Ԏ+y?+ irdctHt(=4F@𒲝B.3S]S߂qyr$&#$'o8y DFSOBV0e">G8kp/m țY%#+"똷i ~VS'LFqՈYJ7؅1rG7ȹ1g`\45&v鶮tbIP Jx:C֖Q~9Dib(rng۝\*30bs=fs]oŶ3 i7[VoAɦ'  M/}RZ)>N qPa2֤FaulkWsEYn;qm"`{LׄQ\oe7Qke 7P!d!Z ~HSWꝹĢ1#x`h*T :n믋b.uMrl\f&] "õ)99އ,K{cT&\˜{̔--T}\yP X5c5U=RX{刜ZoxD=hDϱҽLdE|#eeAh pt<&]||K7?P1@ .'鸒!#YA.CT HrWWPs h`K!շC2:s{b?s>Вn-;1v}BVP"B[杴j zgqgIɾ>؋5V8T80NEq0ĵFdJ 6-%DRj}qeh!cUk0Of/݆Fb'C޺ `0aAykF _4W)o%Cv_ 6:۰[ůbJOtۯna>u(4OM|jg`έR:wpݟk,~GO=Vݱ^K۰Ѧf.c}v" зSJ1)<ӤO0e(5Lh~m4JDY7&8LnweRen]Eims7>RIts? S:*Ye.5F~,khDȩϱ*<ƥߓܛP9̗<,XH xl-r:6Y.: e0 w 0| 恵T)R=?3^`o$%N<jhǒNGx ؔR+/Jqy@|J q%ڋ)sz}=W8 . a:40jPibeK^bLE?*rɽA׵Hg "9w7eOd/N@q{B\6sh(]d5$q`rYO?bjEIF3d hɀrz+b`BoXE=)JLPNz f:r*EZ9,6MfcY:wZF uUL9ոn7-D~CiiK(-A9HPf5~N/-}+ΆH)/1R3d]8}mՖ, 8y:Y49Wm'AqCNxpVv6dŢl,iy=i׵>nF/"8[mW&372wUϏXugc7x)6a#1DtZ#/E36_(p=~{hИ·oX)/9.w< +ݨg ;nLBgkؔvaS.Fz4AU_TǗ!s4X"ɫz~:zSUYPn+dmX q\v?r8+ fж=Ɨq6 'T/c$e(gN m Oodc)0gl^2~ Ї!:Y@VT#A [I:NeXofqpj7\a7}`-9kqKQ7ҥ)eC(5[K5<k.m]8%> -/IAp\k hU+6/f;.wRr.ȳv\ЇP_NF= I@\G# ;,[ 4`9hPHxr ,|ES܈МE'0 C]o" ӽ_+KZknSfjU?٠f+r5]*jx- sf|9с~֚_0>jQTIf j6CrQތ~* H/JruU)h F@` oUk{`~rD%OF#n-: d'6]LAOE+;DRh7YhYPvtwD)9l 6y,?R (noIQkodN$ "i n1ͦ;"ց"Ӱ!#pfH6ǺO?7?|r"rOmc͹u"=4ϡEJ|":WQ0a_>.oD7PJ˝}L5hM8W}DQzCM<|p`$^6`|bzZdIE`FZy=2ʞ;;*et˹#g! M xmFU L.O|Z[rЭF3E#߿+>Eܡn eG_"Y[ΔbdHݍ; b<|&AmJlvOb=Y0mC{ijNFU4&kK*9NB޵ P!9n( @}ߢ`}WEx˱ցqZFּFZ:ew+7-OaCaY߸1PqǸPDJ\ 󼤔"$A6NxlQ*M/{ٱ."H>CCO2:9V3-RG,օo;`u,7"6*̵pϣq.%pei*WGWC$IxBƐYdjm2­@s41tBK$T(|^-N* wqL>4֔ É_6,^iь{-adDK=+6f;FuOyСtO;LQ^p6~2 ;ChbJ|zYraZEK΃$h@m9>y;Tdm"x䈋W{Fa2+zlD` 23p[b5wp|3^jFZ}l[Z)w"nI؞;C[>FV|jӠnV clcq_Lq6=N^تn|MHNNU=<0,r`sqK`sW,2:}F*0<,㎐`$!~%lo2ٛOgX p%[g)d/GK .w@+yīsSȴ5+~G%Mr.ᗏ)8:a egwez T*3^Ie(kkc`Yg݅$?5IDmQYIFk71c34r}h!K KOQ?k\7> T]b;s#/3S8QMu(m~BA>BH݅o=sƢ="bh![[DDEģYGRݭñ8WtN O-_9qpx/vG$%K t|w >y[=~mf6GiXNOk4Q7$<Ӷrpl9^ݔ1 z E2B[!3!'b7BFzWyIn}CJ5 cWzzq:yΚsy;r]=Ӵ]Aȫ2A#`-UFMYڈmD*T23pH\z=FS~du%r߉0|FDJ涴-`pp&zY>JnESdCwFpME`|T*V{= W$>1ψ<4x)oZ@tLRɴc̏p$wmMPz'a8Z1I| kߜX޷Uep u7▱;0# Eþֻ%p3̊`=^7QD\y|=n|M`>;lvɞ~\ASkT<2=exi]ǣӼway͔ G^5^7g`a.9/D%U,B?~1H!A:]и5g?Xzzj>O]CBC3Sc-KSMAcV0kOt"EhȽGo.F]PBa@mHiߙAеtJRYD\%y 8mmԂ,Pexpr^ke@'JW?:^k )J>Mb7CMBʒc< ۺ_t)WO9(|EJzЬF=%n/e3q5Lr-ֺGs`pd %^{ݚCv_UϽ{9;-'6 [?= nIڙSKh?f7eRLc;7OR> [ٕ 2i|Rl^E+ŘejӪ|pGZ%@׾T U#F\D#Q 2Nԓs}Eh֨WnD0:fAI1bgZ[4FB e6=nk)ReklEcf4XW]mvG.b~=TA %p7vDbPeiF$1:H,#jA\j-;S`!{jl+vݽIWjoCfN4&ݦܹ ?*N[zz7zc%G޺ c!R> ގ"BR/]8X18xhYg#Ͽ$1.oѴriIo!-$[PuG~[~f/hq/Dry# !/ bUer9ToC` (ΟRRn/(>sy;Kr']yW^sÍ܅wY:u%7˛ (&ѦbnizW?/Ƭ5)Rߢ:h°:r7inC) k!wrW)]Y.>WۭKr;~"?08~uU I,-sB+K މ:9m [0/. @SUIaI<뗳:8$Cp^7~rsH ܟϯRn9x vb  _=8lQ(d[:DP["inYag"'*Tֱ$@'qŊ&+".Ŝ<2#f9O毈/ pͰ!gO8 n 'MRfeQV{UbE&ΒN$O8FjWh y7ױW;TvUel숉äڹ>^n`^j C;b/Od:oINf.jg0?7]gu W5&;1yZGI{N_?Ƨɖdw|S#쩄徐Ve>՘bs (IoL\B6,`GZVF4~*pYbsWm(LٖIO'ʧwDuFRTDKpa6,XC1m . Lpz%EZSt)oGhGZ]&2 :7_ϴ˰S'N;4;bX{ PtSϊ60C#I ])9R^e;jBě-Ut#T7Hr,%y wi|B԰q߮,sV6tb[L!;Tcf92g(+0h_phƕP0wĄnIM圻/4$@;;)=kk r]I 6?O'f0CxE+Ϡpw^O OX(r%T@7YOMMC IJp= 兠~/CLgZ FR lljrNȫG71w>wGށft AzĐW,CS|`z!hCNxjGX#/2 S/H'NNjWy Bg+wb GT eK`D6=v@- .5t1n衼_uwN m4l."MYɗ43>b %fb{g$#&y@"MsMR`wIcaKjpSX[֮/O' `*=Z!US\ӼiBXDi[hI;, !m34:qgEg~iquDY!3|GRYTCb}\!iC6hwйp%W|+ _Ycz֟%2/- {Cs[Eӟ(i3'ʒ/Q1f/o3a1M?SZ*wBBh؎K5vt,v~ <12}[PaZ`at_oz$0MfIXy-έy]I3=D]{Ըf<'lPǯT kYrk5&E˳oqvNtIWx4s) 0l@pcΠPȊAKD{"՘x9 o02?PF M,7 hnެF4B> ~J6,#CʗֹY<$A֕DtfKRJūww75 ^&ҊcW_r%(G=Kjs/\XrNXPNi12p^${yo\`:QOiJNϓJUYC0b̀KsAE?mo UIwVXVp~P l"\\T ?˜5hDPmJ6x!V|j4snGߓEm4ghd^r'3?͋plyfd԰Us$SS]ϒj&@1qP߲<mC(\eSxK I!Yϩ@C3YY4'^`iEWhgK78ǹċϺߔ:α\(іoY3z"lq(n ֲ2#3*߽S`=6+R6U WyP %YVB˺F6U;ة]IUӕؿ= kHCQjpd?El_cȳN~xRh?'T=j.DyA4 ![.ˣrH?[Ƅ6?9;w_DޟzGg\:(| u* G Ư,S|z,S6J)S>C1vm|~sQ_;(VB!1qQ<.Ѽ..U1B/N]VIo|V]bsWu}O:q:Edrc';1ufC9N$9JVo_AN a(v!E,dz| bDP/eꞏvdFi&b2(( hV`H"vdq7?Gn6?' w 2Z ?bUVY52WK"ȏO~Ξb.nT=>%!rQv91a/};D&mߎ%;gPFlyثsGsKxofeU|+ pwbbir*2$g8F:uI{gΦOSb =!R7A ߔ{S_ᨭ",zLoc x$RCm5X8Ȑy8) Ѕ*,_e]c6/K™WnAș{ZZ~edxQGQt۳GEva{r?kklcg%k AN*Ʉb֘8tYEO_5@?;Hkt(GFLam?hr[tU2Zo=&o8WEdgNҽIT A@H:X6.(}uA,W6*^ݸ-< HeBz/<|kMR>|]P{4 r ']kX(Ek)xEcfIr=5 !O&/$Y~4&K>cRF8mZ6X,R̍dCFȺP{v .$*rdlh>{#g34&Wj.{rM 󚢫1z5l}$®EM44Z'i(l`|e'\ PO'ﳴEB'(7yZR[,w_%ueG[Z`l}Z?PvM_\[C MӒ%#+KRRѕ0b L cewM e4Ѡ>7h/PvU2#3ĨAIXZ0>f-4Bc+[ J/FPo`$%!Qlp?-7`֎wfA9P @]D:L'FlFP2 6*?lCIpg9"cfl)R&HiiG iQ o0xP]ӈS'?f]Xl4Cf6Y$fkEze͞o4e%[`DLk #p@6(a|ZuKv;Iɥ_ ӱrw0Ppzh(wXK )wLq}.ŚA{ʨ@0ѭ(/+vKp1UAYJCs,rf8U%I^#F=1u9Q_g{#{wMQ&py #F+zg Ƅ8KənUğ^V۳Ol&bZ606c=}}7M9y 2)#H =T 7Cɐ@["lU@$-('>y9^(10Dq=*]dWٰ!]ZF祝TQH!׀˙ p7'^d#64Al^T:V;UaXjD lˡ|CĄ6pYOLE;_ $UV\ o L~ŢoK] {֥9zb G9mRgk=4ó UEtUb iiӰi+xEq2g-p9Z50jV&i2L8({-:$T)!57>̩rkNy|c2.,uaf׀n^Eh]NOmUΒC} vFm[PScFXf7 𕫆?ͽD8jakgtዡJ @p]bj ζJ ;X@? hYN@,v[,ẠHDp7v;ԡ\xp 4Κ WYyԕv6M9# t_>;F5De[ޖ2)̚\N%S4FYz_W] iLp7tt8V6XIz:$[Ωw]I1}L>TI-VWn2tn1Wk _fͮp1.70Hn[[ی(r[da*>յpAPmN&Yۤ8#ѝjQo$q#2(:Mb&n1T^W32j%}M8a(DםV!?l~n_fҔn 3 ƳtaY㴍i*`u`oɳsCs{d+擲%{oNaV@)fG*ղ;W;AMN0WT#r :%'mf^݊Hcqh1.Z((8MoCvcmgK =ʕ q ]E(򁳀%EVkZ e q@xx\C  ϶&B7S~UCE/+'bjAQ|Ə8I[L(+'yr;NZ)(%k={&OB 1вWv傦8kk։ ] i'MA/sRu6>AyӗoټURMJ~|ƬZkw9Wf'3rM0aؐyˬS+*{dy^F"^lL?hAdW9I"kͺC-Q01'|wu}gBJH^B~AUɰ%db],92ʼRo@8N@d /Z Rݥ1̀^W? g6U| ,8D^}GAlwP*˩oEeG2bEA-7$S=Lt ,|3اiJ݅@RǙDJJ$jH/g 4NCuڣZNOR"\X@kOO'' j9uL~&h0px&ks;(qAb C6Ҙ'Dzv950jtPYb+WxxWx#M%Տ5΃tH VDǢc6L Ko .!ۍZGGBl|N25^ɆSjsZ"?JdqY* ӐҙrIv`dF.[ϱ( F&>هd0+|LdpD:3V'tB/# P =: *y%ket@k?aa'D!{2f <=> ^"Oע[?}nAz邒M]5+JfwNh͈#]]8&&unS pFs'=S0G:Fr3*1f պ2 Q`(-qfh5_f 'rj`͎κI@JMdRX&Ghβ kjo1AȥQ go&`={,b<Kk}x&k3A.]\ xP2nxt"GH+ #P|U.ʽBqd^mb+F}WvD27ȶ\Q%hJj۳1nX I-z@wQ%*| J-d+#eTIΣ\f;/=Y8:l6uGqvĔ/[ {1@:)ɐV l,jZuNR!\tw񏈬D@U`8mP4Pmrax:6Gi(pSݩ-[nlo(X.J^|>q/|D8Ah%=Z/,^^r9B@p*,Ptͫ]LzА">/8B߯,<.!D)v5hUr8\UQz4X+E(a0t{ ć7+юAR3tDa`O2(M H^DvIÈ'lɯ)GLNqNJ:M rh[n/sv=%^WbaעnĆ푴Lr7ckS3Q hRm{%r˽sǽf@WTʠIЎPd[MƵqƻGzeڞXc#{N@3Jݜ6[^Cmai|ѻ?kc;%ĖR2@Mc:!t7 ܵ]\ۧو˶㚧*}zRN~&Ӷnvtޱ^29GS<;.[G|)ނ?Q`^:yg1b(k`қ=l$6m )m㍉١:xy'VL>*h!MK߫=;r$AH0џ޸VrdE^1X6Zkbdsq+ Εhj#8'^O'Tc+c`?[X~̏6`%k\wT?,u3H"$iSK?,8K9R`ț :^쭮±//B͒ 9i_qiLT@ e.!¼{֚oQ2b![>Otspgg&Gϛ~);q%VwȂj+&S\$C+Zл$NOSpF,g7Kivqn4fDX2ܝyg>Z}A%1imXm,m'4s/xt@9U dߕSִ(ERlMQ_Kh\Nְ :ϥnC+ܩ0?^I\BI6,^96@*{(od<㊇=vB1z513{$4?9`ҡ$gX p~%m2'ts3) [ Sq("b+ѹ/) ibI} M]z a9uTJ+߹WԁךX6B=;`hiU+=%]>|)esbN ~a&ev޲Z@ryE'/t'.^vv{i-a1B."ܕZkL54~+,y_ Vf-'lYN$]sUbfQWTuo&S|c9RaB,<{ 3}b'9u׀+YlK J^J-aOcOCDK6VܱV|*}]Ci@6YB_gq {$zg>Gc``~޲B)7+~)xu],rq(Tc+9l}̀_ml|϶DA]aIUl('FwG4VK[5Ʈ@:S" Xθ3H͙%1#wo[w $Y8CCqsE-ܾʏ7G1` (8+1ya+f5L](=\]kww5O;+D_^"wt|@tҾ:źƂ^ף >{P(lN=,^]1,vI-_Mڞj AŌc6MiFm;nD6{m!"I#'In p@zxY!ChwIU_QM" \:-Rx`{Á-V#}UAZ'm/"(vx-P+ɼ.!ɺw|,}}?>ly^B xʴ&} UG =7%=44k-~,u,٬k'NGe-7ÁUgEgxsLနIЃK nN| y1pcЁ{ Dl,}%(rg70ez\ҩ f$yY,lRm=Հ**S{JYc;N .ũٺ!q1njYk 3cTUJ=4aX*>pdim;L-׾a#l/bNŎ)yXk7)2˟@?"߷8dڀmNWr7fn_L:VR?1~c&kb"\y/ӹH[ ~=t_VeCq9<o=q sc9^*1yAAOD1i}'F\)P50ddQ)6w#?n1ko:Tڲ4"oHXsiJE)psΛ̾8Z_[8IiP`4~RF$To$:V@7hRպ @L+j`17:-5+(m⻈4d-~ACkeAj!NEE`n`,9tE".6 I{OA ̦`A+]O%L Y㨲Q2(b CrA:~'zHiP{ezX_k%=DĤT R̼+Y׳e5>\hIir}?l(b&G6bw_ ta p ue{g*YnvΗG%Pp;; 0ËA&()`U 2QcN}X}WWM~aYC& "p^/la M[ϼisn9M<ԦtI *sYU5 !$:Yμ\.gL!NUZJ52PݖZrHGzjJoɚcK4A_|d*f{{e boJB>[oݤ$YG}a#db^kL``[wIMHXŧ-k3~ w2ap^AV0X}_l.jl&3FA&8%暍P $3t@RyW|ҮFfrPZ8..:.L՗ɄIH@; с]'*%^NJ& kE"EOð,{A>t `ꪴE><Iq@uAk"!)/?Itc4dcJ7>oL\G'ʞeIE ׾[)~UrkY[晍BpPo;vbv;bjC*J!#$ ?BhoLcLai ^2o7whA}Pnq&h3$/:yfJ~yGsu:]2' 5hgJ?P*5̢ {%ZDSRNjCbeFyh~Zwpc^pn|t([hkĿR *,ńvXw觞Dͫ8grC+cIˢ@a鞶f@DSxRq<9ݹ?H~-1?-#Z3^ϝ)JʩT8 ؝SW69vVϙƌqs`u|TE@z>—~V*jpaL'8!aϼۢ#- >ue4H.x1]"iomk@AeO_msyhV R=S2LlL-ޟ7YA L )FV[/ϐV0b>Y0x 0 ${`2 ` |.5sAUu‌I7]\*=5[\-Hl"c56)+Z9?IXF3Z-`>y=QòMQߵ"=X~Qj{w[uEF[SLPڱXyiرalOB{vE>oZ?Q!ש$/;{p%, M6 q1LGO:NjB|/Y領Ѕ)7H2c7!P+Ny1=H#' oV TbX/X{aьio'DJG/jBԂEێoqUzz]b o3r}o%_dջ=9 zfc()~Y_U{$; Ix fq\UkS#,WзG558IT[O<vbhGQ8 I9ݙD s8;\)ϐϰUz|Z.@6G~(aT^O z< ZX|0*4̹hz>Uw~En%6W!7?զ9ٳ^`>="Bn3P.AihR1+R>7M*{NVځޞ0|{S 66TI?|k+rFi $չPcgxU ǚƓ!V$`Ԋj)eq;RBIqmeN^>-4G3Ղp/OVE[49P ltQfpkZCq =@ITx[}-Bft+Y~0?Q #s(0i[|ŜT| n-ST_/:L&dkڔz@5@QxfƯh>Yy̞maZNJq {걟Jfq.OQ)wEiN` l* @rR4I9>:)z,{f =~YR̖T-!A93Vl&'=ʉ92l,cx^JSޑꂼB_H (s5ډ?Ny3mzKNX+nj; nz/z"Kn ~,SW>C1CALp=oul;p8+^qbf:` Lk؀H^2mB? 8?c.F.3=Fe[/;\:Fr翔O%Ԁ2ţl~sC;k.@rn(8ϽIJ>Ƕ̖jT8q+T9<% Ʊq(HƺQ-E1ʕnmW{~љ\ u) E9( @c£QQҶ nEJlNy=%>/m AFP|[ ׉#K]@QRGpǵ3OYa^j=~&m0$ T,^ؠ:$(S\佞;<ҿGNZkk Z9p &A;ŵCΚ}+Zh0rڙUކk&5sJOZV$ e$zdEyG)_9oW\ҕ0!(4tU8RH s e628ɧO(w{Z1Io ^d8"O(q=ۢ= ]8),vgސڊK¯F "ܹzSGRqvչh+20+[!jCY?h_eH7l0OAEYQ Id75194L<gߣ1;$_R&z62Y=BQ/e=W<=I"%u[]8ӦT- (A`P-]}م.Dז#veOĬZD gNxCi N,ځU..x :{>*ZdcxhoͦVyQ0Wur?*5UK 8=ԖJoAgg ZVSf$Xvg(O3!i)TOMYٻ_񨞮-moޢz 7;0d"2)";cMcf}oV4 :TԄ@v[Q*Uy9Dd*Ө8E!qN DP(W˪. ڄU`v6=t N们G %D0\b`XKoVhP֟OK zDq߭l⼿~"Ŏ`cQXVGvv{1{؛O&k"-+7P[?heF^ŚmqYr1|ZkyBG[~ ^Vuoԇ] Dv\lzfua/cwyA7 AD~y{&DmDD|;#m4q`)@VB*.7I=߯Z1p!EOtt)$~ Zc8#b^& ;/# w;1꓋)1@/Qfއk G8O)%Z?4OZ=UB1T U* J`6C~b2_^PK?fUےCA]49Ptļ`EOaJ T4Xۑ W7%)G t)(çZGTf]M:@_-&c-`:{22fKg#1^2-܇_]t:\Tco-rȓ̟F[q/VR JѯicDqDw7lK<1">"{))Jri:6԰޲YQ/% XW,$!s#ƃÑtܺ4B8nv9ã3SOLGo } Bd_tdY܀pd"zDW[;tE˺{'᠛ *#=d8)2V'5TslrN✍~0sX‹!:c N#׸SLhEL6GK3Ly'/{73K߇SZ.Q4[K OM߽HƓ3ʜlf>989٪c@ <0,\Ɂ`벇Srw)TlCO ~C1=o6#bmNt{'3ELZ#ܮ[:Z)v^9Y28I$ڡO2AL zUcBil dQ$K,mDOɆV-~'˙kx.΂q[7\+ brRT#gRK$T,f P&i`1%iUEהyrF 0 th?H.3-8LIH <6v" B{@oorڲ*8ŏ >jO8".S0w:j%Ȥhc| ).O;<".pF*ghu ՒVYgdzi\7GvZNc} 2G ۯ'{{En bN]n/ 3b"C-?PFRi pDă]XKz:#&' b扅܇yEI]$(-@u#)0̡G킡}> 8}0!W^JO|C=r 9%O3)gjW6ab<3/C0Tcb!_<@\=֝*Dk2g9EY0>]\&9$cQloW.M1zi͎S_^aҬÖRNg?H :Zqd6K CQjy1*W i[0[^PD`dFF1{8(žo\>kvctwmO2iM^X,8"'j8e䥇o.Mu DoQhHL\*| DVRC$(Wvwm8}JڹgD_FׂlѩLb-$FJBQfЅ9}Škj0Lγ.& <ɡr~wCauKbZq,_§ 2nl?He3sYQ11S_>(49}sOFQdw?鿎~5IV68=Nm1#Ek&_{ɐ)qł@E܎BwfGFE>9;oxh.}iXHaAi3v#`TFJ۹9y\H AA;_G5ܸlnRo}AFLDvؐ6a]­cHʋv\*x,WFCWgL80$FjN~h `MMEB(vFN@ѵQ|g5'Ô/ي9E0q^UK [[GTDEGxA;$MmiǑذ ͨ/bs6*`S/Q #{$ .58jtvhmýAG>FTw:VAO-ߋ`F\ڜ ,Hw1$dnˀjip^{ (2|YW(F!G1 z%ÇQa81QB:^fnXtZoń\&WXQy=XkT\[ 2'>_Ŭ Iėu`!dNm"L(aTB܃m?n&8@QyY-Er9Zm,c-GABBmU}O̞D'JS8Kܞc>!'Ȣ AS{RZbү6%}5Y4=Ot6|Ԇ(=ڹcχe+, ضhw#>B~(o5 n3RsuQsk}cM.CAqTs,;M7Зy$΄@VFLq6|%.Ǔ׸L-2CԫI0/=䬇DH0ʫANk hՖzI˝ s^[J7^`Mdc-l!MTĊyhAWA- o*dY8|*j(>v1s`?t_b]0|Zu>zݘE${VX⺀>|7V>L r?0+5#C𦚻TBxE1&%ѯ5v:;MPׅtWӷ{b,v7#g?laވ0q e}C{ޙՁi\EA=ܺ2/UdMI2&"ZH"X Z97N1^/ V.~ Oɛ;Ӱ!1K"r.-:9-"@ 0x/6A؝Jow(&ΒL6ȟ=VݗRN:Uk)C"]9!Mjk6DOy |RMY K]/-^<ވ&Zio ^,{Pu6"0g9ʾPqп_IɨUf?'tN1K]-R@7vE87 ]7w:ʳ/,M c .\Km^ l6J tDս*I%* %T b#pxc 6R:}4@4e7X\4,M$- =t,^XLϱ!)Ra7m_) +H-fM{(D?# RY/G5=I$6j;0ǪN_agD޷,p (۽< Z5ev{x?:U1.J 2|-qǙxέ̈&xNXSDtip:yf87|DSPt67\&ɶBꅵ-]ƿB9ӹ)px-o}0\`(b|]Hi,ys_.wK*J~vi 5M:/0-yIzv͙7|~37$ayA1K@?At'u}ɹ Sޣ?E/Ќ31*bF_[g=7Vj`}FYu'P} jhHrJ$ҽX1{Rp¯O3ynJ%Df{)AQEq% NTnɪ_=p7L MTxk./A{WUvp ,:i>(jSDBaR r=HGX25Q&( )jjq-ll@|eEk&00-Z&uP󈚔0|@S,P%)qg*㗙1Weʂ",bB /P,xXϟ"N. m2yXmDw Xu:_~r ,${9[;FZ@-Ы6da* 4R7ڋ#C2pxb7S};yyT EmW)\$ۙA@|g2e7&Vzw\e}"MbНHw8Cz uF&xSBee[g-Պle/&F6xZ zsd]m hķA07ia`<M/|z)AHVĹc-cz~wh?S4!i/ FíM`uYmrUA:F@2G&4 BŤ0+g6$O\!FksCMk\/!FG7}Дni# #6eP~ŜlS{K>d S uS7q8پpJ?wIJiECJbWb,,wCi4b&* \0X`mR3,.V~Ljk @lN.XO3Չn] Z($^wZ+@W>E )ͤLjo4-~ ](6CɈaqFu2iIT..2i1Nq2F@c^Z:t9:*K}tO-$ԏ ΎHu$84~2`\1Kaizf3F/dcf>;dǐ״yi& &4 Dg$}Zz=Q gH[B-âO0JS&e$Xp?y}nHO'{s7 "PRk|Bp9jޔz/J@Yiluv> NPgUq|QtkO$װQkrN@Cvz'| Qhe-M 4/ȹ& ,Ob8S6b ˝D!\$Py%b<|?A{(dNci&W~.7®vIZCnz0M\aYRV$St2Md g F].}BHvUەڂ? d<9)^б"UxZb4BJq*OKЖ@1eG|dz9=Wة-RƉҰIIjݛ5TZR g@E0|fuOL = GjaRdQ}Wf{5K5SVԡ0VX"0mOږ?x˿\ACcY SvRXšwbRg8llӱm12gʤcLjp-tqj;΅i#͞`d^Bݳ:ÄGlI#B?' 9IaWz5GXճ*?}<"cc76`|@n3$NKG(c^(fMˉtl&ZKV:W8y3]|G52E*LN̥ Y \ ů2~p-sEb8x.U'˝a5xO-Cַ'"˙ f@:MwDmʘ/%?u"=[fԥͱJ&Ax4< QZRT!2΍(#es mȢ*DwLKi[-)V`QZpH0:4Vq㴽#5\fv,AQ#Dt^)e1oUؚ$uQz1] dr#Bf[Hc9lс{UPFX_Fm qC}BT9uA$8Xܵr|XҐͱ ;&Z[*gd2'r77D\0gzp.a*ge&r(" t{4"n”rx$R]71;_ }HPϼv J|ceFMI>CP]<؊߹BȝHH.`W^k ($C {Q$bgTvvKPH"TJ4ƭ/Z#|N(e9&P0eh cM;>IZv=mShkH_\iqޔ4`Zo7/ ]ہD#"ōc¬̨wIOyN6d;^$R69})4r^uߺ)z5J%?=8"UKO+sЭ)acܘߓ#mp)Hxtafڛ(He5{#80a3nHw@9z)~vkmR ]veq1s&e"fi_tzO@֠Yzs827!$ł kvlF9=\0s_g~M:D$?IK[0 5{sƘFJ'Bm3]s^,(25D69lQG3\3oޠD=xsBue$٥Z)Bv7z`Zyƍ<0sk+ih$BfkJŕq1&MQ#W19FyP^-v|i 8 "iBiHդm?xv {jA^GLHizѧqG b"55oVixl9E)&5m5hj؎#tY{u4BOpB%]̌A ~Ag߀]1{l3ЅV>TƲc-(̉#ڌ.K}0,qN|vSZ3McIQ F }"s} :! R{E3"\ ;OAAgq04{5.>2T.Ȗo[1#3(0hקƾiGpV|i z`?!$ƨɋyG88x>xlVX/e~hA[!D@,QE7Si8#fX6<6p Rl%ODG we-#^RPAx԰@|YCOg~$a-ɟ9>q`{fHVTμ7Y"23Yo.Q b4 +GVR_^5m>'T1I(0\ma ~:^E{϶9C8Z!>=Dˆim`u2)\ 0+Ih0[Q3Q)rCh)kP-gwpڄˬRR]Uj Px=iҲ3FD dÝ*uׇw(qRhْ@_͗b$j'Aw\ethءKʵ e Sܬn.Oę*Db9*j7x7dBxuϰ^UQirTS/o7r!ϭWxMB]7sBDNg>Me<ѿ?(v7E*Mkj ⟛R \E͉P ?(2QvSEH>p':aծ. 4Pe>}v8 hӴN6 hHEΚ 0 "Jԓes/Ӑ\{pۆ > :|.?ƌV؁9wq…xVd@1BQ~{ZQ bI_DC|z[v=_;HEUttvXI2l=T]0{֏ԕ`\Ըݿ=mnM0/wò#noMkHFKXP *&vRe&bmwjL;DUbqI+j[Т$CT iu܀X~. ?j~AmkNx 2ps(OAj8j1tShܐOjox1dnmR:)_t?ϻZ Bk[ dKh@T7#G~dd d2Fizf~>h(/kCvŊ2j?M&z1׎RH q)[^sCxjQJ|>SJ$fh{e>>8R(խ6ػ(lRdF1tWۑK82D"stC- x<&VIewJC OYIF959^C4(23M-iY*6:Xm-n ̹ *;0)oYxO+HB1q !t6|-kgR*|ϭ!"-vz G*M-C@D}hQ~w'*sv<%Ɔؖzakyy94qaiP5l)@*/!J.يˬ9<f^ 79/U kcU4-h:L$4M^:1<1Yx]tڱUCՉ߿# {mP8x=G"C?fjPmE%ڻ~+ aQ:1g.?E7>k^1!P_ +p-8s`xMz}T [ .Rz U>]~ 'pdPz{JEI4bc&K+™)wQ?IprAe14f̄\ J`M^7*C-kn.}VPwY,!*NjO|VHzc+U t7W0"I1,=1FMc1 <3pQ={|36&@c?ﱤ_„jٿlpy3}) FZ0&OEHG O/tSlRݗxИ!46q )E&އ5 !CrbjJ\&nC|MUCkD (:_4'Wb[͋m?5&qG\!`6XR'GU l.s]6qv C!I3+ M2]ցgysVaj)WDCAcs$!g OWywةAQҳ M(*o.p6*-lv6oYH"PgxԁlGn9w0ŻeT)]}kBF"{&˦j־(>'jik`׉ G&+2t c'2ZP(V/ɚY$e7;Lyt*'<7pP\ȉHDQ}ȧ(j@tCb_skrB1S pwV^ 6ya}'r幘[Xg=4u/<&Ƶ"!5ۚm4Bǿ׏Zԥ>ҘQŔpmmiNZ uҝ9**yQڧ~rF0`P4^Fv&PSF=JT['su<ZE_3ӣa@Fd EHf#M 7q#,;v. }zgO{8F+c$EV7&qP'{G{LRVviYT1yuXۡV{W{ n,/p z/qu\:=94Ed `#UW'r>XR?v` DFjRi0RFjxIX i-֋1hPPoN9 cT<25}[(25t "[?"V!`RφFQ F)04fXcTT9(Nv nW7̶zq))x!a3NcjzZLF"N0&,GzĒ&Q_MmKR_Ztf"bfo0G$^:ZFiيh~.8(Q2\ CX (q*=d&Ćl5[F@ 6~SvLҵKR&s[F瑺hW5 ɩ;E6-Xе Y<`ʿղTTt)ZL܎"ZWb٫Iإ{I5;| VMC2G^k)SJ_+9ԄHn`"3t<.s0,mgRտ|)d#n{$ pɤ !2V̡P64 w|N 9-00/> /DPM>v'hP۵:l1 cnlrzyk*'>l]Huo>qԦK ']s:hRУnՑ#+}5kb_dtӁNۼ!R7x)7\pJ.z%vj 3QUTCծIi/3s~o췖n'2~wN/,+ԊșQ욹G0~w8ؖNc>kR[ǝJL=/xH`(%ߺMẕul kxlO]Ĝg>Lz)/P5|Z_-"8zwa&֜]ufNb !kokd(G=[`lPAh6)VN_eI/ELTfmQE+ 1%n.1ɂ62/l% z`weҵLp0tX'׉r1S GΫ?WYcmβ#-rau⋤xP01?5 j۲شBׇ tèMr%Dto񯦥4Q+1r^:^JC3;n/pVH|">~wTJT=P-ϻ7Q\FSN@zޓʒHT:Ů9Aş{A>W~ װtO:N:nEgտ]>)Ԝ;o=Rq=U:l>_xܡEFB*FǻEfu w9[K+@;~=R TZkIK`wƀ7)$6GI:cS E^֢ɲd7ɴdqdȹtC?Gu, uB UƴfKShiUD WEY[)uzDŽ4t(H~B+$}!Rv$.81^ʌsn\]aZ/ 3ZC 3LRsTHB #;jN91զL[`9*LXtZł0Wl;f N c 3w9꘮L^C_=$]o Kg4עL#"飰" _8ӷx{l+}\HkЙP0OhYW\r;jϊs'nWV52v0-1Ũ ^QO5iڿ /:Xn?,l8lNQp,Qcq<跞mő'|<шѽq< -Msc[Xta. 1H9]F9 ?p XO:*Me3u+} sSk#US J8@ o6sɳ&{5 k(Υ+KՈERMD띁 5&6Dv2󑯇pNAxFe4}#JXyRqhDn{z<59⯳[Ԗ크t;Kv_h& uKg-2L _1 R mV `f~q潛$ʍ+i" k>o!_#ݑfHpݍ$H)e%&)A{([=jٯ{,xGsYHY" TAľĨyBj[a ~#P)vm{`@.l 6mSS-j@~2n)Bex{XKY $?ie@Le=) +UhXKwAᄚ5i61by LBOkq\bNFŦW{TNkB=zO*<_l=:Q_qqHFB-!t]kpUqE5Aw([\|Yx>|Nɕ$K(8cc6h^3ʏ"v^e`ϭQD?3z6J6\)ۺzKon|rS/\½$3~7ά7M<6a,>Y%-򀻹xm Af2 ӧ^e3?o낁ln(pǯ:ym_`ב8\2zDv*teȢ ׳j4Y*!i,MOKxCo:nioZඪjlB8;Q r1qOcnEJQir~"Ԫ4's-$+ԢU#) 3x1Z 9Tvb0IO}r~뒎ET.kք,w0H&Ԫmp7$0,C%NIy#YN[S݁]P>#ϴqAF:9HGk,+PQ.&a⃪H*&FqpàC,FsvmJSgh6w~'3 s_ĦFݢ4;{Yx3LcoBvTdc-HDʎP:{g$A$]Q,lց@1v%oR_M2XAlJn ˝g%^Bcf͇+`< ů! ;i.,);ݐOc[փ,o1mNdcFyL=a#wI+GShl]Ѣ ^R9Gh?) 'aɝY[3Rrtl@޷Qc3UDA̯^-NsX"Tuk͊bfTd]-0v5У7z J`k- $ 9!@3x©1%tpj,\=)S۾㖝E9R 1UC_@$zN'-.tH}|gH$p!&h>_ZAm ׈h`{vm jWt nf!a+4!@AVni51oO=*L6Yö9b/Dɪd(vZ=(իLH8sHZӓ: |;}hqVVYWҴ(qj5 uכ?pZɧUr*G+B*sK-ѩuր]2})7 ZtOt ~'(ߪn$B5Bhd';eh|6 H }a n=#;ϟ S ^_G$4돧[Hft"MT $FOղO%24)O0\ 'Kt*Qt"IUCᇻNRùAR罩؃#*\-;sIc͚x@ YV<_ h0/?nB3&+: ݨ}r4 X[s[ڧǁ ]q@<{ORu.DC zIWR8 zWzC8A {SZ`S+_jƫ̔дbkvz1-=G7'0 ۲?]|uC1tϊV>)X#P,泤fWUY_exjА?8ViOtEk=+pwN}̥ Jv1 SfKf3SEԒp+(oP 3f mVgɴ珹՘/̆AhUY)XLLO@`b+)Q%#10lɰJAm;Zǽ%#7Zfڧ^GY%ozINh`T"ul):p[|f.nh ZSs{p4WPliLDH3Y'àc֝jVNQCa DglƉ@)z!Athvb OuJtwl-NzϙM;zpl:"[j1` sf(gip?+NwquAْE${՞Kq< /gxp)J|_0A:sW"2OInC3Lfבy`w ˆj , @ܦIc!]1&_KȀq_Rj>ܨ1)dIo+ۣ}ʞA2ɔ V PGR#J[լ$iffs%&t RBQ_ӼP<#`uPuөC%Fߢ邬NωYp Fi/pQwmGdu$X υZ1` p*-bE3pV*_`p u r\t?Hmk=g /Hd +2srsJ TFj^pgk)"[b @ZkmBl}gk ݆nJؿ|9#3|1w6 j'T0 4Qxt,3fH0"᥇E2HNX%MoUO?d!Ò7흍=h{bb|+(SNmrIw@$gB[v );|J1SIW^g|K~1RN% c7pֶk!Gunq)KD[lVjPŷI sPۍ킔Twqa wv Tͪ(童cZLd4YKT%lQWR _ѩt\d["2y6RQGr)B\`G;v|><ڛSJP88#^xk#PL% 3Ta.ls$ʢ zNH}gHu Ghߤú&KfF:%ز zPA G{!PS_~}1qgֵJس02XUDž֥fT5rk INf0[j!z5S~UMx2ƕq:hrפY{4U}bta~I!cmp2),7URń*G*\5h]+TD>ymTjV]hg+!G4vJ7϶$@=U5-oX)&/`C>=4 ӆDMшT2 -T[=JR|hxy\@!`:C yҶX m`CeV,cdߙ>S\L(bR٭Y^,{,ܒI[,~"{+V'̹wS:2Ri҉ J~W9.Jh= 8CK2dG+.,/ ԸHD4irJ +ancb4b.\)Gq`RAؑ2#,3Ո8$Jɾx,ӝĦ\qq/[ZUg^ e dz mW!b1CXC<4 xS3]+?9|߀T]cݻLaUDrOՄ0=T'$zH{dTςf犮m b-v8(z+sKGXuEv w<A:`;IM.(]bg0ZyZ"9`LiGeZ<7bi`{H,`{=X2fxKQF.R&y9.ǮBIħؐ=uGTuFp ]o3N$P|d i<`yfO6 ! ꆓǭ hP{hE\ bWOc{P#aE .#^ #M+ kǟ|"ȋˌbMPqcxDށ[57+Da3#;[P5^E\p &֜oehh&񼝌 !bǞ2򈠦f]\Mg:6:oyD0<N9\/BwoZ9 2@GiikrvArڰp?$J >gaH?Y/%Sh1Mƿ"L%B]a1aWY1g(Pvbï1$5Ġ ~W{fU!l OFi-ՐRE%8?R -?*ܩKOn}uGBn w?X9kj~R?t2 *EHܢyx# `+(RԃZ 3YBO yu#OQV$i;EhP6_S> 0 z'TL_7Sw;IW7<8uʘ RBO4zu|eW[b)]8y)NPƋ1Ʃ~#Hö6PӰVaPB+UfR(%;6pw4ghzFG6Fp-3<&2\aq1"d :Eo~ p y-[;xl:CQPN"n3& Q6L$>f#NG?ׯ.&m*f -":aa A}e|dE})`d`|~RwfdR̺SHi9l4XdF4!);tJL_w߻"=";. : _{~Do%&J*jK/6uo^]h䠭`$qhg o%J+MX1r)h({7 l‰C$֍T*3A4$gu`3g9A'5tf]DFSHт8oEo+k7PB`H*gVI 2< 0h\FZ}eMy* !1gNҁ4mѸVh1Ç~y9 o(4stR7N AwE)CeSW^Y?p/<d9;ie]{'!)Z2XKXƉ{L: #J)g+^E*h0@*Ta3_a-D,`Rbst,$t]cVK %КҔ ] 7;_~/ɩDjI 9voǴ@82=XFvCm -,җa2k;+V4jQ;oi;3**+ 9":mh[u4QM~ [`MrNHU~_<[BN*|._uՠ7wvvİN j͈kY9_'ʄ^*rD;B&BnEY"ג|o`}FŤ=*mR(Öp ]Α@V~p"F{ r{P-+y"דX1@ ˻K㳯9e֒vz?>[[]fLVL||ٕÍU45u-DQ,~#X`@$ ?O.6KS,6rqϥuo'=67[:E^%SFa4'!| QQ~e* bA(/y rDi՟vUn =Ru;:wRx5i#JK'lRbbN-b᠚e.ٮ"t(UӎZSmv <˯$3>Q~͠a7%K2b} Wstmϥ<͈7F3_a { K[<XwI^ʅuVߔcoӸp830TqyȊx`6ef.vThNϋ'b<֦0Z2}LG] =wL|UZWM<'*PQ3Q`bPAp5]{i2ΣfA!/|ct p~x '(T=: CxSZoi8;P O1!>#4~>&+*H(Rut{P[ḪNȶ-ItWu=ws'~[>+3޲R?9]6>3Ak`T-7D?j=` [}@$q:6xWVq?4i\L2T>pd3qkYd: 6McMk(e%;R`%U[EH/1-L%ɅtƐ|#tbOc$OX7\pR0*ᚰ q6O\) F!?B}J5\Uaa8`vjSnj-7~sGa@QSC@ق4,)z̀ m-kLgb\4o#YȦ8a~#t/qYɱkt{>*|tW$8w$h-k:Um h1\CCuQߵ{Dm*bL&Sq*-L$C (#ې aWf< u #^ˀHd2f?pVHc[p*6衵waKҮh,UE揸xw'IV& N,}WCG|Fu16-"فD(֛-+onN1Ԙ84^ w895&@U8Iy;=y-Ԙ`>NTj`{Bڒ&b UܸtgMiNMWhx5 ~SMxeơbQXqX3"qvL?ton$ ܵ,Z6g6w"6|D0"?]6녢w[[+j mf@Amw%^Ъ8m8MАBr2)\ ]$UA*qc 韃jI Yv$G !jT"%@#;>) {g0\JGϵ0"0w1uNe{ؤL*ՄO8ɻX| #5eqރ#jŪ?sf0j`Br1)Xb7yoRBi[vKp_nMjڄN\4EWA""6GYLֆYiUiE;(Ġ9f/^rݗZMyjqB /¯gV_f/Ks|'C35-mː-J$3#\}.$ɢًuDp)K;PI )u68EnQIP1}6 v=2Jjuƺ1Đ_A؋!I-~+?EJ,m^̜nzt0D; # wU4&U8IgGV5#Zr,WC/;Iy ?2z;@|ĿbGA!W iK)1wQ/h_(+,CQv%oKȉaq=9P4ݩLbǦ嶏T= _3brގ-hz Ws> O^wRy{^RPUuwmR$g߭j{6ebx@ bTTtN;_ӑ?(mjb‡ 2 053rrWysd=N;9>S؅Noxk^>o|D`uR { E% l%hYbvQt'I'A.6"H6y*CsڄVBd;ɘPH1(M3 O& 6 ܖNC0 e{}p|%g5Uą,1\Ofx!]UC,Ddɑ34ibTϸبU}kX_D,\Iey (AX0 R쵹 +zX"/TSڽp72ba{] qPv} NknxO}eL@"x=O(دq`GC1vC'o(ԫ!lm17O>KȅQcΣ@KUBvxޫ;bѹH\0aCsؚrzမN{*'4b)ꪣ=l_luPzAlKcĴ!Ӫ GNɠhYΓH~uu=4Hϼ4O~̦p`\,qk&NlNL3Rrh1e7 lzD)5a(l(= [$TLRKǶN\? KҌzÀ5+a9\#46ùRu^@(vFuMN*A?w? #JD!WXѲ9hhƨIJO<R`ß`,!gBt 8߬"TSc7*U.{ ;fDrٮV~ܩ qZ&W8cN}}-|!vF/[',Egt qY­^;2{E(e\0 S7o--]A7`S=|ŜEX/9C ꐦK2znʮV-C1Kpmt{:SG8~V<ێ nŋq* =^]0;{*q򙊠Tr+#*,5mݺd3YKX~h|ۧ9VH{sDK(n9qR/XgH9LL*[-u~ڬMB1UY~9P 7#]x%cNY kИu9ͳ+5aX[>@y. XgUwN燅w8a9MkYl@S,'L G ēlGNrejAVnF:4"#D>'I01$*PL[z4jn@/~2%gljP0\OFWwMB &RD:?;)=/b3nRO:!.(T< ̆I%P^1,tsrvk۞o[tHe:4m+8c(PC`l` ?3N7I B'hͭz{ [5q䝋wǵVaJլ`tf2 kʍ 9ɲ&jj](/>{~abaQKsdt#Mv3\L`p)lڸ[P"d>|`}c]', )\i;8c ݾ~ ;!7FDe=Eǧ7"׍ӓ"վ J<.] ꕩIjE<0z- i /:7]o495vBDw5NQywK|Pаi/,&jgx%I:3%o9QcwwQ:e 7#B(!u Rيm |ftI2H YNq.?hmғpg95e2! R &(6jE;L]`mL!/pg-_7lWrLxI@fGzhwnviɺ!jG=8Z37$OYA+[ɔ*i яc_ PyU߲5ɠG&vD?Qcnc"B7MS%~VkA*Yi\C9PxI72m}|~$w݋uaM`PNr}٣ oiDW'ib,&dv]lMn1L|CmG<6Bgex>;1p,S!B\0|v Ed{t^-r SRx8\plɕ1E5?'G2p6D_Pd̑)x1tQJp"KU9h,AaB)/[f[cXʯ\w? rЍkb΄ƣB1Ge;2a(@**A;~g_5P U?RC)+~t"k?ž@Xd%DqԠ>p KB'Hw*&ȅ=UYݯK"3S!fK.?+"@8u`dGn|m&B8G볳C%'_?gN!W_PPC5 կ;f 95={9\RbJ6vxlM#S)ENXDM~p 'pO]7 INפN7R$Bx=+$?"#C);LE7S-#OKZ$x]xZ4Ydjܣm?}K/:<|l9ݿ@9](.aNzǗDY\9>hBo 8ƽT|m\ ۱wm/(};]~j|6{NAm3[ЋP 7F\vR,IM# "2\){{o^QC$(15r2矟VI5?HVy RY _cqN?^߯{K'uპ SdQ%B!OMM@rV }34|yȳbpK}Lij"a/0؂\&9 D&Y2: _^4dAk4x@N d\^bRkXU3ppW|8xنg~w,+uOu0]U93ڡ>%xcP)q.a9_,\lЮ [8#.\9u+TԧZp2n U+ ƨETA8K$$3ܲzL7=E u̲@Tq-E!`q ch' MhB #RVS=@9m=׹ 44`(:`GIe}6Kp+LB]RCJ-٧XU-٨7'Iwk}u(3\R[K㧂ziSqI8͸Ca;9X,-v8B;~æ pD˸>*RӾEd6Ԟj~l"׈ë] */Tcn2Iʢ63p.>մ]Izn+PY)iXӷ EY{x:Cfǃd)Ax&Ȁh9,)&MuX8kIap*zx4aB|O56'j](Al ~rAXZ>)W` xEn7xF)3$v>E (/4nodtAv;0q~4:~FBpY( n ;k5ϐ*dݪr{ kƚs3gCwV.W$5aٜ wmӉ \5Kĭw kO< ̈c&2ƐFiDI5_&j_ Ev- Q " 浡U(>ۏ$M䝁;h Qv6n-nx$~oRSbt̷9DLHihg^Kj7ᕚAO-)+D\e/e4 %f=ZSTo:sA`щcoӭg$scڼu!W5kd#I' 5GEӃ{(28 .a<[*k%g} '%$Zϴ@Cm }-2XC>h"<:ž#~?#%7Roc) !|ӊP_n:Cw)_\'V #5? ]# %vNf5ˮסFg]m_E{"U( +YJ Ui5}*~ņnDr&EFbDcXT{O\x#9Θ:pPd8l@A: t\u\MvzGdϔ2˖ SRC<%^j6z'dF!CMu@"<O_naxEKF|>%&QRXƯC+GJCCt\E1C=ń~1t)1wK.w;@tu0=[TP%kתkkXi}h@[ ]:M̬kZеRئ.(rk8LGa9F D5 ~h@f7*]D߂F[R@PbGYj_F^UF 㝖wm-ZC9D~lG'ISr4dbO:N9#VZȩqSzk%߫zȞ::%(ad]ĐPZIa"EkB(7c 5/dn-'諄`OBu)N`*Nlt+M~9w30^ t}3Yŏ~8NUH,N1dŚS6}`5dj(`h85\fMo r꼦ՈM/}z0ͦ|Gek7J1-FQx'3D֠Ku5B5ˉGVF 9JadO1;Ve=:%&<\'_4aƮM=K t7ًN؋GEaƃ]7|Oh)y͋wtƣH\-H" o[x\~Dlj?,aQ\.6tT#` "Nm |6ULUD=@/PcsI`O2,ڔqp [sS$$"y b5Q=([/ϟ?g1(MS[.b e')m􋪷J>KXR@ݽ5%X]2Ҋ[iƓA4ZrK!Xoi`zca˷cM  9bMU hE^4C%eP_hDB.2puQݽ*řэ_F:j0 #uCot8HX|n4vjKg1B]{Lru>c⦽1p'9w .ON9N;1R6dѿG0+ȌY]~P^%AE!Zd{q/ ^~8~λ'fb.CaE;5Kֆ{0hZ7(GA^h{׹̀ F UW "rUBaD_)rR`Pdc~(jjch%N 6Ars@Ƃ-8Pq q6 |^#%EjyMiTVl'se7z]Gf80GKE`FhY2$ZB``C]/J c*Թٰq&-9,#+aXi*-9*?y#iN>'N3`EnDʱSc8"5.@@7/`w,_{YZIeM !钡D>ʱ>̂c9\3-fpBe«1ٸwƣ3.=tm3I;P q{H:~%F9f[D2w_mtm`XmoM 1f/6z&Ȥ8!IIc2Q9‡ ⱦpk*<%i԰xg iPR=1ʞpskFh]|Kn6// vDk[+4E͘aB݄C1,a7HwCo!yn0OGw:zafstK̺%P8zIuaez|@7=Qio|.޶j!@ +*H흶RDא/nAr:p\^Ez~*ͻNCt%q}g_NgpdNmܥ٤i :rqK`̗f*%rߎBѕbIr<]A(;II\^ VFO*㿧c]/s*n 3O (S8HaO4lgcado<&B(-42Ɂ)3yU/p.ޠ BPo}I b~S)( ,E *07bg#bmr+3,?lvT*.QUUߪ]q"sB`Lt 2ILk-g~1dCGrQ١ᔋ,2oX<-& L7>Vps;.6{; kYB+|/h:Z"彻 almB>J> qSU 3U3XNvE?*P72F7 z Vw3>=mWv;/j+b%9÷Do A:X~FUdkJ$ 7= ro&!af ?&I4>|بxֿOuNA\De]*G@7krJȟ?cUm*,>.&H~~Ʊ_L]$H_]ᬭ%+fΓh_*RUĴCB+R>5aygSC5ͣk3|9ږʖǖoȀDJW#ҽb?d Թ*RM> J+ƆZLiQHD`:F/M=%# ENe(X;%~cbc-bDH0!JJo 553>UiT e.QY8Um! K@7M a.*w8w'P>/# K_)^F$Mvʤ\}OV~0Z6UE~*2p_ԕ]SԱPow/O:_/ꏍ[BׇǑR[oˁHޖvpJKUWyg5ek ̙ n&`g [,5pz5t!W'E|*V@rMps01'!h@AKj1+"2Awg? xA{kzTxSusڞ¾ѰX8'q/|S?%RG -DDһ }03tj"W&uK|W}1/pOC#&mC'R\]ٓ`p z6SL[KLdO!Z_Կch<LVfjrfk#П"VV@kjkiA8<7ղ:l(c;`n?80q_T]N쫕ۃ{\A|9seS;+An:wi\#3R`H=~ƀx$ؾ^ΰetIqDwh2#y]ٰUfQʺ]9eeӫ4<&.t¢0,0@/{-VF႑ FTre[nr tZcFh;;%qCaV"=5*"QZVl:碬Xv"n1mX!Bx˅"bޟR%|񌎥WfG~&4"޼kەҢY*[-[R+[-)<-veh- !AC eo#zɄA g4_~񔃏r'/=yWU84]]o=su| QBĺ9|ZfDh/ $ zBX)qo~4܈'Di|dOSOe:]/'̇'-Fy u.3K[\o&3鴣-%B[g?}.=-?~h[:jx|*jn"#gt>g_4'f@RmĠpNޠdOu%x14*B+bG 3ljC!xPW.h#:V7UD},zdRTFF7ftIrM9.5>c{`29 D[5aCK٢~ *TMBRbԢ!ܻ7/a J=mNy$xNv0ޝT8>t2%N]onCҬ].ŹD7JKwR !d&l ثgwS+l /W6>ӄ+}E=q ^s F3e1(nd+ MO3Cދc4ߵ)+Fރ1؅SMNA|tƒց4}s՛xqʾM&QSxO<R i.n;K MJu-A*Ptȴ, k6Zxir|Qdk ct+tuХI\ $LΏ\-q[eyG=𤁶*eP~J:}H995Ӂ%]Iф=;nǦb_W$\@֏hj_B/YIuV_xiĝ˴Io-7~QȫO=il3sxH=>Ш%^QaLjyUgۈC;uBmEY;]p\v{hD>w4HP؂%"}S4 7ޱYjNwĆ[pˠD(Eu4|CLzTGc(?c͙}ތ|u t,5,p]csQ wF7P`FD:!}UZFSwI#Ȝnd͝Ie't2QQ}uXOlo,=% >^V'؁GܾiHJM50}J#ݮ( X7 Zٻ-as6y0`k']J g DUo`8-!U+m6D&o^%n0z9D&1rp | $u~ $fDn /՝ٕy0'^d0l˶|=چxtטFӜ'w6ּJIfhjH=LǷD4&6uz:|g GښƿY:QK;Q/Fk8)r N0+5ZWQ*d"p?L".s  3RB":?H`zz05I4сYV,g 惶ݑA^ *^n~NM-grqj1fA@#Q_体W!D ³To^xvTHjE 6+N[nl:Y `cm^&$̌i*Jfn?r:5-  VEq*CDѽxr^BvS1>ݜ@KZIS6mAwwOwUPΥ%Zy3vL+r9/W%|4NZUκ9 畭1D2w|KGg`0m)=LcC %@"([z1ef,fF%.`;wB ߬d,r{Ӯ>8aD)KQ[OvsFc|{]qʅgHc'^Z -E ⱬ|HwupfZKu3E$2G,{~& oxn/,MQ-S. 8PM~WޥWڒR|xbkP> u5:Po5 EKMA!`5N<"?9X5} ϴ`;T,P!( l` ]8JuxHOS H"TVϳP/eΪta?}h#.|亞퍰#7$]Lބ> SD3MP@ N{s2W{uWX5i,@ȏWv6N"3˒oygl70B״&l=6?PM q&Ц÷2] sݓB€y}%}pfYEϩ}huΨ:d XM9S&iL7w,_miUPWNUvw$,Jukj EHO \ҥܥH>N-U##=Hv2SЇaeWG'+G k $*$YW,` ra_'N|d?㠠 ΃Zp:Uu{c[Egf_+f?5/W|x6~>xN0WAfԥ Ho`Z47t-JfgK Snx\u [MWES;5 kpi^/z5ʴ ^x0l_s1,EIAXC/@No6ӖB>Ay&#KX9-#yɱ:T3:6O;rq9˧\iK/8jdø1sekHڜak?ceÆچ_C7HuTΐ|_;Hl73֪y ͻk-p:}j 8Yg9X[Gf3DQ 0Ӂ_su\:%@eM'M|e|swtD]lHg rgix̄w6oЄeW@,*4ۂ,3=7V"63I PdSݷ?e[Nq@Y.rP{9Y?N}"Q^yQѰ ?\Pqgϯz n(Zrl]"yD_VqStݦo ^5훚I(9} f6J:hܴ.KF:pFd6xk~dV`|"B1sp[fK h($b4ӏHJY cWG+"I^po7wG Br1j-2t [MfHL96AݏKեc~%&.M4:c1c$TV=\ä́1U][2v+H|ܶ:(jABMy6K}@85E5ٔG8'v{YwMN)CMĂe2Rd UY6NM/KpCeNvyQQW)V%'3੗/`E}Tt|&U=wqÓ >9h#)ĠSct/Ց$q*}eV|ԹBX0Σ'+#-CS(EFLo#MMn8:0;4U9 ͇O5r#fr1_ lb09ʧb} p l"2Wbv@'ҁQ J)HEmXPayM"WSF@3vE5tOsڛO{-OU0*RRVQB;JsbNHO 5cL2wˋd[xg_׀" !#|b7"ȭ0T/p5(nUh!boPGN0rDUP _(KC< ]c&oս]e !Z$m q\p^f#& .TECQxPBJ1>5&7IY9nwAj݆LO8_&X*ɯ/k rgx.,M<f^QWӎq眻9ʭA͉h-jY[ 0R *|xK#cnv|$rdcYx-:/0W[̙k1_\ia{Sx%@p Z_ 6jΟd}&A1-ߐ ?h) Vߓ-@(P߁b܆aaY"a?p^xn ꑙhP?iOڡ:ߓIw:t / I^C_gDSiQRK?*[5Uo%8Ms`*ͧ`k$`$MzW H] ؇|d=N0q]Xx~BN+YeDjҏAhBt|"}I|8RX;&{}LJ^ӰJm؄:. BS3MT0DLiSyr |װyp !.9I=`=TB`2%*LsFN:p7 tԎE.1 ' uK+ ](3vg6A;K> ;u6S"QOax޻JaBVPw$dT3-X k1zkzk.7+}V1>{yKhû_ۙWydN6Lmp%E``'k ;%Y.낟y9YAMQ }Ƃ_3g{[(s>|Q&JX$+Edy+ÃdCGzn\(lSQĹ a'B"ϟ2]]$Xm_Ymx+:cj;W}VMdu^ѯ( #aMfOSuR" C%51?5? ٖN7ObcN(T0 W:;z.!fS{[<ڎcmV7hF@`!2&`cg'1!XLwC}Qqc)֑?ӌs<-ߣy<-N>uNŢĚ.xiL7,Kx`2T̻G# ZdnWgлGiZ=n8rQS++Ev%cvË۵yP] ==qS.@P0XW9懼(Vo$Q6ˆVm=Z3S>4ut f bF݊;vGҟZmoҖE ϯ4l='^S(R efl&6y#Gڥ]NϬ h(i+: OHtIش/b2-RZrz1C~,:gf( Ӣ?4>sƏe\}iriƧS9-e,各q$idnL M[)gQ'җ}m8⌌P\CzHB|)bMhg.񃍏ѠaESZƩ|'ǘ#5=}$,i+7sHfFrD*G\H1ZŇBᙽRu .Bebs;VΜ ї;6˨q1 tD~B-VW%wz>t[j0`+.۽Zh-Jr2nSͳ.*΁.Se6Q \xtX&68IAC^hw#lP e:3fSJٷeGyǘ G6I>NemA PrGTx'dz"2ȟqCH١iG L4a^=?c{r2A=Ĉ,ͥzԌ-15w=io.Ӻ[j T5 = 49i\}+,S#OqP$P.ȳqRpYld}f7h#Kr5S~$9Rؖ"+98Q)B gω-jE~,MӈZ5aI S%~֥3&GMA4:*|MKV#˭+],K>f/az2J+7l^ld0:$glE<5{Vީh up 7OEmǪΓՑ1(PW'+R0vZf-fe[>0TWS993FS-{ cв֒jd bb&:pSgGbe-F+&LCI϶m36h|zJEd]E-4!I\>1vi::^G5Fesu umeR;dI෽1T]sa_Ȉ/Iɫ3y="ٓ("M7*|~|aٮ3nf8&Ahh a>-uWNͣL؝6L1 <37TPqmsMè‘gxN~9~6;>Q%v IEzBQ\N`+kIƮ^s4cyPu$Z`qՍ;Ggߧy$Xڱ[hyq]7]-AcnDE^۝!;Mh)M %RVx2@ o2 2)3&ڀFf,71YfI[Á@B9ٱtP|8E2p!@x^#er E"*(s9SA(=C#N}Kr̆uwR!k(GhŒ,02eWyU80XgpewջKI?"O{,@^~NMAis?31ɹ=tBЌ/aoM26)q'*D X:ˊNE _,#bGŦyĬ*/P$W:f\q/ -R$ZE-֢ 0*My\ XlDwePy/FM=UDj@fI1Ax2[DlHൠp`!&, f5,*3ЍaU{%WX*iӷ~\]Iy-ʟ"wk64ums>D|i) /}SHеyq|OdK_&t&|]^i0>|ۍd j_ t 2h4]Ұx1s4woMπt*b=Ί8&gKN8uVKEBcd[j:<"A=0w/߯*돟DhuCS?mNnoόW *W9˂@(%~E6OG.Fq ;LN 2mT HAF\ww/ ]@ވgȳvw>ћxA#?rRR Mq4|- `<si*:Cpڌ0d#nYzP\HHgHy8P@'J h,!1ء,>ĵߺF%rܸkatʛZN e d-_,-Q3c:t3(eS]!G(y(AK~^9 y: P? Lf6GyS: qo=ěUz80ՄgyMz;br:K;OzN@]_y(A' pooX qAT@R$9BqdL/LG'}h5s-b|GT6T v(S8`SǶ;6$kr1q] 4Pt\;lTz9ūpIs}Π3WGt]/F?ĤgWVDEYuK,0 MКPPچiip5W-=({d~G8o-*7\BhIwPͼ<ݬ3;M#JF /Uôo͏d1ݥGu?nzYZ"y}yr"_'ߟ!$7=j,ڣ2_=X1S>̶֡Qg5qϽwfQ )S.'{<_2."c(Ks$zGXk/eb4FeyliM76c˸MDqI!C'[A|v$Ў"Ѿ&2QE Q½1ЎS!} hjiK2vq!;ԗp]>1$!N) 6~"6tj9*Siҡ[~-Ip>oc"ormQ>]M\/?+>e!MLP0}T<,DWX9$kG;eEGk5˓+8uUNtIgO!~x%?|,l m3qk*($˛=[!܀zpfCe<;ʌOIEvBy&~ls[WT6Wέp0|",a:֙dQ5Տ8յBen ķdcP ]0o:BZT|GKk3csh6!T@x\%6NdH%[Y{T_uf/0fctn_jHQ vݤ|__A7iU%~/p?bT~X7B2%fFϰ)7(a E0(4"M5B)q?'10.%`׺zLyc B(]nv]a% w1˯ m&ufj.{1ٽဍ1޾ysBS8SV\#l=ҡizS Ba%0xIr %%بdFCR[c`^}!eʦQf d|',?=;S-Oe /׸@Lvy@1$H>R, Y4d$KJXdz%^MՊ䏆U_Olf=ӰfX-[9!f]#>N_KI?\. #P{W>r?d>Ko}NbQ:@t]l|, ?jf&sUHPeQ\CE$T 7e.W2+m)0Bd!.1LC؉fpO͊tWYcJO< { %Q7l],75vc%gsG&^f_lWH]Ji"٢m`|kblsix]{+JLe ~-qE[-@Qٲ"I^9"KpV=DbJSA/8MGblG+E lj01Nm>"/ǔ 7Cv嶊PȊ :Pa4ȿ,@gdJʨGd?_4hgh5=_Y,?\r0 z!3?;⭍eқb҃X9jc-_Dz&iflVLN3PqwY}ۓm5GsU==i Wnm \kS^ &DRįEZo K'i eL!pYXZp|].VSJ S^K P{ =Yӗw.7\@+ݗtɲ+÷&큥ЊeΧ8YE阉ay7w{@uK&[l2?X^/vn/ ʯwo1-/PC:qB7 X<ˇgˆ<0c `ɫ+KIBXnaĺhjfkI5 s妇M=V "I oke5q}oJ:),Aj0ōGZmKP,u ^!0 ?θ3у\.TG)&z墒»]BY$d<Ҽöz1sSai)Cdkf\˷k"u6mSĊ/=պr.Ǽ dR`!"i“kSRજ Юy=1I|L2kDHCri9+CH^ SiH2ci7iaZV~M!{Nvd {Jm :* IB@Fx)>DycOC!\E3F%"Fr<)E' 0}2ԥ2E+~ܻ[UI``K~<$e.VCy[jB4 ch:WMx|;g\Ή4[ȇ`N$/!$)ɆeWS b6q`*`~ .Q䙞DOkm]0A1%9y{]+J%Tܴ:>Mhʱ5!q\c1Z;HZ~GۓEG  &>7en^lӅu%oWˌ#e<\ U*eQbpm1x=E/Uҵ?)BB zbw~[K~}^cQMM%*9.1@5ZFs'qtÒKVɯN;)mǜQTbJ5+$D>?= rN'+rSmɊF6ap=E[[1K,xOcR 9jj;QC1";lˏvu $?KbY@9@QNJej k5q䍤V=z^ FaE Vxt7N0B>w@ 6ޙmjpoSq$VEš=pZ1gPPY5'dtz4 wOJ%Ռ`b1(1;D=dxsUj6R7 YLN5%dFvp/2E8='ޒߏrx%S8筑I=] S#$.vd[gK|3`Nc6j>WJ`K2CrkuJZi SQm@}w\>f > =ߓ:9e!Rٞ#;~iM)+2Fw#0~A_9moM縣FshaUs>2ҲbB+Z(寿`A!'.4]lJMyn9Ԝ74ŭ;!:^hk0OYCa|I3Tf$]%\D/.zփ:&l*T{DX>\膐k6  8S3lQFp3l^&ih kcuLA +B!/nn;3Z<%C$/TZp\.muqPX{ȕxA"$Tq鏳NDJY eO:}:$hb뷈3tؔЯvUcv2֝LF4WΛH>'\Qc~췚,R"u4*b{|aKA{-1PzQ1Q{7X~nI \ hRQ`hIRk 6uAZK7!Kq6f:t =c(Ÿª'L#dRAr!l Ke^͚O_a*rӱ*u2RɔP,7lfKm,U78F=Ph2r@sIK/; GPN0+@<6sմiu;(7b éw{o_u?eVK9EIou6("]@ '+< (}6x9?˯zvSN2:gA, PHcXk*gЮH6O5-X~q2kGc jB#N;®n.I9,̇{.Age[CZ6~=Xk^5!seą՗$HUTmd0T\rd|[[ߔ{GUˎ*ؼENoQ9roZ)Je1F's/bn)rbCs2u@ԹəHSENKeDBQVxN%uHghԻBy'p*MgcZ#dծ6yu۟F JeqRC»7Xh1>D-9Ldɲb[l|ESMva7BC*jH-5ᛚ ) nN Ro C>H4/g u٠#D>VQ'"@4mַX޴62eB;t |1t)I y7fD}FFpEUKc/l ŭc1.6!Pq~3~bTsgW:u%{E9h'g?b"anWzd򡐞71z/[>&Wiƹj4Ϲ?+ߊW (KDz02@Jx@kz];5OH30v5S[{#kjZ4v~/3Njŋ;gr{¶ m0lDQAUPD_tYI u2seN0piSQC"kʕsٛ`t X||E0./Z [ъ#7 %_lr0Sعdd@aHİ6Ͼ{\ϡ@6y!#?#78s17d/ʑJI'4,ڱd1Ce`>sjz8t78pm:%NUAJ8/&~I݅]% Ø"9A"E vXE,Vo9Lzx[QjARݱm ,#26wjtXh]F; `a;~D!fydJEMtCjXJJYy-+}QGgZ-%Zq .2b>;#*o\ȣYn(,KrX>+[txϫ197; 7yo2tٺlЇYH3P0(6#/ RqǣDQ$[r%wƽ6㜏 BI$>1SVƗK)5K'jq_ >]mz֗ڪ$NmU}@lϗ"S{3ʕ/԰d>Vħ.'sfLZf%}<~` eIª_l'oE=Hֽg"1u2+ʼn[EނerÇW[n_ 0QTua!U*>p{&Z$cQqȕCneGYZ ' NajkjufR D=Ċm_RJiLv|B{j AƴP]".F|b*NGuN-Jmf6 )d3HXzY #/D',Mk7'_vC6|ՀWwM  UC5 olfYsO/Ft2 DE!@̵@:N|$iUY!o3QO?iI9'x1U\ol/e+~Ð14#V/KHmA4 +U956@Vص1ay|Co߬#Sway5"T")B9]M1,x]ح̍rDE4=p~[ѶUn6גT᥆^^ D1Rzϒ(k;]hR+YRˈQm*^0QD`hV'7-9dE ʞUy[RpC:EDʂn?Y#C xxa; f8` B^)N9<_]Xm$/2|ptr:OrIuĘ9v?@/;&?҆,U GFw8U*ϧ!4Ro [OXMT?ݒDഠnTH(&~Cl0v[&#}hrՑdzoURXoKd+ ͝ 3 ί.W<IHW)ğcqQہ_}$u aF)@7= +L^láS~xA{OOly2흉oO*8׊ieqhi\+?:=Je<7[G=*MAv%<D4\$偗xp3 ,cc6k ]nR\_ݸMxoPRfv(/溻 wJ߆0W:u̜( -k %ܬjI2"+XM#ol>H悋S@/ƭ}Ae}R oF%RJ Լi V7 >=o5Xx]0eWMGΝp$p6U{<׬:`!rb 7%TQs zv.kvv@}wic\Z8S|s<*~~BcĻrmsh΍C{'K$;~BcC2#} W\? 4:T~G% DM SH yj;>Ӕ W>TxgYoHx孋=L+"Օ8YDŻ \H0gY?zRY>Lp}6{FEb]_"*ΗDu_pZjUF L0J~l +M~,p#֎ ebG'k/YGbJK|OSЂr)tcBW;G%L-ty{>=/"7~L@[F^PgKy}_A#T2[ĩj X'"Eb~gNk9Y k 2n.)xb5PC,oF]ӥ1P,}c܃1/ʱg`[a@={[CfxMpt2vuUD*Lucا׌}[e1!haf/㈻ya<'!Z8(={b%_d!e"j*Y1'A`1 J5%4?'VI} r4 6 DAhɮ{W֙YǪHlD">B(|G,h$l:eHDŏX6-d^EUbškAtI+gw3XoQY/)z*~?ԑ֔mn5n,WY)wkZC7?t \ vZ"Ftg,eQj*nQ5Ò IUP)aL|AC=UwႷ+,],"/#I\:٥PX#SZMGU*^Q+m}杝df0ScBN;$ً{UDwۉ_CEB ڶfʽ- EX[=}ޥ!6ҠLtg?9٧=B?-JVa^5@2yy#-S3<{J4N8'FxVDg{fFHh3- \XZ< 6A<0uh=N:4|SVFo8i}_BcT4*:y3o1 @Vs*RGvQ;zxN9n쌓$z&$QzOOr WTSClp[,-ZI֡Y`gY~,f_7,vrHXD "\9vkJBFBmVŗ X7g<{9T4t|IhoaUt٦,d*|D5[QZ!v~Vsoyxv]<8JZ*O$nnH΅x +X/uԹ}di%A{'q KfdئQ >=z GB0e#m+\ _W 3O7p&| 89i e]{Cdɨ@kw}B9'݈..gueŨkat7<TUDpvl/GDR}; X[/)0 dWS/عPvTu|SfE1 1O% UXG?>%¡mVy+LA0FKṠv D"jNc>%Gɯg!OЕ%- M:RLv# jl7u:ep\~!>V"tre-51 |݀JLWb j2Sx99ZAE9SDG_nGUovႉBPu' ff%t0FHf)#)ru,?~|RlxMFX -\G:ŤK7tI`t ΊcoE+<\pZiKƇ!7 nwWˎZ݅6b+it=6.%S8{œwG t*#ӂ,3pLD3JԔZG0$JyG7g+c|n]n¹my=N\Ĵgd0.=,'!!P҉j"GΒO (eg 7?zipG8P<4}1)T$j`H h/]).^o퓼6EjN߆~ 3rf'1$:$]&5k #"R_nĦYT@\,kSm'12 cƚVV:ÍD4!6YrFM&X;"z}gO\AO]eKi ;m%lH3D+̉QAgfq"]۰`{M2ϋ8K׌AyƪZ5j~9[ thğ*ZZԄD=~-9/}E^`#NJD,-#q츴 _<voۡ6D>2 pYf$)^ F(~]ƖiXϵ/BHSnjswq}:g[/L ֒li<2wxg^~ՉƘ,Ϸ @င?i בG,i+Ԉ%6)W7k8UፗBGDÚmSs c֯*g?O~K̘(MߔThխ"D{v+bSzq.ti_6G(&SlBYɄHˇTbd@޼ρHH:O@p aNZy>+L%f;wM ݂iXlo-Yhc K]8fp+)6)vW *~~|:P{8¡pQivˑY0Z旋I#EI HZA2ö o0?ZJf1p7;`)cM(K}]ӞQw= }Ԉ֞rrshRө DNF,,{"q<؅1*Ρ5RN8 x\%xeF~H ׾8Pr9EWKCDQ zV(-r;o" E#r{y/ 2k`3x}zeȹhZfcZ1Q13zHpb*L5pE͂sewC,9LcSSI4fmΊW" ʟ,ᓄ c$G4ȆUIPiم-Øo+K-7@iǃ釿FaEUX8l'!I5éEt3*VFDDOMiP w9 ZVaCerؾSUtj՘Ga+4G{jrhX&x&_]Ym*yݯAW3Mf"` Ci]VRBA{SW|D!`IWVOxhB."s<]447Toڗ20U{iM C>@Qpd"H18k'7஠A$( 4JS-i6D*j1q:YijCoBv] aZlEEvAAZ{wU-v~s5hW7[Qs';7,ݠ?wS[]b\ =ؚi=;Md]9-}! KQSBrz‹x2l\)Vݱ3k,wrWX<U|AP3g%`6j#\%@4ߒKRRzC:q5ۮn ᒋ*pa-vQŜ .u1G8.t-,4h:5l1Y]_U<=XG1˄𝭯5Eid_?Q>V ;|@KjEFXp:~M@:Q+5+ BV8~K/ٖX|}=Czo#$GrE }E fLh1 /4Li#B|}bܰ@9fJ5|Ÿ"%v LZ=!Y]Qy oMW4rx}$4VtDy&GA4$jT_ȩUr Qon#i}*gq!J|5-,<b 4]ܖQlO>&D懳Zk*$E>bGY[9ju(\vb˚:m!79xhU{VwnfsmY==ճ rwi!q[א(U/z \p+?nfՎcf=LLDH1;l $S+~)J &k  h@v+ Fd{!eUև<0]lGBY<) WIx]껏9v:p_@膇X3aH.cʋ153b/ qUߢAJf^|3sEEMZk{G4?G5.No*s EQ32N1Je+bk]_k'^e&I UwG\!96LoI& t_\H؍AMDa zt[AU {Z] )Y?O. )uȝ ѽM}#ܛXT^{'b¼'?V b1 93O0Uw:%ֈmKƧ˸bYb>yhns|y:srthQ"OVL <1ro (:tם}Zq90/Q:HXufr#H.M|ln7x~9`AB5#t˘B8 h)QS-7ų~ТO<ի*?,*/DfᝂnEKAVigl2)U(v9!ER|2<| y+w(}jWT ,rgJ(G J-qb`YE<4nKb-X}^$(&d0vx lnRʩ 0 Bi) MS.*Nli6Nv:.QJ֧{g+zܡiY=^AKAu ߍfL.)ɫ38Kq}Ы~F*Doo]^l!XܽD^h:}=*#َn?@>A5? &9 .+'yZ/h޾6Y!#@;jFb>jAoX<941+ .o( 7`v>މU1#{}bfp@q(fNI|}fYC?lȴdY)(R[&rܽ&psÁ=TpǓ-m 8ꌉCzw4z7 0n v;/0r~̝R-ꓯIl X[z}m` rgvo#d@o_%սrmǽCM ?C5ݰ*JL]!_uE~*APN f&p7N3Cq(">GmxśsP>U!./G5M/n쭘Ě Avu۶97\&L$=iΔ2@~Auf#!@m2Eu'l FI㒹f}&S/% ɭ*f18 KhcZY 7S)`9y)v v1+!X^A *oLdbwU:|':Wc°'Ns3d\>[̒?<A&NAJÔF[GQd+Y`>%׽ {9U&3_ e@V5fU˜NkiϒN wm> ilM /L5&1~|Z$ ?H\vl2b#ט*S te7vW\9SFJ BVEΗWXP\uJ:2b;p@읡=EXB18x@ &aLoVo S]r6JL1I!ߖ)!1]~Z@S~Ȁpo\h/rϪ* r`1kDQmKM T;\(ly2s@~/fXq!uJ,wG'#] }ԐQd4 &ޤ1E*__sƊe,/#Dn ,YΆa7+ǮHm}Yר麈4E4 E8;*,aψOt4iX_w?2[Ps;1h̽2ANaP]K41.H}^EchHZ^MBG=\yR%pIV&lբMsHaGvS0+vSsg7)<*8ĜL8#"C~A7@Bn)FqqM/*^ EqREV(TCv= 9lo㭭9.o%UQF΄}3FHDt JIFt2n1Bl^| ea}vR㕯 5NA%\$jP?xa>?SHWF`UI@.탯ԗ]zw:f;A.hNRz@tozԞ&ZYMUL $lCy[~~jVC9kgkYiK*;13-|VYX2uUny&Kn$o@n<Cw869M8j;?|kT?#r $9qBy Pxhe`=rgN'J ,hj7Ex_՛aqrK.(;zg(daÆxX ^\VM&mkc2zXlCa fBTX "_"ӋK^$UKg&Hy[F%{KYlNeҕ3y@y ޝye󣚢js?$}wRxٔ ~T/vd|5e9A=mR\ `Oɬ0)dcX 0_!bРқ6X jyƛtSI:N2nu'oOUV~oW JtVA0#qaV=! zSұ!vx03GEt (S(e٧3P_ #- Չ#@PK̚k5АLB.ɐc,8g/Z%zˉpRq9 >њ5 ESbUj ;l elK27'@M-Ԇ.Zjq}JPC1Fl(gLK+YE)_krPJoEȲj1M0I!\>'j8uF!TΖٍ-D? B5 IN+ЪT~2Q,n(PY .Ȑ܎2;B|esjSa˵8xyאw]셟m~ ?رlZ}^ (͜YZfP8w׆+_k#JkVmDP3{"=Rm^+ך)8n@pH03Ck5i0Z}Ow0_lؙs+f1N>q^TA_cX~K$B¨@SۙkZf+(CC>5>qjO<Mƣ|l O`s>Y#0QsV,y?Hd"a_Ӧ-0hǁ?CԔAbsԴi9+Jt{գ%ԁ[t+L\j {W-"j ?ؚsTCHOh%E{)\G(ڄ%X{7w# ڻyFdb'Յ7p\L7.O;v?b0v#ΐK)tk\ƊB廮&039GJF?Q峉dx&ͪQxM8 H*T^U8VX@R5C~hIkCp3DP<\T4n;˼jzJdxqŒOP7}Ig\%7g${|rKo̻-y+4:u`١ʕyƮO G3P˴gQu epFU8F=)2L"$yAmscNgM7^'e( ;؞Q(>7B>KZ|N+h*n}>w7ؼm: "$ !?29Hc9<_0*gE: +)HFUtשNp'bgنkB6™#=(ܸ JD"[auP.хuJ3"ݍxINm$rs#Ȅ\ŀ_W [tK%t:{!7IB&#Zz8ᡀ e{swY~\h@UIzyݢ SZ(vj&t3ƶyZqImPeD򄜠>x~#ӋTDJ,Ӏ"2#F%y&JQxw%kj^D>_ԾvtSX@oK/U/|a0a&Uh@W̔J 5[ Lt8p.8|J'P= 08Ӝ;[5{VTJ,eHd}X )[\sk -.Rji~=] ߢ!`0? ]Ɩ ;|noP7溶Y~55 N;=/2E )Z3eI^.yRaY`fo6 POrXysRpAPsgwY ?}(wѵӉ9l$渇; X\Q]B0=aϒ,ߺn*[]5]$PwשK5m檯h cNZML(WK5P٩!"˵3 h_3}XxN\ˆNB# KZT|Q; tqbJ6LH,ɥ1i%E<*觶4ΧȜ:ۺ@c$"eqZWgJRQFο@br24gi@sS\"BKcfBϠܡ1Ѩǂ ?^o$L o}LXG_Ň M;+J]^5T./Al8*%M1=B3=4׵K:[/q'`U-_[ni/TTQͣLiZ}鐔;g7H[VbZ*"C۲kDyz;ص3hBweAI?li DPnNл6y6+}T$/rpQlj<&`C?Z͔Tm+ɟI 8^2% 5e«oX6<ØU+$ ,QrNjTCS6`3^OQ 4}je@vw ܕduqud.Sw[r;‰k2KߪJxttCcUE"R<]6xz0/z 6R`eBp(s .:_cʄWpũQxgyqcH2UkgW=fZ bm~2 H`gU.K*G)nTi<Λc72A1MKƥN:"3Bމ9R)󆾷:Ym!AUUa}t%p肶v,aOveCnLWd:鏺[`L/Վ d Ա.>A2Xz-a۰oը̟: 'hMU(~{faWIԜfRKqdBq`aK^EP<BuUugANnStDbP4݂Kf (ن^eNI$,58SlCƽ @Ll<wX{6یL*ʍ(wH+YQYJLd^F}AYu!wiޮᆦ d֓YqXwN^7*apYH[O~/*Zrs =<`YhܯH5ӇMe8ڏ֡s}'?iA( /y꾹`j! YO$ ?m$?bwhj.Xt摟0+YeܠTD z䇂S1P5[c$8 -i<¸װϸT< 5&:HLj @HS\4;㱣Qo|ɹE=ݺi&H <Z mGpn&Ǯzn╘.Ts79k&MY6)DL$uw\>M21 *$ O2qִL E*q2Ʊb_} L7Zo E*`G@u2d8s]-bl0Ja;ݑo09W ^ #,KF/?0 /_ a,Tz ߣȁxp U BoGH#L\=ݝ!ٙq7ցhքe0Q !&ЌС8XžDm.u>e ۈztmK#&, "W[u{y^g,J[62ͱL?~~ND4QR1`yWrmDsccCKrlҤarzw~@aRC)<xjŋ/}O9T'- m+PZƪe(1 HC1b] \|^.o/N+&o阅w(ARd(D!'tEnmyRXf5ix@sQ }tKkRV*StybCf1 ܕ$*[k ݼ&z]|R-އO6&nbx1c b?SP4Q[᳧.쪟e\pJ D)ډN[>{N0\c*3y{VƧKJ| FE>Ŗ#`!Va)[fʤ(1Bv tBriiڍ"g8 + j"qr#]_<D> qR&e5:0-UD֗X&V^f^M,D@LԚGs~eSr]hX+(NW}EWjE`8sN$q ÇיG]X38Y;(w4fb lDn^Фx+j7#?3@'$໯Fօ,C+@TL0E$}Og5Xꆮϰd,V-fdjƁeפּR;i=_G5~Q$ pvyC [1 ;, @2^(~'ĉF&, nΕTxU;7E"'`xAP5iBpCB)-)p0VGZRRxf%K!w4v+1[r{^ݨ1˘z6~s>|-`@,E`ލFrRU3%%? $1ӯ_M y~!M8Y$03sSAg9l]_]cސ=k"k[*&ݪ ([H?n*}W{m*ox %.P@>߶p='R6"Ud3gu/4 Uvۊ"-\w: ǜ d+¼ؼNjb%}{i XOk5O?Vuy1cFb-mnR)jϊV*#>r~Θ"Z-M֢1a%.%_'dR 7Rx_A7)b2"Yᐁ#(Q+s!R&h:nH!JJ]̄F/ѿg\Ewʐ+fkH%64G#wRD}]GImbsiXd,5m&hi1?WWl3zWO$E7?˶,VͽM6C _O%Gn/@7>4|TH%v[m,tp n,_;gyFUhd&֞ZÁɜi(`*6[+wY :!,LV2zK ،L*&vDp%7욱1ײ߽aAgXB$K=BTvj Lw A([vw5΃E>[p2,Rr0V5z+z^YeI"uˆEK ԥETKcEUAchg&G< Ho`|Z,tvc"-ŋ'ͮY U?tTqjۻةY6<~O#83#l;S#Ll R3kYFmeJ mV cl&m,F4(zD]lUO{HLcg:OUoh\ MGY Ϟ9k_d0=DIl = ] H4T lZd]Fy\ (A%{[XuF}"O)v=@jպ3 k ?кZǙNSCBDWQM蠀_\N(|o]+3ogK"$,l)V:R)#RxR>`*Ti@i S:_h ~JY~qsR(vteG2xtJqE/J{CiA1`"bipvujv[(ӞÂ~e4 p>`%"陝j˴t*lv2Yh없4fOϻ:jTNSm/Ti gLjNsgO{*%i:ժ{ Vi眫q:s.(=|u~1;XCc8R éZu H4?/Jd7]|ݧKR2BkgОeSRI-^!s\jڂ z.|Ҍ[ śCYH̨J7QΓbÝgáua؀ {ajC}0^hW"f3BHN˰dj{;V6:en 13wìW|^9&xś%C\.ȅ98NU9HZPc1ŘB ߝu84xTǜXYG}ZHm6[׳.2^TFGۦ/> d+Vߢl DookVkA̺iնLn#<:43yPGv(^#)zUTM5Zd S70C-ITDl~P)lag|tahpq2kJI>}%mtA󝼷oblLk*\mq%B}8(]`:n}~4z`bͷyBF ȵ7#tCDTN\ݼʼk67Y8GdMHAnj}]\zzF4$kEG1MSC_vJvÁ{cWU} j ;_] h= ܜЦ!kS[p-(kF)CF)Nyz+=H)| Y$41C<|t_~ ޞ[--4.zMpldAML730P8kku e'\7:{;i#|馌 Msڐ+Oi%P9aPq:!KWvd9?;ji)ر7NV@9-mޥ M]ۄL.F?"y ]tt E SSj_a1ܿ9[uGW"a1<o{nn ~Oۄ/M?X0WzYD~G=M6?;Px%͓O{%GH?7 ܫz+Re וo݃]%SRd*-x?2A|0[0m"P %vU[~9DV7)|%<([(>rv8,ݑE^veܺgq_v1;(Qvmګd^o96Ux zw< p:`J@N.BDGus8k"U'gqr*^BR -\f{~tHGdO=,$>*corэnEHL]FŧUh0ިïuɈTýɺcQxˤ]ʉ` U[]ca:%XTק_wFP)~ m[[ VA+qsw#''D)w<Ȳo,|_OTVT{R7\NSSF?\ʅaKxѾ0M+; tPAB9>~bWXOz`5̂Ep0:lUM — HZbOoB~:b:gݖ1q:,5bҬd[\k(AO yG3%cFO3?,va3ŅBYri*cjoO=a. u <iLӳ Qg<̬,'Ԇљi6g9qP ,ٽklENƴ#/Σ8q<z$G5%^!Z_1#2΍#ϧ$kW=98X~PӈdhD K΢D+(&ԟ)W$Xc៘p2+,, %6r2OPבAOUo *FpwYI xSUM1I[[/!mK`LE}nzp\"({XM;/i$Jdd ͼRQDƬK\޻W /r7CQgZڃ쎛e1|Ty!9_6BEsvޥh9\^_}z0O@&崷UD:Ծ˂eP|A|j}O!ӢhT5>Niw5mqnMהC!44( N3]zBܝꢝK|3~XpO1L &rXJi'r現%&h sNCoq_A */2sL4I5ƥ |ŭ bPW4ߍFwV3R܃kߍs= x#QUN0YQ"i x{QUtI-{M[#Zѐ~ ʀcpC!_@e/GPGxd7ի&LHg|7DR elK Ṯ 2:Ӧk}7:v]l{ >T΄L DHL)&3Pˎ$|h".#*1|`.3;RkHQc7je7'Gs D @Hg!%1d>pY:l~N* 0|\0o@!5|=޶n{Rb#T(%PۺU6C85Ka4jV|Mmڼ_T]W AМ`&P"->'"l+nA(Wn9\_sߖE(ݱ{cp&NSęe/0@Bf>:`j CN f78Q')xʉ/ 67K(qXwZFlO!{I;#Z#njo,Vz=V5}ޣI=eK^DdIwloJ:مnL@gbJ"'VM.W&ai/M2شܴ9nt=09S'y~7|g (TTt zqh#M_Y5˵ӣZH&'>w>z}SM2W(kk~X(LBpP`%YtgFpw 0agU_mQZۑ]忍5Y  ()+J 7)ms(D5ɔ'TN$lg |"SpQB {΍VztˍFGekG*#D FIMY8Z۾ ?F&sK!chJD1{b[Dj"c8 <{pcE:$n !#~%?Ka^3y"jkSUtaNkH0[~Khm,=<Ԛ+)Ѥ1eGhwdž p[2~b*#mw~ UDY"3CS?>vy)oe4E?mZ~(3/$Yő0j'Mr-~(Un :c"DXOYg6.e|8bH *9@LN\G숉y܉f݊Ȟ/[1e0|G1. $Yj5&i3S_D#{z_8,ApvxQ$^uYq3kF^xX_=O&OJ?/ )NvС=QUA]2\u+hu: dFNTGEڐvMo[wC6O)B(SgNGrs`Ľ,#x[U0&;SO^>Xl GtR%]J02de0߉ *8`2]s|GBAOh.rb{n'PZ <"n!Ck] \2[k/CQR#!qov. 3'(|M=/ITcZ#Ւ¼o A[DC3 D~p~~Լf?uI~G4GXO[Wb(Xr j,9\ UGVIp\X]]FGP/5u6Nj}p{4X:Ȕ%Z,6rlפTbI ǿ:&Wmrz7~Fm5DrxT8Qd i#跂ϭa "$֧TyNK^A&F?-(q޸qx:K7CGrc#V: /hhcF]߇hh/z5?d2%E/ߍ]i@+)2@~!|m}LXR;eKIJyW@zS*Cs-j5zr΋R%FaAP6yU_P~処%F {w Bs )2歖ZU־j%&iu/G@h8u sˆ0]#œcjQ/2vC{Ô+hbru+ps3~C&=MUM8Fܒؙ qի~uDlon A%Qiߊ* 0&b%Z*Ɩt>[˺yk:w I,ail/d%bɱ(J&Dw  [4RK` Gib|4j t|Ihk@|^S6S$`iYI5ORF.ǒlW2f` 4dݙZ:zt;RaaJdJ6ոT%փ>mU#I4G{L v8&\ť0M~Ш^u7: F\.lVRXqBOIƜM^%ǟG ?,5uzbr_EZt%߉ZW=xfC}1sOmf#; z:ED8¼z=s-wW*/*~wĖfQT :1'qқJ_! BL<|;tS:ܾ6QQo?R(-xeo[l1}K= cs'eɦ%|3ҝi%Z;ڵ ٟ .#d)6!u%.OdjxH$n~ K_wRc:{ɿ\{ K0F]a#L1߾x>I a*/ЦCΫK7= VV;Zž#5K%^iXX@c))=},#Z]lB).*̗UxQuhO:J#7IjC!G?DrE whBQV 4>|mb/:%q@e(C.$o z"Z.;wy!ga:F,L5i#>ȢX(Y58r্J>%4ow{:Ly#>$݉Y6R& }4 f/76 6A̔|h4jK+ &F%hw:^p:Kg?J佀}i /#Z4^vX('"7sVsMk=CUfZ |ChGDv6ynkIfarƮﳰWx #8l9x\ܡ7ٰ8"^ /e^ 9q;s H%9 <=랾]KKEu U…:$? 㵣U+%K3N KᄃSҐCpCT3ph~q44k|y5hrT_Y0chI #[cЦ%#WH`|Mmq$۷8teTܤc]KfmM%}ByQ6fI/zNn!~cZ_?VY?Sg:$ P`Ùh%sc92W{[8 EQb_v K~歽sdp}ȭ~; +z9Wm ~{hAZѯLHWk%)?o[/_.,>h^MHy-HH>;M)> Xa(O-]5!)GfpXjнHU"ZZwbH}Fczy 7]ڀESaIGGя/2eG\!rx)7@MBñg?TC Syzߓ _םK3RF;g+N!#_TT~ءޞ1OEWbn~;C*^Y\[\E%-lHk6ФwUCGe)YN o_եuw\kZJUϏ|CO%8 ,v}A1 Q9 +1HT8߀/D~9"$x\W ֳ( #]AʧhoZ"%+CHlc>޼KjT ?Fݲ  UE B0VTfXzГFd9}&-qŐPYF|Eðj~hM[<86ǸZx }(T^Qt.r3A eC-+b92!JZb)_:ac.7┞lYi[FZ]w%d^M-;( Q3ǹr38HÃ6>3Pr4N(ծ2p|p?p+eTB[\1j#ghW9n);jUcMtHaZXg{aVX\A>~@6 D  f9f7+珔i#2'G/RcQ0=$}%>8p̈́5 1*T(y j!o1_A*ƀOUع 51 ʳ]S K@ͮB! 1ȽA| +Ȧ{uֵt3E!roĜ[BPr (ֱ&Khv {uvN|j<s}3aŸ Ԁw3ha;e}6})u7Bw ']ʫVۂY8!'R.V>J֬ ׃ڰ`@4Η:aIq) sF-$7Zq*$#.< VyS~'37pȊ: wpFUZ)l:i??'/B )bLP?ގ~9f6sng~;d Ǔ8 H?^R# 7=8ڐa9zGOݓQ* u!EY۟i_, mٕ֜;ϥ5Y?@y of Beiծ:]2#[1eJp@µqUbC}^x4\LG`; |;m'Cv+{.ԥymw2z=9{5ݓgPˇ  _@HiGpΨAg5<#ːc=CCڀɟ]*g ]g | l3H`}d[CDJ%TF.: UKs0ԟBlQ S˦ O n:g%UX=<SIcE6K!Mg/v}`ݖ2X<,'Nc* !Hxu,5]u&k*Z/ai^5I7քD/i3v!xjUhlh5+Б(Elci\Gn4SFE2J*rlId\ PB ] *s^?X*G^T[*_EM*% N\by{}НSj6?J%{u C?/ZLc$ޓ24>Og[柫a^<ڞE1y(]/jqsbb pi_p2{]*>C!N0R$MxGwC]؇ˍiA[V8/9lGY`C\ }*;Xѽ#AO<8X Z#FUpp/~c$M .>ŷJK Z !0V7~XƟxw wHlKxy4]7a8N/ҷ_S ӕXG3_{Ci;'NkNH,<#B #>vf9skHW}"cF hL@ 4jdko?_6Gl!qr޿Gz-R;DMG#)w" C` )HZ7!JNNLs+vհ8۰a# эC̖ /`[n+;Q<&ԠRD惐|x,o =F$w~c#pGc4ȧMuѢmmw:EAZ6GBB@. #?tv7Z vWywEahn#dno$_F%λґ ӇcԉWuxYm@u{Bf+H@1ePe_(fvڕm"y` Zp )y#Ũ jפ+.CK AQ? /R!\j AϭcQ4p&@$\ĭ`~Ǻk?aBss P|uR &cw~نz5.zD;'.=[Zn <4v-I0(od,jM}<J{(02,s*Al",~ZPȵY ZoP-<^,'rP'0ɓrꄵ$%UlD Ŝb_M%fZ+㺤0Yu:4R+Khs+` e^Irx](ASןx@R,vuM)jV40G#,[?1U~po@1w#H4ͤIqC_fLPsJc]7),UYqiZZ{DZbJNܹ!y@ M4Ղ\2o,Hul% :t %gT6# ڿ6$p+W!σ{R AIP1A_:@5YSE(c^">Z[K]bI"Ў^%lx6ԄOњlL_ݲi[lD0.gK_cYnGⴲY cKuMhkSZzCflQƇ a5zsdxt?bރV?UDhN&L#e>;/V#-tzmǜ]9cƅPT=jT~z(_,:DyP@M䌤~)r[IEѺ7tnmC v''|C/8^K}<f f02 i85nRCIn\߄,< Fg'鴐'vGwy *׹Ctڋo̓sEkI T`U0h9Z.YcV }/XHxy7|9#6Pe]<3Jۋ A6(֮)TdTb`+h=wN R,'#yƚ9YҖ'}oF-2coMJ皁dL.[}- s6L ߯i]{zӐ ̀h`t[Cٚ>:Ynjod:$@Ymͱ^o^x=k GĴ N0JS4OpL>?*a Gn w֋dI8mhb '-K:GQH*Aq-!|})$2vl1וCf"yFkD(]|J/vuEjNNy VҎLv"I^SRr$68Fqj!Guh mTx~wx~*oSag6BS4F27Ԡ*k"cgDzRz HHN#͢i;JZ?5PKiK8 GBs&0 NxNSl5!~ Y|U@[5f a a-MD hq )|` `P ~ށVH}{Sɜc)'C| u4 M84Ѵx>8چ^1LsV242ZhF:',(um\kַW&mQUVX6 }Rivk^'SXk9 -HH,.gMpL8 zG>Ĭ _ܙUs˜RѲ}Ej&k`/ y`訥EAӶn^7J,ҫyr u,2˄5w~HA%Zٕ CՍ%sI@ X~7pOOFJ}g[|7jF`_({j=\!^S?&IlyJ&'5Su g'̀3%r_874!\(\D%SEЙ KMk[nŏ30&;NH+5wÝ@l͡kuVFs)*wї "ڝfz凉=yN$ u~ǡ[ xg"M4噅^C /GDz遚 ѳsHw,rʦr?SNA9gIqih 7%Ճ?Q-Z@?IT&:ٸ[r qYsu >/~ǚ=Ozgw~gcb\ pPoœ9p=P$s?(# {6V\$H1}\a1)9Y2&.s^NQm/ì9 -@y}'dΝG|þd{R}Z܇w {b?F40ח_@7(c,4|U 4+~'s}f}qKgeY vŭ(fr}aRbڊ4<>@*dOZUZM6 `~T v\cˇa\AX6[ ue/%HFŰ%Q 5>۶ wYzYE_c+BlSYa]rU|@R/UPYk-q@&`bkI&\1͜.xv"3 ү?P3M)R(=̥,Ԥ7V& Q=(yU,Hx,IqOHV)8zV.[*3C<0B rN3S18)/qK|Ygp3O[ Ћ`n}ǚx!0F{gB5rG:+@oP%H['TK P-/Α) v!NԝVJ^Q[GGmL/QpIOs4*u X `Mxد=ڃx!!0lU=8hqeRԧq[&0on8Z f8'FE˙Qq" D9]|timj3{kX&9a{L.Mj]#&1y`[6'h\ )_5VKq)!.K[p^=OzαhX,pBq }1z!m(<`Nbw4Ԕb(V"s[]уR{^ws,8ضb Sz/?@SabC }ul7aR:v &j>^8+qC`u( AF]kCGqD[g&9|84#~< KJ- e,SY0]!K|TKY,,Iº>Ƴ"/Q V4/Xs[2_!-U0%iueP:qnw{"8XF/[j\aLA#Qqm[FHf֊A'g[8o9f_SzEzIT鄩;/;Z:,yÇR-u\sZIHU0G+d E@<]c݆rX\9K{Kh{!ҽF%R/KrxQ?u18ot!h{M"m.|u L#T ϸ jś> )ɡy읲 /Ək<0A7 yfu"up{|\nnuh,FI{ ⻅aun+ǚq#*8GmkU473 bƗg Lp :]-nJK@F=\,FX^hݽDȄp?ؘҍL2M[DI?gcLu4~I0>Ex!Svce!r&:l [K$*">+HO6&b{qÝAi\xW+T?n)qAzfiA}u@ !Fpꭐڄxՙڢ#A.彻(SYڸ?9XB)go(yUѽ =8XӻU0LG3I/p/^zCNM`u捀?b%{d<KIkG.I/`| %y0_^k[veys;9Ƭr` ˅|Qwإd}@L];DL=HHʏmhGA4ȉ]fclvP 09Ye31Oli Bׁ=A;+Ҍ՗`?٭IUq"Zoxoc$akӫEFNBXL5B/|F7[|0šg\(HYKipF^E/EX5""bRAN`*M-3Qj|*5Կ#D?,~ٚ taHSdaL ~>͌4a|kC35f9F{ŝp9LLD,NݞEuhs47{xe3bՇ+qU7[)sz]DB6OG[̰vSFSLo0@g=! L\o8)[ =T7_f(iz2J4g1&\PPE&xz-hY,3>kQuǘL Ufcl 9Kl1:7]\6$eZV~#SIGt=̤SG؄s^^3,BPMC;ZElqZ|450 uqfx"knb8YtQll8ȰcAO0K;<ybʤif4U;7lIC ULI|j-~Qګ5~KV&gXLrh޴&>꣢AݧNU&s!ۧ[kg3fh%sN蔈0񋯮V0( 7G*2SbOqr'GyS`dxH7p# Tt"i oM*2vb$Ҟ }D${#(7CS0./x>CXf7v:P|{Z^w9P#5"wc"PJp}Ժ.df+VH\Bc߰9"뫼W晟uvPRXr%I/%ˍ'@dH<1b|}/?-DAìlcW9嚍۹NկANlԸDT^צ-KƦWf"+{$@@I=|[8E8.u;_Cy*cܧ΁2=H*_pe^Ǚ/N]T[-3U&np4nH7Y5;O P7 J `Bcх7 וi7qUv\͏M N?LkhP<6/Q{JCj&$kOE{]s >"EbDrlTEQ$TUҟ3}HY0NoEE ";T(6]q^ _x٪.\>HF',#NRl-0:rʋ #h?x!P*VeyE՗wJ8o5t-t73asԛ@ ZStӒCT:͕{Gg3lۧ`; %RL@wOs0;%?=\[D8y{i&UJ$`8-#?HSBǰԥ 6S8ϊ]F Z}f'8(0uPAV}h7F^ V0nl˻롢rпXU2s-~H_vuPX~mȭ*2'l][qZ 8pԅ`ԝA[?hEj3}p#k)y Dvx)Ҩ=vuF^G|m’9W`rj̪]T=_BtS4?\YKՅzjx4v4g͹4@mn2DyQ26u-"Chno!s6PnnIBgH !С4=)2M2T\%>ERg΋P4PHiaBP3eSv~y _m{Wݾw-W^mD<Ә7*'y#rŽeݑV=}9C3Z>ۚfс$ @D7䢰vcf^u󌮋^.Z aH-G'7CDŽ~sܶ; .^@=e*'cb$|93=I qF\ʨaAdTBiL"xKiQq1rR6aXުP`(OhU xFLJX4(_.r{W|uG>`4ng߾B$SxI,C:åXEhKv r(eذ9qxU9/VĪKv+Y4֒Ju O1j~@l .[jv" 6;BŪDËO&މ:&;gN(ܺH'n?\RP֛Ɲ}b?NޗuuKkz!m ɨ%@_ocKǴ K_+ Gp-]37ˋחP3V7 ?:z~6ޭD``2]LK7 հ[KJN09&ob{*36L$NsF+u-J; k4bcG=9&r9HkpT%Vn:GpEik@Q~ϤO}" :ƪ-:|aUr8V-8䛖AO EaorVUfO~X}GL<"Y 1faJY-vC9 VRAT:Yѷ Υ"cQOe &_S*Z2 Rs)al`β(]Ni&x2}9 .'(\v 7I@*7 (m+2ZE72Q_k U\Ų.=@bb;]D W&^gẾ@:J4e]-%K-s dFg'#l_r73-c1+C^cy J\M ;%Xp:sekdb>DDJYO}M)[Z҃F-tZ K4w"T A&̈́ jJ-V}/jfpgO208;g:$l}r#fɶ c00FOȝPAEXΦTk`1u\PETe*SH:yUI4C\P ٴGC8{h[u$ `xǫb֫ə4s~c710r3䃧c0"Ѥ J-R*Q$O;4p8+v,&&5܌7E7hԆ@R×G4n4po@ͲQ>hףxO\mv' eq"sjosbRDZT<"+_)&jBZRGkff*b,ԋkRU.Uԯ|V EP*jnFʥxrbFI""f _ݫ t[x58{qq׻Owxxx"8g;G'B?e7J$idվZh?Ay#~ z {C3( _Բz @*͎wUYPĎ2"h ˣ2 P239A,Z+TC&c*le@<#D]",'sr);?`psezp ^T~?!XaH:UqfsrbWwKLy7zuqbda2ݺ~]=CٯqPl7q>$"N\.ûǠ̟?x$sHt'舩]eGT K cȄ.Cws,r;V\U2ÁRHӲvW@ vjkuyW;)O1YE^\=j}%ږ1qYհB4/NkJTrڎw$+]L$qUevOm2tӺ-y]mF̞wPJNkP"eڑHOuBhЧ.gr؇o}D-  -{7ue":3q !W[&fz0T)1obxsZ4ž@w vl组_dO60oΞ  _Lڔ\1H2zٜ5 !1Ռ1N?3JplO2J{ĬCW|o\RGxN:]lq19Y,Ijt:->r((1n,ahJF2/f3w-NG %x*HLjdD%D?W tiگ%=uo?#)84 hfcSWo˱œ*%rJ$}1etƅ9LCj!o9]/\d*u1D0bqlqr3ڡzZReh&x6b΁tU+uycP-}×hbB`6_S*PJSY{8I"^SAc}(+8$cTyaXp#sn\-@!֍f7"Կ\'ۻh R2gcU8(<_$La֒f2)`PG /|k\O?4E(P5!''^KUz>(^OWAw3Q^U +Y)9S@"^Ś' -k"}.P̦W"jnL.|+ SgrqH۾RbfAp:T2 ]Y7S=cJf4z `n9@ᅿk=] WrGHo):<*WGv^˒DrbF@ dWJ!=ݡrkngM$#]/<8Ou`:124K\>}ǣqtjcsYGAk|p>4Kńh5Lufª =Gϓ70cUT7 4 N)ΠfV,u `<-^0oq_"ckkI&8(:tY'Jorl"Ҷ i;+ !kmbvfhe gG!k]Qlu`đM$> P̻qkɒ#v8r^z@4qQ%hӬr~X#Gzo?caCjAVAպ>BwQvBX莫:yy;~YbV"gx!# h21̷PY8B[~VStn@n|$-AS7 ;1E7'2/64,_~3px3ǝv._[ҋ4LP>,AN.}azqb]o';" [BB)3q;e Y$֗0`fzaz-mCO4%ٍ;KPMG R-pS %}Fyy0oY\0}M\& rJU*ɬ"FvtyXE ?4x}y;+Ry_L).!b4j40N% '!y8ޚ^~%xa@Q T",0VCOOk4 96 [wVT 6,DQ^Wsn:Tvԝ\{TWd)&4!UZKFo'o@gWFKh)@'룁*+r 0Ns:MCG6ثN(Hx51E{ˬ:S3^nN@e6v󝏣J#!tFlkCLvx.1 TMR=np=k\Grc )oIS3p%bB{-H|ǦSvt)XT[29-t3"ǫuװ717oJe_V'up}-xruNr #%a APȊ,T^ʖɶԥslG1tc zPM43m9W KW9Vl=;."idCxk;;0-+ɍbQ,ɥc"R57;p]nXss',}ؾr+!9$]j~q;vMxg~fYofՓT KYEg T9{b$Q1یPȦ[<,SNlI>ϵi>g&k?@4F|B Bҁ ^{x틥I )sIsH`XTo^[W ty~aȂr=K.o,?xڵMq -f|cC ;KY HeX 6dԧNLfȋH"rvfu γAA &mvOhER?d(P_k1>f(I !̗_f@d}0ڃE|̚'8<]|亀`RBM #10*ۇ`G=YMYr84!vfv,@g?) SqsxK8N7vZSaFL-STMʺȡ;akRh5|@XAc٩?ML ^ØRXwӂ lz4n!Ԩ㧼Fb&lS8{O725^˝꼡<6<,O~2o?]ZCCbf^73$ټ@8/SMFouAF h4ZnS˞Xj}y )5)+ ^ξp&r^tj{Xl~#>WtPȍ?("M+T8`]@)LJDtO qla> i@4xˤ_FarJZ}1K"J! JOļVhZ9,>IGazN]]P}-,FD[ bR>I/ Z9,_˓IAOѨ*<P:?Bh#x 9)}L^|iyxg@Rj%# Qa!YZ~aBǪR_\5_nF+FM\&J0t9DnM*jpLm=$%ډ!zCG[#3b(7IOcP=/feR%D<6m9%㘓P9*!2[4A=aP .#:*"Nm }>ŭowJd$@3ߢ3ҺQatnII uбlKOA9r4=E댓z&[snˮoNPs7=9d1ZQuaC EYgD|*.%StHEpF<":4/7M gxs-+ibpP䧅8D:W^1F2`QwpݞޙKLGn)jf0nm䀝=; Bn8uuCc>cN)o"˾hihDUM1] g4cxOڿ#~Z|s)yn_$w`)plײepQT퉪6ȱ@ S.T d.JC!Lq/Xp(eHej#9]W:Gֶd4涺R~;G448lRf"@:QM POn[$[IIf2*u Bֻzs80n9Q:K9FHكX CF$m]¤:A>,eo?`DT)zZZ.5l PZpֶT:=ȾSH|Ᵽ4tlq />L[6BBxR xO _uwXoU:ڬxӘ_j«pؐ bTBŇo-DNb Boe4Ů ;@ ǒ;ͥ{<k,;P0/~x1W [@ftްPN):JG6)pQ ;Go&HY5 G{k؝< VD%pQI.אse.m$Y=^_-!؉k%o4;NMĔB!1 0 XFF5!rX8=b\._XTf哂a1u?iޟ;X'\i +=nEoprگ?/M1 B ل ±x%48p@%j_o8n;'p.ԾfC0MP(zFzm$ ݭgaM.1yL.,B&Cgģ -:+ݠ/65#$ԿRh=F `A77mV8j*[%=4&ZdXpDYT!Wּ;* 6Lh^IyxXB?l'+;7v&kv=lRS?};d8CFʐا?A(ob Ly'%Wu pqK7N܁501N(tƆ׀ޓOnHaTt(X}IDG Fp-Had@Q ~  'KҶ YZ