pnetcdf-openmpi3-devel-1.12.2-1.1 >  A `Chqp9| jյt2C+S>&jg)|U24sEH \e5܆Lou'lHRa 8v^"ʳTBbO]_FT$*NW*cYm1`o 5Bl.xiCVʙ)Æ-[%~/%rtD$F(9m\x u~_6ƫvacůD_:sYf0I7cfb6f351408fd8307ffc0fbc3204dc36d8f30da493e4a2424d6c812ccd430be8e75a04d64aa869c4e17390324ae82ad6cadfcec`Chqp9|0fDERt7|Eat0(CINqg5oakp,u)u$|:'DSXM)AH3r lI,޿=iʉ<5cz]%Q|,"<}~df +qyAuD=YU%YD˭e.^@;)D|&4 Y^8{/9Hi y^nA^H< I ܀U$9UL{Bʼ.X H>p>?d  $ KX\hl  &0H T ` x  ,Ph(8 9 : F G$H<ITX\Yl\]^b\cdgelfolquvw$x<yTz\lpvCpnetcdf-openmpi3-devel1.12.21.1Development files for pnetcdf-openmpi3NetCDF is a set of software libraries and data formats for array-oriented scientific data. Parallel netCDF (PnetCDF) maintains file-format compatibility with NetCDF. This package contains all files needed to create projects that use the openmpi version of PnetCDF.`Chsangiovese SUSE Linux Enterprise 15SUSE LLC NetCDFhttps://www.suse.com/Development/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxppc64le!I `CfM`Ce`Cf^`Cf`Cf`Cf82893bf5d6a73371bb8bdac1e69947474b23b031ea5f7f7610efedbbe1acd89140986ff3e6b3ac3ad6543281ec2d26f6c0d4a8441cb11e02f238e72751e2e5111f7d45c90c88b43e5a078f768bf4277c9bc7d0e3d75cab2c57ac847c254a59717f65622b8e8e2470eb0fc1f4f8b96edc15279b2d8a305f466d004b50d5280753653c68a9a274e16b45531f29904ceef842b2a84fd06bcdab181c53528aec8d10libpnetcdf.so.4.0.2rootrootrootrootrootrootrootrootrootrootrootrootpnetcdf-openmpi3-1.12.2-1.1.src.rpmparallel-netcdf-openmpi3-develpkgconfig(pnetcdf)pnetcdf-openmpi3-develpnetcdf-openmpi3-devel(ppc-64)@    /usr/bin/pkg-configlibpnetcdf4-openmpi3openmpi3-develpnetcdf-devel-datarpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.12.23.0.4-14.6.0-14.0-15.2-14.14.1`8_/@_@]Y]]w@Ws@W~UWUnU@UK@cgoll@suse.comeich@suse.comeich@suse.comstefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.dechristophe@krop.frjengelh@inai.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.com- Update to version 1.12.2: * Updated utility program * ncvalidator now reports the name of variable that violates the NetCDF limitation on large variables for CDF-2 files * add corrupted file bad_large_fixed_var.nc2 that contains one large fixed-size variables that is not defined last * add corrupted file bad_large_rec_2_vars.nc2 that contains 2 large record variables * add corrupted file bad_large_rec_var.nc2 that contains 1 large record variable that is not defined last * add URLs of NetCDF limitations on large variables for CDF-1 and 2 file formats * Other updates: * When calling ncmpi_create() with NC_CLOBBER flag, PnetCDF now calls access() to check whether file exists first. If the file does not exist, successive calls to truncate() or unlink() can be skipped. * Improve detection of HDF5 signature. The HDF5 signature is located at the beginning of the HDF5 superblock, but the location of HDF5 superblock may not be at the beginning of the file. It is located at byte offset 0, byte offset 512, and at successive locations in the file, each a multiple of two of the previous location; in other words, at these byte offsets: 0, 512, 1024, 2048, and so on. * Bug fixes * Fix NC_CLOBBER mode for ncmpi_create() when files are existing symbolic links. Prior to this release, symbolic links, like other regular files, was first deleted and then created. This can result in an unexpected outcome, i.e. the deletion of symbolic link. NetCDF-4 library implements this differently, by adding O_TRUNC flag when calling open() to truncate the file to length 0. Historically, PnetCDF did not adopt the same approach because MPI does not define a similar flag to O_TRUNC and the only way to achieve the file clobber effect is to through MPI_File_set_size(), which can be expensive as the function takes an MPI file handler argument, which requires to open the file first with a call to MPI_File_open(). * Fix a bug of calling Fortran getarg() with the first argument k with a value > 0 when there is no command-line argument is used. NAG Fortran may crash the program. [f16bd3c](https://github.com/Parallel-NetCDF/PnetCDF/commit/f16bd3c1ba1b08eade2384f094c519f3f2dc114e) * Fix a bug that limits FLASH-IO to run on less than 16K MPI processes. See [1d84fa5](https://github.com/Parallel-NetCDF/PnetCDF/commit/1d84fa5d54ca9179da4a5b1a4ee3b92cc92287ed) - enable non HPC openmpi4 builds- Enable openmpi4 builds for SLE >= 15-SP2.- Update to version 1.12.1: v.1.12.1 - Option '-t' added to 'cdfdiff' to compare variable differences within a tolerance. - Make PnetCDF build with OpenMPI 4. - Fix aliasing bug with -O3. - String length of I/O hint 'nc_burst_buf_dirname' must be less than MPI_MAX_INFO_VAL. v.1.12.0 - Add 'cdfdiff' utility - serial version of 'ncmpidiff' supports classic NetCDF formats only i.e. CDF-1, CDF-2, and CDF-5. - 'ncmpidiff' now checks file format versions of two files, and reports difference if not the same. - Option '-t' added to 'ncpmidiff' to compare variable differences within a tolerance. - MPI info object now includes all PnetCDF hints once obtained form call to ncmpi_inq_file_info(). - Fix segfault when calling nonblocking API with zero-lenght request and request ID NULL. - Per-file thread-safe capability is not supported when using OpenMPI with ROMIO backend. v.1.11.2 - Utility program `ncoffsets` updated to skip printing dimension names if the number of dimensions of a variable is larger than 64. - Utility program `ncvalidator` updated to be able to repair the file header to fill in null-byte paddings in the space between the header size and header extent. v.1.11.1 - Optimization: When inserting nonblocking requests into the PnetCDF internal pending queues, queues are now kept sorted (using an insert sort) into an increasing order of variable starting file offsets. - Fix ncmpidiff when comparing dimension names of 2 variables between files whose dimension define orders are different. - Padding -- NetCDF classic file format specifies null (\x00) byte header padding, but does not enforce it. v.1.11.0 - New features * NetCDF-4 driver -- Accessing HDF5-based NetCDF-4 files is now supported. - New optimization * Burst buffer driver is updated to run varn APIs more efficiently. - New Limitations * For creating new files, the NetCDF-4 driver in PnetCDF supports only the classic model I/O operations. - New APIs * C++ API `NcmpiFile::set_fill()` is added for setting and inquiring the fill mode of an opened NetCDF file. - New PnetCDF hint * `nc_ibuf_size`: set the size of temporal buffer to be allocated by PnetCDF internally to pack noncontiguous user write buffers supplied to the nonblocking requests into a contiguous space. - Other updates: * The automatic file layout alignment for fixed-size variables is disabled. * The internal data buffering mechanism used in the burst buffer driver is removed. - Bug fixes * Fix bug of checking interleaved requests for scalar variables. * For put and get APIs when buftype is MPI_DATATYPE_NULL, bufcount is ignored. This is not implemented correctly in blocking put and get APIs. * ncmpidiff -- when comparing two files that contain record variables but no record has been written. * ncmpidiff -- when comparing two scalar variables, error NC_EBADDIM may mistakenly reported. * Fix crash when the MPI communicator used in ncmpi_create or ncmpi_open is freed by the user after the call and before file is closed. * Discrepancy from NetCDF library * No read/write variables in define mode when file format is NetCDF-4. * Diffrent to nc_set_fill() defined in NetCDF-4, ncmpi_set_fill() changes fill mode of all variables newly defined in current scope of define mode. * Error codes return precedence can be different between NetCDF and PnetCDF. - Discrepancy from NetCDF library * NetCDF-4 allows to read/write variables in define mode when file format is NetCDF-4, while PnetCDF requires data mode. * In contrast to nc_set_fill() in NetCDF-4, ncmpi_set_fill() changes fill mode of all variables newly defined in current scope of define mode. * Error code precedence may differ between NetCDF and PnetCDF. - Clarifications PnetCDF currently does not support Fortran default integer type set to 8 bytes (option -fdefault-integer-8 with gnu compiler). v.1.10.0 - New Features: * A new I/O layer that makes use of burst buffers is added. - New Optimizations: * Internal memory management for nonblocking APIs has been improved to reduce memory footprint. * Blocking and nonblocking varn APIs have been improved for better performance and less memory footprint. * on noncontiguous layout in user buffer use the user buffer directly in MPI-IO calls when neither byte-swap nor type-conversion is required to reduce memory footprint. - New APIs: * ncmpi_flush() flushes data buffered by PnetCDF to the destination file system. - API semantics: * ncmpi_put_vard and ncmpi_get_vard APIs + Allow to write/read two or more variables in a single call. + When argument filetype is MPI_DATATYPE_NULL, request is considered zero-length. + Limitation of vard APIs: element data type of filetype must conform with variable external NC data type. + element data types of all variables accessed in filetype must be the same. + buftype must contain only one same element data type if it is used to read or write multiple variables from file. - New error codes: * NC_EFLUSHED when request got flushed before when calling ncmpi_cancel(). * NC_EBADLOG when burst buffer log files are found corrupted. - New hints: * nc_in_place_swap; enable/disable in-place byte swap on Little Endian architectures. * nc_burst_buf -- to use the burst buffering feature. * nc_burst_buf_dirname -- directory where internal log files for burst buffer will be stored. * nc_burst_buf_del_on_close -- whether log files should be deleted when closing NetCDF file. * nc_burst_buf_flush_buffer_size -- Amount of memory allowed by users to allocate when flushing the burst buffer log files. - Rutime environment variable * PNETCDF_RELAX_COORD_BOUND set to 0 to disable or 1 to enable more relaxed boundary check for argument start. - Utility programs: * ncvalidator adds a new option -t to turn on tracing mode. - Other updates: * Add a check for NC_EUNLIMIT in API ncmpi_open to detect whether two or more unlimited dimensions are defined to detect a corrupted file. - Bug fixes: * Fix type_create_subarray64() for case when some dimensions of the global array is larger than 4G and oldtype is not MPI_BYTE. * Fix the bug that writing scalar attributes of type NF_INT64 was mistakenly casted to NF_INT. * Fix calculation of new record number in put_vard API. * Fix calculation of growing size of nonblocking request queues to include the number of records of a record variable, as such request is split into multiple additional requests, one for each record. * Remove freeing name object because NC_ENULLPAD is not a fatal error. * Add a check against NULL before freeing Member "value" of NC_dimarray, NC_attrarray, and NC_vararray when reading from file where respective tags are corrupt. - Conformity with NetCDF library * Attribute _FillValue of any NC data type may be put to global variable NC_GLOBAL for all classic files. v.1.9.0 - New optimizations: * use hash functions for faster attribute name lookup. - New limitations: * max number of files to be opened simultaniously is now 1024. * maximum number of variable dimensions (NC_MAX_VAR_DIMS) is now 2147483647. * maximum number of attributes per file (NC_MAX_ATTRS) is now 2147483647. * maximum number of variables per file (NC_MAX_VARS) is now 2147483647. * maximum size of of single put/get request or aggregate size if non-blocking request per MPI process is INT_MAX. - New constants: * NC_FORMAT_UNKNOWN, NF_FORMAT_UNKNOWN, NF90_FORMAT_UNKNOWN will be returned on ncmpi_inq_file_format if file is unrecognizable. * NC_MAX_NFILES, NF_MAX_NFILES, NF90_MAX_NFILE define max number of files that can be kept open my an MPI process. - API Syntax change: * Argument fill_value of ncmpi_def_var_fill is 'const' now. - Semantic updates: * Calling ncmpi_end_indep_data() in collective data mode no longer considered illegal. * For CDF-5 files, the maximum size of a variable or a variable's record is NC_MAX_INT64-3. * on inconsistent create/open among processes, the modes on all processes will be replaced by rank 0's mode. NC_EMULTIDEFINE_CMODE or NC_EMULTIDEFINE_OMODE will returned on processes disagreeing with rank 0's mode. * ncmpi_inq_nreqs() allows argument nreqs to be NULL. * ncmpi_inq_buffer_usage() & ncmpi_inq_buffer_size() allows argument usage to be NULL. * New error codes: + NC_EMAX_REQ, NF_EMAX_REQ and NF90_EMAX_REQ + NC_ENULLPAD, NF_ENULPAD and NF90_ENULPAD - Utility programs: * ncmpivalid renamed to ncvalidator - Update: * Update UTF8 encoding utility to use utf8proc library version 2.1.0. * Add quiet mode command-line option "-q" to utility program ncvalidator. * Add an internal check for whether the file starting offsets of all variables are in an increasing order as the variables defines. - Bug Fixes: * Fix a bug in nonblocking APIs when two separate nonblocking requests that can be coalesced into a contiguous MPI fileview or buffer type but the coalesced length becomes too big. * Fix a bug in nonblocking APIs when one request's access region covers more than one other non-interleaved requests. * Fix a bug in string parsing the environment variable PNETCDF_HINTS and print warning messages when hint strings are ill-formed. * Fix a bug in F90 APIs for reading and writing scalar variables, i.e. number of dimensions is zero. * Fix a bug that fails to do byte-swap when retrieving user-defined fill values. - Conformity to NetCDF: * API ncmpi_open now checks the number of large variables that is legal for CDF-1 and CDF-2 files. * Add checking for error code NC_ELATEFILL. * No longer disallow _FillValue for global variable NC_GLOBAL. * Don't turn fill mode on/off automatically when putting/deleting _FillValue attribute. This restores consistency with NetCDF. * PnetCDF can no longer be built on 32-bit machines if using OpenMPI versions 2.0.2 and 1.10.6 and earlier versions. - Clarifications: * External numerical data types can no longer be type casted to NC_CHAR type upon reading/writing. Only legal APIs the read/write a NC_CHAR variable are the '_text' APIs. New translations of internal data types to MPI data types - check release notes for a table. v.1.8.1 - Fortran parameters NF_MAX_DIMS, NF_MAX_ATTRS, NF_MAX_VARS, and NF_MAX_NAME have been fixed to conform with their corresponding C constants. v.1.8.0 - Copy fill values to data elements that cause out-of-bound error (i.e. NC_ERANGE.) New macros added to pnetcdf.h, to indicate the configurable options that were enabled/disabled. These macros are: PNETCDF_ERANGE_FILL, PNETCDF_SUBFILING, PNETCDF_RELAX_COORD_BOUND, and PNETCDF_DEBUG_MODE. - Detect HDF5 file format: * ncmpi_inq_file_format reports NC_FORMAT_NETCDF4 on HDF5 signature. * 'ncmpidump' checks for HDF5 format when -k option is specified. * ncmpi_open checks for HDF5 signature and returns NC_ENOTNC3 error. - New API: * ncmpi_strerrno, nfmpi_strerrno, nf90mpi_strerrno return the string name of a NC error code. * ncmpi_inq_path, nfmpi_inq_path, nf90mpi_inq_path for inquiring file pathname used when open/create the CDF file. - Optimizations: * Use of Bernstein hash for checking if variable or dimension name is used already. * Storage of nonblocking requests. - Changed syntax: * ncmpi_cancel can now be called in define mode. - New error codes: NC_EPENDING, NC_EINVAL_OMODE, NC_EMULTIDEFINE_CMODE for both C and FOTRAN functions. - New error code precedences when multiple errors in API argument detected. * Utility pnetcdf-config to display build configuration. - Semantic changes: * For collective APIs, the following errors are considered fatal: NC_EBADID, NC_EPERM, NC_EINDEFINE, NC_EINDEP, and NC_ENOTINDEP. Once detects these errors the calling APIs return immediately. * Consistency check for header data (defining dimensions, variables, and attributes) is moved to individual APIs and only enabled when safe mode is enabled. * For CDF-5 files, regular NC_ERANGE check is performed in PnetCDF for all APIs that access NC_BYTE variables. For CDF-1 and 2 files, PnetCDF still honors that exception. * Error code NC_EPENDING will be returned when pending requests are detected at the file close. * API ncmpi_set_default_format is changed to an independent API. - Build separate doc package. - Run package internal tests. - Remove: parallel-netcdf-1.6.1-destdir.patch - obsolete build patch. - Add support for HPC build. - Add build support for gcc10 to HPC build (bsc#1174439). - Add build support for openmpi4. - Disable 32-bit build architectures: package cannot be built there.- Add convenience provides to allow e.g. netcdf-openmpi2 to pull in libpnetcdf-openmpi2. - Also build openmpi3 flavor.- Build MPI pacakges as multibuild flavors, add openmpi2 - Adapt to openmpi -> openmpi1 rename on Tumbleweed- Use -ffat-lto-objects when building static libraries.- Trim descriptions.- Update to 1.7.0 o New features * Nonblocking requests now can be posted while the program is in the define mode. This feature enables applications to add new variables and post the nonblocking write requests without separating the codes by ncmpi_enddef(). Note ncmpi_wait_all and ncmpi_wait must still be called in the data mode. * When using immutable write buffer in put APIs on a Little Endian machine, the in-place byte swap operation performed internally in PnetCDF can cause a fatal error (by trying to change the contents of an immutable memory space). The solution of copying user's write request to a temporary buffer and perform byte swap there conflicts with PnetCDF's design principle of avoiding internal memory allocation as much as possible. Since the size of immutable buffer in most cases is small, PnetCDF now compromise the two by making a copy of write requests that is less than 4KB. Users are warned that using immutable write buffer larger than 4KB will still cause the fatal error in the PnetCDF default configuration. The way to completely disable in-place byte swap is to build PnetCDF with --disable-in-place-swap option at the configure time. In this case, the internal memory allocation in PnetCDF will increase. o Syntax changes * In ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel(), the API's third argument, array of requests IDs, is changed to INOUT. Upon successful completion or cancellation of individual nonblocking requests, the corresponding request IDs are set to NC_REQ_NULL. o New run-time environment variables * PNETCDF_VERBOSE_DEBUG_MODE environment variable can be used to print the location in the source code where the error code is originated, no matter the error is intended or not. This run-time environment variable only takes effect when PnetCDF is configure with debug mode, i.e. - -enable-debug is used at the configure command line. Set this variable to 1 to enable. Set it to 0 or keep it unset disables this mode. Default is 0, i.e. disabled. Users are warned that enabling this mode may result in a lot of debugging messages printed in stderr. o New example programs * examples/C/nonblocking_write_in_def.c shows an example of posting nonblocking write requests in the define mode. * examples/C/req_all.c shows an example of using NC_REQ_ALL to flush all pending nonblocking requests without providing the requests IDs. o New test program * test/cdf_format/dim_cdf12.c tests defining maximal dimension size for CDF-1 and CDF-2 file formats * test/testcases/test_erange.c tests if the error code NC_ERANGE can be correctly returned for two cases 1) get a NC_UBYTE value of 255 from a netCDF file to a memory buffer of type signed char and 2) put a value of -1 of signed char to a NC_UBYTE variable in a netCDF file * test/testcases/check_type.c tests if the error codes can be correctly returned when conflicted in-memory and extenal data types are used. * test/testcases/put_parameter.f tests the use of immutable write buffer (e.g. a buffer declared as PARAMETER). Note the buffer size must be smaller than 4KB. * test/nonblocking/i_varn_indef.c tests posting nonblocking requests in define mode. * test/nonblocking/req_all.c tests the use of NC_REQ_ALL for flushing all pending nonblocking requests without providing the requests IDs. * test/last_large_var.c tests the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. * test/testcases/buftype_free.c and test/testcases/buftype_freef.f test the bug in r2160. * testcases/add_var.c checks the starting file offsets of newly added variables from re-entering the define mode. * testcases/attrf.f checks NF_ERANGE is returned instead of coredump. This is particularly for NAG Fortran compiler that may report "Arithmetics exception". * testcases/check_striping.c checks if the file striping unit and factor returned from MPI-IO hints are consistent among processes. * test/nonblocking/column_wise.c checks if PnetCDF detects interleaved fileviews from multiple nonblocking requests and correctly breaks and reconstructs the fileviews so the combined fileview is monotonic non-decreasing in file offsets. o New optimization * Filling variables at ncmpi_enddef() is now done by aggregating all write requests into one MPI collective write call. In v 1.6.1, this is done by filling one variable at a time. o New utility program * ncoffsets reports the file offset information, including the starting and ending file offsets, of variables stored in a netCDF file. ncoffsets is compiled with gcc if gcc is presented on the build system. Additional command-line options are: (-v) reports only for a selected list of variables in interest, (-s) prints the variable sizes, (-g) outputs the file space gap size from the end of previous variable, (-x) reports whether there is a gap between any two adjacent fixed-size variables. See the man page for descriptions of all command-line options and examples. o Semantics updates * All nonblocking APIs now take a NULL pointer for the request ID argument, meaning users do not wish to keep track of the request ID. If NULL request IDs are used, NC_REQ_ALL should be used when calling ncmpi_wait_all/ncmpi_wait to commit all the pending nonblocking requests. This feature relinquishes users from the responsibility of tracking the IDs of pending requests. * Using NC_REQ_ALL as the 2nd argument "num" in ncmpi_wait_all/ncmpi_wait APIs will flush all the pending nonblocking requests. In this case, the 3rd and 4th arguments "array_of_requests" and "array_of_statuses" will be ignored and thus these two arguments can be NULLs. * Using NC_REQ_ALL in ncmpi_cancel() will cancel all the pending nonblocking requests. * Using NC_GET_REQ_ALL or NC_PUT_REQ_ALL in ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel() for all the pending get-only or put-only requests, respectively. o Other updates: * Conform with netCDF on the maximal dimension size for CDF-2 file format to be (2^32 - 4) * NC_ERANGE checks have been removed from nc_test for text APIs and variables that are defined as NC_CHAR type * Add README.K-Computer build recipe for using Fujitsu MPI compilers on the K computer at RIKEN in Japan * Add README.INTEL build recipe for using Intel MPI compilers 4.x * Build dependency rule is added for files configure and configure.in * PnetCDF checks MPICC/MPICXX/MPIF77/MPIF90 instead of CC/CXX/F77/F90/FC. If MPICC/MPICXX/MPIF77/MPIF90 are set, PnetCDF will ignore CC/CXX/F77/F90/FC. If CC/CXX/F77/F90/FC is set instead of MPICC/MPICXX/MPIF77/MPIF90, PnetCDF will now copy them to MPICC/MPICXX/MPIF77/MPIF90. * Enforce netCDF convention on error code priority: NC_ECHAR trumps NC_EINVALCOORDS, NC_EEDGE, and NC_ESTRIDE. * Return error code NC_EGLOBAL instead of NC_ENOTVAR for APIs where using NC_GLOBAL as the variable ID argument is prohibited. * All Fortran 77 test and example programs (files with .f and .F extensions) have been revised to conform with 77 standard, and was tested using pgf77. * Now provides a pkg-config file (http://www.freedesktop.org/wiki/Software/pkg-config/), making it slightly easier to set the correct pnetcdf include and library paths. o Bug fixes * Fix the bus error of invalid address alignment when build with Fujitsu compiler. See r2171 and r2180. * Fix the bug for the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. See r2166. * Fix the nonblocking flexible APIs that fail to save (duplicate) the user MPI derived data type that later is needed to unpack read data to the user buffer (a call to MPI_Unpack). See r2160. * Fix Fortran 77 constants nf_fill_uint and nf_fill_int64 (thanks Jim Edwards) that pgf77-based MPI compiler does not like "_8" modifier. See r2045 and r2051. The same issue for NAG Fortran compiler is also resolved. See r2089 and r2093. * In the example program examples/tutorial/pnetcdf-write-nb.c, the write buffers used in two iput API calls should be different. See r2095. * Fix the error reporting mechanism for NC_ERANGE, for when an arithmetic overflow happens. Overflow checking is now performed before I/O.- Fix license- Fix building on non-x86_64 64-bit platforms- Update subpackage groups - Make subpackage summaries and descriptions more consistent - Provide rpm macros for version identification - Spec file cleanups- Update to version 1.6.1 o New features * PnetCDF now supports fill mode. ncmpi_set_fill() can be used to set the fill mode for the entire data set. Note the differences from netCDF: 1. The default mode in PnetCDF is NC_NOFILL. 2. Setting fill mode for the entire file or individual variables must be done in define mode. 3. For non-record variables, they are filled at the time ncmpi_enddef() is called. 4. For record variables, users must explicitly call ncmpi_fill_var_rec() to fill one record at a time before writing to the record of that variable. o New APIs * ncmpi_def_var_fill() sets fill mode for an individual variable. This API must be called in define mode. * ncmpi_inq_var_fill() inquires fill mode of a variable. * ncmpi_fill_var_rec() is a collective API that fills a record of a record variable. This API must be called at data mode. * ncmpi_inq_default_format() for inquiring the default file format for new file creation. Note the default format can be changed by ncmpi_set_default_format(). * The above new API are also available in Fortran and C++ versions. o New error code * NC_ENOTRECVAR when attempting operation only for record variables * NC_ENOTFILL when attempting to fill a variable when its fill mode is off * NC_EMULTIDEFINE_FILL_MODE when inconsistent dataset fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_MODE when inconsistent variable fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_VALUE when inconsistent variable fill value is detected * Fortran versions of the above error codes are also added. o New example programs * C/fill_mode.c shows the use of ncmpi_set_fill(), ncmpi_def_var_fill(), ncmpi_inq_var_fill() and ncmpi_fill_var_rec() F77/fill_mode.f is the Fortran version. F90/fill_mode.f90 is the Fortran 90 version. CXX/fill_mode.cpp is the C++ version. * C/ghost_cell.c shows how to use varm API for writing from a user buffer as a 2D array with ghost cells on both ends of every dimension. o New test programs * nc_test/tst_nofill.c borrowed from netCDF * testcases/ivarn.c tests bug fix r2023 when the request IDs stored in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. o Other updates: * Change the chunk size used for moving variable data when the file header extent expands. The default is now 1MB. If the file's striping unit size is known (from MPI-IO hint striping_unit) then the chunk size is set to the striping unit size. o Bug fixes * Add missing F90 function overloading for f90mpi_put_var_all, f90mpi_get_var_all, f90mpi_put_vard_all, and f90mpi_get_vard_all, when the user buffer is a scalar. * Fix when the request IDs passed in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. See r2023. * Fix C++ compile error for converting NULL to string. See r2039. - Update to version 1.6.0 o Format conformation updates: * Conform with netCDF4 on CDF-1 and CDF-2 formats. The only difference now between the two formats are the OFFSET item in the format spec (32 vs. 64 bit integers.) All names (variable, dimension, attribute) now allow extended characters (eg. special2 and MUTF8). o New APIs * Nonblocking buffered varn API family. For C, ncmpi_bput_varn_() For F77, nfmpi_bput_varn_() For F90, nf90mpi_bput_varn() For C++, NcmpiVar::bputVarn() * Nonblocking varn API family. For C, ncmpi_iput_varn_() and ncmpi_iget_varn_() For F77, nfmpi_iput_varn_() and nfmpi_iget_varn_() For F90, nf90mpi_iput_varn() and nf90mpi_iget_varn() For C++, NcmpiVar::iputVarn() and NcmpiVar::igetVarn() * Blocking vard API family takes an argument of MPI derived data type that describes the file access layout, as opposed to vara and vars APIs that use start[] and count[]. For C, ncmpi_put_vard() and ncmpi_get_vard() For F77, nfmpi_put_vard() and nfmpi_get_vard() For F90, nf90mpi_put_vard() and nf90mpi_get_vard() For C++, NcmpiVar::putVard() and NcmpiVar::getVard() * Collective var1 API family For C, ncmpi_put_var1_all() ncmpi_get_var1_all() ncmpi_put_var1__all() ncmpi_get_var1__all() For F77, nfmpi_put_var1_all() nfmpi_get_var1_all() nfmpi_put_var1__all() nfmpi_get_var1__all() For F90, nf90mpi_put_var_all() nf90mpi_get_var_all() For C++, NcmpiVar::putVar_all() NcmpiVar::getVar_all() * ncmpi_inq_buffer_size() returns the size of buffer previously attached for use of bput APIs. With ncmpi_inq_buffer_usage() one can calculate the space remaining for additional bput requests. For F77, nfmpi_inq_buffer_size() For F90, nf90mpi_inq_buffer_size() For C++, NcmpiFile::Inq_buffer_size() * ncmpi_inq_recsize() returns the size of record block, i.e. the sum of single records of all record variables. For F77, nfmpi_inq_recsize() For F90, nf90mpi_inq_recsize() For C++, NcmpiGroup::getRecSize() * ncmpi_inq_num_rec_vars() and ncmpi_inq_num_fix_vars() report the number of record and fixed-size variables, respectively. For F77, nfmpi_inq_num_rec_vars() and nfmpi_inq_num_fix_vars() For F90, nf90mpi_inq_num_rec_vars() and nf90mpi_inq_num_fix_vars() For C++, NcmpiGroup::getRecVarCount() and NcmpiGroup::getFixVarCount() o New PnetCDF hint * pnetcdf_subfiling -- it can be set in an MPI info object or in the environment variable PNETCDF_HINTS to enable/disable subfiling. The value is either "enable" or "disable". o PnetCDF hint priority * The alignment hints set in the environment variable "PNETCDF_HINTS" have the highest priority, which overwrite the alignment hints set in ncmpi__enddef(), which overwrite the alignment hints set in the MPI_Info object used in the call of ncmpi_create() and ncmpi_open(). o New error code * NC_ESTRICTCDF2 for attempting CDF-5 operation on CDF-2 file. For example, define a variable of type NC_INT64 in a CDF-2 file. * NC_ETYPESIZE when filetype size is bigger than the variable size * NC_ETYPE_MISMATCH when the element type of filetype mismatches the variable type * NC_ETYPESIZE_MISMATCH when filetype size mismatches buffer type size * NC_ENULLSTART when argument start is a NULL pointer * NC_ENULLCOUNT when argument count is a NULL pointer * NC_EINVAL_CMODE when invalid file create mode is set, (e.g. cannot have both NC_64BIT_OFFSET & NC_64BIT_DATA. In PnetCDF 1.5.0 and earlier versions, if both flags were set, then NC_64BIT_DATA triumphs NC_64BIT_OFFSET.) o New example programs * C/bput_varn_uint.c and F77/bput_varn_int8.f show the use of nonblocking bput_varn APIs * C/i_varn_int64.c and F77/i_varn_real.f show the use of nonblocking iput_varn and iget_varn APIs * C/vard_int.c F77/vard_int.f F90/vard_int.f90 CXX/vard_int.cpp show the use of vard API to write/read record and fixed-size variables. * C/transpose.c shows the use of ncmpi_put_vara_int_all to write a 3D array that is dimensional-transposed from the one stored in memory. Six transposed 3D arrays are saved whose dimensions are organized as ZYX, ZXY, YZX, YXZ, XZY, and XYZ. The C++, Fortran 77, and Fortran 90 versions are also provided. o New test program * nonblocking/wait_after_indep.c tests if ncmpi_end_indep_data() returns properly when nonblocking APIs are called in independent data mode and the wait call is made after exiting the independent mode. * nonblocking/flexible_bput.c tests flexible bput APIs that use noncontiguous buffer type, noncontiguous imap and require type conversion * testcases/flexible2.c tests flexible APIs that perform type conversion * testcases/flexible_varm.c tests flexible varm APIs * testcases/varn_contig.c tests the case when the fileview is actually a contiguous chunk. PnetCDF should be able to merge all. * nonblocking/bput_varn_uint.c tests nonblocking bput_varn APIs * nonblocking/i_varn_int64.c tests nonblocking iput_varn and iget_varn APIs * test/testcases/test_vard.c test/testcases/test_vardf.f test/testcases/test_vardf90.f90 test the new vard APIs. * test/testcases/inq_recsize.c tests if one can correctly inquire the size of record block from in a netCDF file. A similar program in F90, named inq_recsizef.f90, is also added. * In test/nc_test, the test programs below are borrowed from netCDF test programs: t_nc.c tst_misc.c tst_norm.c tst_small.c tst_names.c tst_atts3.c tst_atts.c * test/testcases/one_record.c tests the special case defined in CDF-1 and CDF-2 specification that "A special case: Where there is exactly one record variable, we drop the requirement that each record be four-byte aligned, so in this case there is no record padding." * test/testcases/modes.c tests if correct error codes are returned when various file create/open modes are used. * Under test/testcases, varn_int.c varn_intf.f varn_real.f90 test varn APIs * test/testcases/inq_num_vars.c test if one can correctly inquire the numbers of record and fixed-size variables defined in a netCDF file. A similar program in F90, named inq_num_varsf.f90, is also added. * test/nonblocking/interleaved.c tests a combination of interleaved file types. This is to test the bug fix in r1758. o New optimization * Prior to this release, PnetCDF wraps each MPI read/write call in put/get APIs with two MPI_File_set_view(). One is before the MPI read/write call to take advantage of MPI's fileview feature for accessing non-contiguous file locations. The other is after the MPI read/write call to make the whole file visible, as the root process may write to file header later in the data mode and it alone cannot make a call to MPI_File_set_view() because the function is collective. In this release, the second MPI_File_set_view() has been removed. The root process's fileview is changed to always keep the whole file header visible. Saving a collective call to MPI_File_set_view() is expected to improve some performance. o Semantics updates * Header consistency mechanism has been updated. See README.consistency for details. * The use of NC_SHARE is also revised. See README.consistency for details. o Other updates: * The subfiling feature is now disabled in ncmpidump and ncmpidiff until a bug fix to allow reading the master file with the number of processes that is smaller than the number of subfiles. * The attribute names reserved for subfiling feature are now changed to use a prefix of "_PnetCDF_SubFiling". The leading "_" underscore is a CDL convention. * The flexible APIs now allow argument buftype to be MPI_DATATYPE_NULL. In this case, argument bufcount is ignored and argument buf's data type must match the data type of variable defined in the file - no data conversion will be done. This extension makes the flexible APIs be able to correspond to the netCDF APIs whose names do not contain a data type, e.g. nc_put_vara(). * Type conversion between NC_BYTE and unsigned char no longer checks for out of range error (NC_ERANGE). CDF file format specification make a special case for this kind of data type conversion. See: "Note on byte data" in the format specification. * Conform with the CDF-2 and CDF-5 formats that names are normalized according to Unicode NFC normalization rules during encoding as UTF-8 for storing in the file header. * A new configure option, --enable-large-file-test, to enable testing I/O on large files and large variables. Note the testing prgrams will run very slowly. o Bug fixes * fix the bug for flexible get_varn API. When buftype is noncontiguous, the bug forgot to "unpacks" the temporary buffer that reads data from file to the user buffer using buftype. * fix the bug in blocking flexible get APIs when buftype is noncontiguous, swap is needed, type conversion is not. The bug sets a NULL pointer to the read buffer and passes it to MPI_File_read functions. See r1815. * fix the bug for the NetCDF special case when there is only one record variable and the record size is not four-byte aligned. In this case, NetCDF spec says the alignment must dropped (no padding). See r1791. * fix the bug in nonblocking APIs when requests are resorted into nonoverlapping groups and the first group of file types are interleaved, it was mistakenly identified as non-interleaved. See r1758. * fix the setting for PNETCDF_RELEASE_DATE in configure.in. Using read command together with IFS does not work as expected in bash 4.3.11. See http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2014-July/001586.html for further detailed discussion. - Update to version 1.5.0 o New features * A new configure option "--disable-in-place-swap" is added. It disables the byte-swap operations running in-place on the user's write buffers. The purpose of providing this option is to deal with the problem when a Fortran program uses a immutable buffer for put APIs, e.g. the buffer is declared as a PARAMETER, and in-place byte swap on this buffer causes segmentation fault. See discussion threads of http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2013-July/001498.html Impacts: 1. It takes effect only on Little Endian machines. 2. It only affects put/iput data APIs, but not attribute APIs. 3. The INTENT of buffer arguments in all Fortran 90 put/iput APIs will be declared as "IN". Without this setting, the default is "INOUT". 4. It has an impact on performance, as an extra internal temporary buffer will be allocated to copy data over from user's put buffer, so byte swap can be run on the temporary buffer. The default setting is to enable in-place byte swap. PnetCDF tries not to allocate additional memory space, due to performance concern. Users are discouraged to use Fortran PARAMETER buffers in put APIs. * A new configure option "--enable-debug" is added. It enables a memory allocation tracing mechanism internal in PnetCDF. In addition, it enables the PnetCDF safe mode. (Note that setting the environment variable PNETCDF_SAFE_MODE at the run time can still overwrite the safe mode.) Default debug mode is disabled. When enabled, a user program can call three new APIs below: ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, and ncmpi_inq_malloc_list to obtain the size in bytes of current memory allocated internally. This feature uses a binary tree to manage all malloc buffers, e.g. tsearch() and tdelete(). * Add three Fortran parameters for PnetCDF library version numbers: PNETCDF_VERSION_MAJOR, PNETCDF_VERSION_MINOR, and PNETCDF_VERSION_SUB. Similarly in C programs, these are defined in pnetcdf.h as constants. o New APIs * C++ APIs are now available. They are developed based on netCDF-4 C++ library. However, users are encouraged to use C APIs, instead C++. * ncmpi_put_att, ncmpi_get_att, nfmpi_put_att, and nfmpi_get_att - these APIs correspond to nc_put_att, nc_get_att, nf_put_att, and nf_get_att. Note they are not the "flexible" APIs. Flexible APIs have an MPI derived datatype argument. * ncmpi__enddef, nfmpi__enddef, and nf90mpi_enddef - these APIs correspond to netCDF nc__enddef, nf__enddef, and nf90_enddef (with additional optional arguments). * ncmpi_inq_file_info - the naming for ncmpi_get_file_info may cause confusion, as "get" has a different meaning on PnetCDF. The correct name should use "inq". However, ncmpi_get_file_info is kept for backward compatibility. * ncmpi_inq_striping, nfmpi_inq_striping, nf90mpi_inq_striping report the file system striping settings of the opened file: striping size and striping count, if the underneath MPI-IO can find their values from the file system in use. * ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, ncmpi_inq_malloc_list report the size in bytes of current memory allocated internally by PnetCDF. Similar APIs for Fortran 77 and 90 are also available. These APIs are enabled only when PnetCDF is configured with option - -enable-debug. When this option is not enabled, calling these APIs will return the error code NC_ENOTENABLED. These APIs are usefully for debugging. * ncmpi_inq_files_opened reports the number of files that are currently opened. Similar API for Fortran 77 and 90 are also available. The API takes 2 arguments: number of files and array of file IDs. If the second argument, array of IDs, is not NULL, then it will filled with the netCDF dataset IDs. This API is useful for debugging. o Syntax changes * For all Fortran put/iput APIs, the INTENT of write buffer arguments is changed to "INOUT" on Little Endian machines, if option "--disable-in-place-swap" is not used at configuration. Otherwise, i.e. on Big Endian machines or PnetCDF is configured with "--disable-in-place-swap" on Little Endian machines, the INTENT is "IN". o New PnetCDF hint * nc_record_align_size - aligns the starting file offset of the record variable section. Note this is for the entire section, not individual records. o New error code * NC_ENOTENABLED indicates the API is available only when the corresponding feature is enabled. For example, nfmpi_inq_malloc_size() returns this error code when "--enable-debug" is not used at configure. * NC_EBAD_FILE corresponds to MPI error code MPI_ERR_BAD_FILE, meaning "Invalid file name (e.g., path name too long)." * NC_ENO_SPACE corresponds to MPI error code MPI_ERR_NO_SPACE, meaning "Not enough space." * NC_EQUOTA corresponds to MPI error code MPI_ERR_QUOTA, meaning "Quota exceeded." * NC_EMULTIDEFINE_FNC_ARGS corresponds to MPI error code MPI_ERR_NOT_SAME, meaning "inconsistent function arguments used in collective API." o New run-time environment variables * none o New example programs * Example programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * Under examples/C, three examples are added: create_open.c, get_vara.c, and global_attributes.c. File examples/README contains their descriptions. * Under examples/CXX, several example programs corresponding to those in examples/C are added. o New programs for I/O benchmarks * none o New test program * Many test programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * add tests for flexible APIs. The tests borrow from nc_test/test_write.c that tests nc_put_var1, nc_put_vara, nc_put_vars, and nc_put_varm. Similarly for get APIs. * testcases/record.c checks if the number of records is updated correctly. It writes to a variable's 2nd record followed by the 1st record. A call to ncmpi_inq_dim() or ncmpi_inq_dimlen() should report 2 records after the writes complete. * testcases/noclobber.c checks if error code NC_EEXIST can be returned correctly when NC_NOCLOBBER modes is used in ncmpi_create and in the meantime the file exists. * Some test programs are developed to run in parallel. The test mechanism for parallel runs is command "make ptest". Two environment variables can be used to set the MPI run command and output file directory: TEST_MPIRUN and TEST_OUTDIR. Their defaults are mpiexec and "." (current directory), respectively. For example, make ptest TEST_MPIRUN="aprun -n NP" TEST_OUTDIR=/scratch Note the keyword "NP" will be replaced by the different numbers of processes used to run the tests. The testing uses up to 8 MPI processes. * A sample PBS script file is provided to test "make ptest" on machines with a batch queue system: pbs.script. This example script can be submitted from the build root directory (where you run "make" command to build PnetCDF library). * For cross compile environment (and batch queue system), the environment variable TEST_SEQRUN can be used to set the MPI run command. For example, the command for testing sequential programs: make check TEST_SEQRUN="aprun -n 1" TEST_OUTDIR=/scratch For non-cross compile environment, there is no need to set the environment variables, as long as one can run the MPI executable without mpirun or mpiexec. o New optimization * none o New utility program * pnetcdf_version prints the version information of the PnetCDF library and command-line arguments used at configure o Other updates: * Revise FLASH-IO benchmark to use nonblocking APIs for both checkpoint and plot writes. The control variable to switch between nonblocking and blocking API is "use_nonblocking_io". Set it to .FALSE. in flash_benchmark_io.F90 to switch to blocking APIs. Using nonblocking APIs is now the default. * To match ncdump, ncmpidump now only supports one input file. * Makefiles are revised for better recursive make and fixed some build target dependency for parallel make. * File creation was revised for handling NC_CLOBBER and NC_NOCLOBBER modes. On systems where Unix calls access() and unlink() are available, they are used to check if a file exits and to delete an existing file. * subfiling is now enabled by default. Users can use --disable-subfiling to disable it * man page of ncmpigen is updated to add the description for option "-v" which lets users to specify the desired output file formats, e.g. CDF-1, CDF-2, or CDF-5. * flex, lex, bison, or yacc are no longer needed for building ncmpigen. o Bug fixes * fix ncmpigen.y on parsing CDL file to get the number of records. The bug failed the command "make b-test", due to getting a wrong number of records (current value for the unlimited dimension). * fix the update for number of records when writing to a record that is not the last record. - Update to version 1.4.1 o Bug fix: * Improve pnetcdf.inc portability for fixed/free-form Fortran programs o Fortran API syntax changes * For nfmpi_put_att and nf90mpi_put_att family, the intent modifier for the put buffer arguments are now declared as INTENT(IN). * For nfmpi_put_var* and nf90mpi_put_var family + On Big Endian machines, the the intent modifier for the put buffer arguments are now declared as INTENT(IN). + On Little Endian machines, the the intent modifier for the put buffer arguments are still declared as INTENT(INOUT). This is because PnetCDF does in-place byte-swap on user's put buffer. If user's buffer is declared as parameter, then segment fault can happen when PnetCDF tries to byte-swap a read-only memory. o Subfiling * Subfiling is a new PnetCDF feature that divides a file transparently into several smaller subfiles, each of which stores subarrays in CDF file formats. The file name supplied by the users serves as a master file that contains all metadata about array partitioning information among the subfiles. Because data partitioning is made transparently from users, data accessing is kept the same through the conventional PnetCDF APIs and the master file. * To enable this feature at configure time, add configure option "--enable-subfiling". - Update to version 1.4.0 o New APIs * Fortran 90 APIs (adopted from netcdf-fortran-4.2). All F90 APIs have prefix name "nf90mpi_". The APIs support function overloading. * get/put_varn_ for reading/writing a list of subrequests (each is specified by starts[i][ndims] and counts[i][ndims] for subrequest i. ndims is the number of dimension of the variable) to a single variable. * multiple put/get requests with explicit buffer type names: ncmpi_mput_var_type(), ncmpi_mput_var1_type(), ncmpi_mput_vara_type(), ncmpi_mput_vars_type(), ncmpi_mput_varm_type(). Similar for get APIs. "type" is one of the followings: text, schar, uchar, short, ushort, int, uint, long, float, double, longlong, or ulonglong. * ncmpi_inq_nreqs() reports the number of pending nonblocking requests * ncmpi_inq_header_size() reports the size of the file header * ncmpi_inq_header_extent() reports the space currently allocated for the file header, (also the file offset of the first variable) * ncmpi_inq_put_size() reports the write amount committed by far * ncmpi_inq_get_size() reports the read amount committed by far * ncmpi_sync_numrecs() a collective API that can be called in independent data mode to synchronize the number of records in memory across all processes, and update to the file if NC_SHARE is set. o Syntax change for Fortran put APIs * intent of buffer argument in all Fortran APIs is changed to inout, as byte-swap might be performed directly on the buffer. This change is for performance consideration. For example, if the buffer is declared as Fortran parameter, then compile will fail. o New PnetCDF hint * nc_header_read_chunk_size: PnetCDF reads the file headers in chunks. This hint indicates the chunk size (in bytes). The default is 256 KB. o New error code * NC_EINTOVERFLOW reports the error of 4-byte integer overflow. This usually happens due to MPI-IO data type constructor APIs' arguments using 4-byte integers. * Error codes to report metadata defined inconsistently across processes. o New run-time environment variables * PNETCDF_SAFE_MODE environment variable can be used to enable/disable the internal checking for data/argument consistency across all processes (by calling collective MPI_Allreduce). Set it to 1 to enable the checking. Default is 0, i.e. disabled. * PNETCDF_HINTS environment variable can be used to pass the I/O hints to PnetCDF library. Hints include both PnetCDF and MPI-IO hints. PNETCDF_HINTS is a string of hints separated by ";" and each hint is in the form of hint=value. E.g. romio_ds_write=disable;nc_header_align_size=1048576 If this environment variable is set, it overrides any values that were set by using calls to MPI_Info_set in the application code. o New example programs * example programs are now categorized into C, F77, and F90 directories * nonblocking_write.f and nonblocking_write.f90 are the Fortran version of nonblocking_write.c * put_varn_float.c for using the new APIs ncmpi_put_varn_float_all() put_varn_real.f and put_varn_real.f90 are the Fortran versions * put_varn_int.c, put_varn_int.f, and put_varn_int.f90, for using the new APIs ncmpi_put_varn_int_all() and nfmpi_put_varn_int_all() * hints.c, hints.f, and hints.f90 for using PnetCDF hints * flexible_api.c, flexible_api.f, and flexible_api.f90, for using blocking and nonblocking flexible APIs * mput.c for using ncmpi_mput_vara_all() to write a series of arbitrary start[] and count[] * block_cyclic.c, block_cyclic.f, and block_cyclic.f90 are for a * -(block-cyclic) 2D partitioning pattern * column_wise.c, for a *-cyclic 2D partitioning pattern * put_vara.c, put_vara.f, and put_var.f90 for using for nfmpi_put_vara_int_all() o New programs for I/O benchmarks * benchmarks/C/aggregation.c -- evaluate PnetCDF's performance on I/O aggregation across multiple requests with different data access patterns. * benchmarks/C/write_block_read_column.c -- writes variables and reads back using different data partitioning patterns * benchmarks/FLASH-IO -- I/O kernel of FLASH, a reacting hydrodynamics code developed at University of Chicago. This benchmark can be built independently from PnetCDF release. o New test program * test/F90 contains test programs adopted from netcdf-fortran-4.2 * test/nf90_test contains test programs adopted from test/nf_test * testcases/alignment_test.c -- test for header and fixed variable file offset alignments when entering redef mode * testcases/nonblocking.c -- test nonblocking APIs ncmpi_iput_vara_int() and ncmpi_iget_vara_int() * testcases/flexible.c -- test flexible API ncmpi_get_vara_int_all() using an MPI derived data type created by MPI_Type_create_hindex() * test/header/header_consistency.c -- test header inconsistency and see if inconsistent metadata is overwritten by root's o New semantics for attribute APIs in data mode o New synchronization for number of records o New optimization: I/O request aggregation pointer). o Other updates: * configure.in and Makefile.in have been revised to detect MPI compilers and other compile options automatically. * A new configure option "--disable-file-sync" to disable calling file sync. This is to be used when the underlying file system provides data consistency control. * add build recipe for IBM BGQ (e.g. Vesta/Mira/Cetus @ANL) in README.IBM * add build recipe for CRAY-XE6, Hopper @NERSC in README.CRAY * add build recipe for CRAY-XC30, Edison @NERSC in README.CRAY * add build recipe for Endeavour @ NASA in README.SGI * add declaration of flexible APIs for Fortran90 * "make testing" now hides most of the stdout. Use "make verbose_testing" for verbose output. * ncmpidump: add the command-line option "-k" to report the format of netCDF file. * ncvalid is renamed to ncmpivalid, a tool to validate the structure of netCDF files for conforming with CDF formats. * Fortran type NFMPI_OFFSET is removed. It was merely a shortcut to integer(KIND=MPI_OFFSET_KIND). Some Fortran 77 compiler does not recognize keyword KIND. In that case, please set MPIF77 to the MPI Fortran 90 compiler, e.g. ./configure MPIF77=mpif90 * configure now automatically checks Fortran module compile flags * Support additional Fortran netCDF data types: nf_ubyte, nf_ushort, nf_uint, nf_uint64, nf90_ubyte, nf90_ushort, nf90_uint, nf90_uint64. * Error codes and messages conform with netCDF's o Bug fixes * Argument unlimdimid of nfmpi_inq() returns -1 when no unlimited length dimension has been defined (to conform nf_inq()). * Argument varid of nfmpi_inq_varoffset() is fixed to be the C's varid plus one. * For collective APIs, many places have been changed to prevent program from hanging if a subset of the processes got errors. The fix will allow all processes participating the MPI collective calls in the PnetCDF, even if errors are detected on a subset of processes. * set the nonblocking request ID to NULL when the request length is zero * report error when bogus request IDs are passed in ncmpi_wait * when entering redef with different alignment hints, fixed-size variables' file starting offsets will only be changed when it is bigger than the old ones * Fix some Fortran API intent in/out argument declarations * ncmpi_def_var is fixed to detect if CDF-5 data types is used on CDF-1 or CDF-2 files. Error code NC_ESTRICTNC3 will return. - Update to version 1.3.1 (September 24, 2012) This release is primarily a bug-fix release, tidying up a few issues and incorporating some early feedback on our "buffered put" interface (see http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/BufferedInterface for more information) - add a new API ncmpi_inq_buffer_usage/nfmpi_inq_buffer_usage for inquiring the current usage of the internal buffer allocated by the "buffered"-put APIs. - bug fix to make bput APIs properly return error code NC_EINSUFFBUF. - bug fixes for ncmpidump to avoid residue contents from a previous read when it read beyond EOF. - bug fixes in the the tutorial example codes. - add more in-line comments for the tutorial example codes. - add the error string for error code NC_ENOENT. - Replace parallel-netcdf-1.3.0-destdir.patch with parallel-netcdf-1.6.1-destdir.patch. The patch accomplishes the same thing but is created new for the substantially different makefiles.sangiovese 16150303031.12.21.12.2-1.11.12.2-1.1pnetcdfpnetcdf.hpnetcdf.incpnetcdf.modlibpnetcdf.sopnetcdf.pc/usr/lib64/mpi/gcc/openmpi3/include//usr/lib64/mpi/gcc/openmpi3/lib64//usr/lib64/mpi/gcc/openmpi3/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15-SP3:GA/standard/1c1fd31b7cc68f216163e3116397bf49-pnetcdf:openmpi3cpioxz5ppc64le-suse-linuxC++ source, ASCII textC source, ASCII textAlgol 68 source, ASCII textASCII text (gzip compressed data, from Unix)pkgconfig filePRȡOF>Yutf-805495d282cd12889da0ccaec00fdb77523013e054c15bcd5ac6affe6e24334c9? 7zXZ !t/ t] crv(vX0amο@4Ha7)۰=~Vn#/KxV3=R|+1+HInAkij;~pE>)]Lo}!o8'zp7ӥj7.ܸ^rtJ>w!glgKc9ᡷ::g%o@hX$;0[2 ,щSE{8vN7etORjjmj| #3d x=+N+U+:կcr%wZzm Iy!V ]vC"m}tPXn ˣ׆M`WQ?o[{uUDt=ؐjN""fTVߑG*:r?Y*Ȇv|,hu{MrЈ@8>1/ujD=q(ya |9& pB/-!_Mp:,oZQh,\D9\,"z5FvXC1vgNBlx4Dheop 6Kv$ϊMa7TE(ap]8N{n[ɫ,\RyD6K'):3Q.CMmx&˻Sg D64_̋u$5Hz }tw$…jd9Ȟ DP_FyTېB??J+|_<k_nZΜXg& ul=Wq|A1w@y< iCK@]TZ4Фfl8bRnҙDkqCJX 7u83.NIh#J/ʤ8PDFdr&x0fBuȩ]ؽX=+y~cO/0MΤ*!Q.)wmG=Xo{Fp҂pâc/BX(Q6B,[mgLI#Ɔ$>g!g;[uy#8K|/{] |BoN P*l`d7*XBM3Z8%:ω|㎆A wjM`{t݇>#Bu*`n?sTe\<'2-ޡTm*R L-F3nѐp=oFk&P뢕F]`;X~?AA a˭o\| 3fĺy~͙cX ģ9)ZA 9ƓAy >$[@cJ?.D#S\oQvW hMNZ:s x끇4&=D KǕ~vHJbA*ݵ/UvN(lMEm;Mv#UN[(kz~RZVh60ْ䑕?Xٳ*:svsѲFh2;pGٿ>HhF%HȦ;dg{묢DVb[QHh}}F 24JcikPIFi.h^kHĮG5Nb~øaQh`VrڔDTj.F3nT0*+{!Yq0L\D.炋}dg\夵pD'cPO+X9iZn3!Ur\>' UpcW+K c%H@㎀sd.:~x?#5)JUS?ʮ[PiՆ0rn+gcXL+,`A (ʟ0p ֱ6ЛVD"Gf#48ZFoKojzH1#o|Hi,~ŀ[]PTH,^SO qҷI^({O;MrS{ +6lӍ7 L% vt^GS5n 쨛3p_v\X.zGHAu͠NWm MB]<{-Q `t*)|fUY>@@هT@%?] ƅ\T_n׵([hWbN:(|NZS]+a*:&f+Zzi`?eMn![ 4 1$4S[$^}419|Rh-(I %=;yYHb@7l %kb-lK.ćlOY2Ǚ2oBkb\i5O=!,c ʵPG@vEEr}V~aBĈ0ÏmZ`gZ>V6:"mnz2wԻz, ҩ϶ #Kq;-E╠3ʋ!tcQj1t/LFX`lξN#ϗE>e}h/oevy鬟tlE'Dk$H(,.6 ewy? 8@gf4Y%j/ɼ%"3Z4t"8ʚY1J haN0X2ˡnQzv>X0:K>a]HKKo Iˈh/N0 K"#}tyJ}ⷽ3URòzLzpoi}hƜ5\,_!}9H Lch9 g9L?Bo;;5x5tiz/yў(՘-Đh0+͹,n7焰:y`>TSߥ20( ۜi ҿ.8n!'tup5{lwii%MbRp+AЇ_;sP;B"#%n$dO6 z֘Lևf M@\3ބD#-{J۲f~XI6l!nsX k ˓E>I#!ʊtF'#LV1Zjcw]ykϫPӤRTѺsg?} qv'8h9FܻdOoKdX?6E1DZW3i'&yhcx8dK($75~&o]*e#O{f(==oԍѓ[|,7cLXx}㣧iKDxjؖϱ 0&)ۯ27mkh;Zp%q 04,b3YŨjDG/ Y决Xծྤ1q, <R heCNl4¤B-I` jACAT' "Ry"0@0.)3a+DUZG/!b3B&(c šOKτNQ(E?-LULigdRjlFT)Nʼn0kKc}F( w;W+^i4wZdzg v C192_@7h4ѥ^QŶIvՙ"X< 1KނCIpo jՇ@^FaG2"[bW4u+V :uPF\'"}@+@P$ mWw>[7S}MGqYs xf^BBbP.7ԡ=B~ZUX \:s!iG-?*` )<..IH!QǾ_.#*\Iu/S,tkȯn/EX1i>#zՀTL8f15)D'o^ N()xS6ll_b WhFoם剦Cr:\˯AJ핉%GN,V a-cy)y5bNbҒAmLj6^.Q9`yC_%|ӏu6ݩ4$Ħh+ioś2=*"vQԽz#;}Z ]=/ژIW,3yV"feF-̔faǷɎKꍮL2Ԅ4F4m6 0$kHLv_]!{D[p k}';B^(藐to~m -OLM &IvgPX{[`DG3^mʴ:$@QkBąs|Ωxv@Y s#A:7U y=Kd,P^%'%}v,zY"2Vr|*GRSw"Y4oap=̺Vnvۏ>a4T8oD<I& mkٴ<Á @@FI:Q[/#Av:9]f?SL7FY/b}w$;]qi|Z%NFD?Z56lP}ceG턹@TLx^ &6s?(Y?8o}/N\:HÆhs)Tvpc>I#,?noCelU( mk B48߬l=3xpvn#niyXI 3 h3r_Y/!@`=$13PXF̜)ã*'t y|dl7y`#.y +>=1m}H+tfWyہTOaI\hDGKdAoi_z"MF9yof1םC=MnӶK5nc5?>g=,Ok:n,C|sug,H*42n=/l0/ hF[[?9pVB831ղayv*ibT&`oz6+Y![p4LuXS, KJJЉ|n  ϞӥEd% H}26ajV,h!P,.b 1_>tJ6̌,]FrXQ!r5~s^TdÂ* ouuA}sO*ͤ5e]2]*ґnXpaZXS!#H6OgurHsq.i"(b(!qPr ^:VBOԓe\'HMT<ϯa bpYT?ef"GfV ޱF"j>ZHܱ"}Eq8.Gy;ٳ$]KD쳳<8+#V: Z]53D4\8npS*#5Z91WP Ĵw:V y;D 3q¶B/B)Oh| F0ЯxWc|ҪQuv':NeA;.RiBMl,iMT!=W+6h{EL(cIl1Ғf 4 o:R7xuBm1Q+3{xj\5"ǵnsX-;@[ja-O%.D`);;8liZRm uȕtHw:a|d7n|{uk%P2_bpI|;P71*E0WN}-KzA/+f\wo-)ԅ78>odC,e$bA3YfLFpqJp@>y&^hss4'rbp!U"WqWuUS׭b(cf@t5jG)O/XEsx7yWPwE nߙoY4K5\*|l[ i~cfl[OۓCer1,_L \+p:njդݞ`y ]u;GQܺf c`xc X{UY̛Ml{Kq* `: $V2pK$ c|Z|չpzZ:%AҌ .$/ },8*l?Y|NEtW<#\oPclw:3PPPYF#ԑh9u?Y\b-qd2l#!fgcƦWYH7^)8Zu|{zk9{vR: rfy*9{4 ;J!DC\MCK{G`" >TZPaEXwqDC- <}ZMJeW Xnַwij[mppΙS=4}N>[qv|)o̶ =Gf<'8ʌ[U*A85%D>J[ҴebӿNmLě4PLs%#XßEͻXALO}ViuA&b-Ruu /GQZ˹Bmqh9vAGQ4ן1F[wys=jyA[)GGIaύU,ieZ]a:h[ }rKep.p?~H"_}1߿k;p17{z{|HXѷh]vmZ_1Jt#`Wh5_"oIUOH֡޳Y/.a$AJNTٲT֑pt9nB\"&lφ)Y` PކS@&}%U6`T qqdk8R[g5rz pYm|*7{E2c-6֡kj\+焛n)A-=8Dh3J5uF| ԧ|֗0$kY[.oN} 3;$=o-wKRe¦›ƪlw]~D[06ϬhKD?N2$ئ*SjV'A{YV㹕@IxݑY'F2߹|ݪ7.m՝᧛qU@j&Cʍ}|ȑ 1Y}+BnXK8+NrHOcqtm33筻^7uPaJE…ެ<e5p!8@j޾w6-H#J"%(^5]Јxk|aW#ք~?rq<~"-*UuiHjTWGng71<޸{V iq?$xf7|8-,TPlpB@Nae]9F_%Ⰰ`64Y5gcr>,{Tj>DmO֧2C_$n doqR+" q㙛SIb澻hN}/o|m\#/3!w07( &KK_W< kgHy߲(WD)9ʢ[b<+i杠{ԊƑAdeZfLdAܩb*5&x8Oyz2p@Sw-7g`sX4g[D!"^\Y=5*;GR2jNKx| D6gqg )&# c'VWC:++ Wz4`uLϓhH_c_pclv_[,ۯ6G6ɕI<+ur6ch$*D<ʉٷ{|g98Eu0>ۘDn䃶J,4q~|O\jFlЈ ʖ'j!YiוdU'dd%uv ::=p7}XDǗL˴C4i#LSg}K~e2=^t#~ΈND/|G&P3)he A=A3rWVV6+R#F' 7L )[˅VS1sQO' f*"1l4)%DBm mZL3`т\$Kj'\yr3=GwC;%klb?W,dUux3{&M1#mgǖe+qpJN` 1ytM*H^ko=ߞ6>G.mH~Ow)k@T`ՃVEQ-et +`'a)qٵoFiPtq>/2f҆"^`0x{-}/.:ym_uu~phdq'  ƶ dT6r?ݨ& O.' EtSd34fZ&sj1a ]6:{1V*>Wm\FAQV'T,)HM wYDIr VX]p3qzN7iYC+xʳxaČO0k%Q Gl8txrsŕp\qVVG3{a>@G(*1~-WWw/Cx׌SH&Cmo}TDrƢ$ [[-&zŘ ^-CR>S` 7Dy0Q[$TI&A tf[tDTOJn\NFyc|ffY'#2T6,1vG phx319IOJW]|?|5aa -ܺg;p_5.Uw%\,2Au~GRN} <٠IPm6b*;rxBko=6B[?-~GC2,U ./b$ )8( b;glkή%{Y)cj,8Q`T Bi{/Q3>c!k7SR &y۪|iI\ѿBF q9/wA<=qqZjF&1ck#e2n ]c5nį{;ϔ?̦-8D.+|hn ڔ c k{`G;7ڭC9nmxu! bR?̳cVT¹Ȁ=}J voֺE\䋲H??D#FȂwdPYl%[(Bh 0?XӇo'oR?$#CV#R lEjZ U6Z=nEè޾N^e_FTW%:HdɉE^ > ˌ&)n_tg)\;4US4D6a `Oit1o)ˠaԫA̙7& cuH@ wR_yt8nK]"yKy_0&qX Eoiahpyk$)Iw #@m}C.D7Zeci#*Mz)n^f}ɐ:W {^U1;Cong-%6r~! >:0n $V/.]*- qX [-r~//4"9xA|njy֛mJ$R.oD|&*7?g[y@dhQ6w) ˡ燉ږ\eAKQćF^%f玲}wqa~n:y6z("8[@.nϲ >,^ 0B߯ lͪ|lp/S1XOd|U= !f%4"#@IA>YwtIQ9#0ڍbO[<3JzQ2x&5g5 ATw"L?zp70U-AF.ҧBV(4Jfiup/Ww [GԽb1[,,Ib04M-c /zEP JC4gF=d:޵˜&='-Dd9+ xln2pO[YfV.sSm5,TcR/ 1Ʋ` rKPgݣ_fy$2aaOX54+xClfݧśff%FfIU\7*!!G%-zbs>D]c`g=I<"vSem$4QGE$96[cJ =+F ]%_H?k< 7_6[5Ȑr| r rT+gx~WyuÒꪖ1kz ˰ɖR՗4%t崷ڰǀZ۵ SD'[N&Е>$@G_<#`I^14Z ;z+/^`ȮH܌u]%Ys0DI&lW҆&Ιze8,*Fc+aEOyykCƓz=8KjGi4Yu|/M%yZQd*VgK'JJWJ;5Rڳu]4 -z0e:>Ͱi5-+!@ғ5|Q*Bk=p\G8~ws[v|YgYhN$Art!5S廙kAd!x{k]BjR=z5)+VmWܩPb cyuTB`ZsUkVrFc3Wb< d*>r78B6qt "cp\s9`&aC$4Jϴo`qZBR%&@#o r*ln!$ixm+k~$d^#rfFa|#~wht"01|k@넸o'>mm8}J8,3{Q9a[n-ۏ;ݐ@@ )LHjˀ0>M^#dnses0]YLcOc6Y9v,Y+:)(89]@%l:sbo j9 _J7qi`5bBUQ0ͩ..ՂO Հ)(Z ᘀ@*}u_ ȅۧrfGJdptL1H`$χas:argi moi;PI1 ^hT7V &ߋ@t\{Xٜ}ZcUo Xo@AкYM*ht!g/" Nraւж<]h)R >Yy#4}-?1i5f&ox@ٔ?$`-v콰NLNt ,?ZgӨ 6G=M€W6#" N6j ƾMgVv{5>/-T85lXj_(&gzVoL5PyIoj) 2=L Y [` .FlcRQd6SfP]SP R~I7&D)2d\ LB .;yO~ʘWpJ lE$lLEC{I ebI?wAO ȀLM-0JS([JŭkDSq!= weuf6hqp{nфsQG0f?>n`>*sk@LV~yUCG(UNnn?K.dj]'w`U܅`#R+j }79T~xA~jz+3|ug &в}$Qq)I`8݄?jC0pCkaqU +oɴ'Z|Uz0!1KF+e6h`-k|]G?%ꕰ 33//[ U{xegt[QNrh&mue YaC:2PhiY?]rKeU!SZFc}T W"nQRy8R!~FX( Pо=;Wc][H~UcÚeOK6ulS޼R Ns> N0o~H@:nnvC+O79Uy\Wusk{7HDG,WӅ9X&31^xBA SêokC5y|vǪq&P\ !awsHuч%)UƬPG9/G_ ,@U2'%o|,@d26m#);) [q666|?'I-Ƭ[V蒬Ig‰?Ƹlu6*|H6MUJ r2 t*ħ&a~6'I/R}x0(:x[G[9eǟӡK4LK\.LvVkMrw\m6`EfA0fV0-4 ?Lɼ(r3-iJ_Kwu:LMY,'_F+SԊJ+[ >خULlu`YҦK%?T!e!{C\cn!s!O!Ğ,,\HaWů+MFwh!R^[]Tӣy hՅ(HsFHFہg9|8IV?mȎˡIFI.j'WC qv#;Sѫh]ĽZkUGJhZ}kft픛L"6NeKxen/4y =Ad2//?ƺ@k$j8`b85KO6{grz`ީN EęT&AM0fJi|)Nwtu`SI/>DHC7j) ;T5kn|x[i'P\-+ \'LEAb9. ֟"}u&]Bkd#8=JE'=#AB#`̖sD|@\[Xxo.;MP(ߥRLe]IY%clǀ30,֊LP3RwX`G(Wd uSvHLulYu<9_]8cTYjrr }NOYRAH93 x&Xew5&XVhl[ ~E@EŊ38Ɔbw/ {hב wks#HK9!h|$uiDžwޞ/` 9qV:4>>H=Ϳg|7#3oeqj}h.[/GZ<)2!͡XieЃ3_Ĥ*=2py-Qkvajڔ@h4Gm9PC@M\#%J 7͗irVas 87W~,)Lͬa16C6%rkt(N0@WL`+;g>Q{?RAFݜȸGN)Cc@ *e!d*ɮw"^l5$Tצ+T/$]B58z0`|ck"Oh; hvDfa\^c9 1EVjfa/m 57yTqty,WbG3Ml97͐v~vRQ+LqͶ!VsC0S2Z;[g%aJJF\[\N޺6n2h-DaV am1[;D[Lejm}N⃩dخZU{}[H痴_ ܴlnz z[@&zR@L(9e8aEhzW X{д<W~~]AN|hv@s S+^ (2^QCeSn_a/WqO&8r\EЯ|챱ɬk1x.hkh=Z V1)SoubM {4("U,p=\U eȔzPX(9BjAl/<Ս)3x1UKKovmTv<mۮcJZ#i'Y/ G Ѓů:9H`h>aZr=pN@øL? xڬ(;%U3S½캠 /j OPxDGERq8XHld?.|(#p81QnK۪hstى?z,oWQsNHg kG1U$ 9Q~{,QV\AڂE9v ?in (7CEy}{eUmoQÇᬣ5KDg5S8l;0% vGؾ*О#R6?Lp\~}?ScyQq?@S36ևXX̎(;ܙ~̏:u'劶=  [qpϟTHq4`,oy!=Iip4}tƂBL8Lºҹ>k}#AkGϔ!!@nM䮞8ȉv67IU p(✴/{5BEAr@Ya6?Ȩl+W*9v+2doӜL: DGH< Mw%?+Θ ^ _ i2s@}|dȔF}{ )g>s`)s/|]b1eOv^rEc]z7;y+7!rwSiGSM|W'|~( NQ"WH9&än[l] -%//d4& -o/5v%zN5եMk &7-V%9ےRvS 3FѯiX&G'{泸X1w EyiF[~RY;B^2yG?-Y6Z~>ZpO7Q__=uJP L8;0B #\IJ|Y7 v!xܼ!;~03 ?]ָ2_OoSB>L0v+x9=I /w:[$nf;4:UM?a< 0o"eP<2V6z/O\4YM~cxYjYx+ ;TP^}fnxcQ!Ӭ-SO&6[Xx3zP>8yp?:J-"D6qkJo$efz(R'3`OВ-b#jd2Nukd!WôrzhBsGzYp*IP aU[@6G1ɲ7Dr1KI ou9#L{c3GCh=4[r\s6.OdYtQF<72dpڟ$(bע7 7H.'+ϢbWEz=D?/M9yҜ$ ?zg^Ъ%>nA:sg)L6rOg9xvj] C{Iv" 8&) /.Y~窸KI&8J[E=u|1I"_)T(J?,Tヷ~N+P8SZ'E W>ƎZ`?&~!E`HcY=92 #0_VAg-br Rul\| ?.4Ƶ %M[`rWOB^'57wcXO4BUbV'+ ?}̓_1 .IfHM0kTywd'T.+J/ kHHxeۺD_hْg|\[CLOHKDUBw MuJ%=Їq ܗ@Q=ꮣ>>G3z d!w9yv[d&.8gY;t4#/O&g//NP/ 2 _o=TuAц̝)xLWPX?!^gOz C}%Z2-)>OD2z.SQ̮m1sХ6qt@YWO&KN<ͻJjs+E]SAT|Vn:ndٶ8 $j&QZYrbk~e0-*'igI<o2lHuQWi܇Ѩ+gA.ݶ'Ee:oX6OrGLHzv9wɞ39%u+VZ8'rr)"w&[|"og 3^˒i-򲽙j>.2 ᅯ6(',KFS'wU^izm{u؉vL8Ha.lMC_o=J/A-~xe ֯1 C9 {6VQj=Pt }G!iMA!?b)џǒgeB2_;hR0|l .5=`crL򩄞~e\bʕ*u ^h8QT_-d T]peZׂ!:; XnƮdʎgP8Ԇ0^ܼ[ ز؈u]p.j; x F { 0kIL@H;</U|=1~ZLΥVT/8l~@L%?;ν7/Q6FSkUgl'zg#rsJ𯸃Өg/$FR:o,g8X91˷8շԺ {_NM9&S-,NE üۨ$EKKl 4<*I^H14nG\|.kNR/v#FG7~S/\ێQ<3׀x dgAV0y::1w8 \lķ*` c>u;܂9LLfpoq]B10 =L viq~QBz"T_fLtTz]fIz _%1AT)TSnYo|SfhW(*p\4$k`<ĖKW S$ee$C  %AXZ!P2*X6h2 2ӻF8L\uw{ђj]]Z}^U@|H`!kfKOKM?'4_ ATn%TEP fk?/ӞE a*]쒲e+k+Yczpmw<ۡfX:>ms)ü5N+s^ͻE>DT.^XkgX6 V9s;{9@|漢zJY:i+" cU]14kla_ہ"ǁ-[ eDn\k/B2&??wʧr)=iE$(B5 ԅ`KOZꭒ h2dp FzL nwkzC W}!iT}N~ބJHi=Ag[Y ;՞za̎J{-yS Tj%m%\.Jb"foA@ Ȍv#2^Hp0$t(2Qo@2g]L*ڋ7RǨu1В*) "Eg0Y׳PdM؁՘=e۟[m0 v 7ي,$NgEMSj4Tfu A8ٗtՆ<2N) ^l͔.dRʂ9肣.:d\#1jC'd}˸,n.[;R]TP@g,2IXfֈ;Iw}ƛ*kgLA8,-wf(n Obc&Pė]i(1(nwcL Zj7@@(/pI淰2h~`_u RahVTlxpϤ(*pJP+̓I/"-1èh{Iq2/v8t~01Ei~3qE~5UίvRP?b+!]mf )'=TB2 RWZ|NN+Sl@ǣZA.K *lרސNhNv/BRA@-;*ЂE&`f<-i  ]4rsS[Esr 裦3a#tAsxА=GLy4Q|[2dQM| :Q#/LCٿHRIdRoaa7yAD]2o܄*M9d  A9sNE`yC 2J<@#㪶>q ZլV@5D2$*9@D퓋boqM?3NsoIq,J#=.17+{b>G BL:CM'rpqnEel;!'>n;H@Aj5oZo $?ikYK$%mj-E\x65P.X]J^oKyCǐ dug$8 ä;.13Y:z8Pn!ABpYt={hwuSSNnҍ*(4'sC9:D'0E9}n͞"=:eǷ7[aAfI5įZa'Jktid=ھ:1 {6e)ۏTz{ P<ߣqKD1y⤈Tj"՜e+NTyv-u]7;:+^{ Ǹ=eKLM*6N{HQ IH8@Di]U jT7@VKiBPy U |$PcDTP|dYvX" {Y-_e+, *ado(Hia&_#hAC~rjкvO8wv2ԠBG?bJ뇘^lɕ]z$^oQgw+=:w+FK/u ELPv5 :Uu]OxRdv. s%dȨfk #46f[J.KU/q+:DϚe dKz{qmð6ܿJHktnO :񏕮4GaƔB+?bYGpee-:<_&Oأ{I`}Oġ-ڒt}톮Zze} Oo'rcҏ +V;LD'0S DGoP[YX jp[D1>{+ll_8ƃF9nrszS/r>z JY+q̕ǂY?M@mLjYW~ՅC`jF&vRN1oE&8AM |Moh aK!+]&I5J-C:b5>r Ei+[oX]mʁ'vfV{RztC5hShͰ2֛uдcQ8 R_pm'scV:mLnx:>YAO5K9*t<{QxݶC~\I(Ou!%?Qǜ9M[&ubhXyLa⬳ghMJp.Mߏ)[5l>jiw3^ EujڽUr",#=oZ'O(Q8kM ;'7Q/ՊO}k9j^Z}>HLCIW0k RzOwas%pUM_RZ&ԁN6hxT6%hVrޜjLa9mRѣzJT^eKQ~O KEvAc0bR+Mx>(lS Oj q殼j3h=!w0hr̰߃:ZyȐpO4/"S^t`Qd/堢1Q .%Gpݺا-IiK`/PNӽ6VϯF>k ݲs<$3sa֕@LJBJ~NkA.^"\Yл<` uj #`@CѰ舤)CܷE #V cRgH }#.)A&+lU/Y%?{$}],n׍XW5^5 j&GWKԣO6^ ~VIbP4ez URXsJ;mDn'6kN| /,FP#'׻Xf՟[FS Ӈãikd߯ + k᧸%jւMKɞV儨r yuO~4A=Z-Q|*v䉅tp Yf& 4wf jr&[yNj(U*?:O7֊M<h^]UDX&r뻂2?1_a8/߼XĠ ]A>=C\f[_n=V|zubz ;;!bح=5L12LKN̠h_zK1_߀y b,Cz]/-8^ ZcŸ\Gl=r@3V3n 0Gg?c)jRHT CQL4˅8t܈uM:+#gK(y6g`8ʼ?2@js1M\DX#l=[:| uW0;^:a:HCGhH,ҀaӒuqls>G㸰f6I`1Q= S @(rӼR<"y-?{K~(6ӥȃ"7cNB)Cv'Cs%^r 5haH҂6p\e`Kr#]&V EөDeU5ȲA^o']5!r45)r;;|U[]"4v:}ᅃ ЕQ叽jo DF) ki]AwI|s`3TȖ'hvQ]lDee*2--!iy?՗C6\]<}d^ڿLV(v8cD:-~rk2I*8?;c*/pX VP7,Qĵ@#KZlH-fJ0x4KzOFZITCl4ۤtX#> /=7.@ho~y~%_݁%S4[i=G!C &*+I|ͻzM s@nj!NF޲j0$.6 IiUI?icdǒ$[6ގ9W{:)7_*Nkak4\R5ѢPNkQ=L gҚdHOsybIU,Jj--"y/GQ\A[ Ki h6ohl'2Bم^w(\Y5H_RekIœ׵n&A;bLz@(Rt*d&=8}bPBTX=ȹ4*̶ov2k0t @ye"1v@1nN^: gCVyvR6SgNkkZF<>]z@ DP5uNrhT,b}B^ %48ɼʃxz?g $<('9gZD$w`7mB&4fk?nK˭l=ߝLMu jtU?ImpS>X$~ȻEƈ21FW^0j f),σ=Ṍ нj<2HY6~.;5#{P5w -jlqoja2 '/+gx^ĄmWt7ڄTRW~j[9>2M [%RʑO"b^QXlLd9L{D>7hɠQ.ͦrnf.T5C s< {*NWV(*`(#Q]__x QT.dܵ|#?F£qGky7P,Q@9*rp9efםA=]ƚ4X}>Og2/ڠIA4bAHFXM#`pH.L' \.;Xt4we,E8 "E'[&EDx. P L'YmDF>rq*e1؍AߒlX|,J=aIޘw0wo,alk =Or ~TL1N$Xdvd 3^xw88PXLYGx8KI,v\ܣM?+0#{:(D'/Lhu@o`(AjVY~4q8H{m ;%!ݽM4p ꨡ^WM^*Sƒ B%liSgo JuS:h`U (W;x$~Ǟ97!wLDMhf+ LqLEU9" q)T:vn'-Cma0e)E0i)] {k3¥ kWmz¨Y sYT->Ĉ##kH`d(nԨKi\J խaNFQ::(`k <]Eshr@h,3HjNdZxf.lGٻh1!*tJ_q&RdhJ2i=4?^O.$3,M%E(Rv.sP'p@'ߗw\10i>2Z2R@8⢩_ۖ5$RGSSG*7Zy?6ura8T3k+5)^U. OFūJl2is_t+x`|BV*'OKfPD"ĞjBGPmq.͊`?pas)H o89 @{^6ĨHج(Z Kޙ3$#V<-3b31S 'x35I ry/D#qiE 8WEk/bPb^%$@*O4ăt IQxbEgw6U`z_W[l$fP:_9T$+bKಔgՑԸ@'GkW}f.C(cOu.1%7m9@vVaU_=2gS@l4#4#P?}8o ˥Hy.a:ډ .L LD y59*gmcobe*xUd+aH])iWLObo✞*c|q iG([G%XQ)cwcK\`0EvQ=b16鸄.lGtE$3\Lƣ1tbmgIJ=|} Jj)9=/dkyJ+6 Dnbi]/aa)yItX  ,Su-u(V답iy3IASPJ_f[6ۀrE=o3R9o@DIV+08 mDkr3.?1lPl[ >VDn3Drk*!+Y;8@l7T6ouBhƉLE螆U4[z E:&\Ȧ5+ZwEqc3X,^ct9tiY,=sfxo;3fne˜q-/l8YWtVDWm}s{\K- $+pJe.%ӈ}٭ 82M:hX'gd)q =R;⼨I8Ju2ᜬJM)?'Q;rPm|LD1;= I[)\0_uӃwj{ &NhJW)sm9--x(y7ĐPæGYony4{ͫuj|Xab4ŭd{v̇ ;hw6Ǖ=5co OUNDxh|DK>"hG[Utck&G:/WA_p64xPŽ_ khl]M >M$ [esd4⑹"OgKmozQA i8 5 c ud+}>JfFG= H̒H^zQd \Ʒ[[`G.:gAL90i"ig]j%|݂sfn=3VWr`vx'kB4W߮$cBډ09=Veʲ>V"jo ihn^?0L"n+ǙO{[(b0r4Gʶ?K7~ve.l.li4ZyH5Ν]\f c1_c©H(˒oy/ԏ_LSwx'@CSSY-IGKɫӵAR+(pK(e1j:X76 |#s仧PD:%<5卥덌?O~[Qi.=uy%ԦIĔ,47cώwuzޝ0->'xZaȦy9x) ^tr,G^{Xjߨr,#] 1J[n cۊsw6jj([{ZDaH9l@J5hTHK~o_|tnwЙd&,Mr(.N#+/;WR$B7|uWG M S aTJsoF[>IRy|ggIEYr{`ǯ,a 9Aq'^o&x RzNذxg@)k&aUug s?PΧp_5>~.)VƖssmh8E:0 tU8,D5!+2y* sp ]8(o{5Z\z /z zJ[H2TQ՞ 2hQtT&ԖKYԠ_u1i r,5Xqr4i.L6`_C? Nd[XpieJCa8E7!Y[3Rd?fOȆ4q b':YnbE0eb3npvnbd&\۩REe7OW _CLw3j9.)Y(&M0CTQ nH;Q yyGp~ˌu_"MMF%:ê=wĥeo5nYx|VʴO—V{g8qtl)gA9 tGyjcE] p;Da:6-U[U1y&GSa9zS&L2<10Q??JBN:@*рg )+zf"ۉ^P8$(JȧJ}n@|ԟ2-?n>3.&u˰( I?v3.U fPLo9\X:;8ۈR%#klμj1nu^/#|N8sX&Z~/ -#R~nUF5p#uᡢQ:piD4 E.E2ѷlTUGG|6R$UxmP? ېZbP\e"b:gKztߟr1q9zrˀ#ĞtX4[1SnqWʉug"+$@RRfDv`0,]_i..`Ov)Wb>q4@MdkЈ?{hZ { ͜r77{Iu6Y t}ȣ_;;Q -a^oey(@*/ӰiFa^ƒIi aK:lҀ4Zd"D4"Zcºۏvs m ڴj3mIW  aX>!cf4 pfwDcIσ3ڲBskXEKe'otEYXѶG!y~FS(>θcߎm^EB.FWV3/mWJ)X:SgÐɢ sSdQX**nswzJ>1S4:\(,}9V3rl0!aU@er!ZǬѪٮ3=(~oq*/%3'2az+!^zO1p)`)^. u ӸDZD )˰L×L„ [8t&#WA >8y|Cý.?Aҿ %VdL a Rop8G C06{oݝ)"O5 } #o:;۽*r\@҉Y$jj¶7LP'a>/܅",!3{^|QTxlHKlDNKr,E.^F 0 ?z Yx?S= @Qfan;$WRn 5)0YtBU(/Ob7kx],+;|}fQb(1dk[m?T(ٙ״P6͐Yk~n4z[o^fW~$ع8c|4iy> ѫ<}@0.WWa?+Ea2y ɐ}5KPc #hdMُr\G J'YAz[] @o|c&ͥ~ PIG fk^< ӏIN(Zx:NmDX~_׀oH8p/YOأiNvW$a$obs`mr+JdnvwU@^뜦AY΀ZԻ(S|{ x W+w">/qq׬{ ^)Ky/Jמz}5)!X5m Wc#/+>9[оSaL2*bRcp==y/A^HJ_gB;6e)!_d6%oT)PHN'<3_|F.Zfs_tB~Cڣ(.%Zl<>kDƃ(=7NAZ\tq _v.܂2zlKN,Q^I5 '6jH +|ѭV_%'w]B{X 2"4krNX\#tϳ(%?gg3.t{5x.>ZߠX񵜥As2 O7Cu(H.y .._wu wa&Ds6;Myl# 7"bNdO>?fd6p&pXW9 6^A#~3W\wޔ}"khԳ\4e p4z6%TEm?p !Xش-t@bMg֕?I0v8D:hu[" l'1kJR0uA0yei +))ו;Zj": oڕV+?paTdޛ>[ T~J2L-ۋ#ƈ/<}KNohjI 4OT"T-Pl)S& ,)L͝[!w1JMf}htcOqzijR]`_S UpclgHss=)uLĜP }HbQ&P7'qd_yᄾVکt3|\yT]xXU>pF-A8n-}ٻ)=㴰jrx91: ȇ5{U4 YVIz@Pέ4(S< l7߻IjbAejMiw(Ƽ/8xCI,M7{:c#D Faj֟_$_E-jN>]LYOC/ݓ%VY9u8gTͮJ~fO?`" &6Yұ+qӭ|HTO~%AQB)dQ^{B zvNVu F]rALɥf4͆+|)?a47 +#nfk= Q+F[$ 0A`Wޅ?ua8_kG$DT<@CGwA[1p7l9ik1ԯCJ]ٓĶiVMJ!ݚu(5w GNz4u7L{NW{{&vsJkԄu+E09z0SC,*AC"+T^f LpB^E&^ƴ#^+)9<:v,qfl\3%U3vZ_BEkr2G[²}q6.bҘT )lry*cuaȳO۝:2DN#E?[~ev9qUvbp&(=wN ܑJSey } {N<`Z"v!jcS[ {mU(]o^)jہ CS'A1O~ߺ[FNeЈOP Ƃ ByL@eL_kxu .l&\̀mm} l@U2_<*&5'u " 6]G[bP(7Jv8*wdZ$e}^SjBj. i+zB^M#(#F^Yzlg ]Gh$!pF0ZQIсEg"#WEK s ?.*C feqې")}yMYIT( rnEd+ 曾b@dYc]=ɃGv hg"G 12Q3*E~7c|]aB b )3Z%m0eVY2mh}CTHn+L4Y v08ѳGRFǰ$7[6-vB c:xz|vDgM`BњfJbZ4oÒ^ؓ Xy R]5!C^:i6`jўuo\v^9rFG2]UûuYЊ=MUB >d_fǾ95BZch~B%W_ r8~MӟK7ɿ䬛m([Jy3gywD*/" \֦XQe=,(Gy CQ <>QMᲝ?ՈgSSp:JMB.h/#]+N:Y(LbVRthdhѮT{)zec[PCxD>NFO;zKrG F>PӳAI\Dγ< iX /GՍ-JȵG#u9|W}fd1dA_&6QXLtI3Ҝ['AHDNT@#wXc 8އ֩ϱI^dPo~ٟ_f:rfzœ| ÐؿL9"'Fa Wםn*Hr̉HI''?M:LlQ"'1xkIF[ \.9tt۵mw+*\W;zlސ9w s ja]bWr]oT`XP7t ݪʷB@$mf5(ulit > D(9ڮEs,mw4$3~XY(sGGRI e:凮0R.jd";/-g8=E{6B{Ȳi|N4;vUru%U!sNVd^ɂA1u ,PZf2Qnae;h2[UA -bqkrmo< uGOwuDžiec4; ߈ݵK@O/ Rt@y>ARQ1} Kh 2Pd7־ޢ:'ݞ Hb :sDˎk wl,7זx">mt4YV0.v\Q7${q7I͂NPOcT m?ڹp(~2x;w\ 'CsӘšed↔Esgp5|dL4 < fT8PR%݀Zir1~9tmHh/ҵ\| 0ѭ5;åpA몃k˅p1ĭt `*~`?vvijAmiZ̦W<IA98OӉc|t]+q.!{SrK5"_j}~U?D,_+M @H݌d 8fdG&PL￱٥4m-Is7d躋'ω@!ՀT]`dhT䋷:պZZ4Ul[h%P$PXnGWZ ju- 4*Js[77He_:c IOtn@+ (R Lk~먃ҭ*1F??Q"6{۠pM<)\\#X<ɞmiLʄ*_|2 [Slc- _ļȨ(qݽaj1K{9,7o skG{Y&\tgW;?G'F- ŗ"~PtѻtIn8c o' -RY7tgjSy%BӍ!㍋9 q!RMH* j^1"7vča3¸ %ot.5M DYA% ,ܤ(t/ma`\_N]eg ›[8~fD:(l sr0b{98bDhwoٳk=-h>+XL%%Ȇ[x6zj$C}(B#1&Xf%S"-t U;A#6'bEF@C?e7O~lF/ $qXR##_rޗ4 *[) G7Λ[ 3;1lܮɼhdҷXu\1&CO6E cj:ÎHElyjޢwN/jVhh2$^ӪPi":BȮ4"+!PT9(J+W=X͐Z}и5b^kУ9SHL.k9xk!g9 = f.9wVlȰwM#<@uL\SWZC&AQ9&eoV@HH,ZZ2=W-,"zI)8`Iҹ&fJ4|i 榳fTOsU!]/r;ZSvbM ww:+^?~` ,ޗ1nJk3H1;V&l4DXYmF>k'Pf)N ,C9Y:=Bf]>%CF,]Tk5ի'%ID`}ՑFu j dVbg~ԇL,]zi)gC,S=eT3Q,7ƣu ЂLTҟ)T #H!/GS, ZJ31*ak\SfTw0_$(\:1:wqv f yXƓ'GCm֢IA ,ݱ-鷪:f.}!'n2+Y"x{CihpJQ; )6%^3琱D ĕ6 Wy5Ow9e',vP ӰɩQhyxM%FN.~E -]5(OL0RCp[55qR JnB(dB0EbH,5SjVɗh 3Lͼ&%p{ 4byLݞ 58-\caE kjZf2HD5vxnZac M!dݐȖ_B>xxC>ߤ 8HZąrO Xo̿e{NN{CI۰vAU>HFIxwj{\(9"jpEP6 J86. yFK\&k.Q3'9mZi  _Y<}0aeC6<H@]olsCgdgФv+ 4*:T^o"M`*{Yc1ze4"ҁxReꪢpnL'r $DqSLXP{t7H?A22&. e7coNHj1&Od6Tҙ1tf]1>r~DxlĂ"_KUu A4lJUViR̔*ǰ*Q siW'Ŕsq(qgϾ*\@uD3ȦA4?*`P]hL 9IXUvJ"%| 'IMR=Bv~(F%tByscG?K쒛6i*W&Ʒ,&D}uiB|?RJ2QLE3lFqf~_,CP0V}6M!<. k!3}|.-~4U[gՉ)F8'Ki<|97lK#?Bm #1O< PӍ}^ݞ~xxzŒzVSGx9xZ:ΙvDKĹCmYWҖH̯Yţ?&)cDdrr^"VU$ ~G!kb4[eH@oMPoE@O(2i3J[knA2lg]&sE;m|o*Y1 "CC;X*mG]A~llXta#QcxlJDǖ /êoL&p77~ AIO])/F?J *<ӗy0VQx\Nie!P-.J{~+D5\~T엸V2gPbM8l53AiKg|dA#Pc["щF:x/t84.VE[QmqNM8.gm*p.LbC'X^[’d57i~X,X H(3(]R9O8ZmyqU]?\7>1n-ܺY*[bV.p(!j]~97!}ƝHB=zq LFҫw~/f^6J`.{@#7JMxvYċ3v|eC].FlsW exGЖ{hPGF& U*\A9XB` ~\gͧ$ 4ПNjqO7(]jZ-ځdlۆK(<V]s;|ĭ8k(8 4V?K @W1ۇ5T7 4S Sw 3W7P^@Jݳ ̲ݩ,TldwsƱ/=*]}@Ex}yXi -{$=/5Gh!"R fG׳dO(!S?~0&B^3@64xݤc hڌ,/K_rWcC5yF,^HZt. B\&=u?T~.!f>]_Oܹ2P6\rLl 5e) Ц`ddfR|Zx ZGÕ8ѕݧV:•_Nx0ZOFXAk8)x (:B$\`A0ANY;;Z 4XB*2 ~7U,~Dmb::< NVˇ5촍 ;H≲)d='lUܿiV#H@FkV [=JwqiVT3i9ZZu[e ^3|?{A++G]ʫ,([!T OO/ ǿGB֙±N|HnuA_gh(J JaQCU21Tav$Z9|J-',%>u/L.2[k (R<l F1Cvq p)9Էa h:]=O2.z^(E6|sL*$/]@sF=x$ƚcC3o]~}'F~adGe ֠cNp2_Cav9:M RGF@l!Gmc9d#Acng Z*x4C1cD\%HM KHK|K tou;5 `D,V ;#V4x<1o7l-zCْ(v:(ۻ ?ډ^xZPHV2 _d@lG#E"E6xӃKA>_p$VC $=[h@y) \_]i|\Nï-km5Ш%KH3 M/ฝ/;5׃qTXχDO}]% C#3ИO/y02pu=7Ӹ<&eaqD%6 Mtp -v86$a%G2xmhgWTg7Tk7쁩uM8Dg*&z>YI0O#VH_Ek]4m81ވXUʅf)Z!ZRj Xı957?#. (XKU":Uwr<B3,\ѥ[&~jx*8# tZnGOG]}#;e `@ QQ dNkv_\bXybKgBt`?+8Ldȩ;pvl5q_1k OCSAQ6 +E|=5c-N!s<1CoUq٨+#Չgry{eCF| *DPpm֌q Up /f%0k_69* -rU[ñ!׼G>'= S{oʎ\A]N6%<@]7"*,L0۷ZeW1>xEnvg bO:E9\f?ArQ`((J {2=gGT\US] &8ķU-b,Ž2EQE(ip>dP3nL5j%>aXKE bqCxxxbE|4h-Dvo_οu4a QwwbKg~*Jm^:ig\Y"ն%6f_ExLVNGZL5YCDž{޺"enqߞgXìDE#IӞs>? І6H+Uru_D1ɿCnG<)+&2^'Z5o3?6{)I?T*LOb.uْ=-2kR3+v.'oDo8UJ0|[Q/A:W:u `Y<Ҁ3jr/hAb<~U74Bm)ki?Kw`s #$ce>J ,6ا$4O04tϊPpUw}DqxZ!#*(@ӎKJEPbm@xAC2VJX9Î4DR0S::l uSԼ# 2{v K#k ٺ/Yǀ)qkĜ t^,z'WmKzv柡H E_&z,?G9p22Y2m7FIX\%m~[ƚCYؔKa89%&YU߯qT#/p(+)k n GdS.h0Z=x[]7RA'X1Q=8%^8 4ũH:v?9,.mxA9-}(4{0ѲR-r\4}SFͅ!4I"dlÈ+ m` \e ɹۋ*OkkaD.al vx׿f'1Wb6b9BACqFyXw(;zXӀ8j:h#(hc`waIo׺M$=u25Pφ׮[IJ2?&ޭ6A \/&0mC֨4 U"Q15myy{j ?=${ν[?<1§"ie@ADjam24ſ;Y2&5Wj@EH4 6G p0>Cc\BY1}:!9{GHg;A<0gMk`1|Qqe MĦ\i&k`5rͅ.)Z.AA`TyF`h i>LJ$9jdf j oyƺ"gAwท{&C ȏኟ HER,q\n:5IҳD6G~ J>[ʹ,Ş{W=;XF0#Ҙ2;N D8CnzHI>J4x}~BeU>{*L?[4QHDu\U&3]R%e1է-5kJL`v O\1uQdD8Mxyk~6CbL4LF4Hu94O6 ΝxBA;mۤKPܩB+uΨ섲~>&9l҈_7bsvߦB̈ ܔo *ՙA3A^sub⼍BA;JI ൕS }Aҕk3ƢP,hΪ"ГЕC Dy ZpDTX!6|65[ykqp.8<@=J@>A{Eg*A dh;0ho;Y~,YEyaYPfױ]]b9j24LVf|G/NLb9)wTܦz]A{E"~Z' @JZ6VUL 4z 7{TM_⇸MOӰEY^G^WEt9C 䆮tZG/&F*t tMsU&զ85p1ʆƴ6ow*Om}+8. G ]&R7M& [.RZ+a×]{DYpLMʂ'qb g9Csd廚j+kRsP5TƂC()Qn%D߲ܽ>geЂ ?xY& _Cwv9{~Ǣ9-Ļ\ropw%jp{s*8><~YĄe/S]>)N P BOnD_6 /{\F02u@:pn+Hx'r[f۶P'1]{כ8!R;lϟq,FflE34|RkQqPz"lǼspɔ os=E%5vX,Ώ9h!/; X 'G1k bx-sɨ>"ܪp, Eat1~'0ʳ>o@aRJͧnPG\7C Ո4m㩢z-,#tuភю;+ 5=E7_XBbys3 {~Wd/a4 gM@qmе jTpjQtNtF8v4ML s/"+c\UBHa5&$Ǿ]G@2uqOr%S#B^\zWOV`|!$GG_yYig T`슥#2c6~X?9dLܪP7\q>+kYژ9hG TE>7/UES_!P1z5v,|jڶ \Պ"SV 6Pۼ$Ҡq/?[wCzɋdF-|\ԛ0GGTjڤ5|8&",W*,c4{̸A?+8yb:>y|ulhrH.o);@)@7y! 6 n.-Jx&#ئ٘;||1A"=Tk]\/8Di@"M?Xdd&\ IehHܫ5V_ni1)'Q%5Y pb2uׂ'X-Pl ǿ j Rau_e#B4M/>YP_.)oCQp4 #+នZOX!LՠbQJ @a7(Q¤s1la a&VܹM?.J~w,V{UGPObгt6SiZQ8Pa) hzEOO{Ԗ]2N#.Ryu^ l~mٟFf\I^[ތ@l~LDtrKSsrG%.}Bj)Bs ~&w9\("< |]k-͂}ZKp; <#h%\߽cp ~mfc )7)a& Et_E8Pn=`TMajt0S?x{SY󝒺Y_p[UroBL04h3sweh 73DpSdl)ڝu H#X!a`lf.5킃P)74)Y< SYk= % :>̨/쉳G:wu: / `ec"iv8L!6[Ꮨ ;Ia9r*+׽٧mo!e/7i#nRˠ}>Ǚ,rYppvW 3&'\D|,c-h(-Ѽ/@ 0gF*#VD>zcRsH6(3f&3xM6WxE(F%R謡#|\m.AS Dp'͠j鑋ײ &}ˮkǃfis CPN^ei>|QP=гUsrP3 ;E4g3u#C)^z-hԢy,? [h12H|,nNf5;_w`^3<2suUrv/୕X;jWTՖ6?)\#bG=Ojp<.S;I\L+s2u8Gol{xbE_JWJ$:‘va}辍QD.!3I.n +G vtŞy L xʈ0;4ohe0nQ(Dn-ҭqL>3 V^ҥL>h4kg˺ӬRŕ߳0oZ!{=2~֭_jHoj~-`_yVlZSJ)m]gUJ{? 6ϴE^jbȠ(z3ՠVs|T͈noӻv=Ԋ#`;qw8+@|Wu\78QʁHyR 1~`1 W$kzzI#e5 {{%p->|B`c 3ή]Ǩ"2ԣqyCuNxZtt\-YptLZ -< S7zޢLȶ'HjCrk*nq8ndMNu2W1ni$j>ʊe.&FVfWwqW:u^.82;ǗSIi-ܔU@K.NJL>{EؒQ=vƟXS͵%AcЃgyC, 7 > Ά)LU!8ӗF8\~V>N&TF+ݯI5xw1_?W=ճF29/6 s k2=A{t$*ÃuS#b[j䆍<3iӷR;N~Hq>g Dmo\蜓u(BPbUE}^qa'a:03O{uS}8PaVH+L3Mʋ:8BWaµ%w@S!pV'NlŮHTY+yr?~|oFf'vM ˅E`l;Cg&Tx`UNXIp:tվ{@/SҼM{eOf/ fqz{?dUz2y: \qIRCqrխJ |Tg~K6 .%z<N|TAeo~#ë^ ،sg[钿hEF0~ ]ꊈTSpy⢱K,|opi^!)yK_`f&"73erGP-MO掩(!矓0]]e[E6H'zNٸX]m?uQo6HЪ8vH3Rv}vdaX;_?? M\uuq R;GN+MCq)R_9}*1vdW1rrS<,BnRt;M5v: Xs7.8k照VU\x%QkAF.ߒj'|,*Su3LW6-AnO >wn7~D EFaȒ@3l @"61|]"7U=_%PL{N1ly9x=;;%Φsީ*yWWkMlx4&%c Tx HҊ~="H*.)ף̥rN\P t'OݲGwd SZnu"f"?&&T>qJTʗ'u_LT _4 @%6, xܫd+w:_ۢ(Az('_j(fFAc$O-$PqtcH?cd~_Պ?簐TD1dOR觉#12gbWt+`;tR~#0:Vm+/aCQWqy$,NkdcN~aSAQqkڞʕAi^`."_MzE0JNxjV9DF6}f+o~o諆dFEeD}:TX7LS-l/+;>Xvڦ$Pryʥ(aَϝ29G3)m %zb-^>)XRKɅ?i ?P26T,G'c{16{/ed]6gǭ+K*@'ncFG12BWv8i[Q0b`tJ ,qоQN7d\q ~iX874qå4m~pI MEt׋jR :3ey@p[oMTc&!mU.HUGڋcE3IהQ$6bȶAЦ~^k#B8GQpo5Pm"!gáE!ٰeZ٩ ZP.Lvswj0@JlKux͙q:Έ[8{ H poB*Rp; ?lW`ڒ{L>A@;vȌ+#v1};lv>bY*Xg,kLzx(c1j7ukZooZ Y `@h)۠zi@XIٶ8L3纲v 0> D+.mA *+KT&Y'mkXyw^2TUΞ]&*lj ~9s O^7.ӫͩ'Pn8T3O!̤RQ2_C7to;8>dnF)s'(\GC#';&i 78.\&~YQ~EMI=o+zl}7 $6U3r(༆3zY~K&" ?bwG~ق2-T$ןƭtuT>| ^Ѫhr*+級/s2|?Gg0_+ƦԔ )A7cfL5 rqS 4;A88FeG,~seC^NbC8Z)c"_@ߊԠz8HR%CwB ]TP){s,֍.-XхE;DO/y_+rFS[eQn7?SuPk2ޮvtc:./;꺧kP&ŒA4QU^U|cUPA}wvlв,R-k BPïl_WqG"08ar2bO4{y6,jOs8GÃe"[dNah}+hڝ*9xL23u.*Y) Py@.eEsi$;2mox+yD^xO&/9q 4}y|5?~U y><o=PXiT^hVGm"E\!tڟB PNM&.-\j҂%;ޟ4v~B_p҃,,3ݱKrmZlLF3WݑyQx1 2**{fIg~jS+\PILdzݘ@?]\QS-ij*V]ѸA)t/Yё,vZnQ& t n{ *D4T7o$r숣O]{+dɔ͉Hnmd~w\Y( 1[27svWgD'il)'1%96=h(<}f' :;XLk/)-7KmƘ.2t =px p Q}f!>]';6k>M/@7eCٞ{"ʨӹuJu X45?J`2α:Fۻb ]r4`~/S6iE ==bmxޢ_fmB/o"h2pt~ts s*T(I,^*yzEʌgNGsJ+<5~)#ЗKcHK G$m{Kkԩ?!fٳfV@2`E\ _ q+iS99WF\,,QGفFu⸱ˁ5N'Yns7qEvfOy0ŮֱWig|2MdF]N/&hx*U$kEl׳& 2T(,iknP_,Nkh@wJ,ѤQ4^Xh ]ڱ-6E4~R& pAMj~;n`|yql4DcʮϚwE*Bp DZLk<ҹ$)>f`l!;u5 ?+ybc{ i=8L%lK&6h=*@TK{^\g[l\K04EagTQf&_7V .F D:CA@.U8%-w*?3cUOFt1tjD^琠?EImER`%ދ4R0TFa&BƷ}Hy $Wα\ 9$@TQw \}%@AnX:nAz5-=4dT*稑^MDj/h.1iM?E"oTaA@‘(Ǒ .j\bD<=4pAsx߉}g8.;dKHzT l7_v2ۡk CGdGooQ)c춺!1Qj7Wմfb+5t8LȊ˶􈊦]TrFʜ:7[}B2  pR]\Oh[SwS`\1pk/TѧYt 1nWSv_{&>fg ۜTB;jB4fi^=\̓~t_!QA5D*~< -kuXVZ@N s)Wj#TPnڋ@e܇̺^+[%c~`[ 4ߏaՇ|VaGK~1q?E͈ݺpLz*a/BdƥT_碅~X?|Ak8d\Or3Qqׅk 5i5Y$=Ny6YEzj=!~cnJǜQ&/˖!YUDˣs+~6aIYmd#s{:fp>6M21QDVT_mnSXSs3m%R+ָKB%}gETz 7ziڌJrMZ(GMhK2 O@J7.S5-x<)EldPiY͵UCWRz~Z\Ȅ60c=Y"*Ů 8oSQigGy/(Mџc- ^e$"z,]AɎ3b Oe؄8ֻA"#L :^qRkͅ,.3J#6Tu 4>$-сaNPT:7/N$'Zru9J:5Ƥ,Xx 'WƊ>C7bf~){ڰ2XUvba͝K剘=h5[ejf^¦uY fojI :6<ϋ"I[=]<>HplzINm-rJ<#$R+̗^sb+?&" Ñ9 \9a6?cf9ך~zO$D%% d[0?)Y]f1V#gݥo  MƩzDivKpP+)yh"9XC0,wBPM3&"$sc#̫t)Hk8We^qZAɞமGER ݹ {N=^c&|j}u u*4]uٓr HE2O竁|JV{_# *3P#ʚP# K y~"컗th&2CMCULU˰}vCZl9KaLg '~ԓ)+_Ҟ&w!4eޘ<ΠyR,}H A+YQf" T|FҪ1&'F:BV3xZ˼0!VERio!\=lbpgg Μ,:EgBF]h2:b?{$=2uQ=#!B#rD@^zt hВ<bO )[`/xqoL*frV]6yfe21>2΍0g b%o:ba+e4#4*|Ɖҹ ٠)OHL8ےRԸXLq] 4nX|l'E RNk@Xsgq<$TFV_+MhHM4_lbzC#ޗ05L3,"H$[hpJJabՌI=.C/*lm/1Gr? ݩo`E+L  a%no;H{v@(C! ;u`p5u- ᛍO82goxx-jHWbLG0qތbYF,aPl&.=zS#RgkcXm rg aqX 7gE.xI nxJߌUKE%☂fܵ M˞3/Lz.炄5ц3t$,GyyH jRKK:F+,p ηtm,qmئ3EȲ@谄;t ėj+]~5-Eux 1>v&t{F|.dР"sT;>'Mb%먗+!&N6.dH\B`*?g4*?LHh3'F=ROw_uiRAHӀʟt;S! =t!(֗"G9++.$z vkj&Dݏn HhQ g#CIޭkD#Η c]{ n޾h!R7G* SMIH$ uc>XM,H1nlqZ`+$*?K/z ŀ]<:wP Zƥ\ܺGv~-ѝOXM-}@V6O0Z*|E0ʋ1@CJY W74rEܪȰH YL:.Eq+@Pk3ƣ D՚5=τ+Mn, v!* WM4ļ{x$$$)K,峮mTjXQ]%Zy ^z.4PqR\[A-Rhh[ss׏M)LP&@xُWg>^T-luG&\W}f{4} c6׽q?!cU#@=\wv yk"pM!9_HAr xe _ɗx%uW<+ L:L%jcf3eǒ%'g*bgCl.!tI>2teM1)L8+/8`I9BwiX~iVjS}ˁR+LX2:4=7iaX#߈ӕX:/GӅHZ*uYn G458 ҊOǿ>aj<X8)eOa,Ǽjeږ(](ʚ:6-]m KT 7ђC2uЬ;/{{lذWn\hpiZddrָ9%2A6:DɃ?LZ+p:æ*;oM0=ٰKE3FCh\ϑꯖMBC0 @ipL[^MI͉P=Zg5WPb<jUmSaIy{ݞiBHD("T/HTwXP?eGU[ P;Th{Tx%iU;+KqeQ+_de:Zm`C\~q5sKqj6e[pj׆~-fv@LA"7$(Ph`?0 ?b/ZÄi B+.YEfb_EGЌwaQ(RIn^~K?a7>ʶ}c 9#Bܣг7TkU1mQC.óZe̢-A,MUN9~JsMԭ~rP䃱 ͕#YsH%g,z<_e7``-y2;]|U|e gAn';5 !ģ޴2, )=]g+)jh*N 5G_1$I߶?Mt " LIE?fMygC4*_0v̯}>vڷ#h69)@,.! ¬B˯_Q&P<ڸ'_6ۡ_Є葉|,jX4)6uRS(tZOCD& sÅcYJ`K krYD,%z: д`<2*MVkO\/@E ?z!"@ݴ_Weԫ*vZAmV8䡏Jr+9FSc\t@v:LDoWgO _$hxDPM`GI!1k+;MEK<0 i6zv4K W ٜ\|C )bRΟ1r^ϱ9K#ϕ:+ ;gLl~ E;`Xo8wzz? t:WBkwc%{ +ӫAIG2EFaV^mr.~z+tCMF8cbqtn#{fq|` "CI?aGz|dy:4 ϘD`MF36p0UFCJȏDP\=uӑq9߃t8-fR$X9܀0gݚzbKX/uG=\go')թXYu*Èy|T;ߡ{`NWLwabbZGi_?i#~76d)zs1F_+bZAR= ǂ75؍C^Ӛy6#s#.u qM$bϓ&țutbucUcͶiD@ =`떸ğ{^|?FjPE m9R+fZiam)H|N>_ _ۻ|4 eҌ#%X_!1i! %RN oaڛGvVcG֬ozlLp6w\C5Ii"[;QF\i4 C(ȯ/+OGBeo)BFßPazrA.IԤQ8wRhw˂㪧ԽT#\҉-2B4LWQxAJ_uUy{MOVyT~ԋZ{OQڻq=jQa1-nCriF*2G|W!-Zv Ûf8{݃l)3u&Xb-eIphwqKȿ5ֻ#H뵴U 11[,sƞqߙ2Q^5Vq@<>0\Q3P&i "`Wڋ,׸ қ! ?۔B5덶S%!w3#h7Γyl ~@E򀰅z uce:}D߷ykk7S>j2#M"n:ggBg|Nc`%̈́β)5ARxkOtµdf._M;nZy9 ^!%iȑv7?\wT])H%$cG2 ٱy^ـAt h0U-4M!!y-#Y:^\7_޷n% C!KmuyUR8QzN$K4MI5 *(Hnb7,7bal|rznc4(ry==tiOk('˝Fqof į7JuW#?F5g.ew _ K:e9)C]6Sx% Ł e{>+yx>ta-!JUܰ5o00n( Ч`*¾}C'1Oj\pn,iwY# oh@]&"}%S'/̺Pl;P:7h$٩ ^2 mԡRQ$]LuZ|$,~W8v}D?ܢ~ 'IX¢2k7uU%[)7ehQ"771N޾7Ja:Dg*mϥ!; q*Pl1x ŬX|gѢ^ T彤Zy{#k'F¬ THAF~/TTک`|yM&Qqx.59z~X85 dBUt}CpZoDEy5ka ~3q).iou@!)%c(F-׷ L.Q u$iaw0/rm옃k%+gL^,kGiyTXH. ̗c|5& p)pn ĸi/л[i{h R<> %l+'31e(i (;mOqBU݄lMU<%V HQ>6z506VsjFCw:1meHSwAKvf7U1 G3b\jV4&@L\ȳ)7ZyD&֠AlھK_: J 0:l|gV#CF$:I' {3r5w3 _,F QdДZY6 NZV(u%au-kT؇ ,:Cƒ7"Bv<$؝yE4‘`+IN=eC'$n)HҠOd{j_-ϼ`p)vBf`Cqc+l3 u։KNq9iځC#=EjĠ_Ū>/Bv˱`/ U7 ;/D07gj#4.v%ȒUuZ '<\ *`jgzj4j y٬q!%ƞ`mF y"]f_u.Z}3iZiO>*Vt o4^6JvÁ7Lյ]oy,Vjg;#٢a-!qہFq`"w M4#%``WlEɜ#t*WBňblHTŌ[0{9{v0&Z㨖P4xhX^q! l } -?wW[u:HZߕ_7TFax6l]kGvFTS81˼<(-!);M"9X7imyCYlEqqylh{+k!"Bj(ڀL+CDq8o2r~+r)jzBW />iiuANHEb؅_͚x \E|WM8q8w(Y7+|N  QD!*P-˜n {H\X?Cd8%~2\e$qv ^EfS5W<ݲL]1Ӿ ("8ω4d_{qg Zj49.;T>VG$6g(خe"zB:+$W:pnb>Z\m.!ǒ~aրF]RA/8 Va;Fr;0"S!/,1hsNד-9Ү2 eeaqx]ڞUY+7<]2 O)=cg6ςs1 SV!铆!oST~H}^Bg̎/H^&k;Mᷭ5R]ⱂQUTBu}sW$}4U\AvgS0lka]d`ePHSwш8oQrN)JQ,7j_+y rJ`|ga-+\das/ W356`MU+O_^pIpRqի4^4>s͚}\i,ëۜ/䃀M{IzD!϶<4Io IL3s>۾1Td+ 44zYWg~vcAEFa55F!:mda]zօ8:oZRxG8p;CC m߿A#hC;PIRH9#$PC";C&A{lB71ux 2j{^?5`n?}8MnB9DL= L]$(?AWRdRW{]Z3`&ԃ:3,z~oD[eN=.Px<m7<5_1N9 Ǟȣۡ)QY \ ASHb^`iNwfӽNIr=3  '#x癍 V40eܻY!ۯP {d S Y2OʼnRrb֏?Mɡm7 Ʒkԇxu$ }.~5~)w ]m!\!L#ZTFھq4EuȦlX=Q#i0Bm^6T*1rLe#ʛpj&sNca7l>M~6?/%Mm& dv'wR&Td%"|}% ֖47Pc9|we2.y *H^Dz3ma?s6"|V#(+2**:VIZՃrsR(,g魇yx\//o^^i6}ejU ;O'LvP.݋ؗ;tR`k%smaqn3}-!DFţsg}"˧)kl) Т$#\5ے=$FUX/>(ɶW;{zp2|pLpy1׶E,s@*(px[L{u}̜'Ѡ[ {"=,4†w옿V?}vot9 i/~y'q?b. 5R݌+{| ?T‰%?nl)/gi%l;By&(EW*) .[",!( b߬cEˮ}HBaPYGu<^$e2nr6;3pIVtм(Km+eI{>*d+IMpAUZ !,ez Z^_[֥w)nM:xId'm-F/ ϒafƅ a7֤.0GaRIZ76M2L <KWs}R@r[@xI.Yu[Azcggh-?Aϥ fK<R%u+4[c+#nh`L]˺:Vu!'vۏ!n5kP'nO).`()d`iBLbW``vMiv~a>e)8tΆӒFѶ3@*ȗ9f=Qr>C,v[w){BT6؜&TԬ $BRo6bkx??XLգaTdC>-g:Ѵ~"St-A}!+,\\,D"Cۖ]pўb"5T1cenuśs.nPh,wHi}헚$%[0v*n9T*@wۖm6 (3ԡ|YG^̳8CG]r|#MƮ}u NI1 KJx7b#T"O@?:&|Iڸ^\#])kˡ!AUVOi.b'qt1 ҟ}dpxy2)kzXG~6,\kxUnF<զ, =o:T*-?aѺ̩GX]/sR44jk:^OmM7aDt%+OZR00ZZ2C 8pVž3X]&DNc^zp@0Ke[)x\; 01ċnO+y $XMYt]Y/ j˛?qpd044A@C/03'˞PX]PiRn=Rw#ٞJig "~o/M wm 脥PB󑟦1!|쎅(A/<I-/ԎN?(Q.z#*( gҚn%n.dvO+L+to\؂>!Kz`>][;6;WZwye%֣2J*98~DV[/O|?M}u>.#8t{?f ԯ&| 'Hg3Р~fZ  qsڧo6r9!Y"9W }u+WwsZi ?_1Q9: ȼ&-s [((vJIm6w{1(Z5(5IWa|T5pyU?2V)6ꎼ*693ZXNH=<赑詙QV/_.dѹhWa3U:D9nAe% G6c!ψ3^NŜ#@1>SB:+m0ɵtl!GR\k\Q4R;gq}j4Tę^YX~rviOCH-_gӾ~A~oIov?]Dg7ik[OUW]P-{2a.r}o's;dbB7a &{л-hq$8 DbY(>Ӟzy%C0s *^w_h׭5wve]ݵT5Ѡ5_h6~#O,%Ղb2iӇ@$|hiw(oʍKw<G?, kgA}S{I&$s .ykrH`mx}>(('͎نj/Չ0Hr!.M5'{0w-PC*`@?1m EE*]a/C%s q_T:㰙75ATօ<3D!1e4]y Mb"C_)47Fvv_2ЛNp;?f~^sT{oGJg[K"msv7Z=/# j*v͌o8[&u-g|xe TFe*Z4_U;!"&K@Xy}VgnzZu&V4tBy}=`WuvdN \'=Z;2}Ɗo= 7Cf{]> 8Zu^@,犓Z=妞IJ F:V7Clu- ;sq E,r0 #Y.$%r?iz#EZXٓYP S&5sK=?V_g0fKo)2.*{1).Jȷ^,u-rxӅ+߱ Kx5!fqYOze6RDC _ur}TP/aR2:'kExdB;cfQ"T! Ct,q%%ZGݺ5R>ml'\uGcܦ#} |oȺ* ]xu=4Kθ` "&{7؈$ J9,e:}Ywgu|/f|ZofApg}0J<qbRօTϊ(Z̓ gnO8(OA."wM'w&6YV\qnZye6VVJ. h P׋Gs[/>-XDU0 uca ZU@Z霆+R9f9~z_:~];H#5[9'D9d|R,,[i/ ,c!C&8booq}4H\0Uoh6,u 2+#)w7tlSKR{Pf X.y>R?\mQ"3íܐH}My f XNiZglEPQڐ@lfM.P2\_:Jx]3r+* oZ+DgYqǬygr& QU)O/X=RMn Eu=$ kj(/ɉ#7 ~!]6u4)Bg|1)u]:T2c(*CY},G3wxe23޹,!B9lޡ/)$\9~5p}ي1j5l0" ʫzgE#lm,ly ʌYMD$'6:U7J0A}h= $eGh]8Ux4T/aN'"Kawli*CVm98~FUD_K%ɈX$F  RV,f` gξꜸ Vʤ?tn˻fݑ W;mӁ|>U BctN'Qz\k27 mb*KL`ٱ`yFqVin˄3s^sapozooQ`GB;0IsVífM eap{{.H9R y KAim0av CKl.0¡OqU Ȝ3vM %0.?W|I<[ܞ߻gmlXf4gw7/rKl W'e3ˆIf;KuhC͏L\d.m{ǽА#=.'BYXF0ԷwƘ'_qT]פNm6KCE#qv&ʤkc>1%V40J+ lK}hbn"LYα{j,Nɉ=_XFhxsBr,J@)(mg+:sޔ2+z2-n:3-2_o w AW-3,N*v꩷t>d4 5(9a = <2ItN D[2 5Q`# ?Px,q CTq +-C(I4REs]޼D*ze.y|kqb NhXÝJ HV.?A_WC^k"z~O˺=_v`\aEzBI%*u_PPh䅙g#FTxQ q\2[+JXj fV} i*,Jέgq=$E i_b/VX6=哣!NdMr-u ?G +McZt)ݚpWD֍8ɓm4eA[_U "i.]h/n0-ߺhaȢK1IALu"ɋiql )˓}5Ʊ]+Ozr/_!aF [=bwB NG>*ڋ@ Z&A?;i@6h{IF- DC iJxLÓ2Dh"ǀz1HT.ooLgCzf e`~ {zj"ɳۅK. (WAnd*7fx[d3~N( rC݉o.珽G㛍;gf@I\W,bJ_ۼ9r2V(אxӜnM"vK@Yg+ɝk)Pzпl9ظ NPuOBZtw#ђX{ YEqbC]E`{4o0oB()W8(n%n5N`-li~6-S\ U+~A$?AйV$*[S.x2jQ͖V'rwT`H+/b#GkcָQ6iԅέ>F8[bm5@jv=*&#۫f "kkk&1g"- q3#oT*Fo u%AU[ӬYnֳf]ܧKeBr*++"2MBP˫L.EQF D ڒl7y&݉k2FKb#:8I3q;2qa3%/Ʉmj;޽3 Of| I9;$K:Xډ!ٷ1$<# T [_|4'QIz(Kx5 T!BSTXK]ejt8Oh144dʼnBi7p՝a},~ab˫rQ4{-[71ۅ9s &:] ּ=TIKc% eZYТgT6B?Ҵv靔]o WYjxuRC}̰qK!~L-|d~}AqMkT.b8]\);XDHu#H t^\vmbOAXxy \348 zZ^M)=g-jENckAwIX濋B~K.2LӚ?bOz6! UCߛEk7v?)tC,_(/Zh{mN}wnp'oՖ Ӷ"{ڨm6$aKɝ`р* pHy_Ne'?˅CtTǝI@%:gp~X(ԁ{("jzjicK¥Qzg-X1I@(GpVѰ_N|)pSIği3/ϸw0nV@-xZZU}m }Jfc|/Un@׌F?@;b[BfyzvH3*g?:fתRQO-C;~^M`4_" 'HR1/{Lt:eiq咟'Hqߣ qdhgm缓(w$;o&D&D]Vc6]׊`6Y;qwxLֲ[ڴKosNP8k/ϯA?4gw JTnݚ]XQaH [ ^3"[A)x'FN4䫏\ڤdK={G%Xwc8 i7 ]  )r a{: 'qϣ-ytolucqs ։j%D7tbRf7O_BD`.k'IoDR,YD`dT,&B1QEYk~`:@;nɟφ/BfF6 gPLS;h.6[T^g{T3d32ܮ$a"ۤ̄"?1G5s \BPM\Gx5ZO1{ cPiL< 2Xڠ׆FwW_z rWO~ J/~bNDTXU԰Te#YֻXU*Xո?VH#3z\;sk77f %_#HӛO-_BP-,%U晄=|ܐ܋b'C | ^)eTgCL?Pt3udsV8tIuq\TJf:"WjCO Xfe95OJ(<@ rM +\=:+G,Mo,/N7L$@pfbb=JK;b}rA|dvQvkmys~?ECp*@ؤvw4ʞcV2*dΈOՕOE+"<4o3b(g5 y.E1Pk> f H-l_ J3#!pws*L6srH[iڠq+3j$4%lj@t@s6\ڝXdj$R2!r2<gPsk9=12 ҡ}8!;gx}a"T( Hm9 tJYBXȑxe"r p$)vgKNG7ǩ*NӴ,>BwAژ|GO^Ka'y>Q"pv"Q뵴C Y#m+zr WL fTC:9i3FXH ^ypQ9VKP?8Z w=U;#,_ytX%&IshB$&s] {3m=?6 CZYYaJFl) V7r==O2bʰ _[b \ić I{eĬrqdթavlR% ML3U \ZA?ݨ$>XA%qDAEeǓ|;>*yv|]֩$eeC@em̎qx@v۰/ lƕr!E-U+8@r3.'$83tڒ0(ƚosѳc 曅}FP<χ1ʖuLf9%أ Y=n3O^!Rqb={gq&s Gċ- ҫ_/a6G9W.&^.] =) ?S)*?_XO]Rg\wN..nːr'<Z9f|XW%/5ܠaf@B)ex?71.LEsݭb mzJNJC/r9ZUAyBZB7ca3(V?Z*ik5$GđNJ( B~Ҫ@>)z8ҳSW».CcZ"H(spiCd KhWP%sr5&z+k MGS?9|q)*c/UuƚRifTlکqe|&2כM< Q/D3 7U>7THSiD%~.8z/s LDƸ* 9|[ZdeA-wlaoV_o6v4 "!jhS*oδ;f)9([UJ,|hP~L[dyez仍#)! QO2Ԗ^=g}̆*i !%ʡ5xH]$GI ]K(^TP"cΠ+ 8ə c0Gop5#}uy}p7ck=,:T"L>Z0J%k"K3֬,F`Őn 'ʻf@tVrLtMDLjKCAFmh_ F[$g6zkB=SBZN7txfPQaQTc_x4 OvnSȳ)24n B^5(݃|JA [~./ݖw)GPZ#@D!$ $ѓi 2j#qb'qHi},N+A&p,TדGhPCks ^seȂ#Nn*jpE"L__Zdz$KSrGὢn9iay~q!,"7c8dhH!k~ٝkՄw߉@_]`%5Ajԩs y bcT/D ̨q"7O{$}m^@gliM#.QŁBy@ tDx'E2^TnS2.3;K75]B v{y٧8*W Z'*gs:ƛ~)Pm=vó!=T~d2owcJXm"x4S*( Z72 ~e^L敿f)n4B;,;n$?^|ǚܯ/H.(Em6P }Hɀ!`ڀ>WJpD#g3Ou$on%x_U Jhe+RGee#:!#?G1,nά=ɮWf(\U?7qM!%ʑg}8T+/krm1{n3]M90zᘢTHL|VWH2+~oTP !,XuG'MFd kQ m\IʎS> rm iz?;ENR]ɐ4O9-'sL jBd~Ħ8"vDsc Q(V >ܰc?9DVo$OT䑟iȘlt]ȎE>0ObXNU\STds*&~KOiU} R½r3vdVhl\iB!T[* =$U2 U&ZιnR&s󣮕۴lX|[=L_U҂Xè5Cd6 qqq߮|J4:Z{8)`%NWi б7֖x)G$H59É{,է4 ߰щ)Q<ۀAݒ8ii Q.Fơ-xȬJױ,alj`#R| 8WV,9G]:ꝘKkC5LꥠMoR;N{^z'٬ vwi +@_Ԟ(ɟ%DBycBH`ؐKaDb}.0iTưh a[S{XWuuNʉU\)U _.QQ[ʕ@$Ioy_pfV^}3.L 晋$k V SB&K%U,-W{LZMz(":G} Łw0 w5} l&gk/yX ]ў8X_9ĶPsI&嵐Y堒 7ZIdCsJ41 Bkh/)%~Bf?K)E6%0goEؔʻ|,2]ב RJHNϴ-Y}$- lų>#;υ-X/aBDyCP,sLcq]T)ӼT_HL]AckB%'"cDv ]IV AAޝS[2t͵ /8VߒQgI0>sZ"'yAoOj:pV9Wv>AY..Yh?̳̟~, b'Ron\} 6Ki%wk ໂp;=%-:(]Nb9tt!Lm2"C ~;Q%v|KW̠ӟwsREo<.I<P4'q`i[pƼbv/UT1΄ ί6S["fhNV~MCR"2d!?]Q/PH2*} :tK:#䈌j< `>j_Cmw`M@*'absHGwTtGܛTݧ៩``h ">4zp<ቿRԀ:k')h7dm%x]2"oBU?IX s"t2g '>k!hP Tkb#4 +MscԿb9V5hK+C)QadRH>? d(L)9ۏ>-[r鬤fG)sYUBe47?Wt[>~YG#1b?@y,_;*Y)aoWx4P.e5e5G&T'\J 8bj$Y /wߞLoA8 V:[6h "c&%oVE3J ;Jrogц,)jֻ/6V폯<4}.[-i皹 wt 0RM)aeBF'<{nmzqQ|MY}xH2pX#aF [<1_jOF[1%14 Qr+Z7/_b=BNx `h4&P!oF;Nض V1&1[p ӻ&!d

MԞcʣF0@ ?;k$#A%.~)[=nQQ5.$?1Qa؎RXr&#yA bFx@;S42~̪˹5EE!"|sԦ {gXfHmQ2m5-&<4C Z8Td~)P^LMhrek2Cv/ #Q.mc)6=b(YoXwzRm8:i^OG>EJտ4 ~jMqd%m.k܅xO043)!pjdZ1)_%O3'bgB~j@Ӌ 0*K,ߴÒLa,Y8%PGW5pH rXMye3q.wB A8lۄ4"yp5@פ:t8` fNImay@{Z9b)1CAD r:| ŤY{_ ʥr=GZz N-4B['qUO۰L+(B֌jy-k9"8hDc&L=,b!z~dhSm; a|~(%^LgҀ{6Lۂ@Ҿ;y+,RDѬ7^` zH ̀ep9ϓvy$b947f:p;uEl]*b <[߾p 2V6#Gw7/H)Yrpoh\j͙+̍X_@Fsb8#AC2S3#7ZΠEdH!q2jCQw*$:\DkO&aSk P۵9x.WWY3Q]qQZ+ۗ$3[Lt ]VArYW8Qg_oV:Kek}DĬ J)LP ^~4~bVtWYpflZg)K| 0#94wB]ש1u̒H|CήFt~.<S3X]:)4P7 R9^ 43Y|^(>S)9džAG&hkЎn8|dTc|]L,>")^džϞ_X%) }Wj&EH-> X c-Aer*i ")~V=J}FCd1/^,beyvoP ASJjjCc[ۑwx(zy (fj(pI c x?aF!hu,9iUNc8ze5gH?ok?Nk2 n>i^7Q [Fʦ LVM@ɪCpk/s:X7c YI|P~w˽X0fVt2˩>9[k2.,&=k*;HԾԱ`Q&ړt"Tc܉'g %ݜcZx)n_GD#rwMTf]CHnYbB oZ-ީzCX+uoWןE܍)5̓L&3]3u~tf=7[ 3hV;b~"qǺ)ÓlQ7qUz>Rk:كL,lGt?]n0KQim&^ p]=uSJ0Vd21 v7+ /_v[2QU>ziY~"jJE ;wګDy.Kpn#7Tڞb0%2ĆXͭ 0ɳ"`*+7 N"%iY#=DTcNj=лs)e2zX3_IT]IWdH"^P׏loD_:=#D8c&{fg)M~ diI_Sπ5e@1HI'\O:G<]Օl<ܖyh,}pB[R*+Cr$z8moU?83D K=Y;a$_jۉٖ !QG0!y`9󬓅zdv@'E +ew}< ݝvh| p^N}â-ƊP(})Bytyv#F*o3{ Ǫ&ۉfe=X\6t\T=w@5NcltxJ5~?+1j"N^!8-zȈ󻰜z֔U;F1ATI0R1A6B7 U\MJV,dO'ƒBY$yXqKof"ԍ'w5*>DVMsnNMHH>_|0djh퐊cuqw/IqYL%} /e~xSETX1G9潓s*q "mwt,C~|jCDn2 [ÃU|BՋ+BoO R|?>k]8lh5LxP䬜TۉlbC*v.o5FKIĘH[d3@C"}F;p>#^JL#`@39-QSS]x9<;.fIQв gX| -IN%A†M_0èf1' g#Iy#%\;YU.a$,|zLсlKgleӆZPG[ 9i O+Tf*c#m5;Z,/青B{`\(Gh,_c˵Dg63` ^K7O@w ݇IO#ǥ*[ +f!2^*ZrG-/MZlWc/rEd4"~@Z@_h2lfU]A]b?kMP3]&ِ6t %F{"׸:F9qbac"!L[I_&H%?ȏ'i;B{Tt$[UDme͔J q!u/.sK>o`Du/^ʜ-^bXIڇKjeiH;-C3KTg)?k-jqzkt|qɊ/E%Ͳg$cZNw}PCcҥ=D12%|Bq2/# 8jas+rBX P[Ϩ Rws9ݸ\-р|7JEDԽ?z 9}|$LJm^[R&9/9E##OBIu=l&}=,zyK(Vv׳S|#:@ʴF;5MXK0q [͍OD8Ud84aEC3P*z׆gMG\,`I~C:nT %Z"`&ZK%pnu m5z}P*+[=afE5 صPj /"WnoCh3^ ,"F|HR3ecw*6VI=j`?}(s& &z]p=stL_LT|?S߹MuX/FdO*4d}ag~=b_ ld+L!L55Z%po +$_:@ ` s\J ?C/](5y{/JӷE|sYCmxD6Ǜ%5鬦jœݲ ^׌ )~8H5 Ob-HOʼf%Y'bݛ(, H o`&L jhH8U٬X-+ݠc0C;*]uDXEKe&m7{ǔnR~X&mN&s*NA:He @|h=6EI]rWPz<MNڝ[2D &)aL[~+0r;3SO0>Jn驊vS/t etXsCeoq=D:DџT3?m +7DgA"ң&^%|_dU+R_f9 R5y P󺼾qHm H f6y]v *Lz v!\)E>ز -`bEݖZ_p<,dY2A%8p˨Pd]1_9xCdžlH?ZbۻaBㄣW%&< a?ᔑRT]:8#x[-> /RZ] F?`Cq$2J ]NL\* <֤s|-q2Q3 ;܅ 䀩"宴{~yWgY2CYx~A)0W-ͻ9"bFѼEPͲ!Pxz?C\1402*ԪnXJ^n? azRQœjk>h>KKX:1P"3[(z`Kv:A٥P><o"ᇳW2s%c O+:=FKri}#4&a!;ocP,D.Ɯ]1j=UMC1M.] H*Lŝ^ *ce#ߡκ5GS YgcڪOn7+3r^Cx u/M)sxUe+κxdtG<"Bժcl gxғ AirW蛦=Oa4H]lsЁR)j}'AH1:дS (4(NTuǢok)B56ͮ=\UЗ7|Ci<@J_utY+n{dxt]G q_N_BG2gyl.ǚz K5KUTl4A=G A-heRe (=5,0 ٫~08\E ZSqŲ!MJ/ޯTъ7WEdEBYvG.$2 BĔYh̶jj.n8 ]N*sǜ)iD2Rd`r)ޣvޜ̀<3OXTaXֵNkFp0 `qra.^GvW]O/>{x }/)$wF%g& %JRHsr4F@P`8`dpڗMG2(A> 1,l*ŷCK,Hsw94wHC"m)ҁ>}=g~pwdS%,OM"H ںiUZ\ƮYTAV `%P^My6 E(|{.:v}VneH 6 _P`/Q=CG} q>d FZlH=,VD=aD̚چgֈ8Ѥz?S2xLX Jte"F/([C$fІ.kS@L-`TŠ/tT*EN(rdoƣ |˦'OnNLsKSv+ qP[38u`1(b8(4g:=\OJ+3-#/"ޚlNkUHU3S|EgryFWVL'_Å&>ؤҕ@Is^~r\OĢ)l1U+\E(\4ly177EHQ_'50*7Riؤ.ڤ#-LɪIv2L;:b`V7{)ZZ3QNhjcz}htM8cRH^F\$'dZQJ ]҈z,ܻ+']#&1o?뾴TEkPՌ_bV]'r4'#@HN?4Emb r6)f,Zoj|*L<$= @~ZM{Q|;,MhT?ΚDZŅG~7n͞rY!d#Ը{hQIv"%w ( /4>ᝯQyqCG{1.WD1KQ6,VP ),dmdoKI 뱦 s'.h;Lbmd>vҦ@,>Ϗt"7pI.ji:(&lzHӍbb8W )=u8vP+4VxP`-0zm:wGB pŎ~`ڄ+Wir?2_şlģR[! LXnF&vGC%$Xoebv@fKHcLJul\D[eZB&lܾpqr8k&V `}ciǚ6ҡ uH*%;q9j~kҏ J> >tX5ji'?n#~{GA&i֬5dĸ*>j.,9 ?1c7DȅOŬ}kb8.իF3G,q5,Jݺ}U7}Lԃf[HSє^REYR73Wq߂*˹ɴ9-mpf$ZSHK4伦] Qļմ60"̦_%&O:;)~ ZϦp_1o0G9$% #iGam5~3e,h i\L$-wR9 )Y0 MTAei)ZǬz+Ah#th[w7 `'7#ʦwv@O1[--EM-f{tFfu ^/Eɭy@6} GL0;骞ʺaI8NՇI" 'c` 0WI9?Ox_"ԫA#T J; ]17a\*x@?{uD͛njS>YqD K~Cv50 ϮؽgI`Hp&꿢wo9ɔԇ*rS< aR!iei!s~ _+SZXnH~?u#F^Ż`!*Kѻ8%J!d4*-%!褐B +'ypE{s}^B&xW׳Zȫ'VuxGf6qW.3UǍ{~SS#DP8̻d$\EQILmAg~]|ݨgKqJ-Ϝ0.vKAe߃:PN]?ueݫ4AZ!ꛜ|iS1@MɁ#o/ 0Eprvc0T`hwk2rz*2sdE=bi% \Q]`JqzQ7LS (mgdX_jFHZXboBю=!4 [A<6XXvv>G hWtZOu_b|΃F]#?2 8-9 xG3պr*TBxeR\>v H?pc*Eg֌G\4TR?L€!rwIv~uLMƒpo1 u7cIPjh"G1St܊~AJBeλY-6A(ukkV ysQ ML>=vdB}[$ 23bmg/]Zwռ:Rב33 O>i( S^ޮ߰{ڸ晤CIb)/\FtAЦ k@9ٗ6zFnB,^bkJkuߝl[QP,d'8tʓJhOV&@3~3I]|mRJS {C_Y^Y(qzke7 LAb`$&KBG]PMeumei:ջF0-hPufY)2 vxV^>.Ts^g =."3>d oF0/_(h#@~>zNYLxYzz -uHV\ۉW .cJՆR5ybˠAdw^4euH`UVrö ɽ.`a6Z}:*fаֈ9Bb~D4Z O$hvBzǝUSL%v)2CS{\p) HC`P%Jz6!6l0Y؆ztu{PX^*,F^dլ29m٥)vLpiDYkr;q+U`X>TԔ1(|)go?>߰pj _].G)a>\X5=يlv/xjK;s-däjr|J͖so㈭Ѻ>^* *(g_Xe9)3}*se~cjPݎ4*]k7#mеD HKHEY!s¶Ķ0$ZvV}hv662³HW׶t'C2B|koj(⠢+, v3qj_ &Sdc"0D?VXQ^fY'(XOTDwa6db.+_ڣȆ4'692y~z_Vtz=j^ )ל5yfm(1 1! I/0X*NB,dEb4{L3>'ETh딍-v3,.a-=<  o>/fS;RcG!Zvs;7Ԡ\i5;gKe8F@ FyG"cJZ{1M!oUϧf95{gPwR"t@ >]$-{~a J+V364*8N!rϔw6]곒XvI{p|Z@}&tRn)f mŔܲ&59cpQ7gCO[N5);q5;(I2Ski^}Wy^3A1QAV~z~s ` p[U&qڦ$ zyۜk8}>yX̭c'v p  <~f7()BACuGR ~*'{OZOTnXqAjoqs1h_b8w:c'hLMc9:4g@|,Srl)MIiseM(-NP!MJTs_?L͆gJ'DvOl1~5@rVKA c."9HeV ](ŤWU6a=0+vF7+A_v—%$GؔM`n~wc]",,nW{WD G-)-W}?Epu=;.אHfy}Aa t<@y8VOmu@B*>Є^x?:%3ǃ%{oSx}l.3&$s&_8[ bwhr.B;@"3]U>|r`)axrNUًN\mXz:[g-Aܣ\HҲ-1. {k@<xy ?J["O+-a{ :Ӥ9Lqf{:M7O"W{9?"~ B_}j0YP2kDweh%>)G_#VZ0QO4Py*z+CTT6C-TmKTuO wPiݵ 1o4s.왂eOq pOqd+>IY(cKN<Q8lm摀^D [ĵ9-=t3+Kw"=$Ϙf%oHUik@j`_bIiĠr3S(:(8j9ʂ c P;j>pI\#Ne7iRaÒ$S1lS%,QMK47]B(5Yu^0<5̿9+ncMd^6{Gtבgj'~iG>UYf" =a|PQ-Tt4CtLQ6 ]hܵv`$58="j@=r2r;xȱ0 S-aWftABw8ƢA֍-ͭ8'zjh@ȁ-; q { ۉylm~yUBPFu)X$l!4Գzt%J^,7T[zn&aYW$΍Dk9пtMf2{0pіSjnub"\I.45%;ݜc'pC1=Ds_HpzPM=2;t8袣dcMZ)B>̫ᓒFI0Dݥu`I05\ e+kB":"&Gˁps4@_:F-CB4hmjr#Ϩv&}y*sʻ#VPyWG{~ifd%64j"?9'wg9ߋe858Bfq]긺OESHg"z?l}`:Dk+@tԠzCeb%O!/:,w})0x!.\ߝ P]+=/;-J;sHx-n.xp}c)ZrKHa:L"y$nGEM2JP]7MZK$xF@DY,vLxpؔ D>!D\F7}gR X#s&o DR4 %ұU'^LӍZ^N\vmt8CǝrӣJz_pl{i?W""zCFFar3T.)JƧF:.`T'~3Lr<2p|$) 6o+CpM&+3$c>F*n($p[?嵆)s 'A=0{ei*Sޑ܀2@_Bo œ5lR n'Cm/+MWbB?Yb#3 C[~3kLj׵I3 K^%a' a#:^:he *[Ͻi%S\uj@s"bzEADv0OD32ZX%=1`D*9HSi_M?w۸~6f\Bfx/ywTCcYe^!/#L%jq9ꐻ"Z;| 4pClEeġ2| U<iY&\,[ +:Ӊ#;nDwʠڼ djC%d .87s`~3^WaawrTڏ>uI,Kbv.`>ރTHOmv!*8W1IO@HBy\*6;QSH[3 ,mPh@h>yN]%Cn6Y'QGg@w'S}Ӌ&RʕQ,4ПEC }ނj7mM$L -(=>lL1F4tҡ^GlXc=,1 v/K]I#[1L+Ys"!o'{ݺ$0)!hK@:=n\:8![GWQi8 * $ f~kr?ijk9M1ّH'WC~RF[N 8Jl@[P˽c"qDH|fbNs$ \Ill9]~tZK^B .M\v_<+2Nxk%*UJ|}Ɨݠd}-g͢ aA,Tlͼ>!v@21,c1FBQ vo؅g}k>&ˆ]suJҺ3;; }fV7L#X1(;R > Xm= ɋu%r¢zЕ~1{]sPficfnŭj;2]y^re*Cc8di<#H@⪿Tr {4N6ƥĠM+/1&צQ d+m|a:!V*i%weNbJI⤵˥ GAT,x⩷]!iOTov0gD&Fdڅ: 嚕_fXaA5Vҷ'>~ &&Sx+o #iaP6-haA@~L2^5 Z k#*kxY.oN"\ F] Q]G/p^M5֪ڭ&=,khnɮ5diD|Ss2T4#Q}ؓS^riNgN·)BBF)]<Ԧ1d'Ҳ:LG NsUhF~˔qPIxnS B@lL8/V2-gZYg9-}̔q7/˺ taR3I9]3KZppd]M TWBzYv_b/cQ$h"&-.%猃-[G^ӉLs dp\aD.Wї*,n̏Y!`s) }1 +n ~gyF#Z I1Ur."`}znꍎq+إ2I_^CbAF0Jq:` d?Qk2 49 Z=ITP21$tZSWR]֚\ŨIx>]߫xL 9 D0YZW>=Fj,*d\,62 i\ ;0i3: =@&cң/ WڰxTMElG @r@ߘC%aI^7xL =uqdRV,%B/܌׵a!VR3ɠu_|Oy0}~DZ5+C<ijjב5²;$ lUlov$ ~SȊ$`"27a^a @NOP܄*X+<"؟lxo!OⳐ{9>t&8w۹$YX}'e:@֕ר&7(4/`t~#Hu#%1"Jm{TGҰa> %hQcPK {e'D#tY81x-2k}6A|zOyA)'бIW#hgt V&OgRwY1~$dҀ g4aq"lDGY~ǚ!F|9ձ9CcGw1$e EOuЕS! +E;K.Bu! Am8H܏:`qT#gFWT3 LL Z؍QW\ jsXYD 5N}WBS#~u\f1@Ru"otߐ`WX&Dߩu2H}얫WR.A)-; Vqt\c)s[|t0tITe.t 䁝RHy| D\X" S'Q72TH| }lKn=kK6c'(4w)bmHwp*UP@#j;QӅG(tsj@g\겳YȴlqL "PtV3ڂ=4(F{: 54Ugb\/z<&N["lYQ"fd-5$ޜA@(P[Hm)LF`~p88G}rCxCg}\ `+qq*7XQ"o:v{" ~@ؽi9I{WnMݷվfzcFN|i2ûlJ e.l7b5,o˚Dh]B ę{qoݿA,{G?D4EIF k'&^DiV*O}o4dIFϬzvK3IIfr4i_(/ +qY^gG#\fՃZ d?_{]CSJ ;K_\9iyt* ×ܧ|1 *HdBݕvSr65|+duHJZۖŸ E*L(C+Rwf tN4-*=Y )r<9gu=+k;$0aGMuz!Q,u>۳έ!.=Tg}z!tӣ!wxJJMn &KՠQ&T:Xc,/esd1KhDZK127=mPyfR5r%"?7,{V9'›{ ճ#J7^,' )x&G7fҒGDe6f e#V|j$7BC$,{ +@BՒ<]vu0L l/yӟD7ϦzhH[iW}ue 2'][s tD&_ɗ2OIA6b{6Zd|JQmh`apx'J`ʞ+>wTa{mkDN._m+ʉ;XWDJ,= c8IH앜e) b.);M۾s2yIجP>gRpFX qD=hUBYp>'K0V+:tҋTȍzjmo}ӸBZdwG\SңZD}Ttl<Dc_|I2 _hҶpFgxt0J":C#hq]$b#PJl8r"qv/8p hn=*mxtnfFɴuɫ6?T_m10h1>ʒn; c|bV'+0Z&oZT?OMăӘ'r[iKx<$|Y>Z댼CڥW=ި~x[=,:u(i $g3$[}l"gqZwR{C.D-cys(=ߤgYXQ(M LG" k[5*q04bK䕾r=aDdR_mPE[ó,/%CÐR;<Κ. QjE۰EL*ZrabX0jNlIk-b>?+L,E;TE &T;KKhhb=E {MbN()Rde/c#XUG[Fn|N}~ӊ82z=r-u75j9peHvt DC[<ֆdav,+ %6]8%rG=]t6FP?lqO3k bsa*ĆNl|ֱ*iwb24qǀ-q^8 sOT ynW?3&J)hq@i&+8ܳ\ER0hfvҽ M?=̴8u9#{9͸^#g4PEˏ1 RgF Յ7 Ր;tw#<, <0*T#QyT^aIōr#(Ιd 8 F€pŁy8B\g33]9(NS!@¢3=`I|V֟D2V:uXTBYlL$ľ-S{Egr\z]\TA0KuAw97fDL1ٺ*Frߡdc_ AU0ۑ!WPw'oro{@~c<شV ,o!RJbpaޣ:Id"25-vD@9T}B L[?U\჉ܐ3z罈"Y?EWs h#E.xHex$r5a W\AZ~8j6HQ!G#l5`fPb\#zB >'4gԄG ow&-z嵯IYec:nR[vz l_\60?%(|r^#g7ZESgk"-j)^awEq׾FC8S.W1J]_b܈_(=z¬lAu`mTP+b=}+XOz 8Og岨ɞv3 3 qPL|0^Ieaߕ̶ah~O9ɘ|-j+RmT.\WTlXA$Lw13x<:Ï= py;mf \A<` OI>ߎM4 I+pC3-Wy9{*%DBC`te(_;CTankˡzc>g`C2KMeL`f^$k }\18 >hѲPqG]GВGE x ;bY|iDY~N=@n&i鱭zt-Aם=eծ5oQ}7٦b 3vU;7XP3l1qcxDyGcMDnzC@E!SZsc i58iǴI^RV1S.fΪUdS)/TV%0]{#p:ijO'K\,b[9Q6ms=YiDzqќ ټj:M$1ˆ@ &G8}U"Ds)f~(DĽ̈ryƖ(~j5gWʩwhh2#,ƈ 'TϪ<`|;5e:_O(#>Ux=mX6)iVOy¡#Bvh|kH!OS\ NKu-{8ڦƿ[Al=>ǝS"]r-BAX~k;R 4@Ycq:9i4J2YڪeyiC0dP<˘a HRl GAi|c^u YҒ´-Ձ>^kW*0[ lXI5}DLb4ɅY>cwGզ28h0S!wC֢Jx(W妌B{7dD03z) W^z#yZ4t.;LI:eIR}Up.OXTYn{ )]ƱĿVrINB,FP|{K 9B\9_u7'd㺙iEٳ%|ƾK X$Ijk_Jӌ >D u7ПAJS"w<509dW~r[?nhYo:22HUÍ\ȁߐO3׸|#_r(]@TOeXt#\Ї )JSByqi秳Ÿon ??/g0ݢ#/ \OCVUc#֊1H"\v:uVdo9$V,>uTϭg) - \RgPyGyתg BCzʸE\3vEuՒш?D Nc wGrSK?$k\`Y@VÑW Q =;X#E@@[w8J]fbcTRNr* ](fzZ=%AðwK&;N$0Ub߸^!m(o>31랡 <h$?q~q*RX kp0 C4j#7rWم~$|&nkbh3~2I~v神yB!)T 3e'r uhrtq+b6)Ra Y2s#}[l^ .Qx#9,VG0c%Govtg TwE 2w.p[5’juAQ8k.KLSRdȋ%&oEu0 K, 掎Y\G {D\<1Fs;Q-UO핒QЙ#SU孪;v+Ef̿1Q}:*ÜoGc2^W\>3ݵ -_8L35 >[kKӜ7mͱߟP^f0zӒqv/Cvhs\mvvB%P ݞ*6zj"UJE|lS}m|oꐑP"帵jf騙 iu5͖#>*j]||9aʯ{*kzV~"POj~=6mt(MrQz\91lYL-\DQ>ޚ7g^N.bbC©&3p5L0VW,I0(p(Z AAѣH_/GD5 Ѣߌ"\z[c: S[inӔ&LY&͖e3kHiɋy) 7XmOǪ 1}QB8>yS(%Ɵt@3sIZ6aJ~\:=|Fςp8`,AW oĘhqeڱ 1xXߧD=(d `.{C_Mɴ 7=&"mkih%uv0lˆڔMH9eƩ-ފ!f_^,KM]kMՕ[w 2-Q vG!kxZ'8E"O@&˽5zG<E1X-'lE']Μ7 `ۀSqcJHo":=c)x 'z{uq.|zCV{㤃aq,Y$fvdtXAq"DIהݎǜ }bTe{.pD(MPI.g;Zv_ $H5BnIhGR<ǣfopBmc^jD9 9~+)ȴȂC5/D1F5tG7Ѿ)Af1fkHn.JqPo?yHBM d[hmFdg[C1]aHR "Ǫ 0'eLU'jzDr)2o(C CfӅ]'Et~#^щ"(Up>Yr.H 0%l6ZDzݼZD2&1wMS`qM,lr %IP~qRт27$|g Oc,o8b4ɕKꃥ?T|CR! })X&@/I!WM @pgѬP.UҎ>űաHNvٛ0s7kt{-pj RZˀg6-yH#htrBeM*V4i]uG2FpSWMltNMϓH ZS}DaKB'ҍ&ͻwJes`ͫ͐دcJJlوRqL=Ra+r7ZA2+qgmj9ÝF [ HoaWh%0=4R v)ctIy.yGM,vB}hJ ^'o X[ g9[@sGik\]g6iY'd:?=]3*wF9{NɄIe*F@ &Tޘ5_V\]¶g-{u8XehJP|)lJO;zWT4$ J jSwyqLp `k6DjL܈C9x2`[x_rw`^NʹɳX_́^bJoemarZnaFK_`_L+YuoEb9d2y❄pRO __FHu|Fd| ȘzʴؔR90=}g`NNmҤ q<#&U*n;[?u\QEɒe+mIu|NuN!%s87q\({ $]U e (l2u)A{ejbk69%ܭL(1Y;)t ;lBL'D0VZ' fs@έrL9,$h_\~4,0j$nj$y=ۓ(=Ò˰3Q=,Db9kxQSJj&Wls٪ Vf#mh2a!)OK'gYKSRIGr)h>bByw x\V٠b0o۪m@J˯{&4dyJan6Ț"8I]8k ~zD)¨\~Rx6IF}k]Nv((kFTbcyzKc70 2mҵ덞cbV `OTX GTo`1. v07t3-eTDI* QE wC'%etMwMl@Zg>dJ{F 'ƭnǔS^OHivH"A'iʣl䴖#N(y~/Sut8i_:,)g~)gAۃ! YOp:Zu`ng67nm]jC6 IwImҚ׼CMK&MCzi%>}G1B-n4w-]1=`>{ WkoCOʝtOrk^ KP3RaQZT/!2ץ9bܖ4xifyk Pժpq}'ix.R˂w<< '=XsOʷ1(΅@i.f]vQ}/-܂/KՀvE(0l' y/w q9ADmRO&ik< 8z[ mx5]8`:>i0m3YfB\!Z3>A?VB+!aYʂs{.{@W|Fc] _Y, &/m_􄆿\b"%@ءˈ]++#ސL?]K>@H45nER2 ,JՉ\˔ǻ@?b@`IT94rLRL/MWH' }7p :c#;sOg@'1 gY]uzy6bzEV% ū`|ß/2D\ i:'+u `p>N39R` Cpg9OO8k783#p uR ZFc$m[m7&);=iϓB~q~QͳuCwihLyᶩ0:OT+g2 jzcA(tMjQs?Y_unGgythr.Qbbp̍knTȔHkj_Z )`϶ppd nEKս'5=x<8ONe@-(7¥DGF>kR[Pqk{< _{ςI 2mvI*#IcČk9|O;k =@&ɒJQX nEa̓gp9˅pd==|>]@O,Y 5]m0sN7he&~eVp\,^9)*kM,#໦,η?3 Yb.sgPg 6foL)_߽Y'KKߏ% 9\M*`Ql|/.sB_ּwj,ES5jg*#w <`FDZTOd'SǐrnOYaSH10syZ+u8S6~DVBaɍgt{s- a e+$KSh앝Y Uϐ i  9 =.{JBr5`kG>oX->Qخ!݄p3Ԕ;:e5#mQ.ӊ0 4"q({ر5dVtO= H@ԩIeN_%Q:Ok$'cK脹aO9Dq0k.v?*f_ oiprm#\SKVWut0b ;sJEQF1~^ӷ(IV_ l!`τ?bq*lQ+UQz@bϪR5lJ< 1BFم-O^w>X~mX|gIv}/$|b9%6c)i'*y-_T (شRhTKfdj{%e#jey/bnaHPʐ!>ey(YrgE|]+s)A?cYTlCjNXX'U. (V-`$t5j; S8r᫤vp_mѱAOŚ>qǡ)0IvRK:ui`z2Ͻt_n|1CL: xdIi?nC[w}z|qLؖ'IndAT‰m'H1׋WDJƽ Š+QSEjNE>Mƨ섞 ^DOq ߫vpUS*|~@.`HJdLmϏ`'8Y&3G$'޼A/o-si`Sތ'>}vz^쉍+.٩VN HV=h.7:fgtT;@w&^m}=dMc&"(>ճuU[)#C6K0jQ!vC+E0N,lQV ,Fv' {$/'j͜RN\#5$]Ғj3/PԶcAJ nLm:PG>/L18!4v14|5%Ma0pbBPzQx\^o P;jRS<`N9=sűְ蹠=ړ|}#A=^g|@]Ƈ]#MLJZqb[|;v(}{g5ZKxdy3ZX)uD2׽Hl OgX~itdοdWm졸$^Q}Yw^譖9#Zs;~ӻ$gM"rώE\ rf玚[ǻ wSSp;2ZP19)`\A֎B- *KH?nU<ܷ:BZ=NJ&DT0ݴ2A\ٶ'Ai~cQ' mi݊ vLn+n.߷*\f7T]0`= b _l{ٜ#B?L+ھ1˴CGQ"Ego[Hcb1\=^Pm,<ݑ/}t}y%*xd38R<א{p[_1F-# G3ԑJ+k|lB#$&Fea(II|uUXhؘ"hP2aQʣYߪ`mg;sdϟ[q)54Ԣm,R;-fQ?wS ?[Pݴnmf,,nw6ҳgLaNN~loai% 5.,l6T{\y# @rĻh<3DHX{!<% CW` Y̓,fGsݒi4#ϝy>Ɵ\DX[N0{hzM wmgyFga}~2).7]/pH  y\7Ŝ:qQdԳ8]`#~sQX6@nNBJYIsM*e*̭ԃ&kODŽx:K6m9PEÖwJ>U4mњ7Fyrfc*)̱_sJͯG^N.&J?hRLƋ驮$<) )KEciz0󎵘۸ԗ̀/@r%ԗCo}'4fK jٟ@(VJV[zs͝ 齣dl " [&n槍r:b;J,|'hC/SlJ<^- gdVmrW ʹpq9&/%8 t~\@\V i8E\ hqA9QU=Oá 9c(iu״jm "Xloq@(yFɫg<]biW?Ub/br%$Hٝ3[ ykW ^@%j] JNir]A9V$ob"֓c(ܻ+7.pWJb^G&.OK:%@g\%wTɋ[z)+e׷c?R~Pdpq&F]թAuiy49ay$eKQB ʐ=|`GGU2ɏ@4,L N'[' "Cp*2J)}JGfxQ4vL0Q9:ݵZ{7曺Xe,/F%Kry5Z-[# 9̡}PF'`&ɑ1O! ɵP7asT)#2Ԙae|˛Q!OÖ;7e]@r?F Ӎ5`=g^*X€j(HX#>Oo=ẄB% ccHThO0eDz8*(Y9yfYZV%LPX#n /@^itoHE@ˎ)-WFyZ}~:i%V4(-EѸ]Үܝ) C)1:yt!52Mx(C4< 4p$(.n|}zv @Ƹ4~w#_t%8)q4<Q~ɷr*_Xj~hd5ݨK{bIؚWQNWpk Z-bH~1L$8o?9Rd)LTYSN/v 5qP4 iOvΝ2t?uQ4 *,wˆ9N  'ì̷.=-Ge)Gq6iN=2dUhnteJ rI$|yNY;?&h|Opqр; MI=#^ 0+lΈyw7-]ؖp2{r62.)<SתbNJ`cMT <qr `*A 7E' ճ}7D0ZC67q!Th:|:tT Eaa% O&N;/toHXa=b}Wa ]ݵ-=e iu֨Nc )R#e?^ 94 #$d{V|9{6U_?,7Es5D^;}[gH̀Ħ4e 쭯:,I}˘y0?Ekqdq[|ͷ"Sb '9ɹNOZ/rcd^podmן *#jj|"ܲSpF{aHih]&Ly~ 4e/9Ϛ茀EOhp B2GHB/BKk0薬pDIY0%# 9hվPubFƋf9l߬h&KHuFe.0zYwה6K~(4>POyB9 ^g>NW$n6.9` oyϯ<[PPa{-kٙvN }k&ڤ d1m,a/5FlڹJZ}Ҍ!mUn4^ غ; 2#j?9E3(gzԀlg3Xؖ1Q0 drғu ຽc`->g4C'O/-">&lPkӖ+°DǹX0jٰ{/tp[m,@SYڱ])>lɰR 9‚KjX=c?0T.;bM4òڴ93GB0#d?o1f%̵HɇSksZ5w30t +}uIaS4\4FKvΡ9!B%(н澔I|9I7u`ēO`F/130>T+d<,q1"yy88AZ{К%Sev7 av8-F R]X8'pe,Qeں$bNScjLB6&$م@ ԶB:8 -sBl# UrJ4(;gN$3㞒ۍf^46qx,FY* ^}+TA`EHU\~vU "5_n,CIHx']բ oٞx%>0u|j=mT?If)b[xjg:T4>Cߒt4XkU@c@1[aci$.&x_32xp>W;wznYM>ѫ-^'Ƈtи`#oĮTLtۏO_s/%xnXm\>ة@!J—u ӗE= Pj,~, |7tBME:!oKWD?5f^͑/|.C;!kWl:i#IcY> Ρ'.\]A>[qǯi_ NE$/Gn'Qʟy,86TR0q.uY580<Ǐ9c/$;Ch#ۜ->Gx~;a"yY5Q-v"vg¹KD/!Ra>q 1[8IR;" Y|kϞU5<>i_W)i7Xm &GVωNEG!Š"_;$ ;yD%kG\ LIpS ƻm krZ`{=Kl=Q{@Qޢ̩[{Fiٞ,BBV?H}n}08`$;?*<4[x8]\.@#+bh(FZYyR]zvtDxiT6N2h Fzi2 6Qo#H v' tWj[9ҎF o2=G6C* 寁ɋћE܌$R=h hn}C'+Z\oV?3C~$7ƤPLY5d~}atm`6+΁ b]tVzH[cl q 7Mbz2~XŽdGvos5KQt@UDVZB[tGywDxύt>o<cbk{a h~?u4ٮ# ȃt>? c\@^vhlaqxZ攝>;:hxCi.4:p8ǗSYarYj&@:'/k^ 0i(JcU֫rkC%@iqߛ2uDn6 _}(Am?QT;ȫǏxR*Jq',Jnk6X0uq[NcJ~_[e~|Ekf}CXJb 8%T<~ܛĻ$e~1,Ks| gGpfA6O?JZqvvZo"0tO]Kcf yq7zj5N{4IL\ !ٽ]h+BE5bt2e v#w$rƧguE!MXI?bÃF9 bWUꪓgiAbRm1vY!ʅfkg`e[9uliUT9%Մx!=8_#ŘH5AdF^M-@GG6=C} ޘ(f𖊖31g1PsnG~_ gNClQjc #It&] 3 Փi1j } "Ӧ@f-Y ;_F<}Զ [4?IR„+$é(u~{l05pA4*ah+5EU#;2Sƭ=aJP\ёOMXpBx=ݾ!%ȭ84Ok' Kض]n ^?Ek¥RÍ;g^,8LY^:&U9_%?&f{|6tm!OWdml'00 w[f>֍$ߟcwC%=-8gc#V;Ps9 \Y5m&jk#򭧑;S6(ƒ ?-k4*Kw*H&"w+_$Ae8? <PO&?05kB!"D&`if9udL+e! ?'Z{'K|IAY?ɜ*rmdLGQFdPhc(MBNa%* }`@ƫbOO>@.+兪VϿT"3S~w|jJ)U5KXjM[{-h;h̄ pH/8S6B-`)f> ᙏtM q)zak$w7 NQDxG5z@G{45JP0EV 4rgzyA&*RȽ<}V(k!6ʏ&Ϻ2L(FT~EOA*24u!x@:،.Z񎤓#x^@0b26N+:}tSE٭Q>%= Vкf< 0fJ"NEn;3!zg['\>+(?2iUFY+OUmd6UK{$[AQLiN(9T(6HP/X6*y?~yA~+p`O4\y(d41.jڴ@֢}jH`3ŰF*b;v6F6r,l)Wic@HDgL*ydgi`C\mjlY+R;xnX,(ݕ^,Asw/5Et,:jQ:*L˝Dx\Wf[X7]9~,H2Ska#}Q KIvJTQHPqͺnIZ-2-d#q^Ǐ$*>K7A RaK2guyTNܖiɽW,$ke!Fi^jH3]G6%S`*ͨ0fR?жdo`|{k`r4䇣n!r\{i=(%/wNe`I6J1+]ޓ0'W[I7jI}ew1T=HGY( 1;۞3#an 焐iqmR}VW&BB.2mD$]l1EM@gxАiĮhgtz/+]H Ô;p0 `@8R(Ђ˜0;R%b gց"Px Xsي|\]iū+7JE77mV [` \TyIheʚIGBM7̇s<5 /1-~$ Yw[Mj2AB3Rh3('Ol1& T"9}LK%Eזr-=;)^牢ÓV&*)Z؄ѭԐb߀-a?.|oF)ȭ+8)~{^D}>F9s0Og24{U1#Q)Em%be{RjNW`ntZt~ho_B3T b\YTYC׭kW6ڒ?1x@(ɤ`еVllF⋞f]v:xQc&3N.& Mn ֈUw>_B/j"p♂.CRA@Ir:׏7Nw?E(jp 4$Uqne?5d' TOsm;lEv:{ ɾDvqtDÑqȟ@A$}`Q=;Ye/ȴڜwPMRRy`ҡ/I51): ؝qv:?i4c%-{}L678@`C٬ߵ5F 2hsysٝ쌩 CѲuiX/Ib]^}K0V =~%*MsDeAxH9W9gubYRVM}om͸L_R4Fv{.&5ݰj{|$c@JP!|<öd@3_U,\+Cxjǖ ~ V0m1,(;iE7? AyM>FXXB{Ͳ gL:d}tXcB3`q0o [wPxfn(XuEmRD&,pQc'X(DH!Ud`ټ0u =@^} Y`5>aKosgxy Sz{ ڊè ?!+K,, foׄd:/Ks|Oe @@{3֘R@3(z[[[ )̎4;)Ho9n/}^$Y==L@8%8ͨA }#uY%2}C uj$@IGȷL[k@c zt@FpfFGpfSAU8 ~V݋^O@|I"`"#:?L1 -;UsZkib-\:3]\/hā_r_#aȫCVScC0iqɕLBP:CGybi=|5ghEWX?On O)SeV"uh rȈ "brպ̆қw@#6JŸ*mA!/kLDtE^"LZxDF1\]TIY %:[N qkg?L; [)`^jWٞ/%=vLxUgCrd8ۤR&y>g { n_@#] Qc.Cn9rHK֙iKu7)%H{y\;͒v*chF2^j"@@V13⸟K&x[+ZJeRQ b?͛Un]^227q3`6|p`sKh ] sZOǕ$22Pu.TP 7ZD67$(.DU[E[Jij2 T2+pv`Jej(#{1{]@QhP\%5Z_qJzmw|uQq]ĨJDOe;ѵ`#&cH[vj~W|&<{L%_]ؔ*>7Ey&z郍?Y$}>KAot|$t W+?hnjXD@IoLk h6BR9pKx-vТXin *H1G+81E[ ߥ7xN%Gnx ;o`S{0=<| "Yk̘|o'~2Ht(ǐ+%ľ^l%B@* lE𹪿EDqsclQԱ.đAW!%1!} !cŕU-[Zijk;:ysAB{JS-nG d@H O,=AA*WƔ*s ЍQ.FW ZkK]@sCǎmz{g~+(qόtFAS(9ځTLBh3U5/gpV6fo`>o&'Es;NmmVc8PT,xpgV="]\9ɵ6Qz~Kw3)F"-Y꓾0x]2}Wt>CLT}-][YlS܂Cܐ$tY GwzC?FXkCb* t!(m^q}:,zۧhv 0m.Q Y[C7sж~!5]OQ@3,tjXlw ~{>Is˰Hz/-TWLf>/LL{a\,tQ>̭ofجnx˗W{o`w0qƊٽ-Ү?BWqoKOs~x5_;, ƀP`B1WRKq (:Ȋ8XmP\n!D gTp>V5Hfnߏ%`Nof{g~\#L w%|@PY!TKwܥI6a9݅{XA,!9o#Y-sPD T>.dBmUv2X>?N~M<" xP^1vXJ6Vި n;XQHL<5C08b]-B4|Zj8::U fk ;a(pC9_S,mᅎ`}!@cjbL3^SaX~$aHm4Oå4CR=I񀢩 jE͑HH (u١U]]w N21WvRgr,"ljzF)xlh VܡLl1SspY8n\ߴ8 힋Q[b,.M89d?,>H|WePAq1HS5!>e[1j*@}Z?GhEl&CmG!ziݺr.G7IZ&hrA7j!DD;.]\,I/`kpQ{ lVz;3@+!9krnKhs\ +M ņ{GcD)Y^Ke~-RA{B5G8r'o_/laUR=[|iEp=m1۲0Qh=.zG7dlpM0y fQe^zAޛ35/ E]I˼[y-F3^)B I-!hgjA )SYVO]1 Q!'FJM WOPj0V>%lh\WQ*oS1#?ǼtqD8#Vpp)f;)C84N|ҁ 6G!ۨS0Y2m4I8uSJ=%.vZMOa%BN5Mb;ZzL1 S bVϨoiv..\WꝪpnլ=e&.ruw[7*g=raOγ){ڑ c%lJYB.9"/ HpCP ']o4zPp>v藭i^^?h5Zr8"2V0BC h}0!y]?=/u+ZI5>W+V`Acdɋ+y OdCn &Ǖ?!qK ݺNic!`y.s&┡ !˴ 9I.iJWF0մʷ$%.ÛzCX5h5{{M>'ʞL&+|lȝGX8ZEKx捕?mg:aRK.:VAi4讐aQYw-894+бKkt¹Teҳ;FOZAuR:eT-5(j4E;=Ot,eq+йaE/] #׃,h .sC-ACI>r#:gFqmSm+/H, T2^kycOZyB괦Ѷ%:)n=m)>6OVqQkxPhfHҚp߯>4|.nu#\|-I(1'ngY ,{ 'dsHx:R3{D Q_rLʥД$ST'Ĕ=/PS&"*P2?}&\93oĿ,rg[K 4o<=NHg?0g!zᴻلfrj}%{IvjrjT产PW\(dþz@i=,2ӥ?uV%&t8v[cU*^V{IcY}B[,wNK%;ӤDbR9$?s!߈-q 4Q<|9ۺB@QRJ{B`Xz.`=:,"Dh>&GX-}i1-]rC%jĹŽ1銨&2L?p='o(Ϫ$S`nΦdd6eqF9X;b/h?sFx}]rF|̦ ^p1c?j1r z-4Y)8bEGj]%ӑwag1CoiE);+#:4㍽;8r'`Щ6؎t'hSeK-=z[٩hdk6Ih(~P%uIfpv$pX p{voSi+Jޙ6Iӌ({q0Gg=zrrQ0M=Fbf\dMhҥo])MekPU}6N`Mhb үe`BH^~IEL6fBDBpwsJDGݞ(r5$7|n.ʣa1i>6wS賂bwQ%0D}dj4|iyj>3]ShI϶"X~Ƽo>zuCgXbm9uê[Ƶb|SMd<hnTdjqӍtvۑ`vO_y MTEy`zGp;=h B +'>`<.ivl$NEq>QCa6ڽ.3&OlUm+lañ#RVu Wi9I]3^Q:5,4RDifNzs$vud{vl3'ya&QϷ} Lxc+딯mv,ECpKěC`O^H]LeMSNu%2\F&-fyjާwҺˡ6|) ڋo_+`I~s &gB4@\_WKE_-(E'pJiGL5EbWX0S3 ۷ b!#jl'! }Y6SJ=v]7d/whܐeLNp`=VT:jX\!j9H^bW "ŝW Ql(#EL9F{T{X~ ^6͋&cK]O.N^eP!_/Z?#\'D(%DP^l_h]Z>+7k<5㜬JhbЬnߊ-8ܺ\x&qN,IӨ[1 *7>GK?qG%gNٟD fM܉Gl%I{OL2rȷ2(u^Ϸ5H g D#P-e]G Na7SH} K֦p8;XG?JRyGKz l(R;DM?w _x@EKe% fanl}@#.e(:Ê9zS"":;h ŽVd 9La_u~}2VU7i |#3L=0fE x e^MZ :43^ JPQx\{E$οH6L.eۥujDbCl2= :Hy]H$?ol& e2[:]HކJ럡*Xխf=K kbKeMmm\s!z y#'c Jm6lNjE>aLѹ]rXgީ}iJή[B(djcMuf7עh0}VXۙ4;M3-3pYǵW"VQmCYh~9#޵|ī%E*O2N][)\fSf't ] @uf[-uu/i!vw׵B7I?`~`?M S"$*INCBv(M#i"ת|$%3[TKke]}v+ ;lQ7 kO7yҐ' 8wqp$~&H^dcӷY0FN,Ҥ+QK@Nk)]UIoq=ҼǸcI2r6 ]^QIлGs.fR]LB^R@=ɓL#`wf3&9Z),2dLs`c-Uc|hR[^gHݐ_}5FC:ܳ iؓ`+ox)}C :3\f6_CYEJ2>'tHH 2Hg, pӋԽ3dvCyKXp,f=c2!{]*QA$gu:u=RKFCo V$QU5$/xEc>1Y5c%x9Ue$9i)vE߅'EwL;2%=+~,Ez5Z,ǭm @Arc1Y$y b O) 2gEbG=}OK~UDW2Ӛ-To(w=[erX3}X&p)n&V>hPz\-X7"rNbNjZ(8 B7'dIMEMٕ3>S/uBZ[X=ӊ߱Ai?ErAf} K/~Pxd^B;Zl qÉ,-,{u;cC?svlMpE.}/${y*XP: "?Pntg,D h+$ŪgvCK!{6MgsDd (`f"e_◱65,O.ءKꖁ-)c7Tq,i9}&oHx/z#͔%6&fTsGdzUAfU,)OV^na/#JZ.M뫠-flG!kt"ă3 XUI8pË+m?Vy)b| UMvaHKkA@x˓na sܡA'}l.hj;TEEea#s5*u!G+1n _6XǢc^v&Κ+ʇLkܱsoFA8+R;V!qVA7jbRR { cWHb ֏$6K=˅ WmtbWɬ*Er DZPsnfT-F#R`2sX?\]w(Zim/({{fUvՊu?QPL~#a~ݳI8/$}In^{7w~~@r$MJB8D[ dA87]Ux2[C怵GFDt_X; \k;{)O#v`(wr/s|3im{"( oD+4Sdٟ"jYLe޶u7s¨K]%ܿ##M )&COᭈs=q1C.L\$뉕U]G0:AirPQYXGHHkj̘LvUhF_i0gxo'x)v @ہγG]1ỿ+ihquBXDiU|%tA6C/;G̸STI5t򡁝= *8_EפF7d%jVhi)sjߞCQ窘^eʯ{.#gVMu3AG?܀TYxBp9CE;xXLuGm#nޓurzzGK šxAH6aG/%fo8* ٮ?|n|@4pV]s"OKskJk|:Vy>-0seH1fЭ?\>/n7VE9 ֵHf- ^$2p+p F!+s =8jc]HaĤ3n$q:aN3#tI8?1 h~Nh~Y) C/q@Ke }VY=&D.ǃ\`Q{cjfޭU oT$j`4oK&B&=%S$@Kmo5ۥ[bchiYp1{NNI<1_7h"^/Ga$0 ++BC(uZUk~&+nosu-e6:.Y?"zLd$LW 80O>`k #-mпP 1 Va6|oi;u{fh2nHne .xow n|1v$;R'4NZy˭XP4#tQUsSMcoۓZ8즼av̦z)0#q6d6UxVƼRelTjAߨ&]S'kr G ?(?!$oߩ~Q08 lfE:1^~ht!BÁ/;!q;˫1Y"=.+2ok {Jr("`ϩĶnׄlKC;/Zj)mA!wӹ ea[Ds9 ȕImg.idڛf+Ql@)θvO9 q2Fa’T6 }hg %P'ga]aJ8Ͷ(\v!6QQ(Y5xąɯp'-_WAD4#~AeG*9Y x^U`|M\DfUN_/>8pTs!C9ԺvZ@SW+vq7,)]Km8_z;H{g&ci7$׿TF ȢH C s.ۼeLFV0\%؛܈HD1*lcg󶓈$/^roZ(,ӯj&/J(n,\"Q {kL7ʚjVgM@ t;rwyQ'h?$-ӡ8Jz 5:{ͮ fY +7{ [rWfiwʎ_k@5oJ׾}3gR}<@A'X^v!Yr ܟ!?l@?2 M* |IBNiOEm YGg~eE~㺲D\i9x rHqS:1C C+@?ZxꒈrA$nԱ4#@5Y%=w1 Pg,-X}fʿ[]cRف(JdǑ^YVo | Cn-0: z]S]jfUve}ЉSANɦ4י3ۀ?{6A9N4-9ќfCr"n;y[] ;q 'iͫdnpTU&G)8C `4f"{Ӏѣ'(&5Lpth%=I:R:]ѺTG{ \Z@yb0\MZ3,08αZ8,[`ׇ6B'nFHuIGO3ՒUK!(NQ:|l&!巙z1+%o~3}`|[hޱTrZoÿ >,R^O]6Mo6˿8+4MG nE]@26M즳5zfQHe67Y t"㾟h8:#*d~ሱCвc غ-qńO'>HN8`ec)'cKBk`ͩ޸ք>zQ.͡Խ)P? wqt[#߆Ihۤ>3Y>1Ѵݞ>P`$ \'G/%@u=?jo ,By}"٣%z=&ưy+"+D'1yz :al:au앙:SicXec"0_)ʢ6/b.O$Qo`:RgFД2cYRSn{|F]ݳ#ПfZ@!ͽ-" yJj Ioo$B[V1|;%q%HP+M{9UjiXoge\:Mj-+T咏m(k\Uڞi, F-rvծ攟R3)=!|*c@q0cX/@u]edQnԍ ~%Bި*{t$bwJnTkGPc"oR+xQocԁLnLĎ!$!o;Y)Dbj9d4^_8"à:hu41>1}\QL(FSI-cS;˚2: Jd“?nu#HFmU]'ORG Hך %&_r%&S$T @,HI`rBVR҈ զ:Mдb#}Que4,= ]XPQ'Ʀ)ϵ$%%|<ǠI@Αala;Gtu)_Ђ*\xOL35dU4#WR5lQ=${$ʗH5(5MLPxY5 I,_`ؠ3.cHJ(*PxÏquiwBsgLĸ0r\"9y Pg+"lq*(ZfWKbD*4c9Ar^z]b (b7$ߚFj[,\困s~҅JgRs[ϙWo !N UsqXx6)qֳ֐9H4W9 ٦5!ݛ`d\;+=JˏS)>]%; %Ɵp#LcA򷷆~ .$xI0N=2[QI>$b:7hxO@ݍEr.<~'5M;</߉t^-cFDEMeQC`5fq|JZXJA7Wgʑ-> ѕEWS]x0VD'iEXɉ&)kإIeR-}TG_E*^U*j(Қ11mPHBHJɪgCuQM:^WEv}7zrB,5koAY$uƼP녓?A܎)޺-i;yG.h~ltFI jKOU[?(l2i^gg>);AY8\k%qOp;9-._JfO˔.!oLG -0(ĥY1w틮 -}V1&x$%N,H5s47!цR"($ 뙈M={]dgT8NފDo"])ַI@sJ8ᙸDjLH9EUUk ۙ=^0-JpX8|~&Fn&a);\W(aP)2ҳnE'~?C 3^n*._% pF[J" NZ v$Z\ҥb{YlԸ C# @1҂c^˽}_BbJritUm$- рwnpbs0+CX+Ir 3"0 uz7 eSDɪ_fy 4)t, 0uQqzƲ6}- l-1IJiՎRh<0Ykqj&I ur,xK7!]fqX&K"T }0JWg#/_(8+_:%zAoie b|%yd~ 4sgj|L\ʛN$<:I& YM$Wlfey")}[VrׇIc49aט١~tڠf2{Ntc<1"sK{B gŒp]鉀O Qv y|OP8WӀPS25mcH>X/+[*Z||9;cw*f~wͷL [tP?!5;lf+U;i];l2;sTR$ ET~W2!ZBjp(yryf>P#SgoܟiY5?4䰠Kb4{{}<%?YF2ψ XtOl(d-P#2wR,+M5\!J3*UD]eWX ^NwT_x1j 4UYnEF: %XfY 5mOD\fIpH +Bd8|dEƗ鷭 t+eAr q Y/⋍.ڡP]z߫(w$C{躮.@oq6d;c@_xkr6y&`J Ы y7)_wLv'U…}Hʯv}XU/؇>|NzeLѵ}.ܥԞ>'p,?M%'2X)DI0vndT' J$eKGfbdFr TEFqx@^R5/nr- -#4W<ؘP?~aO4s+#Ʌ*@]F˓6FP#7Q^wHvb{RNt&^*|+u"^G9}ϳI@1Oo+9IJb{Iz"S )Lp jf}!Cp6|VV[9—%=Ej[H c <"#"(f>͔MurKmklܚ1 PN'QfM h9KqQź?A63}pXs( d\U8(+Ǐ& RY)@'ri&ճ}<} j^D,-ٿ:y+> ڎ%[M=!cEyj'#V2#7U]wꫬ4_,-͊yKmI͉u5?~}u577T\ ZB(ӑV~]CYbbnfbVnBu^Q SК>I\?k:$X%|hWN:ce{|C& \I |dG1o;eWVdh z3>uU8S}аՎn#TB(:"d O,Na]r& QC[CE\Lo-_y^;)\4OVVh cPn9,]_@'Z>u][]R1?)t*.KNW]h>a2g2zw3.B%raɀ҆uOd7Hd*M꽩 7UFuB79)Y~#TUB/^OE. of 0 -T\a.j˴tx)>2HP˩o'iV֪Eevc9uͩYY1$d.ᜮSk۱(/0`]_*nƣ$ Bd#fj97P"&89^?6Y]p$Al ZbHˆ=SM>+Nyg8= 1I "_07%IJ %.3tEkͫ3y<_S#]h=ܲa+3;/$QY3QWʛr8#}H$K?HdNŀ[$34{;5lf7\#zָH_3=Oq$^1"mĆW3ˏV/0G;ͳY\*ɐrn*$K#᝭B jM?!)Y&dZ=&xbHS&zAPT*NeVjHnm2aY ƝGdmɓ?:˥OIl]y7d5e=C,n:g*(,|(b.oNd+CJJt h Mn/M1&a+x7FkK"AIakV-p|]WPTE]xx@+ba1(ƾrHSJ#nCX /aࢊ(m+(z!eʁ2ݮ 6/nu2{g9< G_5'jֶ(%/V54h&$@sD)"x%QyIAE%dDG,\YAmPCKN=ˤw-4# ehd25s{qc&M=jBrmZ2?ı]mho2p L5r&i~/OO $e1F,x_\mhG} @Md@'ĵ4':7*l&l;pd`Ę-ɼ79;Q[%z(~c)0yĜK,eG e0c!;\'i5*[K;z>SB{[ר5 a 2g*ӆeB20hl9θkK%kڈc͕v42CD(?s%k&Fdz[՗r~נS_Z=uk1@pغVfPaug!*=fqӁP{sWY+oZ'~SBqR̮DOרIX"w!)V`J~4]ogX#:6oJki_RU4.[,y [UpuMwGEnutBBd }?NX 2>\f:?X&TJ/9,;}/p:N[VpwB qsmb<9;pb R 4~x4H&k>R~DՎъaZ-ryK7ݒHqGX "奾n^$+EKA| 7q`A:PmX1Yހlyꔪܳ(MvJ3nf5, аEY297PPO]? "Ӣ)@:lIt =d+S%'J*4PoD7XwD+֓#FHرt]ɴƢzp(T5]]fJ\+׸.FD^ѦL;U 7D|e̅8:b㚵go[oj lҘaOcL7g-Y=pF׭y=C2~UJ:qS׃5} q9fd@0O [FW0d83ϱ~wGFY8P\6zZVx#doy!\3:5-V.5~e>Lz2*l^,7=] ԏ GLs|Qo[s]R Fnnp5fj(Ew=2a=:4_*p8ӛ" q<T'ML5 nҠ[9Bs3YaEɁ켊eKJNz|yq1>7@h25/3Uۖw uFY@ ntkh't] ABX3 A4ryצ9N}aϙj/4%I\:'%"}T n+MX;AwD썀2!LO~gyz@pK%S)Ǜ٫cu<Pa;g9yHȍ*0;OlyDt3SD~U5=I0y`X;ȑҲAw[نrP$GGݢvy A6ڦE#ɃbІ5P-g/nDV`2SD-;}߬m+aYt} xƲpߞzI17(i 4'@ޕ %VsA6=*"¬1~U)ME6u#LEe1σhۨdp\%׈VN=ټݍO$0<í,#yf2Ed=4FfK@d]bh; w8)}'ިr'륟R?Tӵ]3埄6~ IdoX/kͥ۽4h*;w4N\F!65nj9"ʣ/7PgCӶRt&vt.Y!(w[/ Ⱥ'# YZ