pnetcdf-openmpi2-devel-1.12.2-1.1 >  A `Ckp9|ċkZ+>MX.Fd0>v ִ>Wu@S}0U*swvQ)<Ӽy<)ôgƝr0x0j=R*ۃ.IpBK46iqlhpwdu"n^9`ʼn&ućrAoy(6 `j#_pJvj}61]ar;dBu;0ÜpZN+Y uCzd32276f2ca7cecd043cec872106b5bd3882533644a5ba2a48138289ec5f38d0d74c4eb0883c8a576fb5936e3840085b0c1a4d6e8`Ckp9|,@YspQ{Xo;p͎ũ 6"_r(n|t .%]nEڥ%ZZ CYv%bŏ6_ PKP{ c7Mo,󃆦pruګDX #{@"CƍbkciqM\R%YmQ; ň_O˹X@Cs̒Tz~E>0DGfAs*] -wGMгv{xUثE& H>p>?d  $ KX\hl  &0H T ` x  ,Ph(8 9 : F G$H<ITX\Yl\]^b\cdgelfolquvw$x<yTz\lpvCpnetcdf-openmpi2-devel1.12.21.1Development files for pnetcdf-openmpi2NetCDF is a set of software libraries and data formats for array-oriented scientific data. Parallel netCDF (PnetCDF) maintains file-format compatibility with NetCDF. This package contains all files needed to create projects that use the openmpi version of PnetCDF.`Ck-xinomavro SUSE Linux Enterprise 15SUSE LLC NetCDFhttps://www.suse.com/Development/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxppc64le!I `Cg`Cf`Cg`Ch`Ch`Ch82893bf5d6a73371bb8bdac1e69947474b23b031ea5f7f7610efedbbe1acd89140986ff3e6b3ac3ad6543281ec2d26f6c0d4a8441cb11e02f238e72751e2e5111f7d45c90c88b43e5a078f768bf4277c9bc7d0e3d75cab2c57ac847c254a59717f65622b8e8e2470eb0fc1f4f8b96edc15279b2d8a305f466d004b50d52807531c2716326df5b0371a9cf865d0c26a2488a2b01f426b92beb9f4f25177bf143blibpnetcdf.so.4.0.2rootrootrootrootrootrootrootrootrootrootrootrootpnetcdf-openmpi2-1.12.2-1.1.src.rpmparallel-netcdf-openmpi2-develpkgconfig(pnetcdf)pnetcdf-openmpi2-develpnetcdf-openmpi2-devel(ppc-64)@    /usr/bin/pkg-configlibpnetcdf4-openmpi2openmpi2-develpnetcdf-devel-datarpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.12.23.0.4-14.6.0-14.0-15.2-14.14.1`8_/@_@]Y]]w@Ws@W~UWUnU@UK@cgoll@suse.comeich@suse.comeich@suse.comstefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.dechristophe@krop.frjengelh@inai.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.com- Update to version 1.12.2: * Updated utility program * ncvalidator now reports the name of variable that violates the NetCDF limitation on large variables for CDF-2 files * add corrupted file bad_large_fixed_var.nc2 that contains one large fixed-size variables that is not defined last * add corrupted file bad_large_rec_2_vars.nc2 that contains 2 large record variables * add corrupted file bad_large_rec_var.nc2 that contains 1 large record variable that is not defined last * add URLs of NetCDF limitations on large variables for CDF-1 and 2 file formats * Other updates: * When calling ncmpi_create() with NC_CLOBBER flag, PnetCDF now calls access() to check whether file exists first. If the file does not exist, successive calls to truncate() or unlink() can be skipped. * Improve detection of HDF5 signature. The HDF5 signature is located at the beginning of the HDF5 superblock, but the location of HDF5 superblock may not be at the beginning of the file. It is located at byte offset 0, byte offset 512, and at successive locations in the file, each a multiple of two of the previous location; in other words, at these byte offsets: 0, 512, 1024, 2048, and so on. * Bug fixes * Fix NC_CLOBBER mode for ncmpi_create() when files are existing symbolic links. Prior to this release, symbolic links, like other regular files, was first deleted and then created. This can result in an unexpected outcome, i.e. the deletion of symbolic link. NetCDF-4 library implements this differently, by adding O_TRUNC flag when calling open() to truncate the file to length 0. Historically, PnetCDF did not adopt the same approach because MPI does not define a similar flag to O_TRUNC and the only way to achieve the file clobber effect is to through MPI_File_set_size(), which can be expensive as the function takes an MPI file handler argument, which requires to open the file first with a call to MPI_File_open(). * Fix a bug of calling Fortran getarg() with the first argument k with a value > 0 when there is no command-line argument is used. NAG Fortran may crash the program. [f16bd3c](https://github.com/Parallel-NetCDF/PnetCDF/commit/f16bd3c1ba1b08eade2384f094c519f3f2dc114e) * Fix a bug that limits FLASH-IO to run on less than 16K MPI processes. See [1d84fa5](https://github.com/Parallel-NetCDF/PnetCDF/commit/1d84fa5d54ca9179da4a5b1a4ee3b92cc92287ed) - enable non HPC openmpi4 builds- Enable openmpi4 builds for SLE >= 15-SP2.- Update to version 1.12.1: v.1.12.1 - Option '-t' added to 'cdfdiff' to compare variable differences within a tolerance. - Make PnetCDF build with OpenMPI 4. - Fix aliasing bug with -O3. - String length of I/O hint 'nc_burst_buf_dirname' must be less than MPI_MAX_INFO_VAL. v.1.12.0 - Add 'cdfdiff' utility - serial version of 'ncmpidiff' supports classic NetCDF formats only i.e. CDF-1, CDF-2, and CDF-5. - 'ncmpidiff' now checks file format versions of two files, and reports difference if not the same. - Option '-t' added to 'ncpmidiff' to compare variable differences within a tolerance. - MPI info object now includes all PnetCDF hints once obtained form call to ncmpi_inq_file_info(). - Fix segfault when calling nonblocking API with zero-lenght request and request ID NULL. - Per-file thread-safe capability is not supported when using OpenMPI with ROMIO backend. v.1.11.2 - Utility program `ncoffsets` updated to skip printing dimension names if the number of dimensions of a variable is larger than 64. - Utility program `ncvalidator` updated to be able to repair the file header to fill in null-byte paddings in the space between the header size and header extent. v.1.11.1 - Optimization: When inserting nonblocking requests into the PnetCDF internal pending queues, queues are now kept sorted (using an insert sort) into an increasing order of variable starting file offsets. - Fix ncmpidiff when comparing dimension names of 2 variables between files whose dimension define orders are different. - Padding -- NetCDF classic file format specifies null (\x00) byte header padding, but does not enforce it. v.1.11.0 - New features * NetCDF-4 driver -- Accessing HDF5-based NetCDF-4 files is now supported. - New optimization * Burst buffer driver is updated to run varn APIs more efficiently. - New Limitations * For creating new files, the NetCDF-4 driver in PnetCDF supports only the classic model I/O operations. - New APIs * C++ API `NcmpiFile::set_fill()` is added for setting and inquiring the fill mode of an opened NetCDF file. - New PnetCDF hint * `nc_ibuf_size`: set the size of temporal buffer to be allocated by PnetCDF internally to pack noncontiguous user write buffers supplied to the nonblocking requests into a contiguous space. - Other updates: * The automatic file layout alignment for fixed-size variables is disabled. * The internal data buffering mechanism used in the burst buffer driver is removed. - Bug fixes * Fix bug of checking interleaved requests for scalar variables. * For put and get APIs when buftype is MPI_DATATYPE_NULL, bufcount is ignored. This is not implemented correctly in blocking put and get APIs. * ncmpidiff -- when comparing two files that contain record variables but no record has been written. * ncmpidiff -- when comparing two scalar variables, error NC_EBADDIM may mistakenly reported. * Fix crash when the MPI communicator used in ncmpi_create or ncmpi_open is freed by the user after the call and before file is closed. * Discrepancy from NetCDF library * No read/write variables in define mode when file format is NetCDF-4. * Diffrent to nc_set_fill() defined in NetCDF-4, ncmpi_set_fill() changes fill mode of all variables newly defined in current scope of define mode. * Error codes return precedence can be different between NetCDF and PnetCDF. - Discrepancy from NetCDF library * NetCDF-4 allows to read/write variables in define mode when file format is NetCDF-4, while PnetCDF requires data mode. * In contrast to nc_set_fill() in NetCDF-4, ncmpi_set_fill() changes fill mode of all variables newly defined in current scope of define mode. * Error code precedence may differ between NetCDF and PnetCDF. - Clarifications PnetCDF currently does not support Fortran default integer type set to 8 bytes (option -fdefault-integer-8 with gnu compiler). v.1.10.0 - New Features: * A new I/O layer that makes use of burst buffers is added. - New Optimizations: * Internal memory management for nonblocking APIs has been improved to reduce memory footprint. * Blocking and nonblocking varn APIs have been improved for better performance and less memory footprint. * on noncontiguous layout in user buffer use the user buffer directly in MPI-IO calls when neither byte-swap nor type-conversion is required to reduce memory footprint. - New APIs: * ncmpi_flush() flushes data buffered by PnetCDF to the destination file system. - API semantics: * ncmpi_put_vard and ncmpi_get_vard APIs + Allow to write/read two or more variables in a single call. + When argument filetype is MPI_DATATYPE_NULL, request is considered zero-length. + Limitation of vard APIs: element data type of filetype must conform with variable external NC data type. + element data types of all variables accessed in filetype must be the same. + buftype must contain only one same element data type if it is used to read or write multiple variables from file. - New error codes: * NC_EFLUSHED when request got flushed before when calling ncmpi_cancel(). * NC_EBADLOG when burst buffer log files are found corrupted. - New hints: * nc_in_place_swap; enable/disable in-place byte swap on Little Endian architectures. * nc_burst_buf -- to use the burst buffering feature. * nc_burst_buf_dirname -- directory where internal log files for burst buffer will be stored. * nc_burst_buf_del_on_close -- whether log files should be deleted when closing NetCDF file. * nc_burst_buf_flush_buffer_size -- Amount of memory allowed by users to allocate when flushing the burst buffer log files. - Rutime environment variable * PNETCDF_RELAX_COORD_BOUND set to 0 to disable or 1 to enable more relaxed boundary check for argument start. - Utility programs: * ncvalidator adds a new option -t to turn on tracing mode. - Other updates: * Add a check for NC_EUNLIMIT in API ncmpi_open to detect whether two or more unlimited dimensions are defined to detect a corrupted file. - Bug fixes: * Fix type_create_subarray64() for case when some dimensions of the global array is larger than 4G and oldtype is not MPI_BYTE. * Fix the bug that writing scalar attributes of type NF_INT64 was mistakenly casted to NF_INT. * Fix calculation of new record number in put_vard API. * Fix calculation of growing size of nonblocking request queues to include the number of records of a record variable, as such request is split into multiple additional requests, one for each record. * Remove freeing name object because NC_ENULLPAD is not a fatal error. * Add a check against NULL before freeing Member "value" of NC_dimarray, NC_attrarray, and NC_vararray when reading from file where respective tags are corrupt. - Conformity with NetCDF library * Attribute _FillValue of any NC data type may be put to global variable NC_GLOBAL for all classic files. v.1.9.0 - New optimizations: * use hash functions for faster attribute name lookup. - New limitations: * max number of files to be opened simultaniously is now 1024. * maximum number of variable dimensions (NC_MAX_VAR_DIMS) is now 2147483647. * maximum number of attributes per file (NC_MAX_ATTRS) is now 2147483647. * maximum number of variables per file (NC_MAX_VARS) is now 2147483647. * maximum size of of single put/get request or aggregate size if non-blocking request per MPI process is INT_MAX. - New constants: * NC_FORMAT_UNKNOWN, NF_FORMAT_UNKNOWN, NF90_FORMAT_UNKNOWN will be returned on ncmpi_inq_file_format if file is unrecognizable. * NC_MAX_NFILES, NF_MAX_NFILES, NF90_MAX_NFILE define max number of files that can be kept open my an MPI process. - API Syntax change: * Argument fill_value of ncmpi_def_var_fill is 'const' now. - Semantic updates: * Calling ncmpi_end_indep_data() in collective data mode no longer considered illegal. * For CDF-5 files, the maximum size of a variable or a variable's record is NC_MAX_INT64-3. * on inconsistent create/open among processes, the modes on all processes will be replaced by rank 0's mode. NC_EMULTIDEFINE_CMODE or NC_EMULTIDEFINE_OMODE will returned on processes disagreeing with rank 0's mode. * ncmpi_inq_nreqs() allows argument nreqs to be NULL. * ncmpi_inq_buffer_usage() & ncmpi_inq_buffer_size() allows argument usage to be NULL. * New error codes: + NC_EMAX_REQ, NF_EMAX_REQ and NF90_EMAX_REQ + NC_ENULLPAD, NF_ENULPAD and NF90_ENULPAD - Utility programs: * ncmpivalid renamed to ncvalidator - Update: * Update UTF8 encoding utility to use utf8proc library version 2.1.0. * Add quiet mode command-line option "-q" to utility program ncvalidator. * Add an internal check for whether the file starting offsets of all variables are in an increasing order as the variables defines. - Bug Fixes: * Fix a bug in nonblocking APIs when two separate nonblocking requests that can be coalesced into a contiguous MPI fileview or buffer type but the coalesced length becomes too big. * Fix a bug in nonblocking APIs when one request's access region covers more than one other non-interleaved requests. * Fix a bug in string parsing the environment variable PNETCDF_HINTS and print warning messages when hint strings are ill-formed. * Fix a bug in F90 APIs for reading and writing scalar variables, i.e. number of dimensions is zero. * Fix a bug that fails to do byte-swap when retrieving user-defined fill values. - Conformity to NetCDF: * API ncmpi_open now checks the number of large variables that is legal for CDF-1 and CDF-2 files. * Add checking for error code NC_ELATEFILL. * No longer disallow _FillValue for global variable NC_GLOBAL. * Don't turn fill mode on/off automatically when putting/deleting _FillValue attribute. This restores consistency with NetCDF. * PnetCDF can no longer be built on 32-bit machines if using OpenMPI versions 2.0.2 and 1.10.6 and earlier versions. - Clarifications: * External numerical data types can no longer be type casted to NC_CHAR type upon reading/writing. Only legal APIs the read/write a NC_CHAR variable are the '_text' APIs. New translations of internal data types to MPI data types - check release notes for a table. v.1.8.1 - Fortran parameters NF_MAX_DIMS, NF_MAX_ATTRS, NF_MAX_VARS, and NF_MAX_NAME have been fixed to conform with their corresponding C constants. v.1.8.0 - Copy fill values to data elements that cause out-of-bound error (i.e. NC_ERANGE.) New macros added to pnetcdf.h, to indicate the configurable options that were enabled/disabled. These macros are: PNETCDF_ERANGE_FILL, PNETCDF_SUBFILING, PNETCDF_RELAX_COORD_BOUND, and PNETCDF_DEBUG_MODE. - Detect HDF5 file format: * ncmpi_inq_file_format reports NC_FORMAT_NETCDF4 on HDF5 signature. * 'ncmpidump' checks for HDF5 format when -k option is specified. * ncmpi_open checks for HDF5 signature and returns NC_ENOTNC3 error. - New API: * ncmpi_strerrno, nfmpi_strerrno, nf90mpi_strerrno return the string name of a NC error code. * ncmpi_inq_path, nfmpi_inq_path, nf90mpi_inq_path for inquiring file pathname used when open/create the CDF file. - Optimizations: * Use of Bernstein hash for checking if variable or dimension name is used already. * Storage of nonblocking requests. - Changed syntax: * ncmpi_cancel can now be called in define mode. - New error codes: NC_EPENDING, NC_EINVAL_OMODE, NC_EMULTIDEFINE_CMODE for both C and FOTRAN functions. - New error code precedences when multiple errors in API argument detected. * Utility pnetcdf-config to display build configuration. - Semantic changes: * For collective APIs, the following errors are considered fatal: NC_EBADID, NC_EPERM, NC_EINDEFINE, NC_EINDEP, and NC_ENOTINDEP. Once detects these errors the calling APIs return immediately. * Consistency check for header data (defining dimensions, variables, and attributes) is moved to individual APIs and only enabled when safe mode is enabled. * For CDF-5 files, regular NC_ERANGE check is performed in PnetCDF for all APIs that access NC_BYTE variables. For CDF-1 and 2 files, PnetCDF still honors that exception. * Error code NC_EPENDING will be returned when pending requests are detected at the file close. * API ncmpi_set_default_format is changed to an independent API. - Build separate doc package. - Run package internal tests. - Remove: parallel-netcdf-1.6.1-destdir.patch - obsolete build patch. - Add support for HPC build. - Add build support for gcc10 to HPC build (bsc#1174439). - Add build support for openmpi4. - Disable 32-bit build architectures: package cannot be built there.- Add convenience provides to allow e.g. netcdf-openmpi2 to pull in libpnetcdf-openmpi2. - Also build openmpi3 flavor.- Build MPI pacakges as multibuild flavors, add openmpi2 - Adapt to openmpi -> openmpi1 rename on Tumbleweed- Use -ffat-lto-objects when building static libraries.- Trim descriptions.- Update to 1.7.0 o New features * Nonblocking requests now can be posted while the program is in the define mode. This feature enables applications to add new variables and post the nonblocking write requests without separating the codes by ncmpi_enddef(). Note ncmpi_wait_all and ncmpi_wait must still be called in the data mode. * When using immutable write buffer in put APIs on a Little Endian machine, the in-place byte swap operation performed internally in PnetCDF can cause a fatal error (by trying to change the contents of an immutable memory space). The solution of copying user's write request to a temporary buffer and perform byte swap there conflicts with PnetCDF's design principle of avoiding internal memory allocation as much as possible. Since the size of immutable buffer in most cases is small, PnetCDF now compromise the two by making a copy of write requests that is less than 4KB. Users are warned that using immutable write buffer larger than 4KB will still cause the fatal error in the PnetCDF default configuration. The way to completely disable in-place byte swap is to build PnetCDF with --disable-in-place-swap option at the configure time. In this case, the internal memory allocation in PnetCDF will increase. o Syntax changes * In ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel(), the API's third argument, array of requests IDs, is changed to INOUT. Upon successful completion or cancellation of individual nonblocking requests, the corresponding request IDs are set to NC_REQ_NULL. o New run-time environment variables * PNETCDF_VERBOSE_DEBUG_MODE environment variable can be used to print the location in the source code where the error code is originated, no matter the error is intended or not. This run-time environment variable only takes effect when PnetCDF is configure with debug mode, i.e. - -enable-debug is used at the configure command line. Set this variable to 1 to enable. Set it to 0 or keep it unset disables this mode. Default is 0, i.e. disabled. Users are warned that enabling this mode may result in a lot of debugging messages printed in stderr. o New example programs * examples/C/nonblocking_write_in_def.c shows an example of posting nonblocking write requests in the define mode. * examples/C/req_all.c shows an example of using NC_REQ_ALL to flush all pending nonblocking requests without providing the requests IDs. o New test program * test/cdf_format/dim_cdf12.c tests defining maximal dimension size for CDF-1 and CDF-2 file formats * test/testcases/test_erange.c tests if the error code NC_ERANGE can be correctly returned for two cases 1) get a NC_UBYTE value of 255 from a netCDF file to a memory buffer of type signed char and 2) put a value of -1 of signed char to a NC_UBYTE variable in a netCDF file * test/testcases/check_type.c tests if the error codes can be correctly returned when conflicted in-memory and extenal data types are used. * test/testcases/put_parameter.f tests the use of immutable write buffer (e.g. a buffer declared as PARAMETER). Note the buffer size must be smaller than 4KB. * test/nonblocking/i_varn_indef.c tests posting nonblocking requests in define mode. * test/nonblocking/req_all.c tests the use of NC_REQ_ALL for flushing all pending nonblocking requests without providing the requests IDs. * test/last_large_var.c tests the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. * test/testcases/buftype_free.c and test/testcases/buftype_freef.f test the bug in r2160. * testcases/add_var.c checks the starting file offsets of newly added variables from re-entering the define mode. * testcases/attrf.f checks NF_ERANGE is returned instead of coredump. This is particularly for NAG Fortran compiler that may report "Arithmetics exception". * testcases/check_striping.c checks if the file striping unit and factor returned from MPI-IO hints are consistent among processes. * test/nonblocking/column_wise.c checks if PnetCDF detects interleaved fileviews from multiple nonblocking requests and correctly breaks and reconstructs the fileviews so the combined fileview is monotonic non-decreasing in file offsets. o New optimization * Filling variables at ncmpi_enddef() is now done by aggregating all write requests into one MPI collective write call. In v 1.6.1, this is done by filling one variable at a time. o New utility program * ncoffsets reports the file offset information, including the starting and ending file offsets, of variables stored in a netCDF file. ncoffsets is compiled with gcc if gcc is presented on the build system. Additional command-line options are: (-v) reports only for a selected list of variables in interest, (-s) prints the variable sizes, (-g) outputs the file space gap size from the end of previous variable, (-x) reports whether there is a gap between any two adjacent fixed-size variables. See the man page for descriptions of all command-line options and examples. o Semantics updates * All nonblocking APIs now take a NULL pointer for the request ID argument, meaning users do not wish to keep track of the request ID. If NULL request IDs are used, NC_REQ_ALL should be used when calling ncmpi_wait_all/ncmpi_wait to commit all the pending nonblocking requests. This feature relinquishes users from the responsibility of tracking the IDs of pending requests. * Using NC_REQ_ALL as the 2nd argument "num" in ncmpi_wait_all/ncmpi_wait APIs will flush all the pending nonblocking requests. In this case, the 3rd and 4th arguments "array_of_requests" and "array_of_statuses" will be ignored and thus these two arguments can be NULLs. * Using NC_REQ_ALL in ncmpi_cancel() will cancel all the pending nonblocking requests. * Using NC_GET_REQ_ALL or NC_PUT_REQ_ALL in ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel() for all the pending get-only or put-only requests, respectively. o Other updates: * Conform with netCDF on the maximal dimension size for CDF-2 file format to be (2^32 - 4) * NC_ERANGE checks have been removed from nc_test for text APIs and variables that are defined as NC_CHAR type * Add README.K-Computer build recipe for using Fujitsu MPI compilers on the K computer at RIKEN in Japan * Add README.INTEL build recipe for using Intel MPI compilers 4.x * Build dependency rule is added for files configure and configure.in * PnetCDF checks MPICC/MPICXX/MPIF77/MPIF90 instead of CC/CXX/F77/F90/FC. If MPICC/MPICXX/MPIF77/MPIF90 are set, PnetCDF will ignore CC/CXX/F77/F90/FC. If CC/CXX/F77/F90/FC is set instead of MPICC/MPICXX/MPIF77/MPIF90, PnetCDF will now copy them to MPICC/MPICXX/MPIF77/MPIF90. * Enforce netCDF convention on error code priority: NC_ECHAR trumps NC_EINVALCOORDS, NC_EEDGE, and NC_ESTRIDE. * Return error code NC_EGLOBAL instead of NC_ENOTVAR for APIs where using NC_GLOBAL as the variable ID argument is prohibited. * All Fortran 77 test and example programs (files with .f and .F extensions) have been revised to conform with 77 standard, and was tested using pgf77. * Now provides a pkg-config file (http://www.freedesktop.org/wiki/Software/pkg-config/), making it slightly easier to set the correct pnetcdf include and library paths. o Bug fixes * Fix the bus error of invalid address alignment when build with Fujitsu compiler. See r2171 and r2180. * Fix the bug for the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. See r2166. * Fix the nonblocking flexible APIs that fail to save (duplicate) the user MPI derived data type that later is needed to unpack read data to the user buffer (a call to MPI_Unpack). See r2160. * Fix Fortran 77 constants nf_fill_uint and nf_fill_int64 (thanks Jim Edwards) that pgf77-based MPI compiler does not like "_8" modifier. See r2045 and r2051. The same issue for NAG Fortran compiler is also resolved. See r2089 and r2093. * In the example program examples/tutorial/pnetcdf-write-nb.c, the write buffers used in two iput API calls should be different. See r2095. * Fix the error reporting mechanism for NC_ERANGE, for when an arithmetic overflow happens. Overflow checking is now performed before I/O.- Fix license- Fix building on non-x86_64 64-bit platforms- Update subpackage groups - Make subpackage summaries and descriptions more consistent - Provide rpm macros for version identification - Spec file cleanups- Update to version 1.6.1 o New features * PnetCDF now supports fill mode. ncmpi_set_fill() can be used to set the fill mode for the entire data set. Note the differences from netCDF: 1. The default mode in PnetCDF is NC_NOFILL. 2. Setting fill mode for the entire file or individual variables must be done in define mode. 3. For non-record variables, they are filled at the time ncmpi_enddef() is called. 4. For record variables, users must explicitly call ncmpi_fill_var_rec() to fill one record at a time before writing to the record of that variable. o New APIs * ncmpi_def_var_fill() sets fill mode for an individual variable. This API must be called in define mode. * ncmpi_inq_var_fill() inquires fill mode of a variable. * ncmpi_fill_var_rec() is a collective API that fills a record of a record variable. This API must be called at data mode. * ncmpi_inq_default_format() for inquiring the default file format for new file creation. Note the default format can be changed by ncmpi_set_default_format(). * The above new API are also available in Fortran and C++ versions. o New error code * NC_ENOTRECVAR when attempting operation only for record variables * NC_ENOTFILL when attempting to fill a variable when its fill mode is off * NC_EMULTIDEFINE_FILL_MODE when inconsistent dataset fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_MODE when inconsistent variable fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_VALUE when inconsistent variable fill value is detected * Fortran versions of the above error codes are also added. o New example programs * C/fill_mode.c shows the use of ncmpi_set_fill(), ncmpi_def_var_fill(), ncmpi_inq_var_fill() and ncmpi_fill_var_rec() F77/fill_mode.f is the Fortran version. F90/fill_mode.f90 is the Fortran 90 version. CXX/fill_mode.cpp is the C++ version. * C/ghost_cell.c shows how to use varm API for writing from a user buffer as a 2D array with ghost cells on both ends of every dimension. o New test programs * nc_test/tst_nofill.c borrowed from netCDF * testcases/ivarn.c tests bug fix r2023 when the request IDs stored in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. o Other updates: * Change the chunk size used for moving variable data when the file header extent expands. The default is now 1MB. If the file's striping unit size is known (from MPI-IO hint striping_unit) then the chunk size is set to the striping unit size. o Bug fixes * Add missing F90 function overloading for f90mpi_put_var_all, f90mpi_get_var_all, f90mpi_put_vard_all, and f90mpi_get_vard_all, when the user buffer is a scalar. * Fix when the request IDs passed in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. See r2023. * Fix C++ compile error for converting NULL to string. See r2039. - Update to version 1.6.0 o Format conformation updates: * Conform with netCDF4 on CDF-1 and CDF-2 formats. The only difference now between the two formats are the OFFSET item in the format spec (32 vs. 64 bit integers.) All names (variable, dimension, attribute) now allow extended characters (eg. special2 and MUTF8). o New APIs * Nonblocking buffered varn API family. For C, ncmpi_bput_varn_() For F77, nfmpi_bput_varn_() For F90, nf90mpi_bput_varn() For C++, NcmpiVar::bputVarn() * Nonblocking varn API family. For C, ncmpi_iput_varn_() and ncmpi_iget_varn_() For F77, nfmpi_iput_varn_() and nfmpi_iget_varn_() For F90, nf90mpi_iput_varn() and nf90mpi_iget_varn() For C++, NcmpiVar::iputVarn() and NcmpiVar::igetVarn() * Blocking vard API family takes an argument of MPI derived data type that describes the file access layout, as opposed to vara and vars APIs that use start[] and count[]. For C, ncmpi_put_vard() and ncmpi_get_vard() For F77, nfmpi_put_vard() and nfmpi_get_vard() For F90, nf90mpi_put_vard() and nf90mpi_get_vard() For C++, NcmpiVar::putVard() and NcmpiVar::getVard() * Collective var1 API family For C, ncmpi_put_var1_all() ncmpi_get_var1_all() ncmpi_put_var1__all() ncmpi_get_var1__all() For F77, nfmpi_put_var1_all() nfmpi_get_var1_all() nfmpi_put_var1__all() nfmpi_get_var1__all() For F90, nf90mpi_put_var_all() nf90mpi_get_var_all() For C++, NcmpiVar::putVar_all() NcmpiVar::getVar_all() * ncmpi_inq_buffer_size() returns the size of buffer previously attached for use of bput APIs. With ncmpi_inq_buffer_usage() one can calculate the space remaining for additional bput requests. For F77, nfmpi_inq_buffer_size() For F90, nf90mpi_inq_buffer_size() For C++, NcmpiFile::Inq_buffer_size() * ncmpi_inq_recsize() returns the size of record block, i.e. the sum of single records of all record variables. For F77, nfmpi_inq_recsize() For F90, nf90mpi_inq_recsize() For C++, NcmpiGroup::getRecSize() * ncmpi_inq_num_rec_vars() and ncmpi_inq_num_fix_vars() report the number of record and fixed-size variables, respectively. For F77, nfmpi_inq_num_rec_vars() and nfmpi_inq_num_fix_vars() For F90, nf90mpi_inq_num_rec_vars() and nf90mpi_inq_num_fix_vars() For C++, NcmpiGroup::getRecVarCount() and NcmpiGroup::getFixVarCount() o New PnetCDF hint * pnetcdf_subfiling -- it can be set in an MPI info object or in the environment variable PNETCDF_HINTS to enable/disable subfiling. The value is either "enable" or "disable". o PnetCDF hint priority * The alignment hints set in the environment variable "PNETCDF_HINTS" have the highest priority, which overwrite the alignment hints set in ncmpi__enddef(), which overwrite the alignment hints set in the MPI_Info object used in the call of ncmpi_create() and ncmpi_open(). o New error code * NC_ESTRICTCDF2 for attempting CDF-5 operation on CDF-2 file. For example, define a variable of type NC_INT64 in a CDF-2 file. * NC_ETYPESIZE when filetype size is bigger than the variable size * NC_ETYPE_MISMATCH when the element type of filetype mismatches the variable type * NC_ETYPESIZE_MISMATCH when filetype size mismatches buffer type size * NC_ENULLSTART when argument start is a NULL pointer * NC_ENULLCOUNT when argument count is a NULL pointer * NC_EINVAL_CMODE when invalid file create mode is set, (e.g. cannot have both NC_64BIT_OFFSET & NC_64BIT_DATA. In PnetCDF 1.5.0 and earlier versions, if both flags were set, then NC_64BIT_DATA triumphs NC_64BIT_OFFSET.) o New example programs * C/bput_varn_uint.c and F77/bput_varn_int8.f show the use of nonblocking bput_varn APIs * C/i_varn_int64.c and F77/i_varn_real.f show the use of nonblocking iput_varn and iget_varn APIs * C/vard_int.c F77/vard_int.f F90/vard_int.f90 CXX/vard_int.cpp show the use of vard API to write/read record and fixed-size variables. * C/transpose.c shows the use of ncmpi_put_vara_int_all to write a 3D array that is dimensional-transposed from the one stored in memory. Six transposed 3D arrays are saved whose dimensions are organized as ZYX, ZXY, YZX, YXZ, XZY, and XYZ. The C++, Fortran 77, and Fortran 90 versions are also provided. o New test program * nonblocking/wait_after_indep.c tests if ncmpi_end_indep_data() returns properly when nonblocking APIs are called in independent data mode and the wait call is made after exiting the independent mode. * nonblocking/flexible_bput.c tests flexible bput APIs that use noncontiguous buffer type, noncontiguous imap and require type conversion * testcases/flexible2.c tests flexible APIs that perform type conversion * testcases/flexible_varm.c tests flexible varm APIs * testcases/varn_contig.c tests the case when the fileview is actually a contiguous chunk. PnetCDF should be able to merge all. * nonblocking/bput_varn_uint.c tests nonblocking bput_varn APIs * nonblocking/i_varn_int64.c tests nonblocking iput_varn and iget_varn APIs * test/testcases/test_vard.c test/testcases/test_vardf.f test/testcases/test_vardf90.f90 test the new vard APIs. * test/testcases/inq_recsize.c tests if one can correctly inquire the size of record block from in a netCDF file. A similar program in F90, named inq_recsizef.f90, is also added. * In test/nc_test, the test programs below are borrowed from netCDF test programs: t_nc.c tst_misc.c tst_norm.c tst_small.c tst_names.c tst_atts3.c tst_atts.c * test/testcases/one_record.c tests the special case defined in CDF-1 and CDF-2 specification that "A special case: Where there is exactly one record variable, we drop the requirement that each record be four-byte aligned, so in this case there is no record padding." * test/testcases/modes.c tests if correct error codes are returned when various file create/open modes are used. * Under test/testcases, varn_int.c varn_intf.f varn_real.f90 test varn APIs * test/testcases/inq_num_vars.c test if one can correctly inquire the numbers of record and fixed-size variables defined in a netCDF file. A similar program in F90, named inq_num_varsf.f90, is also added. * test/nonblocking/interleaved.c tests a combination of interleaved file types. This is to test the bug fix in r1758. o New optimization * Prior to this release, PnetCDF wraps each MPI read/write call in put/get APIs with two MPI_File_set_view(). One is before the MPI read/write call to take advantage of MPI's fileview feature for accessing non-contiguous file locations. The other is after the MPI read/write call to make the whole file visible, as the root process may write to file header later in the data mode and it alone cannot make a call to MPI_File_set_view() because the function is collective. In this release, the second MPI_File_set_view() has been removed. The root process's fileview is changed to always keep the whole file header visible. Saving a collective call to MPI_File_set_view() is expected to improve some performance. o Semantics updates * Header consistency mechanism has been updated. See README.consistency for details. * The use of NC_SHARE is also revised. See README.consistency for details. o Other updates: * The subfiling feature is now disabled in ncmpidump and ncmpidiff until a bug fix to allow reading the master file with the number of processes that is smaller than the number of subfiles. * The attribute names reserved for subfiling feature are now changed to use a prefix of "_PnetCDF_SubFiling". The leading "_" underscore is a CDL convention. * The flexible APIs now allow argument buftype to be MPI_DATATYPE_NULL. In this case, argument bufcount is ignored and argument buf's data type must match the data type of variable defined in the file - no data conversion will be done. This extension makes the flexible APIs be able to correspond to the netCDF APIs whose names do not contain a data type, e.g. nc_put_vara(). * Type conversion between NC_BYTE and unsigned char no longer checks for out of range error (NC_ERANGE). CDF file format specification make a special case for this kind of data type conversion. See: "Note on byte data" in the format specification. * Conform with the CDF-2 and CDF-5 formats that names are normalized according to Unicode NFC normalization rules during encoding as UTF-8 for storing in the file header. * A new configure option, --enable-large-file-test, to enable testing I/O on large files and large variables. Note the testing prgrams will run very slowly. o Bug fixes * fix the bug for flexible get_varn API. When buftype is noncontiguous, the bug forgot to "unpacks" the temporary buffer that reads data from file to the user buffer using buftype. * fix the bug in blocking flexible get APIs when buftype is noncontiguous, swap is needed, type conversion is not. The bug sets a NULL pointer to the read buffer and passes it to MPI_File_read functions. See r1815. * fix the bug for the NetCDF special case when there is only one record variable and the record size is not four-byte aligned. In this case, NetCDF spec says the alignment must dropped (no padding). See r1791. * fix the bug in nonblocking APIs when requests are resorted into nonoverlapping groups and the first group of file types are interleaved, it was mistakenly identified as non-interleaved. See r1758. * fix the setting for PNETCDF_RELEASE_DATE in configure.in. Using read command together with IFS does not work as expected in bash 4.3.11. See http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2014-July/001586.html for further detailed discussion. - Update to version 1.5.0 o New features * A new configure option "--disable-in-place-swap" is added. It disables the byte-swap operations running in-place on the user's write buffers. The purpose of providing this option is to deal with the problem when a Fortran program uses a immutable buffer for put APIs, e.g. the buffer is declared as a PARAMETER, and in-place byte swap on this buffer causes segmentation fault. See discussion threads of http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2013-July/001498.html Impacts: 1. It takes effect only on Little Endian machines. 2. It only affects put/iput data APIs, but not attribute APIs. 3. The INTENT of buffer arguments in all Fortran 90 put/iput APIs will be declared as "IN". Without this setting, the default is "INOUT". 4. It has an impact on performance, as an extra internal temporary buffer will be allocated to copy data over from user's put buffer, so byte swap can be run on the temporary buffer. The default setting is to enable in-place byte swap. PnetCDF tries not to allocate additional memory space, due to performance concern. Users are discouraged to use Fortran PARAMETER buffers in put APIs. * A new configure option "--enable-debug" is added. It enables a memory allocation tracing mechanism internal in PnetCDF. In addition, it enables the PnetCDF safe mode. (Note that setting the environment variable PNETCDF_SAFE_MODE at the run time can still overwrite the safe mode.) Default debug mode is disabled. When enabled, a user program can call three new APIs below: ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, and ncmpi_inq_malloc_list to obtain the size in bytes of current memory allocated internally. This feature uses a binary tree to manage all malloc buffers, e.g. tsearch() and tdelete(). * Add three Fortran parameters for PnetCDF library version numbers: PNETCDF_VERSION_MAJOR, PNETCDF_VERSION_MINOR, and PNETCDF_VERSION_SUB. Similarly in C programs, these are defined in pnetcdf.h as constants. o New APIs * C++ APIs are now available. They are developed based on netCDF-4 C++ library. However, users are encouraged to use C APIs, instead C++. * ncmpi_put_att, ncmpi_get_att, nfmpi_put_att, and nfmpi_get_att - these APIs correspond to nc_put_att, nc_get_att, nf_put_att, and nf_get_att. Note they are not the "flexible" APIs. Flexible APIs have an MPI derived datatype argument. * ncmpi__enddef, nfmpi__enddef, and nf90mpi_enddef - these APIs correspond to netCDF nc__enddef, nf__enddef, and nf90_enddef (with additional optional arguments). * ncmpi_inq_file_info - the naming for ncmpi_get_file_info may cause confusion, as "get" has a different meaning on PnetCDF. The correct name should use "inq". However, ncmpi_get_file_info is kept for backward compatibility. * ncmpi_inq_striping, nfmpi_inq_striping, nf90mpi_inq_striping report the file system striping settings of the opened file: striping size and striping count, if the underneath MPI-IO can find their values from the file system in use. * ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, ncmpi_inq_malloc_list report the size in bytes of current memory allocated internally by PnetCDF. Similar APIs for Fortran 77 and 90 are also available. These APIs are enabled only when PnetCDF is configured with option - -enable-debug. When this option is not enabled, calling these APIs will return the error code NC_ENOTENABLED. These APIs are usefully for debugging. * ncmpi_inq_files_opened reports the number of files that are currently opened. Similar API for Fortran 77 and 90 are also available. The API takes 2 arguments: number of files and array of file IDs. If the second argument, array of IDs, is not NULL, then it will filled with the netCDF dataset IDs. This API is useful for debugging. o Syntax changes * For all Fortran put/iput APIs, the INTENT of write buffer arguments is changed to "INOUT" on Little Endian machines, if option "--disable-in-place-swap" is not used at configuration. Otherwise, i.e. on Big Endian machines or PnetCDF is configured with "--disable-in-place-swap" on Little Endian machines, the INTENT is "IN". o New PnetCDF hint * nc_record_align_size - aligns the starting file offset of the record variable section. Note this is for the entire section, not individual records. o New error code * NC_ENOTENABLED indicates the API is available only when the corresponding feature is enabled. For example, nfmpi_inq_malloc_size() returns this error code when "--enable-debug" is not used at configure. * NC_EBAD_FILE corresponds to MPI error code MPI_ERR_BAD_FILE, meaning "Invalid file name (e.g., path name too long)." * NC_ENO_SPACE corresponds to MPI error code MPI_ERR_NO_SPACE, meaning "Not enough space." * NC_EQUOTA corresponds to MPI error code MPI_ERR_QUOTA, meaning "Quota exceeded." * NC_EMULTIDEFINE_FNC_ARGS corresponds to MPI error code MPI_ERR_NOT_SAME, meaning "inconsistent function arguments used in collective API." o New run-time environment variables * none o New example programs * Example programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * Under examples/C, three examples are added: create_open.c, get_vara.c, and global_attributes.c. File examples/README contains their descriptions. * Under examples/CXX, several example programs corresponding to those in examples/C are added. o New programs for I/O benchmarks * none o New test program * Many test programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * add tests for flexible APIs. The tests borrow from nc_test/test_write.c that tests nc_put_var1, nc_put_vara, nc_put_vars, and nc_put_varm. Similarly for get APIs. * testcases/record.c checks if the number of records is updated correctly. It writes to a variable's 2nd record followed by the 1st record. A call to ncmpi_inq_dim() or ncmpi_inq_dimlen() should report 2 records after the writes complete. * testcases/noclobber.c checks if error code NC_EEXIST can be returned correctly when NC_NOCLOBBER modes is used in ncmpi_create and in the meantime the file exists. * Some test programs are developed to run in parallel. The test mechanism for parallel runs is command "make ptest". Two environment variables can be used to set the MPI run command and output file directory: TEST_MPIRUN and TEST_OUTDIR. Their defaults are mpiexec and "." (current directory), respectively. For example, make ptest TEST_MPIRUN="aprun -n NP" TEST_OUTDIR=/scratch Note the keyword "NP" will be replaced by the different numbers of processes used to run the tests. The testing uses up to 8 MPI processes. * A sample PBS script file is provided to test "make ptest" on machines with a batch queue system: pbs.script. This example script can be submitted from the build root directory (where you run "make" command to build PnetCDF library). * For cross compile environment (and batch queue system), the environment variable TEST_SEQRUN can be used to set the MPI run command. For example, the command for testing sequential programs: make check TEST_SEQRUN="aprun -n 1" TEST_OUTDIR=/scratch For non-cross compile environment, there is no need to set the environment variables, as long as one can run the MPI executable without mpirun or mpiexec. o New optimization * none o New utility program * pnetcdf_version prints the version information of the PnetCDF library and command-line arguments used at configure o Other updates: * Revise FLASH-IO benchmark to use nonblocking APIs for both checkpoint and plot writes. The control variable to switch between nonblocking and blocking API is "use_nonblocking_io". Set it to .FALSE. in flash_benchmark_io.F90 to switch to blocking APIs. Using nonblocking APIs is now the default. * To match ncdump, ncmpidump now only supports one input file. * Makefiles are revised for better recursive make and fixed some build target dependency for parallel make. * File creation was revised for handling NC_CLOBBER and NC_NOCLOBBER modes. On systems where Unix calls access() and unlink() are available, they are used to check if a file exits and to delete an existing file. * subfiling is now enabled by default. Users can use --disable-subfiling to disable it * man page of ncmpigen is updated to add the description for option "-v" which lets users to specify the desired output file formats, e.g. CDF-1, CDF-2, or CDF-5. * flex, lex, bison, or yacc are no longer needed for building ncmpigen. o Bug fixes * fix ncmpigen.y on parsing CDL file to get the number of records. The bug failed the command "make b-test", due to getting a wrong number of records (current value for the unlimited dimension). * fix the update for number of records when writing to a record that is not the last record. - Update to version 1.4.1 o Bug fix: * Improve pnetcdf.inc portability for fixed/free-form Fortran programs o Fortran API syntax changes * For nfmpi_put_att and nf90mpi_put_att family, the intent modifier for the put buffer arguments are now declared as INTENT(IN). * For nfmpi_put_var* and nf90mpi_put_var family + On Big Endian machines, the the intent modifier for the put buffer arguments are now declared as INTENT(IN). + On Little Endian machines, the the intent modifier for the put buffer arguments are still declared as INTENT(INOUT). This is because PnetCDF does in-place byte-swap on user's put buffer. If user's buffer is declared as parameter, then segment fault can happen when PnetCDF tries to byte-swap a read-only memory. o Subfiling * Subfiling is a new PnetCDF feature that divides a file transparently into several smaller subfiles, each of which stores subarrays in CDF file formats. The file name supplied by the users serves as a master file that contains all metadata about array partitioning information among the subfiles. Because data partitioning is made transparently from users, data accessing is kept the same through the conventional PnetCDF APIs and the master file. * To enable this feature at configure time, add configure option "--enable-subfiling". - Update to version 1.4.0 o New APIs * Fortran 90 APIs (adopted from netcdf-fortran-4.2). All F90 APIs have prefix name "nf90mpi_". The APIs support function overloading. * get/put_varn_ for reading/writing a list of subrequests (each is specified by starts[i][ndims] and counts[i][ndims] for subrequest i. ndims is the number of dimension of the variable) to a single variable. * multiple put/get requests with explicit buffer type names: ncmpi_mput_var_type(), ncmpi_mput_var1_type(), ncmpi_mput_vara_type(), ncmpi_mput_vars_type(), ncmpi_mput_varm_type(). Similar for get APIs. "type" is one of the followings: text, schar, uchar, short, ushort, int, uint, long, float, double, longlong, or ulonglong. * ncmpi_inq_nreqs() reports the number of pending nonblocking requests * ncmpi_inq_header_size() reports the size of the file header * ncmpi_inq_header_extent() reports the space currently allocated for the file header, (also the file offset of the first variable) * ncmpi_inq_put_size() reports the write amount committed by far * ncmpi_inq_get_size() reports the read amount committed by far * ncmpi_sync_numrecs() a collective API that can be called in independent data mode to synchronize the number of records in memory across all processes, and update to the file if NC_SHARE is set. o Syntax change for Fortran put APIs * intent of buffer argument in all Fortran APIs is changed to inout, as byte-swap might be performed directly on the buffer. This change is for performance consideration. For example, if the buffer is declared as Fortran parameter, then compile will fail. o New PnetCDF hint * nc_header_read_chunk_size: PnetCDF reads the file headers in chunks. This hint indicates the chunk size (in bytes). The default is 256 KB. o New error code * NC_EINTOVERFLOW reports the error of 4-byte integer overflow. This usually happens due to MPI-IO data type constructor APIs' arguments using 4-byte integers. * Error codes to report metadata defined inconsistently across processes. o New run-time environment variables * PNETCDF_SAFE_MODE environment variable can be used to enable/disable the internal checking for data/argument consistency across all processes (by calling collective MPI_Allreduce). Set it to 1 to enable the checking. Default is 0, i.e. disabled. * PNETCDF_HINTS environment variable can be used to pass the I/O hints to PnetCDF library. Hints include both PnetCDF and MPI-IO hints. PNETCDF_HINTS is a string of hints separated by ";" and each hint is in the form of hint=value. E.g. romio_ds_write=disable;nc_header_align_size=1048576 If this environment variable is set, it overrides any values that were set by using calls to MPI_Info_set in the application code. o New example programs * example programs are now categorized into C, F77, and F90 directories * nonblocking_write.f and nonblocking_write.f90 are the Fortran version of nonblocking_write.c * put_varn_float.c for using the new APIs ncmpi_put_varn_float_all() put_varn_real.f and put_varn_real.f90 are the Fortran versions * put_varn_int.c, put_varn_int.f, and put_varn_int.f90, for using the new APIs ncmpi_put_varn_int_all() and nfmpi_put_varn_int_all() * hints.c, hints.f, and hints.f90 for using PnetCDF hints * flexible_api.c, flexible_api.f, and flexible_api.f90, for using blocking and nonblocking flexible APIs * mput.c for using ncmpi_mput_vara_all() to write a series of arbitrary start[] and count[] * block_cyclic.c, block_cyclic.f, and block_cyclic.f90 are for a * -(block-cyclic) 2D partitioning pattern * column_wise.c, for a *-cyclic 2D partitioning pattern * put_vara.c, put_vara.f, and put_var.f90 for using for nfmpi_put_vara_int_all() o New programs for I/O benchmarks * benchmarks/C/aggregation.c -- evaluate PnetCDF's performance on I/O aggregation across multiple requests with different data access patterns. * benchmarks/C/write_block_read_column.c -- writes variables and reads back using different data partitioning patterns * benchmarks/FLASH-IO -- I/O kernel of FLASH, a reacting hydrodynamics code developed at University of Chicago. This benchmark can be built independently from PnetCDF release. o New test program * test/F90 contains test programs adopted from netcdf-fortran-4.2 * test/nf90_test contains test programs adopted from test/nf_test * testcases/alignment_test.c -- test for header and fixed variable file offset alignments when entering redef mode * testcases/nonblocking.c -- test nonblocking APIs ncmpi_iput_vara_int() and ncmpi_iget_vara_int() * testcases/flexible.c -- test flexible API ncmpi_get_vara_int_all() using an MPI derived data type created by MPI_Type_create_hindex() * test/header/header_consistency.c -- test header inconsistency and see if inconsistent metadata is overwritten by root's o New semantics for attribute APIs in data mode o New synchronization for number of records o New optimization: I/O request aggregation pointer). o Other updates: * configure.in and Makefile.in have been revised to detect MPI compilers and other compile options automatically. * A new configure option "--disable-file-sync" to disable calling file sync. This is to be used when the underlying file system provides data consistency control. * add build recipe for IBM BGQ (e.g. Vesta/Mira/Cetus @ANL) in README.IBM * add build recipe for CRAY-XE6, Hopper @NERSC in README.CRAY * add build recipe for CRAY-XC30, Edison @NERSC in README.CRAY * add build recipe for Endeavour @ NASA in README.SGI * add declaration of flexible APIs for Fortran90 * "make testing" now hides most of the stdout. Use "make verbose_testing" for verbose output. * ncmpidump: add the command-line option "-k" to report the format of netCDF file. * ncvalid is renamed to ncmpivalid, a tool to validate the structure of netCDF files for conforming with CDF formats. * Fortran type NFMPI_OFFSET is removed. It was merely a shortcut to integer(KIND=MPI_OFFSET_KIND). Some Fortran 77 compiler does not recognize keyword KIND. In that case, please set MPIF77 to the MPI Fortran 90 compiler, e.g. ./configure MPIF77=mpif90 * configure now automatically checks Fortran module compile flags * Support additional Fortran netCDF data types: nf_ubyte, nf_ushort, nf_uint, nf_uint64, nf90_ubyte, nf90_ushort, nf90_uint, nf90_uint64. * Error codes and messages conform with netCDF's o Bug fixes * Argument unlimdimid of nfmpi_inq() returns -1 when no unlimited length dimension has been defined (to conform nf_inq()). * Argument varid of nfmpi_inq_varoffset() is fixed to be the C's varid plus one. * For collective APIs, many places have been changed to prevent program from hanging if a subset of the processes got errors. The fix will allow all processes participating the MPI collective calls in the PnetCDF, even if errors are detected on a subset of processes. * set the nonblocking request ID to NULL when the request length is zero * report error when bogus request IDs are passed in ncmpi_wait * when entering redef with different alignment hints, fixed-size variables' file starting offsets will only be changed when it is bigger than the old ones * Fix some Fortran API intent in/out argument declarations * ncmpi_def_var is fixed to detect if CDF-5 data types is used on CDF-1 or CDF-2 files. Error code NC_ESTRICTNC3 will return. - Update to version 1.3.1 (September 24, 2012) This release is primarily a bug-fix release, tidying up a few issues and incorporating some early feedback on our "buffered put" interface (see http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/BufferedInterface for more information) - add a new API ncmpi_inq_buffer_usage/nfmpi_inq_buffer_usage for inquiring the current usage of the internal buffer allocated by the "buffered"-put APIs. - bug fix to make bput APIs properly return error code NC_EINSUFFBUF. - bug fixes for ncmpidump to avoid residue contents from a previous read when it read beyond EOF. - bug fixes in the the tutorial example codes. - add more in-line comments for the tutorial example codes. - add the error string for error code NC_ENOENT. - Replace parallel-netcdf-1.3.0-destdir.patch with parallel-netcdf-1.6.1-destdir.patch. The patch accomplishes the same thing but is created new for the substantially different makefiles.xinomavro 16150310851.12.21.12.2-1.11.12.2-1.1pnetcdfpnetcdf.hpnetcdf.incpnetcdf.modlibpnetcdf.sopnetcdf.pc/usr/lib64/mpi/gcc/openmpi2/include//usr/lib64/mpi/gcc/openmpi2/lib64//usr/lib64/mpi/gcc/openmpi2/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15-SP3:GA/standard/1c1fd31b7cc68f216163e3116397bf49-pnetcdf:openmpi2cpioxz5ppc64le-suse-linuxC++ source, ASCII textC source, ASCII textAlgol 68 source, ASCII textASCII text (gzip compressed data, from Unix)pkgconfig filePR`D5 ͙Cutf-8fc76627ee9554f819e33131af079805aa95be888da4d334957c17b134f6ab8d7? 7zXZ !t/ ] crv(vX0a{_fh1]M73~k61zSE9AId%;#~,# gn`Owv&1-1쥳T|*}…h|VjqZHE2v NƲ_SXRRRdnJ\%{5",jpku WBG/[ףfayzǹ(Q2ݝlsF#ey3 1O>ո!ZN.v;Ia34VYw+B()HhX96L<33|H*o;`dXz0ؘf;SQuYd{#,?8؁1U@lef'Ay719o'Jsa[Q\J&v8obS|}#tf҂z|qU[fPrdq kJs1,3W+%:ebcntˠjtXVC辒Ir"F0ĦA$6l=F_4 dlh`{L,tCq% #K0  [5}9#/;bՎV;y.5m*| jBVoW!9x*z{{GhRV+S?V4Wc @[K!ž'1k^c6bۛ5ftӥ> vp!ZaU j5-iYӫQޯuae*SO ͌")%(sky:jˬ'.- VV2>-'+8aL-eé^@D}aاD_HĄ+Dm,o \K1-=RMtu|,B%h]χP|AOPL[$:Gvs2Ѫ9W}72|}sm0XȑEoI`~ʖ`u7=zEYs\IN},?]jrGju?^o8dlUgT&jbrNKc͇WZZe8tLbM?COS\"b}PЗ;zȞcpB÷[4yZF^9Q|$~,{VB+p%&`NwpL 7ot"|lj{@g*L[DmZh:?fq&]]TOhiRAo,ʅ&ѤL3lap"P mիu˄oLx -$[DL a$^ /A,aMRH wC&z|@nS8 ďII[MWv >cr MCgH!^ݽm GeL߁AM*Nj8'Dv6*5KR; %<ŭv]f!K6*.;6E+Z/団CqRt_臸l=ر޾bbtTH K`vo\>p! 6z}em/j3YxME$P(VmޏtL8wj5u+w!s$kgd5LL ct/+B t +ߊc4t.* }xLhnѣ VJ113}xa#rj{Zy)DӺ=,ϹuNsT&^Dy/՛ڔqa(`# ʛ.- \x.?`.4/kN[eKݰ9UT.5UZŹ#J+}9j]4}Zm>1F 5k XEGVoJ݇T|kFE)ik|paAC:$bՁǹ3+ƴFNUR;+AǿA2j+?CGN3jΧ&OU_h0n9ucmn N(%D*;lC3(ڏ*@˝tC5 wp%klE_1~ٯ(x[KlYPޖBZS+Qpy*>gYb|юY<_8J?boܥ~jn ֌Ϝʤֹ9qNcD2 S3 bT $!rE@7L -SB|b(X (ixg'Bx2b;?õ0B2AZAFj4-`o p ܊mILE^`P 1Ϣ#ӵݑB[\-ʫFyҌ4p.'*/.|e:Uo [4wZ.x[;% Ƭi/7-;,A 5W7jkA'Eդ/?vp= p#W`u F|㵢0:5B|X}@-arq[ KɘS9>Ibg#XNuq,.H"  LK vk%+r`w/+C/E}O"#}]xM_",2}H:ģdc]%;Ǟ[@0<9ʑ4Q`yVmؽ3gH 聏~Um._M@b`,C$.Y05o~; .FO1ؙt,wVf!jawz8w%,~.ȁ(-v + W< y˻:F&["j^ubTS-ZѴB e_0> PBlyGyy}8˕Ymr*mp~EhgBk|RXvn"ȉmҊEQgO$ 6;]BH CKBf,oIфcp JvFI1MwaGd(_`x.}/~fowY_=A$\쓜rQTy& j16[.fkX>C]پ"#^@ąYrX>r,+ vh@,4;&fUw89G RwuܗϳXu ̈rL(7Ӻ//kظU^7}9 :: {LQLbP^ֶ4JJ>WU#.tT`6ShO I ORd5{7bDZ^ T⩱ҌPvzjhr G pM\ r^sjϷ{nHsr}b% U͹L,v)96VI?g3y,p!ʉSWhJ=ydWb{IÑ]򝺱'D+yV4Y)n&^좋-+(ȇ9-> \Ɔy^K|vXEU,?C13KI`fd <טS~lbTmyy 'bԕ58F0&i$9= P33>F͈L[gcj4|C bUjΏT5>5LA_Z궑85n4jO`}sDI|م%OX?Y;X Yw+آYƀNpvT*lf@b+(Ԩ HrֲO)?:&:Ǘ+BKu鯙[ Mj0sh5آ11?D,y=;fCoCʧ n Н<Ά@ g'gW*NFIJظ#6mSQAhw8,JUUpOF yM"X~Gp2`]0 H=uZA ;]փmsc%adž꘸st(L0Q~0 sio%t1埗?e|MfrS"CXJp^tx5ՍU_ü` +' q0̢2fkjl @ݕ}LWnm~/\@yJѸ'q ͉9_X5̅kOk"L mG}b w9cՓQmP;n29ǣ-.=N0YQbB]d,ebyg זRhs](.ap;cb|>R<'{.׍_ ;iX}zVPX4ypۼZ6%gWZkyO?&V eT`tE#vV8)y3 fxBf=ܕRzݝ;˕y6'Uwϧ7 y߄g *Z!b 2.j!tZ12K\g;*=]2F\SQ .d+:vq}"(xR X$gRgλoyrK[t*Z/g{S76u(Vl9HqnS~ u@ԅζߚPT>┰) 8?l}IoGQ>k5&"V*2XfSSзP˧q%7}{qɑ0qc_fLemQ-Yu䘀eW0!Q:e*y{hQͺ'\gtcw!k,Xui|No܄?J-zX`2񏭭J?!yn*M W%kH( m>6mWp <9aw1|gl}sc JD+<)Pi \2ecoV-]Łkv6p}M=e|cyW6yIֽw8/#Cly,8ʤ5^@իrPRma0 : Ksɿ&KC:lǥQ=$z]CXts/l_w6|]JQO2QgMոEqQyCWƿJoPEI6QQ t苆C(:wDz+GoA]θP%ĸ}CbZ3In͉]=B㙎2R|10HFwПޱ0BYTPhyHU'yЧ{Zr +pSXmX sGwA|̖Φ|"D6S\)߾P' 3޾W1Q C#JI-hEpmW!Dlx-+@îQ|>|A݂RGR*Q$oItu(znxT2aONʽ < NKmͽ |M* k I0黖X z,j&xw3}Kx͵%16NQ{!1wsq#'YHB]_rc)#nK̓|L ,ѿp0n=N>BW/5_Dtxcbn{Viws)jP wl a"svem?_ <KLg,/F(,RNNLJ:AscO֏?vԊCv |'\;#V]fyIrQ% f1%M/?baJlLrr>]V^#pBiZvvX8Pv˩j5'2_q<*35% ]iTr,F'=钷puZܮPb Nu@>N3%;fw&dn6H'Dvr͗\ 6G|jw5 Oa&h E{fya|X땬@Ͽohtn45L  LlE ҇II^wjRJV揁}gOes"'dN7ʄqͼ&_gnm V)"z=*el7fbjrR!ZX^\*irW?qw!I$Cx>%ֿ3!+p׵ E=DNJD٬Ht>\Gc'}%18G&f-Eu+9.&$xGKWO_|Hy;@ dPlxȲsE:"~h2ͯ &8L!1ٓl,?Űxġ׼^B|*?^ zoa%K ]VQFRWf7 J6 .p6B9TEĒGn=l+Il>{{ I,\oB{P!X22b@Z G zgw dHC[A* [85"0s-i͸5wY1RxHٽX6l Ly#BŸO{Zơ|'gܑs!z&.+垕"{0ȪHK:iZ Biˌ7rãO==qrb:i80o" Wl jƒgsrh*4:J$';bO7,zP̃ǵ&pD9ؕ[ lζVaxW({^'9ƮY7}تIv)=}R۽7oi+k&6D16U.R+G:hZA3 ue*[&3!n 9W$ܜ_r1&/<;O9swP_2jmM0@+n61) Tutq+3s *F)_Yrp4uE#n_EƇܙDT= D+`ęI2Ш * WELsvY裠oUFϞ/%;-dxo$u$'4 E5W LgEu3P;/C%gh,Uq/aVn1;؏$A6=Jw 2Fd7cd2$r orZfb wbZhZ}+[$QJr֏8=QH 'vD 0#=%oRٌl/xTxwhO6&5ةkN[ĝEHv4]k!nQ**c43TMmMrzXK"lT]:h&"5/Lv?ym""1o?XÙb&gP EZzX(]jQm' f^|vP~&RILT $iB2Dh^QڏoFO0G4{m@򚀇pPߒ:֤#]ӪPyCGaTG%g;?'G+|oB= 䳍K1M=id$O{kzW H4=_`G_jHI5] : UPǡɱBW:/BV6X2-ј\[eH1Su(3E G,&~S mgxC=ZfI5_Q69757D_;GFSC7NoER\6RU$s@ 5-D&"4u-n?0P_{#iM%*{F!F~apsTV;ok@!AE3j8hZ/L^SS1O-dɰW-3L?/N̰G.v;$c}R^ֽ9݉RSEPCFu Rt=Ł4"*(rж#UKoQQh|]4@/Vk^}"=;X1J] G8;κz/:I( TwWl;%Ԍ+IQF .5<u%Lg?'Pf"f uE~TjLiUe 6 ;RhzTbK@SV3(Rpׂ'+UsaPSJ=a|PMc [Q^[4mVw{b:Z{ cxhLjZH)QeOckN]C4@ S_t8Ȭ7xSPvB2\ /SxF#auL`vIjL@ 3Ѱ_Ŭ:4qn'!7kzTV7aKi9lej?xl&X`beo@1g=7{[=.s3K:+X_@M~x4);;xA~a$ݖ; 7:o4Dm`RẈ~d<<>áҼC>}ة% qT; ќ?@4yyܳg۾vMXbS:y5tLqRgoT'#Z8"&9^$vݨWh\&'CN3U$NrޜÉG&x\V)` Ɏ?00UoIVtTSe]eTmL#$J$ӑJ@եGù+<#NBAY`&Z#y^͌\i-*wX/OM8)sU:z(XF_o=__au}9YP7࿎x)e8bݖ)7ǿ۵Rޱw nHe7J!]$87eJ@G1 }BCi8sƈym+Ӹr0&YT?pĘO5yuc֑2 HC9qyX<8kd9<8}=,ZVvkc(O1;N3O mH8}-NҮLq{Ũ1_Y픚9ZIGF«3%l|a-6h>9%J(*80(@NĤ2Ēx>nĉo34DV&eyKnSi>шvlFH1:9JqFͦJIÚS[!#O,KS4Y.V*9[-ȓ4&v'G Vm*Tl?7$H(tAڿeTQ.b;Ϫsқ͑Y~Ȯ51Ш2,s/*4jϫCDl9WʾC.e>d$+RG,V$nVsYe@*R(^uOK~-b.ݒNOb҆6DZd K4R0xG'];n ] $`vdIp(MDe,X>7=74)3R`A FYt4fTUe'8+n҈& (^Ԯe,ѲW{%v }z , u(U"l0ʚ׊:1_~~C8]1 RgwnO@";M8q>\y4E6CCw*a_w2A*(^&`um:\x UL{"+߃^r^qm'w~A,JVRw|; +UKkHY ;`?7_R%] wedқhce;X~~/V {m?Za)sɝw1COc㖦uC^SvM&0Y<Ε/X9zBĮ]9z%U[@ Z1Gm/,6Kg_ De:538Mf}Gv_l4E(iPtU`p>s _5iM9л]X %pC{[/} 2o"kq#fYc=Bh1XG=ŕ[ HJN7֗4q%ՙP,ɞEڅcq&'66h\9.?^߷+OVJCR7kEpmyNFJ^ p M#ŀ'-2 5ǀ ӿB}0ZB{,tҘMb'*vMƗ ӑaY"pQs}0"Y֟hGDH̊1 ~UO9jX6|op]\Ə ݕ˔11aV XԢʔ|mN4]˩wRVSϜ19 S&<͑y" +xYB[Te[+J@r<Ʉ[;׻/jFXg*Xd7 K@60⨬y5Nϝ'E79 PRBC$&R -jb+Sh{s;^KOp~D6T8–X8 w؈i} !HPW'S F61 @؄R$9֐DX nT9á9v GVٲ;Od87N"Q>gl-Q)M@IcǗjpm;C=QGC` Ø#RFq >2 JC VgH3+r2S],ֻ %ű鲮LOuV8Fщ$V3}mJ1=GB#Dof4Ou+<*Seb2P:s93%&Կmt0$tj]#Cu?gxIqQ'9^YKmσ©ԥ>GTN,CRp1&S?'(= 2yBȴħB ٨kD$v.\pL-PSw2L,jx P1"D=q(OD 4X<4ECWZS;uR!tq5;oIЀLmE]0 lȉT5%ᜨtab\:Kci>rK]kUNo5a>*crB5N{nYh6 bZ`bhR4] E8} Gp ]SVrP+"GS/f E]C袀/T6d&8] wx98 +2$2z|oɀGU0ĭmܹ{-q}ȇf@yMjQzZT@-w R yH'L :$6`Գ__磪/P(i>rL?Ctk;C5["ܦ7 e 银4ɉV~BxΏnXqB.sQH􆑎kF-—DES ŷTeiDBp 4󜄙Fչ7M'I}q/*"e! ]RnCq85& R*y#aXNW ^~_rY=`[T/P(Sa_`ZU4@GSSG7br?MG18-xC "T&Rb*@*"1$z 2n|cO=Ϙ;d Utoj VAs..ZQ')o]myOh =x*BTU~aU-0a5zyaw2w)!{O1^~H+I'sh 5 O^72T<`)u#ӕPw>y΢ҽzQ)ptTyl!> EX*\\˞7##ow*~$ lĜ*ʄ.TxڹzyMD̶U.P*%rxؐydv$|tGjP.Ux5:UJgzU_Bv8٢n (jujPw뜌ݮK.[qYp9=tI,TG鞚D O&s:WT$+GNS ab_lMy8M'^p8jXL9w175'g痿cȞ((8ի]ixWdQ;Sۢ ێq,^t$}pc}T ?v~掑6L'e;Ky`vgY j@SS$`Ċ/}c?LLY.+~@K ]dcr'Y=s$6UWHRR<{zz)^m%BMXOr|tcTUM$GS$y%09C7'tS׹ pU9e90p(G Ri!6ABb![EX~SԌ 5"{\ T?'" N!zjሼ|Be3.0Շm EvR.ZH:zcbV ԑ4}> z?2R爞_uz񥪤4a{xxzsriOx1w*g4%(jx7+!ZtF^ nӵ纷p}13z{1 :j bB9 q*CKP"?Wl7w5qO2r e% ~qm" r0.#ʸBC#:MW&dAhqge5 rY{7"U|땞dVIϰ{pAgIj/@??n| cM0|Mjt%.ZXq2]Obz:7(+ҎkkSomEnd}!7'w<5s6*j<;f$5I,eW5+l"//MQ` Y#C `pY%=(ۍit BjN ̀ytMeS^_sP4TڴUeu\7\e G6<Z,a'L0a5/mh4lx5~mvkg'[ϑޕ{_("/__n[ARBhx̄ǑYM؈^fi߽/XUҐ@><ϸw. K YwDټKL<8S(.Ci̐qjxVTd=~H. KƋ`-6\E)K em.RޔbY;QVz l} 3t^@>拦G0Mha@lB.h[ZnDcFKI nmVh;jkc9sC(Z@olU-FοQ܅6q9T5k;YnNK\xZԨ+:qsL}7'[= p3޴V\5AP#23ŝV! 1w815|'[y,)*#h. ;W䆛׸M]e(`گô=x"uCGUcLC*& cz,J BA"_W\g4o窾J_2Ĭ TI y4!5AhiS`8atU㴞=%62_QRۿ6wHc˄4?ȹeKܥI.lu}Zdq 03BoY+GB[sfGjІRXl1 ,JQ ;=ʱG鸸kA)̸*' Z21C|qI[cŎ{8 *PbzW6( *R+2M{֨l$l+ 5q_Ϩ?l5da.-ngOjo*-H R6>[ABց4sҟ(@;-⼗H'Rg g l,܀ ۡ)_ x(t C5mNMqbjsDr.u#`ewz?詴{>`()F&(Y-O%r+2MqWN8Br!#.dת&aW˻m8qH9}p`tr 7`k.;2Zv+ Q1R=\\vWLT<`c"=u^HCZy>vx>U_uuD_М>D\s9%m^;u*][q ""{%nIz3h{Qt7!L!/7iNj$/3L e G[Շ6VEX,JΐeBGd(tҎ@8nl,AC]_؄Z谑؊m߹.f~$q|lj/GMpYbA=Y@ Ix2Xʔ %2IO4 ]!4ot+g)]D C`WO{ߧ1SjTmw'kR45 <{I!TLYz$Mg[1UW|v PCa@n"Vq>vml!"A*嶅I8o^D?qпѴTc0UY2z**(0n0H6f9Y14FϧAaL^#˵0:1{g=~ݤ(i&`.}$mbPN{wF0nBAW_~+d /}Yȗ&6Ow%S;OܚlpKJ7\;X}V}ܪB'8/O_76D&"|gMۑof0l4` sv܉ .NG\#HI^_8Z?Wٞ]01:m~-?+@  NTSi l,MfǷST[%3 $qr=&?*}Xu*) H9I ezҡIUݟ?V~ݤylץK 4t#hq4HϨ&əX! N'Hhnkyn o9&+s\Օz5k&Qsd=)OUui9RYoF7:,YLk?mw; ƯQeլ ء1^9ۚ_OSS;BEIG> M">mucR~t 5fă *>m祪[8zo7NSZ.n<Vyw[hQ4>b]šC>h vat!f>`J \:3҉ d+\G1´$F^|2\E+PĿndRR_#Iu~ ?'X]+Y2M_Keu,[k(tZ@PfEhX:4 cu fC3 .ŘN.cV/ hG|jx9v͖yk nt"/ҏUMu n@bJA>ڂr> %S}Ɔk}G0pԎjr%G&ODyjs"9eE 8ލC6N;M-ѝHAp#Uwt'^Uoѝ4ڻTG}dO77cL@v pܐKVҰVs :#2OgB 0@>S-0>f(9xJz֗%uV/#pʮX[WSBx,?(*naxbZmBwۦxӋ  z|Z!û}^!cw1tPOtk(TԲmj8׀iZ {-F&,=mIJm%bǃW.YȣRhނ< Z!i/NPnݖbl|_2*(QFv`{ O` sy=^`z"HaխM@g 5۰<SHum%=}_XCP(~pLі< vQ(KZ7kfũuN;KcS QDi&s h,-pB}6|9fP!ۏ < ̱z7 \QRbVUy+T8X.daY)18УIVfʢqcӼ7g;O>as:^YCo.ݞSNcC빜2OpLj:Drih)rqr6˿)6|a5WأtN; F}F= ^=Rm]݇LyNl a\gCN|vOYYSįʦZ 6ohkD!l3xṔ1,}(_v Jڔln}=(hLصfNE7n`Y8G`(dNE Y"N,I =2aXqcR@iw1;ԯߠec+:4Ak[M]&?d2n%F QNĕR]BuEQ[@4w eXMD}k{͈}/~~Ÿ ˈ^:Jlt35naI%%l%]Rb*.mHx:8ړYKSwX(d*:py,|Pta֡X,l vc$BxӾmyv[G;#3͘>I"Ņ/7ח>@  ]6oܛmNG N4Wq(~BSnxwΫ9^;\W; ~Y}}!3Tz| S?Nn蓹S@u*L ?(ꇆަe" *<)k:JWO~ڶ]-:&džwmSoI F.0@*H58wj9R{fy^Oy.EvŞƀnp_b)KWٍͯ3Kx]Z#<\eBD*eD^؏.(x}@N"QCT. w&$E7z#^vAELh )&A`\œ '78!癣$f+KS}jcճ R ɻAU 1ɬ5nLͣ=ؓW}]d;62X2<8z TFX3ٝߘ\Y#v~#'!5nX_Ꟶhtd GKGd3oF70k.vkH>B*7Q <;nD[:PcR˃[RPh[.C;% Y\z73Eh1q! Z%&Fq!sg,k| 9C(-{q( p_`GAP Ij/zw+ \xa⢢g b]YTZb9 c{~kpVYOy`8MS7aOK6aO(@2@zE &A~2;+Y|$lj62eN::aedE44 dScd""gD4i]qX;f=\y] Ёm;Ofblu__0Wf]s!%W6U(۠'c::k`deT7"t9zF:X"O3qvD]u2F(M⌾>m뺵7G^v:hm(&)SgYm6H#4o}wyPx'sE $./A,kD'?\Jo`P\޷jc@({ vy}RtV*!?kB ѝQݎ<?:Xk!@tzzЇx;l8|bYh: ׎E)(Mh G'02хKqթlY$!T8{x42< űr3TH" Bflw X{5 .Dȭ e$ven1h)F\*}UT=蟉I&4vIT5eDyy:M4* P+I7#orW'r0TA ޠ{FѮfSczF_}57˶9b5~k"Nu?;{a&P=W{„"Ma'#ްU?:<6R?gޛuћv&m6ܔj'ҿPz 8vrCFk~:/?o*qR@mMJagXj}bndzٙX\t #N]/=ĺ8U܄&L>%$ Tan/L͑Ɩ`Np՛}zŵ#`1.f{0Y\@Ƒ|$24SQaDCv֔JIXJ1V8~^ {KgZ#c׹*sHLqE䩴hv%ѸwI8v.^ن6UeƓ Kd#x`j6/oJ}^je5T L.d\1FVjHW+N?p2 lĊvQE9+皼xP0mx;  EQ4Bȡm,pʞ{9 Gl4w1€w> wdhx!:]LS 42C%Vz.FGq+bdpfyT}GcZУѥr szQq¨a.)}]YI6 6xe@ f%԰J)ո'PmseT #BD/z\uH?TS9? ~%A~h)yF.ȵ?32ebY\<+բL)\?a"n_ic( z/l4G+Nl&Uwh9ohYR0G/Y. !xCKx)Fħ2Zy}mu`M^Q _'jD`6zn*cRZ+h%Xa [=*gBO4v:]] dCh3ST >?0;i)jHXnH+h nbv9lwy>9'>aQdW|x(؎6ErdNh ñwC&Pub}'ܽg@|!s@ UaBr ćB*ǤеPkdUgFT4Kvi ] FiŽG/L)uD ;[~#3!7R㛼#$Pi3FkYˢV,[ 7ddiEwhuޭ>2X!]lxV!+ 4}_N(ב+7Cmv}C=m!]G(6]voc2Q״" [&ԮwON# WxYZWVnu MWBBg薗u+E qnҁN>rgWҬ˓iZȴ2tK`[7n29&I`- & śC~f;okC~%Uԅ{YzZf|E}k Y-i2OuMXF?yΜ&d;-Þ'ྂZ0"n8Z l}28d| +϶j#Vl_ӳX<6p3>&Z$MwҝW8x(q)P(+DO|״nt'J_5F]?CVg$HdKXvUc_GLgo_sgc>Qk.}r¹dQ/?`Te;)z)췩rcV!0.% 9S'PI=3͉0nQ<^)+_d9Vjy$@<);٨%5Ρ0VFfvf|#:wbXWc=XFU?6Ώ[ఞ)ə1Wfwi2 >c5e˹O&a;^p@tA?FӵA<~C}f\`7"t 9,4}n*}HՠwI ьQUV5H0Bך-8*c -,c$OHW h7lkoVrMv`]i|BB ـA0 Ee&?N/3լ@#]zT>ϑ-L MϔtRz qBZ*l* =l^zt(ñ&7L_?I|gܧHtTk:ǏɎP"` ^•+Is f:3C;Z rU/ͻ3{,pR @e-Y5Kk+uzH_Rv-BguI'׾y>Od7 On2>gkyfKRfm$loɹt~QP7n40ĀtX)k5H8ѳM!y2\>Ҋ%qy[Y▯͹ Ll/&a K$.g^R>刑WH]IhWPg4E]|w@Gt1M1!f³˼)ӠIAz:PU&_zᦰUOYt];4 8\A[g*99zPM阑6'<Ta<=+kKk(^E蠯3\u$#󟠁h7$pIӓx1Sf J<)oj]iXbKW'n YƩׅXG'a?**(U#8i|+_8"UmR3PX2,Wo$4pTu#Jµ%g(GϑNyso?G^a6[K *d,E] 6a1vF8sah)ʹqkxw;{7E*H=$>e+ wS($,vj4n\,)eui=٫05t04Vb][j'UH G,YͦvSIQ+f9&}:.T={r jnL'&%8hdalf*՝/R(LJ̰y:qiŅoyLؘDXC\UscŠ[K`]?}j;kK/tm{mmGq܈Ka~n0y0m)i1uyRk[]SRtm$W^8{ Bς/-XNceImG &0+O}{C!/mR=FUz?]_Z| G##pv`t4T\XaY0n8 rBkq5Eի:OWݺ8'᫜eTU{.cHF٘U'}l4!{5l,0aRt[ڀkNkܖ5מLK8aw,-b-w&P+rkЈƍdgŽ<ҒQ#?L˨W C,U/{S:w-^;)iiU\5+`.4UqIvRC " (6R6Ѕ:t׉g/({VY.Tjt(ME_;kcc06x&/f#F}p5气袞j,I j~0 h x`I+3EQڋ˳;[@>:!*.Z [KB 5D8pei-(,\ҋ(T"Y% H3NɅKrO`m 8֡͐q 2jC4]Wϒ݋$:L>ۍ4Q$Fyəyk5ˋn/7+vڰ&|mڇl 8kig\ޛ2p%3bM7Zm0xЙ]pcʵ%csvJU޴Mn'<ꠥjxg:<{} f5TмmO%x-0T9Vu$6*C F_%].' ju-y/.&7e[ײdw0ZWeFys/7Ȯmn N ?"X$rE+J.v%vOFfs.aw#<#OTeFZ8-ЍR b1qrw󘸇rFLѡcDžNXŮJew(:*V> (I,"+SX20N!rF(g?k?P)k޲DĞVCK{M4 +U~ #E`Ag4՜`EP]BݥE4j)wϧ(}/:  Q7:M"UU^ѨI@BZtJ|ĵ 2Y9H sÌz3I'x=n q"QCSϬh߅-Rr4>;.:ͥVҩ$fƯfOn*"ov2Wh9*jႋ,н@%52m̾̽\HRQ?}Q:<&mW8^.rĦT$M遘B_las~(1o3bj[L7JAIrv( ':{߿:)[Frڬ(~E4@r{0N&M;~۪- -yuPbѓJ\BT$wU /)$[QNz@&tVPW~BOHI~3#:`8NIG.1]g+p=.cbKU&gcQj8%#$0Z(Edc]oZe ڇ*;15lť:\cXc]Lz2b;$ٖD ,E z;{ZF.=_\;볃b/{?3.Vx9%Uh'g~J>@k>z-ː΀6lŸ"pvӗ'JXKګeh.6?|`YGi%,0Ds/߿#;{RgmN^;c|'HXjz]>-ńB%j&%ŭr{/BB2o掙Q8Dq` [FZ\NF1@Iðj?݇fH_*TI20 P2)&8G:H#dKpbo;xƪwa`[pYg9Р6}HxUX?ʼUcDxX Cn41ܗo<\s&\eӐ>V<'{گ}B|A-$ipiqH>*DC3ޠ9=1`e~wʧ[fzɉ%ҏJw Wr{iP!HɟA+;]%d_ \n(űTaF#g=39[/g<%K0j4-j$U}-+69R#Uy] lͥIq$FܻbFD6w%˳φ|,}I4=3Xt~òau; DH%=3w1zٖ ϧ.˛sc#]H}v; ȼoGhRwF;A4ay!s1̓J:VpfU;č ۷׶}qHƮ%-\MXg;dC VΤe+HuF7 ^ ?9oC3OgCq1^{w'| 4ljxBXQ.,fK/uLB= C-D_oh+yhP3bY};_/G`z ;J\Fn`].≢s>}ǯI{29AWoA62 ʶؾ& *یw6v]n⼲zxr!OndLf/zm0՜0V™5aF !BW;DžvC?NHXu!/5EBȌ^ZGx<藮"[4] GdUMt.&Gtqm&Mwɺ#Kp  q]= f#HPUIsC&*L\^IZ,S\1S b4E$'}K Bo([Yפ6G ; r,Y E eJaܭ  iF!JSکb`Mp\"FR)呮5c7oOA |=傝Ϥ;x^6?"l:}N? |, y?HVc0w 憤LlGVZNJJR2+B@VguNđ nUcv2V]!~13YBF0 }I+J>6LU RVwKɃ WYópSIZ|Tcl&;ۯmMCB.Е16 c19l #D+F[Pz-QsT}>'j(Eꊔ$K`ƥYT!HMN20[OGaAÂ"z:5 lۉ l1brTcj$pݣLT >Kdb ^>(A/:kNHbB,Ow -O*fw]%qWN)5N E"s:<r}n3wmVZ$n\ekǍ#w`pJ*ڜƲr1@0m'6؊Ky>!:P~y2Uv3vң(ʶ\e9mmC7aEkTW`C:iE)drdfV}[S0lp?P_wS";h~hKv7L ~oozwY`6u{>=# lJc{"c'BHcF"7ol6[ԱM4\yFQ!e42=rzJ6݄=!DzMbYKs( / ,'/-k5dqޕ!$4LlP@ϸh$Ny ȫg Fa^ͻIL{vK:Wr2}y<>h}XxjނyS} U '/5՗*! OwF-nwD+V?3q > qYTƣ#VƵD2iCdt<ѻj!]gXv)#usFEr@j\g*'))tm#r\0+,6;u*9CHfDK$$V V}k̋rPҚUJ[}8Hȁc&{6'RNxfp fNbMZ׫v+kw"XB{5=#Ha{GF8+# XXMQ\7.6sX#'8Zlbqvx-M3^UIQfXW!gv3Q7wp!idZZuQj114`=4C@{}uĭN!ԕx1G@lˋ mIr@G0FWC_qsY,mC (Kk8UPʠxㅜL#U1Te[жt~ֈG&J9@sŋߢ.i&w <]z4-[i]y[Йx2SLIjHnh٭ZC ;Vwfqc{i{AV|)9uª;EV% X88k}U){Y;d0C/Yf $qsU;ӳ8H@xB9߂y<ͻwɽU1A*Fk՛4aot\{uST&%#\ QhQ>zE;Ѷɏ1apwݱNUbϕ2]>,}"l깝N.S`1u{FN#k[VܟdZAA%7r ƻI/}F؍а5 u9Q,,n]#(EşVbM!Xs:C ;2wתA;n:>~ b>6|8G4ul8!/AH4_1pkmDꃶDE鹕pĖ|𦗑kbٍ] ,ʇѰUwxJ&{9Ngd٫8K2'jnbw flk$.Fd6LS t:Gw8{p5`-eSbw\cc/"x>bKje@ niGO8pFhg*I6{\wG(LpVAY=~urP%ׇvBawZ ]e+~;DSA/clͻ :QNA!*Us/%&nB;$M@؆K?/$F@q $=& ^ 0>˄.a;09 B`5`xJc{79A&4vlrd[sm+})uCc杹 \1v6:fB }ѧw!V :>bV42NZ T.s v&dXwNwĨ" :B5~CwR- P٬tp|^4F`2ќd`[%`?MfWi s"WCuXVxgBtpy߄dxϊbپmUM? NZ685z8ƣtIk~n7V/׏#Z'D(f R *[R,I}e~*ϥ8ÍwTJ^#֩ !n(ހ*iPN0hZj;xIC3ãc :Lt{W3}cmCpuHw`z#Td1꽦vdž~. cǍW: LT2a3RN$voEշRr}+4ń[=E9/\c4c(/uA=@} E+bd F*z uUD/4ZNךjǿntE)O9bk'tNfT*%:7"mNzⷃg+L"IG=[YHg>˕KnN #NvS02LȴjG=Zڿ4m(/"U„!p6^`)L6]Dm)Ut&hXazӛ{sY#Y/ǵy-m>Fob-i\d}\P!/b~^u!z<#9oE@AnE1;E:L9ks/J *Z'`(|-sҞkldge% Mκ?ﴊ]fR_4m&.hr&Q4l`| /l!eqI @`XtEU42>H3-wz;e7:!$ƤAj_{3[x{+omV6+xV y^nf?m(Z5wjý^j$+zlj[K3Ջh V" q/Sgovn!ٸgZqlVEcpg)ۣ;sUyzHc#/}[wQnWĚALK̈1OpH y- )W nb70f,,'aM'N|3G'~BQ,z q/nm'ÍZw1 rOaWEjvU.C a1\X4>V`^@!|c6^a[ɠS*qm))Z"),?.F<(]0FV sdfw1E)&+_+v[-E2N*;߫~}~J+7˵C ͂<aL!3V#ĄPA?VH KYb'=꨻ݙsv#P8@3V#vN\;:6L^Eޱ%8ljk<`z`mW0x)0Ø`ڬ;q5]:)V+ 9n4kd$tpӤFLrVq+,Kù0ec0ܭgh'yk"j#^[q fYXNq:͏WNyUZ$J M9[nx7<2tΟXЈgt:ۯ] ɧ 0!CPJ2pa׾*I8U{>9El \Nt} ĕk'#zg81T-Yʮ:q<-_$zέioE0t,Eu^w_՚AbئG9?\JV-SyxxWZnnR#G|]ߴ"'D^@+6x9!G&Ϝ/{t\0e( s5n^qk\EZAe~̘#+E jQAhZ`OZ;kcKݞ9Y|E_i U-5Ipm1m==mn^>\9VΑyZ3 Y}u쵊\,[-&Cfuh-9ťX&QPf+z M=RG̏}b)STc)"-Z,n ac[GNV+^~ kb}IиA재F <*3(~EJ@z֑ Jp.ruLKt۝ZMb+E?Ht96!VxoF޳XJ7Һ Z?xөgn'z+j>Sغ'!E gШ ϋ '4=5~F4~$EJ {0zWޖx2jf{9q㺂DrlH4lq̺"Z :5|1T] _P# ۴EFrX ]ǣ4jԸ ]+'½2Ü9Ð* [,艽^؜sVo)+-x/4Ym$Q A!ô[Q-_Go7yZhI7:G du>=IxňOUϝ<ҬEjwQ'DuN+&\vK#r?`x?7SӌG,%Fԧ"Z`!*Boz|05c <ikmu$ FlPl3ȬGlx8dZ'%߳WB)2J "ն >>~ZHJOyA?^J~ϴXensWYCpKS@i^˱ңh#ht\Ϊ[^ ӳtuH׺ DwyJ^ ~V~D@a€=7% 4$a9݅G*CZVJ - ?9]܉WGv/8z;%)! շnI a&#:MYE.P3ZK4˷nH%LkJ7ƭlYj65IDkDU>,j kL^)a^XnNYo6U# ^9T6/E9al r..|G$?p9 3i)=F0MagI1[ Vh8 + .ZJ7?莏0,!f˔O}+cZuHw!D~1'ZJ *pt|. pAB:&hq: SkXWc1Lgp4qbdЅ+&Y@m ^U)l0_I4Jq9#ӺjQ}oYi[. NIPC|L`7ȨWw .ɋw*ߕMئ vҞche9ddК6qƻ2=qn& lԍv(1ט=+(s5ՌN-DX7RCihhj 'r՛q(]"b| XF~eiבVn)%4Q=2׺t贙HqXw#̨NsS@ԏŷ=q)r>Wh;sr™ǜ{trK]W׉2SvA1U7\OGVTw+΀tS`D~5wːow*1֋F52?hԗoTMV4f?_eGl \iF"tR[9w9g9fߋ|Ft]8X ql,!&R}bWW8YE!Z~FMr``sxjNȑzr+EC )4| E9+.JtS(j%}͏gD54w*LR`A_ޗw%% Z8ϓۘG .gjHSf1Pil Πfd5 1ڜK /ϧn hihyGk?8& ʱey^Z ]*I= s?*J&ݍϼZ;sŋ;n%:@l7l2׈*hY9ޫٽN}P$Fx1S^A7IFy% d .JamLq&M^` U))>NͶ-̢(a*1Umǭ^F)Ã)UoR_oX!.*$2 iܽ79 "+U8S)dXO)fNx~ +?~%fK,YY &÷.r4釆!4ʴ2٧,p1g:G\%eGuXp 0Unһ`ڡ0=xiƳr._ԯMV`~}"(1I t hUDzfm[fM+A^:ńK^lWԲJM_sz^+o1n 4 -ʝ7EzŭmrR~)$@Q;z f "B. ,{Mh*wBlt92'ulm>\$(_ bjn$a>]OR[ia5Sui0ֈ6ꕖDQ5=T T`&!qB 6ks,H01bè|1:Բ>~)  ~T=|ĬMqpe$}C1[lEm‚GCY.#jf|T9P" wzH E<H ))E\v&1Am鈛O3A}bc]z896~[4'ؘ^ bqW`&K,~xfgD ^5NkR1+sI% >{` _zp ȭ&.Y^t$WnxΌ MڵJb{*χ P4/\C?<Kxr8DfI @RLgzg]9iRaQ<`'zaa*zI~*E3 ` [(7)VB_RA;rK`9!Uk z2Ó$jil.:A`v;Yg0džG\޻ӬҖ dž#Asu(`*Rj [qr\m@P8.?/mgY~$ޮX7 HF/lw W\Ċmz|x;%g?59vh,rTB%P4=.gyPp%|;&mxzòmV&B 0ayd3w(("ֱ"dD~_"+* h" FLw$Z՚6 9+Y0Q|Q!l)`6?4ŐS8#:n]#c3F{ަ,C; G;ё; Z?|KF %!B6}roݿ H?5dd/GPm覨J$BS8{eKs.AH2=,?L]D%%/^ch͕n&p{ M"iPrþVP7BO"hH%EA) 6 utv j[v9qUqF)1CNFwֽdLnd%áj|kt]A $:CI,7T+\OjQ׷pj>LjҘWvFbcx9M7z(c]qpPa^.S X=U h5dN`*QP[[6vA|?6L}LݎTs_26h=i\vT%([3犅&|#0.I={FP:y TYN]'Ͳ˕S<#{Oĥn?`9-U rΣ@ҫeLRd=mi5rf7ZK_XFY5zhVDr`$xOD%LG/x,LIx`d8vۮ =:RfzeCdU7[aK*x@"jǓOlo2WuccdWxaCpX6C;U`cl횎<0C* M2!Vބ/s׫hﯕ `Pl _*\di?EEKZ_pR#˩$Q ʫg(KaN:+|[֝M-*-R r@M6v1HĤXωᠽ`ĩ]&n Y%2(2ޝUc!{j'h/Z_ .J+9+2F'r6_^/rHj-TcRŔ=OQiwv=@#ƠQZ;8%' g:(;B{{np><x WWBS7D(FDn~$|Z#.¸mnc2DGkQsU=E!m:˕}"c#P nSX.d5j^ ztu )}3nJe3\3uMm%l4e//Ik.[ȼ^^h/|rFrO^=TƧ+>K?Ch =4sJo&I;'&Z$,qj6 ')4qp͕,ξfszr9#->-S; dmN~GXxB'$Ed2ض?L|<r.hUPjh*/NGwNa!,4 ;4)I2 6khb_G=jH i`d[`Ө#Z3_#ÇڏH_ !iw|4d$M/c蕛 ry=^g罛Ush:$"']]g{HNFϹܮZLN,G 5D| 𙄓 ! 1ٗnRx8ҮcsJx>._҂i>|?Vhs|Ziv"Q6'B =, 4=`kDu 0FxAYn9H!Dm¡0Fߦc{ |^Y܅A]+ SfhgNZx* up ƋZ?YQc E_87:ɿU L]6q"5@>9h#8L0= cs]Lg9+<7==\3 ЋkwLYbACm9v5䙾}_}?d?_J:gqXEce2tCHBuY@CWœM3@Fo 4hF$!FfG;yY5ňbvӂKU; nϗ|_4x?TGǬxl%QP~y?c/9KI5k(p+^bQh?|=k#=IXƔNgv孷\AŹ4uj7!h'[3&Niv˷x?PnSq=R;`P"״/SgSEK:Ǻ6,PQl3nw=LKtn=bNϑr>#p2uXԼenRBEzC 9piyx"_X^-(ٔ6:3s/>{J6 spD0O G:av@:^^We/ L#x͑BjwI ulDlt&tD 1:EbOV5j#/r\y-Ϻn<G@ ɑ,bѫՆƫN8Բ>bv'~o@IUS$mi}KVR;~#QxBpwY_W6|@cY&ZNy}|lq/M_CW\^Uח-e C23W|#(GD9 1LO.r@S[q.O̭( 5d v~$X Lsj*A@j0gyִ=z)렬ƃ,7 Խ=)=]8 6;{ } ؔNp'`C>7)u,xɬ$![8p;c{{O}E+כ\\NrC YlƎǤͧLo.ta˕"*ГA3iGŕޝ*x֦2LaێAv2/+i<0'z"zVhr*8-6u7Ňt 1>Wp3؃TĖ׻o`-) WemJ{4"R }V]5 Zf<ɞFi q\˄\PъM3fw iŗMU 9p_vRa n 9@( ~KNk+BqE>a 綢7{%/2ވ8A 2#$@T޾R/}XlVBpw]vA0:-OI̐Zr}\CP2FsB nd%gaϲ!~_{셼)U?r У^LيDBHspٙÅڃc֘Cʲ+0ѐh7S#gCSYط!#9Aa9Xh _m 0|-9ɔa@=Ff ) 4WQLV튃z;Vษ;"7h(`]J YӞAw\{YOz c &\C=:$lFlxt}Վ_憇te&|Sx"L2^pC &b%qOU sg<4;j=t٥kJ֙R̲([yMWxrϼ@Bij,)_+2ğM$׶k^lM]&TT;`2FwU04vXlxY[ JǍ0uF0uQٖ_ E+vn57m78D[me@,RΚ)'&aד֏[M9-q/el~\ } `hO \R{h5LRSx;/g-Ћ4·/$A7)O{VHJ[x]&>˩&SBar ѦFBY-:a T;mi4Hv?eO!^ɛQ= қJTb=GP"# PLtcrE_84 X2]?dzIw=`Ti/Uk!):J TXmG(iׅZYX"][p1#%(M͇@@O-8WXNp&=#183 3+ jUVo r2-f6Ef|&:9{7F]J5?2ƗkzCꦁrGkYJ>(sSLFπwHN .Bgӽ8 G5EtA_P7g08ƹJ>9Gh_Ԉ<$ۑm_̄mZҟfKa\vJ4ƛ#od{גQ`.d5k8*,=6iw #H)'ʄu.׶rSνվ( „}@ ؁ ֡""CW\jbEdtf^! 6BmJ&_oʾBܟjZB^gri}yv"/~ }B)>5NO!.073I0D=S΅APG pb&%>_mx|߼9<56as7N"Csu?M\jW'8W0|VHSΆGKW= :Ks؈jx]O-gN OgDL.VeҠ1 6RACKD̨v"45gLiѨQ|V&) Эo-3̍ėա5s#)CȌ( t9FmצhxTO\wuBgYKw–10  yrycv,qCSF &)Ycú eDBޑKg7wR p m$ީO;?@a YLdʔ`[ 8ncqIa)2@Oyv 8cBLvGt{tg%{κ_+Ỳ,L|}O?3XYMiGmr6T/L:;MȡY w, nuQ; I$KLvP &₻6Oۻ?ҍ0!؋&r{Sw!p,xn:Sʾ,.bG{] WES~MqRݦ3?mp*unKOBʎ':qL4U58ɚ\xM< N3N/diӷ/dev4Y .2+kM7Fr*U:S:`qڄQIdhMZPN,ĻeLѩn2<:,m#4E\$1 SyxcOɰ{ %0jvt'sJl5.ջvW||aA3Ep }/D фm CQvqҬ;Ӈx)2SZ"XiA}&+,G.J堥Aok* DD:pz#A3{|}sG)\e~(x ;8q*(-G#U\ ܆GM~ Ue1,K "?*( }j>[[BK5lcBUku hq _; $-,o&#c33bjtlEPc4]1U-gIyJg9aHBP.DYb"a /\Til݆*_?daM^'C,"  /D׶=Qh,M|td!G5>xw X$|x"Ojx&M)d*_,%EϨRF4,6M֧CPh] ,gHqqxp@n84bp[V%GP)&9 6T{aHN#RZ)Pwbꑍ9mO ,p,CLD;SHK0A< ~fp[<lJ <6APw :bEZ5ɸ5ܝ`IF$~LQpz(s-qgjAR2|-߆Y}Н_*1ۓ8_P¿GƠ,M'3!~CkY_۳Ͱ@ldT 8$'Rʌ̰l]|00qx);{,=o,F `% r3"|2~*0^hy{¹֦g ( E@솺kK89mD-:I/W͛]#]FP cذM.N+{W%8V̛`ш Xc:1=5̞*MخT0T p4\2Š4X2F5,تޅ$txh+#~_Y莳<H)# D;/pTzV2+VuN"Yx#Vs8[-a@6!m(ۛfuXE >+sś6/9G}L]@5n?hz (n.8TW& !ռ7I_#'+0. m F#:C;==|溎X:'HZs!?7Ӂs7!U;`7J( WYJJb-IW.N[rJ%=B_'=~~*l[⚡'LxFk))h+Y|J?G4##%6m +@7B$kp w)i9t'̫ש-yt$x;{RB8g{YΥD G*ߨw5eaB>O2E4rW 1|9[~(ݓhBoJo]8ݯ7Քry ·1F-e7eVn2ʸ{ zw =G#[iokz SbלG !DFXa駓 mW +)*)6ޫ'r"pp=L^NBAKQ1ЍdeUV%| 4X!yB^!5l&>]߈vH7%DU [L֩E0J(DR==tI4(ߟs1Ł }i? [o'Cj(=Dr֎̜l~ @J{-Q5T4Z8,øKfxh ˹GS[Wv\e/~قR]=bpMR`$*Hm$ 0 qm.\#_M@Zhc^, jO8u gXTȒR:"?qExOxLA۽G+.}<c4[zu N9fOPPye!, q( W ^|GMV &WOFb PB31_8 'Yiz`YdIz>tbF#~UBBX$ڡ?@t>7ͥ4 5 Zh.04$YR/w+>\vkuwFo&#pSC(I]aQLź5ڎSj0[ V0鼱%D_2mv fU_EvoTL Ţ7 aҎCM!XTMrLmRԌ#5{*ӿ[czqJ/R.Ett>PX] <"Z觶K<!/ _pMPrK8>Y. op^ c}ZS6cBBzl;hm4kiIBŨT"|av^D!ˇ (׶g=&µ1}7@O97ȯWKk1sdW9Lt`3/ǽ-< es&",_Kjt ƏЩtnΓ|=pʜ:z-YaGWUǪ2{W΀kaif7m2|{+5jlJxwŲU}6Y/A~Q63ӑtb|6J> {N νLꞏܒ:+Xe鑽TfmT?lpPގ^\3u?6cl7ׂā9wg:an0,~Wݖ)(Z>%:ߺuO2ΙA'(@[jdZM.8ґ=`rjTP/йb$,9k[<̝>OYK!~ܮa$= CL'*$]H64G '![ςy4pff,;fH)Bk*<fŒJ1.M@?|QpX󆅄F뗲ﴭZ`ۇv>Ϡ=~oBQeGYsqk48FG6hu@2KS4Ck;2O%:P^pW%'7,%2&m.Y0;:Gq̲[TT#,n25.y@"Tjy@[>M|OmwZK䂂X-0lOBa1Rr[w}'egKՋ02L~! h.J!Dvi?-s$l%f8N'FS:TG=t}3zTͻ$քjۂU}Bˉ@TL 0-7 ( !1ɮul,pz1+MA?4wWޢ_( 2U*Y7|S|V~ \5#wIW6r$4)ڋr- J>!;Ygr XF rm6\C2of|]#WǐoCZܼ}$jT̫גȠW5*Ě'(0^/\gdxwp>Ɨ,+-+H,ε8qp ɡRFquw7z7yNT ߧx4%4 09<xQ쒢T-"j%ʮ|2M3lWnFxEg^F i GfR6Aj҇ovHO lVѬf~/}3{:A?Gj z@/ckܔ|s'So]M؞F˓9?#T̎kI0ݽk>PR nj^B@ZN_JЩ\o 7L'=ZktR]lz]T(w u q"LײZ_Ky".عp|}ψ}`0ج]Aպr;JlO 9q42PejFC$עfޱ*F}==kǵڼ3֒zUAOP W}:X#iIJ #hdKBea΀J*՝{_eڊDž!?src6L=?607^ U_$$,ڴlxz|R5x}"r)΃iH+-dOF^@+ zO;k@EصOR(MuÓhB$QzTXb ^ulL47-aaan% ~%wIFW il _őE "B \reF!) i_&sꙕg}3aޫRAmŭ BL])Ӗ^ #t 0x[J2C_1q2J^gOBdֶ> ]'#.=5!kZڪӛ&wꖄ&ɞ]6p::_dbA )iT1o\ȋg6c͠iȬƴtd*IP@\cZM^HLl]|\͚LPA:`HN+^VɮZ,~E $YH b7@I'WDQløп]Ckg_67-LxX%k@^5pfh4׍I32Z'wi~Y{#n# 筗m+ mJQ䗑b9ū'Łpc Ѓs|H@')8źl8alx,CZ$%f[8Y~k@ W``=c9 H,!z*,W@i㒷X* a Pla~B{zr$;k#uőyV!1C7), fέq 7$x Kt/ Y},g#B1KMYgAVcf_G 1CQdOځYfXw~E Zgt!u2y\pUZ5**ğR0vz7y "Y1zl4w yV~c,w*2FsZIAVz$kgwsOZ9!:0 @)hf$j386L5,_e 1f_13FjR8?Œ!]q26HJ}do߉ϔ?SdB0wX!x j֭ܟj:D5]\5=̹\"&s+`}<Pqgە^ڵm]>((V^">Q3 .KOD7^4+R;?Z]3$"KuImDl?~ ^MڪNn\R*8>oW kegWX҄HN]+ረmɵ)!1 <X\XIJSO$K&]˻;dfU%%-U ؑ?w@Bylm0l>%'M;#8NA٧ujagDoF.8XCQ:d 3meppAT4Y9Otc{ %%Q eCDZp [F2%;/h@6QMb']>%˒_fYl]zaXD* jwϖ8HaX)dd)ᴹ%y%ɔr RX rWtxӅk䭊TιLrV ~})My̰eOc,J'8aHL5Ly̸#B,iRjTx.ձsYg㝮e[K} K(Lv1S(pQ :^K%8a8seT,nbXyX0q62b-~1j:u#rF{4Bd[xt]rQ*q\Zc |CU$ 8aZ1n_% n'IωSJrD;㣭4+nkq,#:ӹ Z cG-a\bCïts5ϐ.E(¾%r ai}9 (k\F)KK,43B 0 9|,;S灸/ O[hcNGs-]K%5F 韖wIZP?՝U =%|/Z̢ALFCYIKiP^wrP Ƃ0=7-p6W(so/iJ^Y %|~l:tOA)Ζn+.&nWF*~)CIA9o J\T <o[4I->󘋣[euȒh1O( D y56G-AP!4 ҃sHMxl}R6iq(, OhwͬA@ԣfTv32Wj zԜ,Ӆ]'g'r/#d*:tb-Ƚ׏},Rh L"M._B8HV=P,_5)B㗼/B.?<~-9٢)@SQ l&KW:u5wܠ :<7s*''?P>B=U=mcR@-RYNʌWLT=)$r-׫z,MZgsZRv%-K2@98: iP̸*;B %og5'Twn6>R~ ȍYXx=[x_XPFKyۇsL7^j% apknJb΢PYnt[I2Gv'w'_lnVUDC,vPL?A|Tj6Q'ō)"s lro[T_$t@?bZ s2w]?]ݖcʛj<!;-HwEArL¼lp^ ZQ5tԪeݕ:q.\9֠@z4U;v**dBDRxAMץ;9NGgTVzkݜYYtQyN-VˁAkfoZUҥ"v D'M+pyyweG-T{u_g{w}Qwr_6͈. ,ɩ-S?yA7sQQ9s bRKǻOS!2HY7_'2є.U!ww|%t_9e\N3#ɎQjQZgYJG*܉QS}ZBxv^}͢~CW$<+8Aɩ0Ad@U7^؜0e/ @`nrxy/Zܩjd/ܳiög'~p_13bLgfF&kg8ͮP+^)_!URszdYMe"Bq<ڠ7}넝~)ɴh1o =\;frG``M++6`|cY@!i;ha%:rzuBM_<7PP\-I1q5e=MtO|WMs[)ɯ[ \ -W,n Yf!a2Jkb(>1+{|5CK&rw)aОPX|_\Ƹ2 L{#K`Lk*t$Ь݆-t6;9&za``̿C:/bOs*8.(0ָbo.*M.g##5K-](C{.R. ɣF$O7v:۽N |I#ɤv/fJ^ơ-NaSb\HQ>ӫVmP 蝶 Հ}Ҡ|@}ʏ<]Lc".1ע/9nq!ݞ%8O {ŘxiQtaO UKw|y ?a5}om_]-?ZU W0z0Zp=`Muץ@bfbϒ)vHC븺0 pARѝ@7J-ꝫ'y7b Cs<ȒM HM6"&@,2sX1DAkċK2$rL/ƇsKFOZWF],()n,)etO̱UL|wyYvKtQwvY)ԡz d$: 90h#pU{3I1ǔ~I1[OBtג#?0Eìd0 )ganolcrjNX+}⋿NmGĀEdBV%W[؂ )vӶXr*?t|6-Q%U=$S˜kzsWU~/s8)8!%EgLm_YDO=k:EJ^߁Y%KbWz0ܪ˚ 8{A|UH+K`pK=v%BÒ Xؐa ,U.wةM;L?ߩd3bK-*Ƈv($:%6d1A!~#jW}iR>FX+ ak/fN3ԄȽM W5b9rL;]Ti;7zAT:@8CX Ul"밹a͢[~u齞)<͓+$3Br[O &8 *i#]FRph{;vT!G5-Q}եZP7%m6aIE.gߣŜSq QN CΕ%Yey3c }#H㏯-B$p[YLQdqޫwRDS t~`5/2֖H,o27F̉i{?fZ%=i~7ziYė_fޭeeb53SY?XEWڟ oʘ G#Xà ;n8+gd`tx)4+T("2UV9%CA,@:t2)LBBf"5 F N$OօE 8(%jVnzQnIG/zhf,\ƥ! }ʆR·6[o#↲ڛcZGvd^x'N,s/HفyQ t0|0&CdJA3]inw"!+ ]!n4< fJbkkֲ8FYKzo׈,ѷ,d~&T"d?WS3 \E;TG|:WO򉁷 -ؾfpz5(:y4Q`(mӞ*]S?ыhSveR 4)m'g囍d 4{?[!a|C!|ijGzwyk9f\0x`hl!LC])K&P-A]s8ZOIlLojww3pCۀ g˰ksy\<$7r`^X#pj#iUqdI⃦3$d7Y]qbumPT7ۈW$ͮ')B1gOsD.Egڂf5&J'WL2In:ji!BUHhD閭ʊA6Fgfq[23)cv LtFZW7;VQ- &.a$]GC񃲓z4v{ʥ8A8S~-n4шxnkGbzlsTS5H oCS|[s?[^_w#`cp)Bp}` Ur 1j]kJͅ)wt2[OX*n 2n"Ina+ c.|ZRFۚVV5+컥\ X 25vb8Y6qaDcO.\w'AaX)k*`J %Ԕ].PJs;q" >,D'?2YxOn)ׄe:n*qҪhp'}66cֳi[rE}kFq:p0Q.pg:q IcIа/'!RRg[R U%} >Q>, _Q3RϟSK޺Q”Idώ;{8Aq{'F!t{SpAD?mE_f{^LNPm7([^nmFFK(hrwxPש$v5x hz*!gR eD ̻&Xd><&qGE=^n : my.@5$K,v`fkJN jj]ܤJ.մ~`Ba2lV:تogzD/8;LKDIR}Ny'z0Ǫ ;L-vmt(iPbrx_qk_ܨFDB@U){)epJ DH%RʟJq߹3̹('6y~l(, Os"l6cYYMNrn. A6V2m/ \=%%:#!:x Wc?7NwZݰFhIEW$bQD۝⹦PU&C?!㶅7D ˘ʢk2,H1 i62f-Х (f`ңr 1JKW幑,^1@B1 Dig8L<:]H!Q[T፴ʥio:_HA-4Z)F4*hC鬮N?l6X֘}Lr"=s. C3וe " 0r[V86->݇ ߱Hf_&A=@s[GIؼr՞9b7#!t`8n2CTÌ@ywc:۲naW9v5਴uFc ܪv$EUXu `g*تR~v0,5(%m$+" IVmH7~frKT7X 꼑2H}՞d:/FuLg3l%-%Ewu#A_aʅA%KJ6()+:8ߨЈi9-jD#DBPx𐱔˄ |6=%NfM_뭰;̄Љϊ6%:X\es)v$3M]tƉkx\ҥY=0Gڴ (*tuB`o[t̩d2z}WNLE-Ǻk˄믞v/ӋgoS؂VpepB@{nLWW>¤x p!;]Ut0t$v*)\1sdnJ<2CK fVSCusZ7]e#7;o_EI'k*\fC4iLLM N|;,&Ie]lj-qRX`^[?}2to"4[N#2.$@ xSMeL}b+uA ?Xgo)>- wBuEh%1Sfl+|MDa#^M;@26?Hqϊ"_'C^V4FE$Qש#)$PǛu M=NXhv]:*J&WÂt>+p;XBb~C}Y| wBO.TDȒΉqd'Cjj x+S35; V!Ji3ZFcސY nƭdʪ]~N&_(|#s6vN)2-9]K݆rii8&Flưߕ;tħA"sOE/ weĭq[%4"I(wKovgdRH01u+%nw-mphk5_z5Ά!ZYZxMX5;$=wȵg:˿;C}'6HFFM* ƻ71Wf#e=#լ=biƠsg |)jqlH\,7Rd9uw+]H=ZQݥk;|.QikZ?aYdV,nz MՃGQtAU?l^ u@ J1S*l| #_ h( b۲vԥ3̋/SO1\HBdf:/?s]ʸ<@It^uj|:hr2CgфaQ l7]Î~Uz >?L+Lrդ{RhVN;#b ŗD9*r,߬7jv^&#S*Lʚ|yHB%GJ+'8G GȰ|(x M.jUQ)!aK5LV^yp'üt#i^'B ƃt#h}[Q4_0f#*o@Aߎ>xY[Ôhv^oT]v8j{\_ҽv$(R1ɱOiz_$sl;q;l?^&bYwmSіݗ =GL\z" @}ܢA?OS Zȹ e(j؏~ ^ ^z|^EP pOMTN;Ԗe6c[p} / m]w4GjlxGwmLobr(E7bHSz1@'E$ lo}JH.|\8L{U}PIEc,̚M.EF#yO\3WT{3#"jV.L75̟ؒydäXGީ\]E7|M X=Y9sRco.p dXÎtn&K;a.X@ET|ou6]8:VL`{d6ʚALV1àgj@UU1(lőT>Zұ59#?R5̬oqP`#12D RB(l38g&hםՋxT4Ii3n/'+6s:+:^TžoݸAJ7fb3Rlyz795WJ^3t-g Y:Jٰq0QPq TRwqB#x$PyV äehty ܛֹ Ya2%.|UwP!?DJat.Ketܲa:_<\% 5 bm'=,)3eTpƠ b kGaIN!৭Ep"1}l`iŹ@_ ByЄMBgTo (+:vOIgഔNY}?BqA@>̦ÒB렰M8 VFFQ .p.>"$qpBy}Y*- IҼ Oad_ (Ǎ8;k쥢f!+bfAG+C6?q@v43.ҺFj@| >>ZI3x6Yfc^U>%ϲl_Uxg lr(/){7oeA3Cs\+l X4 Σy$SBi:p]v:`-sY8L.9أY3^lQ|f!1>zeнflܻݽPudsǵ2ⳃ/-+s4 %=Y*AL,mqHV(0=*N.6ERM'^M0=O_M1""S:{?S>J SF,6@`4BO)/4rQ啰LE &׺&rn({\}d1gg4ЛznV9.6co a㐢7}>PX{ (oJwӪ4DZ0JfWT=FPLU1euqnv< M$IAZ9 lڣZ ?4dH ]Kn2-h8}p~ %v8d \ ^6{KMn=jjn8F_!w !- ^{Vm$&BYx-u2 Ŀ6iV@5 (|OĺbޭDx[X#[B=٤AH&2aVdezoZǵv.l~L/\L~`\FfȽR^"Ȅ+Z+dkֈVӋb)AmwjtpJykwjc`VĜy]yfj)hg=}Z0 }-`1rp5GՄg:}{E7Uf% 7P .TF+0׀_ Ug9%at[\1\[{̛u'/Yzca"PF5 l-TxjNot`Zhnl$d"Z 6mB0g#tL7z*cnq~Eb/LvRB(&;SrTΫ|iكEМjW>!="ײMC}bc87`ΙNUos/񁥏o;r7(AفmUtM_s]E֐L C}cL Ex'JiJD<>2¥h<%64[I|ކ08=nS5E+x8Yަ~еmGg;:֖EH_y|0'fiZ?:l&+ќA@L.JQ)7/CKL5׺zLmJF8#-xӟJT١hJ;a~ڤuNOZ; #[3e k0J=u76犺7 ]*S|s$- NTF,+?% 6PLwMF@{ y&.CS[ûFzU껒i&R5a"qW]JR}p% Zr^6 LgV C 8~C,'DbkPF@_ILejOW}<Wul)WDVzO"YyhL;]PzjގtDnSӣ3z40Y2apچ Ld[$QPkd]:#,!QT % p>p9GAU}ɑf`SbԵ>\R2S![kܲ^8@AVz[ ~TӾx+M6 8S/\:yݬwǟi.4j~TbGBh'|di* Q]>ˋyjk}["ik՝>+*  SIKC3̴xώMi֪rq(Y`MH=9Dz6v\jmO\ &A7{cƉp+4K~q h E|f;6-:^Lǯ}]6X5tEBC)ZQ+1\OU}6v(cEMw/3BQ^}?mPr;~q_bT \ .Y$)~\F!̹&y"OWG5$0_% h\HK0;YH}YtX o\(I@`8H>Dwj OoSXOȽ&,Oo䃢<Ґ؁lHЍL7W'cnOf٪p9 Z\hz%)xi7@Wt'ѯ>yl[-' 8yFiÓݩp69 ]z.:'IeNJ~G x =nA UN?E9WTnZ۸1 fL6 &$+M{bJ2qʯ>dk꯹Hr oNH%֍}[6F(O:rdBW[z6Drջ@Ì)n] ,9s"U=N\0%0zT# jj}˃ ]H8AKtOeKGLݖǖCll.(g:?C| 2Ğ,% zܿX3OHf{t5j.L:> ܄qO^Hbf ,B=? S9Ed#I1B8,UU Z>Bm}{[@wJN17GZuFq-cz1BSkJּX-\+jť-K{7hg::[p7)(hOFBjp֎qi\3EdiTd tl6 eNnBk `jʼnhhɴݻ\P[W+$]KG$փRzx!1E*PR_9V.?zJXͺhx3R4_xd8 fD\2IǁցD`ۓڭ\ 1XHE*b涩V3r2:H|YΫDR?W. O:38U/W9K7<T{n@`=:v};'5a 1tj)?jZ:ϨHwę4ۇ9N._ #r@Cl=JЈ9lۤx;U:yafjqUO~8}f(UI{=o\ [&E.1ʽrSPsi f]8PlpJ? Fg>NM;#-E/0ыbښ/v%6‹IlL<.m LCQ 5F[PڗAjKd˲`'1=00yckx{QcB0%jo4.N/rcuVKZ9O2D(^yˤߍI 1ŕ3L !~ZthL1߭HN#m"Lj urYD"Q#2CM*EݍȏՒq3'MɷyϺwAR0;^HB7 $oCW{aVeSMyA/G68 R"l__lc=+uϭ.\DNN!q>/d!|ƗBքoHJ>+SS240l=mIQ׿t^ w% ΉIϟښ DʀV!nF$Nhto ͵:T|0ZFap$b-58UַCwx>)S}- 0~xiv8c"aWEo$v=:݀XP.ڠlV^(rB̴ ƫ)8oM5 jƒL1%Cy#WLy蠋6?JR||j Ye,3V95u>Ja+Mzaaf 7h n:i\k@䓢gmoMTڥ~[GE7*_E~/1#:#aJΪn {t ['ܗ7y@P"1BaNÅIlrTrw[gB=%D@Wۍ Zf;y ;\G\ ,4N>X2Vzgm8/90RŤ pqJPy $@nLRgQ-je2)PwsZđT8"xHgGXs 6:MiZn :*N#k9(/^K-eU FZ7gTGM67aX@]}Dae;\wXs !2KfBQxM-=e>?)HWu)6AƩV *YT\ 1Ct"PGNsM]jHpJbI> 2^z5vjDP֟v*lKx X$p9~dQŵi;4e n|h/ B:.dqܨ1oA}zп1@N]DgT%/ V]N/X~arHe_Ȕ6N~X?OHy{HO43`fy.^ЅַgּQըnLB|͈v lo eg #D #/r\zEMۻ$Ĵe1 +ko`qf6't AG7|i{IƲQ̈́2REUe[ʁc|)o78x!>?& iu{aVSAOa!(M]ux"Eb +oMU7) 9*#]?UY*OZ@0:ս =yo)kGĀ(NŶEq؃!(RwnJƞ$AN qƮȝo@ Xb_=$y?(:֌ +LP_S ΠgWyKr~w!deտ4x;H-Es ?zd%oYMZm\F>یr,\E3j(q+Dմ+Z(ONg L.7&L"I%CGPN$#*DHFE0$vM0Q#p9A><_J34c6<0bGdUo;pjX̚駄(IsErd*M74g0YeƷfV1ơ>f܎:iP'&l7rH:VMAsBNHp;#^Z;sɻ9TyŮYT=yǤ sD-gގ_Ԑ# I? I;>Y7PlڑϷ3[ZmɨqZe/Wcq%,/KaGUeeՈ(J5R)r8q|AYޮB-14Wѝ+Ejɘt9.rvwP@4S`TByIjgM`>._#3#~`|zvjCy6jӝ ڏZ W>$y 3U_A/)_JA:@ # JZ"FUDD_Egq[#Y6Ӹ:t~Ŗօ;04s=dy;5blݯY:, bɕ)_cV-Ytko5YgSw'2j#a^vװ_K~¡|k.1=|P~moNYAF\q%OxiNOL9c%uxf35;*W/{Z0[ñ hjnIQG9uĖΙ0#ĉgD  .))oGhkø]cS qK,VpibiWj mv7f5N,Tz6̙Md  wg8|6//>m?uhD[DaXIAn Ñ.]iQԯ?ST5׏2N.9th'"#*{Ώubԝϯ y3ߢ)A~7]xN"pu-)p^aDyBh˕VVɉ%rL-Kw_֪{,cm,a}D/1-{6QY3XVw#.+ v:ȃFW:C}$Pؿ:<€_3#xLGqNtJ zQqV#CHw`2Vm:^FchJŏPyO$#Y"wWayE<ʚ,KCl#Ʋⱥ@V$d8%יď@QA.-qfIb˨3btcAϖlt );v 7|lGGjIYg-V鞚?`V`3ɓNs597,s|4V*H٨|䖣>wlMm󎱊a9&i%q@;rC)7 wuI.j1zZwP# %}0װl")4dZ^3 ⅃A\Um`0}A%zĿC8MQbCF9]a7 0ic45EK>K:hԚuKxa5,Ah7h [~# qS {x (2Gxm}9w0wpn;Qo~2>*H)h.uuΫE.Yp\G]+y3Q=cٷڳ;H J5z7Bl`?ksلt-,[T3L'˴u%'C#ۀe0s%]GHEOpn-SږI' EfN,ɯ.zf@փIR|fp{1iRT__|>Qu0BǑ5hn9i P,\Q9Tɘp#nASi.5bjC<$y}mRaKe.fu-2y1D~VG ,CRDq;zK]頥*>ȭ $$YnGdm3J(CvvJSdL@37dx_JMw!XܧV#<h ;|.Rn31eB<ј@y#_M)C v,NEHTM}vL8^j`0‡@1 گؽ]ԕc dfhBQѺ$vVKEQJ빎T3h _ᐆK/["І7WERuP:\.ḌV0}MP*ӜfaymRW5R]#w;SCL>3!b" tl$5_t߹>{bC[hv/4_?*_#ĭ_xĭ89?CtZV,)Mi= 9zkf^uHq@3(mH/:rn,]Z7M0 FAK0Um5_ rj^M0.`YHiR=T #XboMW&AQ[Yo+%݋$XM!w^~4ڜ=+)!$6_b+d[5 m4Ax/Lēu;9#R ^ eu:`nW e<}E0 ɦXf _"O(U:Jg7st\O1;+HӐPM Kh]֕!7bn@(p5,@dk)nlȖvAv];dzᎮڎDؗ)Ų\&*Ģ8#kc / 8| ̑/gJ XWqV4⧤:A*z|Ofȏ) ݬ6sυkYnB`ۼ9SYz5-qe 9B,lHei%/nw9?1JD,^E_IET)ɼ-[+, v¨ck 8M1\F+OhrM~m,OK`3_!.V$=qDPW*O[η+`p;ҏ-XH p5\>3fii_πqk]PAS}Wut엶HW/3npF%dOsҽ?ÅHכ<+} `C8M.E=Mӆ,,VD1 uF$u#8Ct"&t=#N\E令o`oWQu +BJY;n"67-EDwaѪ/H̨}Ȱ 󨐋 V/&RJH) JZYNtTbZ&.}bvc4JxX:…!JЖJdD}'zQ7g=+Ϋ3S0D[T5C:YQwu]qT#/:6@O?^KS_F$l\r>Y)c9:{ 0W`O&"UBB-6db?x)$Ƣ21-[ VaN/5!tz:UCpT[;tE&0><.Uܛʫt$Wlwd5zR2o XAcջ{(ޟ]p.Paj)3^/<(#ݱZFeqkʮaA x/ 1]5>bA\b=|м 8 LhSd;=b@:~f|8Ŀ_f\\-x~++ٸCK`XQe fw0T}Qj:4&S ]Gݵzab t-p5nu|f֦@ijN{푶в8¬wwUD{A;f5@Af1Ma\- pKua#nrߵz5"#xX<'\& xXg[荴{W]X"_O PQ/ߧ!6A!>u k"%&{O.nnwDt1:Lџv @N _~e`(f,=Pk9mR0! w䥭B)Q kzQ(,W/JkbuE@̆wA9AwpP9ZUefMn9P !%־q_iO|YPS_yIsХ.>ٿ=K?6>7=Ijӥ:J#mU%W=:260tZ_J /IHO m(,_B&#ə:\x/޶ɚʻ NϝSM &zLH"&uVAi#W%׺WPYz3Qx2^nC[&K}d84^q4^6 ic_I2g%Q;-!2(`T[Wog*E҄[ʵ|$R$ @.nЛ ;"@{.A4Iѽ #A HʏZh(aRFKwGTpյ]wuuyձ0$r{oJ["60ˁ9 OU 7{㿉~)~is쫵@0?<\痼Mm5>AA&-40p YY:,ca@?G"}d|rpQm>ЪϭbO#>R30ՇL?#8)Usnn92{je[\9-,=L'7W/Dr[ۢIyaFO;~b c%|oբ;q&ғpjLbS^A{YTkomsxiW,vQjχUz5CˈibI3HnCkZWO~;1$j)k|t [O>W5<+i8Vy*c%X@>Jj]#DO8AZ;QUA(4P]ť:_kor#خIBAzxf^k G hw.%aVt[]{qV9{CG;h0 ZsxFX;U*c0|uKP;gRDM-e QP-0!hD RdRKN.ItQg2PZ|2]:z]/*oхwoWh!ⱕB]mr s]">ոz a{O >:)vRR=zv杵 ɤ-r=bЍۋ4чԇ#\bM<“&PyVX.N s>iOy 5{A >mm.NyWfQRR na MNiQ3&{ buje ׽wB[㜒˵WNNzсŪj(,$X- i!ϯLA Z_ E9&p! nOkZ֚;~v tZh[ SG]Pe<~f+)x)\lDmk]“C:٪4AhCccm?,OyMRmDYNs=)5/7#TfK%HD]j 9O>-DmssbW& HV0L9'z9}aj%n+ˆ ]iGzY?GP\071L܋5=6b#/<cM$'e(VKL$c#d-#lm˲@K80@F+>,n3CUY'PT~V0-r5B稃Ul ت-Q0ţQ:LS*É[Pk]70泮bkJ~Jԗ+ag(UDUpg}i񒎗 󓭰鯚-,0$p2&pٱ\%Ad $2+2c]Q_E9\T7)Ka=K!9 p;pE ŕݚjaÂyLo?|c')4}-vC>\hOY`geax`T` Բ /3R^ LXѤrQL'(FjLzCL~p նSHaW'qhNy_af5PMUYh} G)=`"I_Vx%+ r , ׹tθ,y"hvig &;rՅ > 5ISTw9Lftq^О{U0awV]82T˕yb}vO6>EdHP$C"o9rWQf@[bjNCǼtoAL)ΨbVLS&,C?*#_(wW׮QcbW+x8BIYiڬ#b?YMb%7myZG(TRkH&r;Y"-twpC~J ƯԱ%3!eo0'#_Wv Vrm]BL8G_sM5#Òqخnjt'n FՍ@dIx ]ӟe:{ƚC':=v[_D42cfG?Ȉ&6rD78NqSΚHB GTJ$*plFoX|*3a>O : K=H^a32>~]r& ]LWi#,9{EŧLG^#xA*{%aW}Ad[XF!:=-) j\يڲ `uч]<2IvgAa}HoaK$dmNqbIAŅPrE}^5CgD3yOY4RTe 'l SJ@$GiG|:Ot_0+睰~b{nϿ /;7^g~#mvR2P:*e$y+ATl f+yW&zc e81V9tw'o9qHNpYᨡOq;7'v"P\&|-DރmQ ʶdV'"!ٱ3Nq$NIZTX{j Q=(P7ВӞKVR J8yH-Asu%D \ڤu% Q&σK`?3Eq r.yX߰Y.t$/C<+`iP%4v2g A1Z*7kDKנљhd1Z_eo]te=ς3J1q%VŹZ371Vg;y^B͑OEC-X׮]+p̒ >(KLnCQJ.^YAcBҚ`Jj /\\;[7Nѝ|YN'3qyl"6ǑLK?բ<9d]e^cȉ] \WEF HjzwAܢ4)-Շ8~`:)*zXGYa':TCOţp@g5(յzhҗHJpHWfZMgdL{wPf~O =f=_-*S!n|]aDuX"fZ>s'62d~(ؓj|Nc]?H/TMQ_娢Ln,:1lqT~A$]04/ډOZ5m%WV5b>M=%=4O+Bh8+) zȕ3,#|q&g^ *w--rVrZ,=^rE _z7tEr)/bq9N䪥D"Tё[`RD<~0!FekTش bV|Ox%P}\[ZujDv /+Ido%ݛP;hx<{vOpZh4 |U]\ryny)[wg-Zӕ,+LG-/AE?=>\j<@l* a:S )~ ׄ!ojLL$ BIĊyp!;rf$A"Ws [ },%wY4!7 Xeȏvǀ?8Ę!B'g:v>x@P[فvY9:'v4sCbXZ DFVǪ*7?^PMK­qcҩ2e_xj\A^鯔ՃJq&x|X̿?xQC}㫷#{`0w㌗BRu>) ܍X"HMD{_~4"f\=*6bޅ <m|P9hm̪ p{bS?F0v)`g3MGBG# :} Me>.jgi%PHs2m dKV6O?O1C ލ혱 &d:83OM[U.:3Or*)m&De{X4D`-#٥1Jpqτk?P9͋BF9L}5%F2OタcAn; r2[`W3OIsm@UbBL`b[vfu8EtcRP-mW0MIT}҃M$& .O&lZFtGOjsbzH~ju8*/T\0 H5`4_R WX& y|>AՏN0e94د߇ANnƾʓJo4 >BtdkS \ ic2&R #O`mUb)"bb%Xޱ!vɀaeM50+slB< ?N/,hiً 8EKyt~dJ/t<ʃu_oOQvy9쬚`™|s  XzGhoCԗꓲ9Uc0f]n1&CݚIURdwnb ZZx{1\ǫ_HM,&Tׇ8OTH{ϲZnC cbX9S]"q#cCs55Bp5L~AD84 v;He.)؅t,Rm,P/ z"P nZ>`KSWR+ }<.<$B:뤝$QeHwU$51VAV*yV3.fcڲ_M B^ԙ[<e\˺Kz(fvN@Ci04:B>YUˇj|UY酢̙)UZ|keT"+#?=/:nTk%x ќNG:X|r4;cVH% b)e.@-J/jT~;Vg6,ib32nMC z f l)BV~ NmC$@4 n)X[>OÌj,\_U[Sue] q#KcKzO qOv$ʎd&KWj {+ !:dv>B2B|Z3Nل%i=jC#}X$li h)={)FCW8? 0 ՗'L"23BCAT]TrD:bh]PPSt}KS ? ȲC +XPSs >{hIszzZ35@4Dgay…^\Uhl3HEIтgo?Hhʴʖ#8v-JAˌ“\%t_g"Ql\m-43$wiʓxzPH5wcӏKA o2U&*~CӢ E nUE17M}}σw3Eas.Ī_.z;V "1f-?Ft7ɰKwP(:챝qaoI+S0g1LBBUij@ɩE}f6*4tpU;Szol}ˆP2PhOòY ^.sf?~ɿuJj55D% i. [Z0|dr*@k#96nOg܃ghJF#g+ҫOIi r_@PՑvˢ_d}S30ZOW7F)1OusIK*J n܆9WPyN׎⩷JVg8qC >>h4MJ&a7M4w~R-U&2 TOZ`4}v<-tjBkiŴ7v [&V+hXs),G4ʍب qzH9ܝ- =˦߶L(b 2RB= preSt uGJ],T~(ʀYO3gOo`83zn5WP!Lh} 3Ale׮k]hڣ1EN=U1:m/])Ejμʮܫ^h-2g׈ _\0P50YFE4kLyWT86s,t/鷤œ-Akn+kZUd4 7ޕj͋x6Z} TDJB"͟Y k5a%Ul0'保gb?vCD䁐6/'w#(!x>3Fb*7ӗ-#+O0t/4ڃX>? X{ vG0`w+Ar3#~jR:P}5֙7eU-Nj)g9}qP&ݟu090@KYCTJZ02#qg!=2 fq6\,ۀʲ1Ǿ&x_B+$;'мh!QgOAf~eR7J~N6(mX#ڰֈt&> ̴ZL8v*N[ʼn#M1fjQۆXIy\!ng"\ZeoՍ3$xο-m K |Z~LʼnsdV˴_FѵTvG?V+s'9%^Yxp ;ݝ3ę*l L<<?m Yo£$hgBm&~6In~+*JZ;L>ְi^/T&!@ C.) ( m`ϲ0dTLVߢ.:ӿ%%,ϩ"UQgJ onR.0ǂ~c@?O2) ™ٔyk <*=.pקRfQHGk{U43ȡhmˮ,x8p֬F{KtH${~KƨH=f_A`og.:u/F٠GE wP$ȷ[˰qߤ8h55*N :f9xvDB:ަz+^0.e,ɝCwr;  =5SE =`"YJp݁*1c$R 6;RЎ 1O Xgi\9U~8P3wN tvHO0#`7>.wJKUF}`KWR"9!jR%HnW~va2by;z:8?X@[ f|j b-fŠ*Of]L©L Մ2f9E;}l> Pi$W!ʿVDcH&]ׇ$İ_M-\Hߓ/3"L+{%WDm`3rD"̣ޮR!9`Xq&A|>8wۓ~XS5(>[K|C#jjJP0уI%_}|5a~ uOg{je喇Ibq"< O9}MVQlEN9!]8o2@0{A}Yzާ!xjl;^2BT""?LMu\dY|GZ{?;@odG;? ]n8_N9;_ (BUOn]EufL(Mf!T 8:}v,HX",05gacN>g[$ .mU}_`U峮$ MȨD-G;$(#OP+i_CCEb)-czBQq74@{} xpT|NQY_r"_B-A٦I>h㲵/1uU +Xu2< YfrgDݙxmefX/|`FZ˾pqOoۗp\7i 3}zO5" O s=F2dBa6gktۃT+ڏFxgpUO]6t-d b' 4KTR32|4+wͤ՚GEAV辭z!}k iyn58.=%9։ϖdp|`_3q013r/'vU6BbG(6&()hߑ DkI__~SaU`_*n4?L4.4Kؾ^4S‚>*L(*WMjS/F6'볲Uvl|8WwںرY8R= \nʢ?1Gt ܱ*f0g\3Gq8V|8)|_4!L^e! ~`BZ/aojk%1h`٬uIedzXF U|$/9fA_sޛgc$q~-7@g/dtX:@#E5GgAi|w S4H>c~:BYd2F,VWWd'wfZQ fZ[Zt>QS/>?fJ+饩'ޮ}QfDlO Ik.Xnm]R)U[O ޺YƁ@O8dXy$R3\ z#eEd7oHFci$9#7m\G\xc(ggo*ӭ⿚k||bΰߚ8gԣXmUsRk̓=FQ>gF- {b̔drn3H&SGX|lZ,ʗ7Q1oh:b:չthݕڠ4[ۃzɣɻֱRoS4nSAeE\%;w300<>Pr]CqG7kJWTyAT_ɇ\# Cw gcaYwCrf)XNkΤ/J^޺f=~o`Ogx=%/5Ir KuTU.RΝ=@2B'5vZ![ݠq:<4: X# >aAXjʷ 4-R*>NѓrR3{af.B^sFtfoMeu^aJӴ& e>^ኟ=TlHzTkd?_ V$LȐm\*Lh+h5ڔzZԏ4]8󇲃xOgg<ƯdOprV\"V+m C?=R\|'CS2RVpo5N5Z uc٦!P2߲=S(T (]}])se?ؾU&TW 5wNOvl /72nhM {gPF|8j,%&݇/8AE;YM"%U,֫{Z_I^0 ݨ{c/MHIl*/*j`D+U]< dJ6;vG /t?֦IoOkrY5`ǧQ/[P?¨r3݄״vYYLl% o]1jYGB͠nͰ2$^ȼuFJ7#TLPml81RcpA }gS +(%ԋw~6pDDuc!ӿ$l`PShWHA~K=b$izb=e/B2i[0[xEDտ!]#S2p?6-#LSd1aS='dk++|VƟreJB~b>Ӧ2{_ԦЁ{1ҽ"%rNG{=(h~D=|I`Ny\Yl:QB8^oB>gKR"t$ 1OZME6tG.RHت+ߕvSا.1 SzAǶN%rpT|i5WA6hyaˊLʠV ~E$5 "G(nG"Q8lU%e<4ȓdxt,*M5`}o:>)b~LNrTO#S,^2o!Z& 5:}UsuQ$b~g6YQX E?#P?4WL9zM*Nk;-{K]3OxnIw0EJ41{!Ҟ8^9ȿXzK RΒʮ21ՏWx;J\߁aVAe0+hpM/6y &Sxk5R|ܨ†R^$YCyOF񄱷{3%6|5 +,!hDX5i C{p 63;nh|X^ [P{)_(ǮowoI/SZxLI!dR򻓍⿣ZP-k8*ŢH_}'[C8tyBՑDDKûDx0rxbgL(ڡ=f^H {XCs!ϰCP Txz5٘?h}&%,}#_EਘwdM05&=g- @FT)(Ff\S{9*(. etIy6c@ )9{W5dHEs9M^ w\2+3qvD`}:Г +&5k 3`pه ^HUJ u!|  :4-!=z_C ZٶǵCi~h@L:T+댁} ͱ5S5i5}BBǪxFQQ3q2Crvd-WYvKSkrԙMj2{|1.ynd*ҋ.T# 3 ڗ) `욽S?wC*ګg#k1r q idQdH~ Ȩ5α%?yHC)rS*csJiѢuE*{;|ng 䣥,BX/eoZ.1=KrYehؓ+ <9&}B8fDo_Mpd&1>/f[$L,EnE&`;O-=7Cdg-,'cXD4gboSqj^TW^PZ QKR49Ln oƀbo3$L}0xZR:Ruo8a_/J*rN=mڃlfAl9[KڙB5r,\ڌl, C4޹/o}X^aPTTߐO&0Pp9mUbw1 1Br&%8z!ɅkPb47f]ӦKAsǍ2Y'vXxJ.a" L~]XN (㾊 /x%AQ˗951 s%2ΏU|r̀w2lT3nh/^.<Գ  <*0L(ފac{.<;Ph+gz"Y Q`Hd}AYH&@zgCNr#>W#/^A4Ng^n3P^T?r6q峸ԠJ_EkߦH+8%n׍@qҙE)$|؇4Lpd|ࢤ.BI6Bj:o-H# @y0ذ:-x ?ojulkv13"6JGG4LB{Ǒc"ة @܇ܘ50>"hce1&UV8ᑈV? MW;SXb2Riu[S/zAfLVpj)nԐOp[QI,@z^SV=r m^7W׮'p>q<('R5J-'Ό1awot74>יeZBfwx}VW֛(a/9Ä^5&3m_^z%wĭrcnh ^ka t;X=q(J3-͹kfXGȃ .@#̎kLr8XXA/gYQYJS&~%TL&faH9$0 ٘Y;5VZ|^ *~B-qY).9~sz='[vULz:YkZ$,O`w\(دI&}қ.  xߔ$oKe(˄`(ؾboK:V1)2Y_Źh%X/k Y-Pݱ! i7m(X9/^+⃩,=L]|M .i,)Hzr')Ƣub:p$+MDzK.̎0!xTW@Zmw!B3vʺطu $[N۽܇?K|^xi0@ s`2ӤB˴L-f[s8n{.pBl ȼ՛ބ8$k< -|%뤻Ϳ(0!1#9$,Iq4O֋r 24}~ DW? &z{9$t&ҫWl8X`E*{y"I;4y MzM8/UF;GRT,O YZT)[LufFz@ N6Y]0mEY^2WJUlUfǠ]T^7cIqFruۤ1Gj1 zNy'OE&X5'XR&mPZ9ckj_L/vJw'PR9 .-14=Y[y 3?aY΢jH_N0d2V4pl9Wdq7~ƋUt]Z]{䚧ˁa }\dlr^ ' ח ɕapX`ϿYmI[p(>&BwxJjYezKoΘYp[B觫G<⺻ޔR'bÑxcW*!-׊D l:XܧE{i}]}XV6v7d'Co=bRξkie*]IyMl]XX ~-Ttf? ;v*5 ȠMNBAM:oo;V)OrnLSWlD u+B3UY.=b1$/G+?\[QDڢ%$tHZ{@VT4s&'F*EFn]UZȠuOEEQ؄6v˸ w{1ڲkd@~d@w W =D&J5.RI0akvgK8E6B-&Rk09eQ0(xսI֡6d+\lפF!@B9/Qv~AJ|,On9waShW"*H\b|c!uzy/<ьk4rڥ IRja-I3|h8hER^P~n`|,:[٘ڰNpͪvjN v (]˦lUkySN ϰ?eAYSgvR.L2gFC;\FӅĨڎ|=ryaUpZ.4nK!e3jc1b^_7v{.YNJIHg/w3 U=T*B9+ nQɆꄑC}Tx|6ڏn \|& _hqksXU9!s#V6eF{,)&M)X95Dd>(1Y4BYiZWJ-˾pp6%2ʚrJ+EUqfBeے#8l˾n1Ǩ|$u/E{߬ y<8ϖ 3!-^Ek3p ث/CW1CkHp9ﴥZsAȝ v_A V nRDC7+Tϗol%_fVG!x[>Oqѷd5ϝ*WZnJ-a7o_f?>'jnrPX?rSSM ]7#T I3v@{%V!ج7l]2Wٞ*Yq xhC0)vԩcrHMQ14ݷM8U N h,.sn GC[4pa8g޿F2.nzIv4h>5XtGu>s\LvؚH*.IO*u~}@|\gT2{ORN^&A{v"$ԟt_TچB7D$qQ5rq%ya2!5Z">W&)74/0A"{Vp{q׮[=JEh{p>Y)ҮKUJhZ$>pQa YmX.a+Ѵ  : V^P~5Z.եO3/ޝ>K::J",J@[y6|S”`S/ s[#`\rQ9m[LG! 2 {oq&s@Ǧnt"'@6LCe%Zseb>s~OLz.XqfVwSvVA猅 yJ{0Cb|#IL 'ggaKە6vse*6^v,SH~hmjyy4 [IɌɘ,` J?{py mMlU3qzHv1PD%UO`4Te5ɣ*SXm7zϲ',J$eȭ|;ep9HGMUm=+PV*, yyU%:WAG[H<8/¢. *цfVL/9U Uf_ MQM`obiOI $￰jqʗ8F$Ig|,$FxZkOpoW`MkBeB ̒5WE u2> p~p2zrV/,BS 9F4),yQYi &byT`Ưh e( ~oB0pN|F_J:v1s!=nsu{0(0,K?E!% F4 lFZ:/ [=,NDˆg58NtN/6a\'H`% *q7 EO\~GS0  Yܳ)4\R`CCOْ*gA>InBdZTJD3S;MhMjQYeCnM@'?(R:l+W.-PЉ!3z{*6uY'َupC+8>VΊ i!lO_0Yؓs`ӻWrc+g]Z w 6nx^kb/I-)I=ۃ8SB|DTWŢdW Q6 : džtP 0'#+^p.@zn}1&"0eGUV&,?+7׺FO=UuT2yv`t#KugǤ'8@&AېW!a)jC-ޟW*(L)"WSM8W'~SGBOU<or8RaM8q ̽i,_ J&,Z+x#M±8R&?d ʳWRܺw`B&;(ؿK!ڼ|rȸ8ͅa"wac8؊kZw! <>ݢg7qc[0ӑ?+9J/n|'0V4yBE1T@e`LJ$ a_GKcO0X;U`7.H? I^TZΈF!i'mKqPE@z!`0O@:^W=4ԀPyל?A$#{\%,{^-ǬTxeVB}_ h /xSzs'G_ ϔbE\f!K `˨F)RMӷC!9(CddB鿎´{=&RkNy;z*C3f!t|; mxLOO@h`֭(M6}oO.&e]F59$ VԋzgN X@,,^Hw)X<#$=Fnq ֳw [m#].KS?9j$܃,4! ŏwMЅFWL]9_ wjM|%jɸ'i%n}/:e&Cw(x"T%ǵ7tW3,ܾ +bV`n'(r1d1 !!hAQo̯~. X#9 }VɵS/I0oΔnBGl`KUn#gT(ɂ:-k*/WI!lg^+J[+uMUA@'xNF 투Qۈm]Iٱ9Ns?lŀ8k,ݑ["7xP\M׻4oF8ﺔ{A:) +΃ے貚r┑\(@?krNkW'O<{%HI4$n xk^ ٷH,:* +pXX5E QC5MD^רǙ]mqrlXNuXOӍ@R$a)J[Hh?۩|^p(N4HH6нx9`H"cxW[bFtP*͇'m7#UbZ$,G}dPwi",yJM%X;YNX;f27bh&0@qCkkxWھ nT*"&v: DSܠtC?޷h%Vs|pDd.T, }aUve;+\zٜNC<%̮S:=K/AOL)p,Z~K'~ӡ|3kKگ! "vU?|ȝ["(U*>+ w?;WK;蘭o{Ha|b0V+sA^#i(jE‚ܥL*O"o/7 E`$^܌M#ʼn5 uHc"W{#HQi &l [b@y໐urxz$̓~ q搓 \&ʥ[[)X)U„f0eVFZ6 oa_p %wv%hs^ lLZ̋,tZ_]; <*ɘV7isXdqx"g;ҤgE.$s+;Mqxc{qʐ06k;E7zܐJj$Dn5Y\A}Zq3| фL 03 @<\|Ԟv(]5ߘ~ 5(GyN_dkݒ~'dtEk''Ԅ^*m;!6=zBw{'6 QߞAiXUvxo0_SA St1 8_ڊ@vOYFDCOr,(t[n N6;M|otCVTug6kx%^zV1I ݱr.ObkM~L@ڣt=/\)sKEȾ #vp{b}tKT4/6#s7*rNC0l*АPAfzGN`!1VNe$bW%T\xG,ur͟Fz=ﲮ i$dP:$٩d'!cWW#T~/L(l8Bpύ35wD'dLHZbSR{LDLCax%6&KB\_y.V*|4b53JBS%›Uˋ9P0Ef%c.m :LcVa20/ו4rLI Bn4!TS*1V+NiŽ(ѧ6;c 2`ܪqDf ZMՎ#&}WER9(ffAT֮5|>eƧ\~JwIهS_N)s@˾{F|r uOdk9`^vE.p)REgn:^O+R=I7;[+Ih>t$wQVѰ}HJ5zʒ`ހ&uu _$C enY9/AV_l#e5zD[~674ʞ(GpꂡI=38sYtu3uSUotK_D [jM. si\G*m\ Z6J5T ~Wˠ&cM7s(m y99#Tsn?{0GޥaZ;%AEWgt )#C|1n@.^kSsWϦZv*"wR6\V-pTFP%`A33%jCqLvەIVn "Zy>of1v'הs맯V_6ka[bl=@NӳQ XLyU- 1LT/4c\ $dKH[vS$feUP?9Y2m[@%{`U?ށt-ԸqXJ&bblQo ڂ:jJՠ0мA&;6^Zuʞ;i5W!'P n5_mHo+4i6 U( I2"|3ya\)袢"G` $ީ1B؋p{HF#evܟ"ZY@%2_߮F<ޝ@6KCuK@)ji{b/GP:_]#}0KX6)Gk9)Kh"Om=0trpz#{:CԎsk#boޡ;RO~*ע !6ו-@.ьY`yX80&Yz6 sϤUR!Qd^dRDH2d"6mw[tl,XMTq ֹ| gKf}kQWtejȆ56/3yG^ז4q%.^?9L\CAv:;H,,c7O}X/s$³єDI%U L-ص},-[rtӌ綾la9^0r*\vj1FmdX4ONdr4EAuX-Ffs?SjQ* MzIl'άW_f0 K h"!ztm6$*[@/^KE}o ;I^5mnT0}/17frM50enڋB^ H6ۭ p-'e3s~!Xu2*5j-iăo~4 YFwul+bbp9rIfd&FHl#_|Ͻ 47JnLs4f-;U0 K>򐒜Ĩ!ed% P 2 ,\Qt-Й҃yMH75i'[Pidl.{l{Y2c=&|Z16>1^U'v4(+y8kf)rV{U='P1NFM{|`o'A4hq0FG-jZ<֍ռ솅Za:L\V$Dh2 n$B{;q*.?T9w.@CIOeЦG+f闿Υ8,;4ռ-RRlOJ>F^;,!>m ɸD` x^q(vT4u1>Ypɳ>B.&mݕHwY,cEO.ӿ p3r*9M$6~BҺ ].s?_4 B5p?Eu÷}"*7s, |xsN%̔BԊh 6FƟ77S1-]yμGN*FVf b 4LhP7P!ALq!2n*8X%W aW2$5HI XZ3@%b㫀`l<-.UpD/t 8qBƙAOZP5<:15J9݆ GZFϛ~l` b=Wu4ǣũve(Q0\wFBi?: |Ci$8'M|ۇYMȇq(X &J`6 TlkWϭN)a3S]j=]LN #4YTODy9l{a3Dk%HI*](]%(3| {|mS{'MUrr$ֶz9** {&_\\ qwWчLn2ilQ,c!FX~)W0 1^BW.XqVpkTЄ= (Sf(pKBր(p_(栢.ϗcqCҤO~KWz~u=IMrJ)~g,xKi#4UvNSԂ4 m3/T?~mӨ]Z[$\:BrW\^d(ȧzԷ/,j\ֵ1ø2=\ ťA5qd訐ӿZzæh,mEi&98]q7d4h"X5 pofU'?bt`E'(وVOZDh[!n; ZcYM s&ʵ'?/Ha#HOa Z\G91$c:1Zu$ +5[>iH+;S"r:pmW^; 6<80;Ϸ#ߦM\ &V)?r:(?+P> y ! LovkKlMFEeď6Y:p1X1{KҀX, FEl TF]Nto/(%!t.S,4@^_2jж]kO2%D<In1eUl>3eoj]vC\+7+ڬՊRx\c/Sj"ߚzɉ`ڸ_nKS m=wJ oyje'|=*;e5G3 i&3˾w/8'C_󮟫!Ժ;zάҡB+pa;9\P$0*7;JSoeꢏ_l?"׼c\ʑOƺL}x߈;K㍪B [ 7=˗g]DH֝qf$73x;XǑ)TӔbѺqaA+T*:w_*t_e=L- d_:M!kfIԺ|RȆ<'73TP"QAg/,=L s|h[&K1ǯ"#[ZL7s 1>yL{ufwpWr_|[n\AP`6<<jD"3WDRs JӷgO+ΝrhĄd8^},Ȥ1{1mgueK=[dl{4 >T$Šm3]ΠDEk pLHj Z׿ufB \rp+P%ǜ, 1 %hT9-x̧/5S[/+Х\5* 4 >bsnyFwag-`d& IpBtM_8yF9Dׅ/SfoЕEb $IA}dSs-0 *qJ_ŋ^8\j_+I{:w>EWP1{#oJʩ +тgX`{T^5m#\r[~Dc*5N' }I&8t1Z5Nb$uq K]822v`wrsUL Xlٯ@'2jYIJܝ5h2: 0*-)3kýZ/: qc \M/j߿ ex費AD 6jԨ9N8/=Ћt}@?0MpEY;nzs-ͮVrJ- guTd=#i=}f7]RaCNZki4bV(Xz,m!d.PP MGXJZ6z#%" i:K؇Ymt(:ɋtZӢ$ϡ9}Ldǫ[kJO{ g> ;_U[)8i?.(HbG j%3vk,}1fA{rnp{]/Sǯ#F7<u=:GB mLUiR `uv1*z߭;SxSHK4\ C|( -GCD JnD>;Q"7  (xv;}K֘Z[<0K כ ^g"WrYp3;C)R{blT%:hst*%/Gׯt<)p,JwIWqc$N)җ`<?(yC)V͋YZ;u~CHٓ{[֧]9fUzz/RE4'Hd %^1K ty,`o4RSf.Tup@_QUZ+:&fʍ(J. s.^A6,ſԎ IԈ ;=[2I"ﵾ/& M밀tlPοj$% ʽ1,tB0-ȩP%-I' JrCP}X' ~P"C!oH֣΋`(tM"yZ1͕zT3 ,"/.m{;ic,Бڭiz_{Y;fcXtS^ùS>FDœ)9ʉqMnjy*/م|wax1 Zٖ-@rrfs_l%]& Ҝ0& م5\ur}$ 3Z9PaLN灶q QeIf>p[ 駖5ir>.X!tc#aᘧ#|3ky[ @"N^\ H Hf?JCy:S3k D$EƠ(=:NXvSN%N5Ҿ`SΒ9H"7cK7!_y\ş$4Y sx0E/—$OmA3p͐0@{FG-p,d;r\LqBq&b)ɨo 2c v% #ʱ1>UIֲx> 0VoJx.PCIui{+{oLM^/FTzPxV{d$# cNJqh[A`l⁵팄r,K/Ȅ-Da'h^?gF`OX!?vo0`Z~z^3;}~7-M̓ILT@ħ"*#FvDbo$u$Gt]jFE7yyhvY#E/\個McwDJNUM]t♒3e.Do&^þ2/.^Du#ݦ+J0s\Enߌ!)\'jFOvyߘ%eT] r .sa#:g<( |CV0󫅫(k!=]^Vl6J3aFȯ(H-ҴGрCZoEz#O/_V@4\γ&)5T nW74 FsH4"uAOɜ9;WxF! 1㻧'K3۳-}?#lsͽ;Vr#kȲ$qw[߈aYoFE q Wk:dz Fĭ&jֿWXryo0mޙJ~hphseTŰ'|{o-<y9{L? 9OxmpnEuZLP.RN]E -K`NhUҐe/d6&sv xSbv Ϻ`ąj.w{4}~kxeP!rS(~@i;fEuu1g߱(散ݾҸAHruDB;d M(ҸO6,¨g01^sDdz6xTf E@D^rrO : y avhF!w 4s/#䮱D@<أW O()ՃjXi,M}T8v4U0An=ц X9un H_bXÆ$#wiahɲޚ3 Sѱ{녛>fԜ] 8_*SAoe_Eo n)iJ3ߋTUcbԎg)ȸګoE Am˪e1Ws._)D0iٵm-kQ=aB1~@}N~!5dv99|Z5O#ցio/.o2^PYj|:뗊cHǃpktuoLITv`x:.g^vŇCse꟎i?3Phj崓>#,`:A@.9QiY/u,!6G؄JLjS&Q)OW)Q;nQ֩qk]2fͷPC@ -hbA+3a L: "С⺭{ Nu(U1GpkHer6[}ZAl {u4p ϷHqነc< ) qĜFz?H]G) r|'6@R<)(|_f̥c{slm9=ߩEt/@\HN0w5Wqv4ܤEMf^D|YǷkQ-o 0$z[[!%Aܱtx߫Gld mJ^:rڣ0[~ýM *MU9v.n P B/?^dco& .Z1\.AyjC5) ֈ:ܖSÎzFTtHذ®U&+5$koD``wl.|bH^y j6&|(};3 gj GMUkD%}7ɏ@$Nu.#PO 0^HGFj3|'ʷxz}?6H Mo4xB}Lg+XPr̜Ww BoO 4FШ- FjjHs_ n=ҨvC![tFmѕN \uT-ZM+ΊyG EEo4Z|7q٠`Q\wӑl#_|<ް qۃzɔ 'w>Ub'^ܰ@K)c$~%w+v(&*B{״mբEKͥ,н0a" MơNxO0LNM XWndno ,-Ӄ^uz,U.5E( z\82/%Ee"}Dm$'  t}AWzC$,GacJa ˰׏|ՆDLZU׺6XSzVUC" U=W4#H(_kJv%M^jݍ;lvO ᒫ?8eźtU;Da6)?յ: X~:R:'%bz%Y}p.L?A($[z`p9(Dal!k"=J=$$yqh$Qxpa}ϣ{G\r6);1&?[ο j#ly~Ʃ;g|T˄4qaG>9ƂhωMc BE =`HV~kn<2y9:;x%mU1ҭ F >]e.kA*5Z@3 8Ě}̵ER{Vݼov~(EPW1-%V!f6x4%rU7sp6ֵ ,wXŝˢynU sOMD5Ɇ0Ї7yB6/) ;Rݭ AU&ORR~rF"OaVlylŎ¾SoJ+n,މW±s;:Uj#f-9D!`2<vdsr;*OV @LBGH=>ps̥Z3m?"C\w}"=Mc>Ž OY{ǁx3k/k$Q6dB[*)[n=2> qj6Zpk*:7@Pmn)5M'4rJS^)>鍃Ht*wﹼO 0)1e$aݑjf?jT>A2  ),!r,(s=27OOyW5^AFXcq~3IߺDԡ,\N#ܠljkҬPjX0Iq95d[#/,VF@8{Ijpҫ '!8}nY}vs^'#K6|2u/Chָ {L?{iRsc(-˔'B oL ?.7S|`bHQJ-#|6o~Di)MmL kEohJ?fl{o}hS''? IrPdV}{9nR5TVŤM306K?)w3MչvGNʍ82-" υ45 L]DQGÔ" Ӆ";+ <2G`$y;՚l+K06X "Zgs*vE\GG~٢ٰ[V(I⢵>MeEzv/^B^tC޳|k3n6")!E%[8Lﯪ1a`LJ CB-3AaQ%gb:ѻwh ?U53w8/T&OZpվ})ZIR?Į$A8}<h*B)?2"Ւ(/rrR]q"+8F/êy$%Jlҝ@٫};bPG⍱lNPaa4;tW⦓ jU&!wo {iN7j^=H`/;4lzF$!%"]O}=,P5#tgsuSƚuGv?Z,Θ;?.\Qfs )(I~ 0+| bQ̙8.q-׬:/rO2_US Dk3@E,W N'|uwWZ" [IF 3rRc>BtnJ@@F(O)4#D{wpj! @.т j7BPUv?}H{lG8r&#ţpVH6O0^'6E{jBMQ~tDw~PL̀5Vb\Df5,K&5)ש=`**!YٚKVU62~3jS&‹WcNw> l -CIĆoEj5++a^K&>Ŗ t P?MskI&ᰀ,T[ؙY1:-B,_ϖ" Er _mE}6YUEE,7<VG^GƔx{L̝!wg-t49EOת٣A˟ ?_Cm.Ln/Tù*}Gw)o`%Uӣ`鹎|.lDRA-Ϫʑ]77k؝YPM_oœ;^߷>m|B7EZT/RЫ,B4MWza`k>^mJ2L ]иo ΎY@9#E9j vKL2U2nwd>%bnԶ;Ilʭ 6c-q0upQ;1B@ X)IB ;y뾇hQʜ_cmYED.8h>lcV^y~g]sSNت]:lfm_jgjԆ. ilr$ݖ϶U;vk'l ]^eQO}Ѿ6|EgEW5ۃJ #yT '0s79zEq)hPW{;U%jλ+mTc~I>)E}6lB-:[ul: عN;<8 $<3 D~:A܉ݵ(*6.+*)@Q'Q ZE*E?g⹼l5_kt{Oh.̉7[j@\m]R`GE1 @]xKoBߥ tlhZow$K0#Dj%\G=3⾜<3HnߦDeM[y$J")'2a mݎr1OxN>iezN|jE Iy BJDtR~[?(;-TY>yρ'ȳm}Ml8FRiEMTcVK\Aeh @ﲌ+SXb+Y(x<_B7uFK6Ls[7EÐa@dG !!?\4oC!~zqR 26=;^T^=*؀zeø]E{̶VzIIo?vߩΘm&k-kwEЅۄjBJhU0ce#Nlu-CsחW) [8 Ã0^-6gEI5E,AH9N<: D2)鈄fh{D69j~(w|c,!_'-D 3>= 1߅7W1ˁnd  i#8ȉ辛e=(Rݧ>W'?HT,TΦ CJ0虞7 "}ei M^ʁ<ӏ3lbjs+YHK6" XrߟhoEM/$Ѓ**݉FIY1J24IɑM5f(F GAA0.ٽ( &*XIbey(WvYHS-&wJ@f*M}D9Vrb%24:uEobC k~ ~{bjoeeg,] S&%⊿~'4OP9z@6݂²L914MRw3ɉ ZYh edyNIؽA*p%\<I]+~Ism3KeY*^ۙiwC__6P/ ,"ObPyy`8ڏ5UcYߓD>"vn >Cf.ASp@i a{EeZ⹒/fxlrnJbnb}O$1'z]᷒'C3uabhqcUmnKI{[+wxA r|5\L=\MäEE͠n!B>Ntk'&v{3o2`% " DYcv1e7֠hƟz%b151T}J.  ʇ<? y;XoiUj2L"!kD LG@>!;urlãQhdJf>J áKRoړGJ]*ϣ%A^~a8gG 6whn:}W n5j䝃_W,_H@xRmSߌ=RNOU!{={⚘ԞƗ(g/z:_('/6mDEfO@P#~ MUR5 2RxRS~:-P\u[ 2Dt': 7w  RmCcp03ɦT?Aq2,MDMh ⧖Ͳ8T*RN3:',0DGQ?b3 Am[w㘀Vk% ރ~%Q } }S]z?={-UQ Ejn Yj):'CkF ;'.GBiIe*7Ӝ[AOθ@4;Rͳ79{'E2&]~!['$/O+Ɔפ_x~P 7$ʥiX|"HґXbM$>4.)ayP靜D-( QxdJT‿G# $`TR6Zy.%ƒ|\2$^q ʶp#_}Sgۮq:>!AdHW°sOMFg&1uCSݻU3o;?5<*yֵu:CΪy]\?̹;wj e DKu> FE2-|w.7tnUc2{~݊psTe!ץYp~ۢV|Z|l߰^ V{R w!{ag'_a{Sxt/'P酟$z }᭽؆T :~{wkrMyJI%7c GNô' .w?ZEq l=T׻`f$*mh0, X8끣n/]OVo4ZDOKgR2Y\l,Y=x|x\ RlxG;ZtNH.9UXoD`![^SdO-€ +.ʻHm[G#A'h- A ŮJGHc*=TJu(36aoyG﵂xՑ 4Avgp.$CC, r]1F 86:s2^" BZЖ>2k|t>هV0(*%nHW]BS 0Lώ0.ӥzԵDiҽL '$Բ5ICbr-XdI#;ߖ^<7#(RڌxA%CU DF8?:M׭Ϸ+?~Q5yf]J9f;4?}G X;wLд0\96 x>F {G4oHK!'RJ&8{":ﴠDc{}-^e9%_qswC4u- r٪J{tJsv0츄 bSĊv h0s[aȃPς*;7DoBd nT WSł'%H;^oHclE,ȷ(6=v gpYJQFnj ؎5(@hLTϪei T|kPHP&%,/d`'kش5OekKfoE9DL&꘬r|Wxps^fe-Ւ]V}Nj)C8TG*p(ďnQ8WBcr vf*돑߰/Bv&dw#Up;o@!ӂMp $[:Ld6$\J0VG 2Qxgz2Yq8 ߖAUPeR6{x*`- c03.C٠ئ9ZAlن䇢J ( Rԋ\zd|n͛_"|O\M.f2/ T*wE>:e4̀Zǟ?&fjIkl\U: b%$Pcq\ e&+(#}GbodY6iM#=eu8a#I&L *(N"K=sWM(@;ol~"z\L:bK3ߐ15ƽTCJ6_rHCܜ5Wj$P%n]\Ƴ*0CbZmI s眰}J 67@ó?CCFm¸ uu߷ܼWhWpȮVMhf= Ѓ(YLc>X$g;ècUaY{ mUˡJoV2؇&<&JjAHIb` }?V=]#(N֞%F{c7%CB<u߷) v,zcݐZs|'xZ>c1_ONgݟw児9~M CǢNh^dea[6U&Yjh7S>4ۭd|٩LjaZ5x,?K뫰;Sa)W0w$rۛBS{{2 !+rlقjfW-K-EY+#ُf7;)֣uMcM?Y/"Mk\ {MEЗ;‰߈::Y6#@-@=`KLՠLGЖ! qqy]bt\1չ0 8r񚒣qC&1jjO= f:|Tn [pJoX 8dQkM|Z%['*.X-LKUɛ ||Qp2AZՂgkD8Xvd ]m7&”@f:xfe!z RXA9dQV<\Jo5L1deհy7j0.=ٶWbIPJcmE^O:4ۑb,n^.;?bVF.ki"bf2)NM`bjڻz_@1ӗ uxqW5R79^*& BSZxI]w@NG<8tu&WHT8uv5ֳ\(8f %w$E#MHxWi9j)2Ϫ6CX"=I* NT&SDL#ے;.BF\ %9Ts&!?Ŀ ,|Tb{aK0cl >l2 =a& F,KG>Pq5!ͅbL1emc,lsl{*n4z1Jw!YPńSh=r)n! ɹ U62*w@2;̷n+(t2MPz7k'~lQ%!? G's4\G7nh;٧>uEĒF@)bq\GXx]Ƭ!}N>8 k'GFܵhBju-p,v(IBY4:+2t7s|&7G) sRvS.Tw6&t po-9غwɾtbuWI33 ZHh*ST|9FopK:&}TGHucA!!0ZEYf.G6K9! #,ʼT5I9*9%qLMMU C x  ϳQ, sH|nɤI@j5,ӳ-jKy<05ӳ~>a\0>k(lwu;x =E_[r;)<>'QI~/PcruH;/uݟ* Yw'UhS[Co'&ewA UG ٭-pkbȖIp\`g_Ҕ(%m8V{?'kKpT-=7K9NEi] bp24L+bzJb茋P yT,W)؇CˉyBxc9AFxt H eRPnX+JKTdFG#w. eZFCf"ECUP>7r+[| 5ӨC*Abú/RX7O9)nҗCڧbGܕ& /f,ũy(;O]IWE5YT!_]|"~:lhBЮnDg=ܑg6HubYZv9Ft9 &OAU?2Y>cpUbPIz{K{ F\yU(H v-ؑ'% TΟ d;SlY |J:9:{6oyjt6C*%nʴ< ŝkk CTK^bBKrmXr '<)0UH,pedkJv&˶R5 zJ4G+4 M#z{SZ# ByW$2`|"Dܢަ&> ʟ@m*:nkWWxZOdHU'9 ݃]uyQe >B(ZXsA99WA8 Vq|~X*&\{R尸=pAiWPOG!GǚYL¨kAX3uAᷚd˜ΦaR2aQGR"SjyӓK*gg &PC="P|cǿU9R1\a@s:!sK1oav3VG( -, A)TTFGZGrer[p5g*KKuYnzI$p_ØlBfܕ6DcmWP)brSιr U WY E-̮Nд|Ÿ<;"h?t퍍*&K+5UC8KM:sVB4+b)~XbV>V=Q t!*XecVjG"^"F.[@8@ꨣ B@Ԍ)99Qc[mإqByuv竨!;W ߥlz<"M$Bs:JC .a2\+׊]ϓ|U$EZ BW\Gs)s9h`X\9a 0Qw f:@D&Z9d=zf]zJ_w5.Pa>۰HGV""SKhtl9SG?O-7^Zb5lr:FX9؂?(bo@/>1O'A3u4xPהȨVzoN-nsob7;ͨ%O$X~cS7j\,|C).O¡T5d ~Xp-5>yYwk P|ozn~3m]!/,W:uN_(n}'x6tWMRȿ@OO~lu" ##Mriv ޲) <0܉?^z`;k)͆ąT|#hB7mS+Ll4/(]$ )h{8 ?yNJFLcBBoZf4I2 f^:cA;ZS-Nx&}ː⇯RNbr{n c!n6Z 3w"ɍ]0UyLQ9[,>/%JB as~WsQO'*t U SmuoY]C._QBf}<'ڸ|.J3}c RL`#hƊrc&cx  oꉅڞj~@UN=V.Gb P>)!Y 5uY( Bx^\~)d0~eqؕ«Zd۩Vҙn`]b_LӮX|m 7XI" 4mzkg}?DnɗX?S fhQ4P<70  |josr@r/ %~2Nu 1[/Jd {F/3|2 k@a'cva,q #ijX'+CJD)3SÀXQ4R9> 40q5I5"H9ђD q>~xX^h{6(]'6{JP11Xu#_Ou-@fg/g%"$}Fnl:žXj%O(bKX"av,NJO]bJy;a,x{aCx8AC--֒7B[obyʷVe4 TmKy8 7#O07|ά|pvq"}An͍gd\r[шooZ8}:;kLG))dɏyu˂ b9UYLbjwQ; Tq|  u SWa(niV,ie kPefc?BaI^ ʝ|PxALwBq:O!Hg$Iqh~/bjTگF4O@gF6Ղɋ\.S180I>#*x-ӸpI1l#V~Z&eއ'p&-*!(Ew!`ľ#`*I(gj68*(epZ6L)mѾGnK6 ބiykIHn]]JzZ0Ed xPSzÑi )AU5Ӗb>h Cpd \F+鉰2N.d-ˋeqz'NЈDS5…z3IM':6n79px\4$C`|-U;w 5!i7A" + ~QJdI!X&8/랱 7D"J|CERTZŨXIv3+LK^y1Pߪ}6* yFiEC< P#Ǝ`Mf+򹀾AK=1[MeĩP=Ŝޱ1-_\a| E,f-PWZv+HR?K9obAUJXtPXnqs#Px#uVp`$@)$f-yiƉqݣ gtfԆ3㓵"7n(Lk*T N@xu|Zlep}\)X-j =΢. MW@cFiC20JE`~UXN|*J>(;~1Q/y cnͨldtxB8f C[A>jz2- O, Hm3`:Spu~umܗ?5U*%˓cOw2[zO7(Qt^`)l% 1ک1%2/TSMÝbӢ`aٵk֒ l>au1Do#JE";K#LC,pL#I4kp}szi0<\VѰj;xeȤXXhLnꪸfۋ  iJ負暣jC % O-G !I..ID>"XX2 1Qp6Gs=zb}䠜w\'t]$56 UmiH5sr9!h)%u7Dlo!)=kQ(XqrZ]y@31|7P]v *`7F#D#+ACP2s+ŰqCͪ_AZ!wH]"MQjC 3Ye baSKy~>t.r{{Sv+jr ʼ SLXbE Fεr˪  (0FOn!uj?_jG:׾̞ .QWA[SVTJ 33̈́˜?gNϧ?l@qJHZIa;։Q4h&1}-|/y*?@Sza7ۄ~eX< 矡 E#FU|-fcZHI-#OFFW1.d5k%m_ʟٗ9bY*pFc1z?ёNl>@qACۨnoR_Rm _'vUSPC̜`WM3F@wJ.ڹ]o%#HΓϑ!nܾsxiG^[1#lSBmb/HTWp;4PG֟s"种:GE̎tQ@ir}sBӳT6u^i;vE8 fC%f[`v^A ؾ?,vGO0%; Hɳ%w5C_SԞ[{kʬodG:ļSiH;QɟtbC6%`!F1 1,y:(u+ S7ƅ A-N~8st%Rd&~NAj((){lAp jHJ\T*>B gTM[0a>4%B"v]T7M$Jޯ:|~|GWAmLB } 7ug%Vl#KQLY`BvK:@t&WuXL3$RNs(ec[Ճ.^W#NV5f{;t.] Ɔ/&e!|.oLQhJIBl+(ԃω'ZS::~ޜz`|S=%ڽ"s_S6~C9̮d"%-YD[-YokT>RګA SpTNJ,by W y%SN´l=8oQ΢LT\0\ܴ/8LGn6M 扮`E@5aUYe{Ο̉Af˔x\!6V䱉:F^բ'w:wc,6FcͻWʎgm~Y"+$gVKOg ᴊrV u}O75@)U|+WU 5AgtyqkN ә|)z̓P+<[=1սb£HA4]#;׽TY 3 @_M͖2]t 1N, 3g˚1qtBaS 2 ̓j$mMe+Ң oZ:cĞo7+XMdW9}ljqQFPJ̄T1r)qƿ Q4@MLoඁx$:%?h@M^tu=j91[,<ov$1 W?nR<M_tfg޻eU7·L*MVg!ʬɸ iyYM'^ qmɈ]ԧ-`[ekޮQ]܈M B!\q Gf3a~^mJ\~#xBp)̻<)-äYUr{Et|;O9B$k Ns˽YU٫bd=2nj@*Z?(*Y`o\6Q֥2$CFL 2#ׂm7ԷbDR e2 ϕ!Rop4Ͱ.#@q65 \78 'gQQu>5>=xXd6b9B4Huhw/7>\ʟzok*Pjh@/*S"򏒢BT^3Ye%ޑ|ܣf^O[q8vĎ۾UԖZ X:̠ j#}En/* S5_fh-֭ͬbe:<1*vof`o>.AbUdfp&0mʾ bN1>ع:ävpFǽuSE $5]ݽxv#އ&2k=I:ز}.m"I6T$p_klc`P[` ,b; n.Gd"͡p: x. rN)`siХ(5ۯYL6KO%Q\*6FA0<^>IQyϱ]r1!|UYoR>d)D0?\ OAX[hE."_O`v 2Iܘ*V{X\&W ϣ. iY֤H#\4QB&ʹ1G;ЦdzLuƘ"xdrcTƦ"ߵOz9+_ԱTA(:jjq@ IEUQȈw{lfxIs%mo mɣb_`aZ$ē4͔݋D{72;{v74 0٣FP*BRk ܷނeaGS~J#>v+r3J3j9 Hrr anyGhi$ĒE2?M!%MgdUn Hu_L=Jvm,ArzDǾ1SjZvtоWŁt&bq$F#2p-^,;<,`#]vA;DX6.LgDMI$W}y04HPf̬\R,a-A6R##M煣[KK0P^Dl5iwB-Hz|n@YAbMS%)UP62^{(2|y%Nt>yPG?xBcZ28p9nI (^J)7vKGђ$P]; >{ - w|ZQzkd/[>Lf}#/.pB&-1ձ&u)aX9`ַ}4pȅ P^dYhz G~te 1#+TڋyT= 2eF8Ipo&#Eb򀥷*|dC.ΒX~X%":ɻM*Jw(aY"#B3=3lTfd$VT؋~mWetyL0M u.a|hcˑ/ h:N)4g^aYg左B*\=`!![2:./7J*z|Gn.)alJHtznpUhR}Qѹ1Az´EF`MFt|)`[gNc/o]L]AuX[ZAdD^/'+ɾEvR?L7@ !4ң `Iܹc8D'c~k0wt$'s$)V0cQbt/Y,{nW"ר`݈"*)3CIt{p*v9@T6}{"QI3QΧg-\5踩·t>yd%Dԗ&YIͺ?k*!)ܞ`ki\J^Q;-%"!'`\dDSMZm5D]cL"w||@- b#uYiؘ@=8r&[6/ʒDQXoR^c[a?۫u m6^ExvY$z$_9+iJIl fsd c͙"G)0'Z">.?~)_TqA<&ߥ*0L3f#nfxQQ;E<>}<RjH٫mCm=Rh5uSepVt΀Z@mZ* Wzq9Nc/\F9oFutrPo_ (0ƴhZi&;E5m pXmPoXzњL{Ѳ]+ӵ#X5`^o[f7`}R9aX=O;UF8s I㰦")˴Ulqgp1~c%G,Л3%cF̓GF 'T!NP#m)ux<]6ܥzk $UlpP> )"g[(5&Etlya§Œtj2d1_ϙESzV}-5(/O8Avi l(?Inc?QL?NX^#!(2jʌ_ZɥSzr+#P"B z$upodAY#|=P6|׫#wtj4:D߰U/jJ'!+ 3BN^sb!ˎ I. |>&y1tC*Si[kO~7a u8Yjɧ/q_vԟؚѝNkO}=CW\w|GO9l'zV_UǒA\0g{pglAV[:w'-;N'Sk{6#랠"E mryOVJNϒVwTˣ< c߬狈Q[f R"ss*TQD7KCN^P$YٸWԕaB /}-{ z2_% ^ú/t> mQAU٭!9>u O'Ҧf3`Q7mW_U%UqjV j7߰Z L>d=68nxp{пi;[u똤)]YwSHPKxq_]s"2=Df]l(5"6~pEWp| Q=$(_jyI Rl)ηZ%26B—[߱MU?y <u^*P8ԍ9piZ ľuL= P=v 34{J+D]bӓ8#)ݐF?MG, jxSrx Ǥr0{/bJև0r_˾snpC zӲ8Ư;ƛyVC@ TՄۉT}il[oA|..2$= k 0[Kb:Fgr S97w8FFui5&bt{8UaM;kA E_> Τ-yf'΍,G5msJ9H Щu# q _( w@"kC=>3sf:~ Q4_E21X|h/;dݝQ2nG )Je&cc]<W`Oos:cM)*]'2sC)$z]F1Rũ.kLQ}Y0?*hy%*aM;Q2Cuw}d:GnҷY6!45YA"H?MM FR3b_bmQA/ YblJƟ(9hJ#z ~l~v }Mw#v(ҒKqNf1ÁAogKw#هrFUxcH`'7@ɱy֣/TQ{yh뷡eUI1|%ӊRwHkǖw]1H kx!߲|"a B1{p:b瞠Qil6\2400cµLUQ난Fjڌ ^@E^?I"6E^ 7ノ, tgN#872xOӺ`70iI(FzX-.cq?iK+vҴoeAM6:i5bL E#d@|lHY#sn$E fZjƶ R?4bLt3G9'ڡΞG/E@N#jK w"c^6bdr3^G9]] 1~#Td 6T! *J_RwigHXN1C!K )T~`jGKL'5ԐPYՂ޿qÑY^x޹s/ +dl9%%N0P2uJjCQ<.VDl2z@# W2E)wYGl8}F{TTio+v/>tfU ?ªg@*Ag #GaM!{1rv3&ӄEVbWqSnBI+)(`}٦[x4n&$k^ajĊdsl@%.*;TN\b}QXTx{3uzίE|6wc\ȝLi9\ʴ>%nSV 'o}j +:S u@Q [%CnmQCg$ǫYɪ=ڬj}cBo70go+Metv!.BY yڞ5D!ʢ$ӛ=;ͳT/|I(r* =L$8hрH$iړ^0i (9ۂDFKF6d)8j$Q[f16㦉Q1_OD%4*LdOĖ@g㪃BL4^>F~.)FzGqh\%d./2oA|}FUÔGkw`i HHЀ.DEUzϫs<.5b9_[N(:G uCC}M,$)pNѓeŻlv "Srd #n j=wJ2rJM 8 P9G/::W jI–s*$~>R!ws˔) pرkG,K\'{b!˃1#A<#hk=_uv"C@& jJ8[9窬xoT>Y=b=660A\И%rQ't!0{ t ꝋDkbł]x+0]3C @oHJBT*^f '?2}a }Ə% ՇY˧+ ?"{" Wu: 8P)@uD@\%)C _b nH!"'q ؜(d!Vt>9 h8H# ,d?n6dhNIUc'o%_+2=h!{X_ʙ¢} vhE+ 6_jz(C%aΦӺcJkqX(e sA%ԬOJ68И_"X1Om-o|;6׏fTq<Qq́.' =)Ѳhka\vfɶf/{zSLJNafq$& /F󌽄6 ]¿(1V^޾7_%sNb>_$uW(_ l1^MG?.ئǻ1uu !@)1Aun O U3Y#[ PiRXj\:K@'ZwirUvۻ BÈߞ BIk7]iz?ވ{&9 2mސ T%MP^NWW%nRO#R+Zcs”H54ʌETayUW}&}öX! y4R B~pdNR ؠu [o1":BZ_$9V%<>Ëc0fA\ϳbFP\P%:R̗g%gRWt,- .:0ID'ϺNcM?{fq}W/g 5! *>*Jcy>M0IE4}h AM?XYr+ZF} P'ͻ(,|ASFtɹ'MD)yHhQ¹nyCU|4~ _/ƋqH$ i`[]>;)hB3q?a]Qb"J*<,A;m۵nWc; ÑlHCpVS51^>ȒᢕdQG x!'g!K{<Ǐ(>d}/CZF8t I6*{g#nRK PQv\}w>ɴA%b3y]d`RU8frȸ!1x޽2P3{aZU=7][;ގ?>4wA$tU'@?AB;K3t{k'i89:ᡅ]n? a%xJVIr:U5lIX"=ᩪnroQ;LxeH;nB@jXn]i M37~yVWFsHnմqs`1DDy%VЙLcg^n(4.@~m#k?F6}+2}CC=EZD[bۺNN}>}C!WEx7\-&gӨIll1uE FR;5¯lUM"V`7Y^Z!r3B~8 =wnLE28%̚vgjmK+63nT{Z9)M ?j yo&dQN ܭZ_L" c&^CbCoGF\]߷G(_LA%[z%3P~m%1/]SgwQĆ?D9Hj<ʘF{$NF Mh_p]*]I%m=0\{8롼 kqMUA6 1!Hcб^@v͖̖grKV_%E7#%6Y^/e̽ 0`;4rp`A۹6ϾM/Ov"yV|aև)8%#-y LxKxS}/ zaK*y G5 IAn<3 1FThbv z:41ƥϳM7#[l`|<偈ъ36i/H1jĐ0%ݢg=:Xzaa'!ǂ*:u'h3Lnl6^SPu /4;] wm|əqy%9 L%1 x|\Slg-Agn`ѦkS0FID|sG L y8l I H% RLPkR+Y/NsΞW}68V9#8`Edn8]KPqL}I:< `6LɩJ6{B)Yp&ZgW3~?Lk2 j ̹ѱh<'b(xp>u]"p|Br5Z8ϧGI0 DJF6.mJN5`1-HvkyA;a`Qt%vK)ZJD빦8fe?J2FnH7o3$ L& g.h"]ƂD4[LyQF~Gk@C<(xR)z*<#Z} c U,+ww<իe[ }M֑mXlaCft8m'ÆZilZ?})Wıv5dz`1ro(p,bmiHg%L7oE `j<y&`4pYK}m͍rٻ!2&&Y,GmcL誳,l: &ua8*y/x˴4;8X;G!ybstc$ N.AlO ipXٷA7|{./+?8|j3д[Bx_4gQs!xb_Uw Tj"ssAh{wF\V <-s̼ve`w#fhk*KwҹqqwiXAOo?N̢p x깡$ z5I `@LT5 J='`1͈f)|O4MAhFҪJ!8!i]f,E/MtJL)xկTfZBHVNOS?Q#[y=+si\2 {m ]_/JAPe)"\ BNtrhGyEyxw0ѷ~<!K-}ᯢà%9p$yXsǷuHyHDym|S: 0TkA NNZ&ҐUu=_|X=.  ~EtyzqM9 [ßQURNs%ɐa$Ly+QA*&mB{#92”L|(Mx[&#(L]hAb,}ܽ*>tM_wUa3T{ 6wVP.zVE#_58)L1PfVnCWAbs x+5``XEIT>E˛ M]ϑ]{#Κ|[bjD\W$] OB^hWyJEM>)S q7_sO'tRweHKt 6iCVjv8g!-n}XI|1o'Q}@f Bϖ(lO0ѫZ%e>%ƚNbk!GzHB~ztkj_D%HXV@9$ 2| |{b36!iG5ŨY&no4.d(+`HEzC:%! j"zyQSAp$¬&Wms-6q#*a.NUALeU㾇ǘYur($w'Ȅ o*N\oUCs`_mG}^;s릍i.x]"~DIɧAmb^oa.4͠_}օ$6@ FUX5N &0K\)&]0O~{[K agDBB[&gÚ^R2$-ldsbva1L!tV0~PkHljx.kx3Q*M"*MSQ) o7+Y094Y=ucyC[ b{,`A_/=.Zd#N8iLw޶5?ɻy[bnQ9d@7Oi3_l5/modbKG#fїP<إ~ .pwAbgbç%~ |0y_vh ZX@EŋRk[se\H)4IQ rv0ac\Xt 1!b]v]B\vK-"/aH 7L'k^5fv@/bNL 1>" Nȿq~1pke w@;->X}vmxPU)HSYv@!$: {o<(j>&—gSVٗNVAj\pCNhŌ#sGo3SS8NB<6TFh%Gb#/χb vmEqC|$"o:gK+plCEe~mnY=+|َ>TǽO;~QRj< ժfrFjdԼ]suV62U.&\*H[ʦ{S!Ck">MmzÉB&,2!SEs 򒿍(zeZY  0m`ɮ|Kàne;~Idy!8j НJL|I\]?%2i&r,s5"}axFJOwu!{ipȎ = Rb{B飝t`M{_ݚAtn5-KVJ-a( T]hQ (K|I]ڏ{sR3&4^blvggQVJ?QX5Z άC5QAJ׆mi$kʉlA&$͓Z(oM*Q_kGBvu /q05M "aйD`NKq@Ljr(qV ii\YMR;Y GYx4PQ8~ԅGP+ccE.7 [͉Q턔6]a ^-  /K^|h(96FL p*)LnJ鴼M߬M],3OK0t[6Kw& Y %\IYHbm?4 b['fv  V*kadP06q>2Kl *-pRpRkK8`^#XWM=l)ۂ+M@Ctc+QFoj7ơ/s?EgZ=7ywVIWCkfܢ1?XGa];2Ie[Q QAMJA' ڵ\lV7` 7 6XNHjzz]9@ ]'[1ȵV۷La&%ODv#' 15X{AZpEg^y{=-x%X\aXW->K11ܝ~tO{NBvat+6 R%;ZO h5o;#w"ߧlDi\lo(D_ Z7%B%B;ie5}MCOŸ)A14 ɵБua/бϿL࿨P=-ycRv2(cnb`*ץryEb))g>G+xz\ǎZpzGnt hESڰqh֥x`=Qa=SJt!|@ˡy2⚣v6?Y6xWy kn &h_Ⱦs|"8H+`ԧi|UQTwǐl/@˞)wked"MV[WUu/Nv^⍁B\}6}_ Z2H[2 _֢rOqh5Xz+ C (NQ1vs|:w߁6EDE|WkfZUSB&)AB=TLQ9VM dpYiDP'ϽIIEB8A*sn娚vQ|`+Ջ͇`,j2U/\L " ]|ƷAf(>a}!B̷}4Fc`WXʴX6LO'!;uLXneMfyT<JPE5~:vkE @p}_ }BxëJw;Aت*Tb,͍?0fǦyl ڀc . OAKKf[m.o2x8k"J$q|A]s>Pȯb_WkbPđ]G^X_QoK+C =~%iqyM_@&..?K/̊|F` 8%I܂-yR'`>үpl*LI~ \6j'Z4=jrm`g&q\4f@jW߄o&oZ¥"S n_mu0mGb vޗ Tt+9/GCE%{a}=E]kmpiLy]05=iE&jo:N6-JB5 2Ff%kkڗ^+@s포ֶ!.d#vSQL[$sfZ!kI3WG Yk9וr&g3$ qesstU]7Vq-i=ltUݺ $T؟ĊgZMɮ#jC7xJ@ Ͳza/:qռa0F$q4S\ڒIIO3n{@Uq/Qʧ-Nџ]y[$u+-J}>.Eyj>5zxp2bFu6+eCn~ES$?NZ5Z/i`7eX.Iôo3eR/5g{NB>+zeXz. Y}#%G 0s\Y)ɧq6~ u0?i] ?uj v.%31TqĚ'|t1/CN&۫&]aL 5بA!`+ Ket^BG1O xLaHu+S>:vi=[GF>*1}*A 6uԺJely gyl3格|/>6Q3W[4d;Z8ƅv7dzg"|?M%lUevQOCBo%zG%_O7T iքՅU@JIo00jW1 %:󂃆]L׾/?TL!iK·лPZx<220S_~~3!g67֭c^u)Ċ!DZ^3@0tE|nQBݶc*p<nw&v+rT[$4uʺ o菮]([+i5*S !LYc>M[r#/^ Ⱥ' ,' YZ