pnetcdf_1_12_2-gnu-openmpi3-hpc-devel-1.12.2-1.1 >  A `Chp9| dwX&aB>c%ct֓ xKa7ѐ_\=Ϝ*Ҭ;@软b`v]y-V0:j0E%鿠a,^8mݰZܤZ{ tX1hQVH,8/O Nw&rtElNOKv1dzFH1b-JO2qMN8 Ardt_-¨Ijnu8p>,?d(/ 3 itx 8>Hh x     ,T|8(8 9 $ :  F5GHHhIXY\]^1bcdeflu,vLwxy(zCpnetcdf_1_12_2-gnu-openmpi3-hpc-devel1.12.21.1Development files for pnetcdf_1_12_2-gnu-openmpi3-hpcNetCDF 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.`ChGsheep13 SUSE Linux Enterprise 15SUSE LLC NetCDFhttps://www.suse.com/Development/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxx86_64!I 9A큤A큤`Cgh`Cgh`Cgg`Cgh`Cgh`Cgi`Cgh`Cgh82893bf5d6a73371bb8bdac1e69947474b23b031ea5f7f7610efedbbe1acd89140986ff3e6b3ac3ad6543281ec2d26f6c0d4a8441cb11e02f238e72751e2e5111f7d45c90c88b43e5a078f768bf4277c9bc7d0e3d75cab2c57ac847c254a59717f65622b8e8e2470eb0fc1f4f8b96edc15279b2d8a305f466d004b50d52807537cb58d4ad5b6fad81e24942d2b95b28ad2f44f30341844f1c89d96d16d081e83libpnetcdf.so.4.0.2rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpnetcdf_1_12_2-gnu-openmpi3-hpc-1.12.2-1.1.src.rpmpkgconfig(pnetcdf)pnetcdf_1_12_2-gnu-openmpi3-hpc-develpnetcdf_1_12_2-gnu-openmpi3-hpc-devel(x86-64)@@@@@@@@@@@@@@@@@@@@    /usr/bin/pkg-configgnu-compilers-hpc-devellibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libgfortran.so.4()(64bit)libgfortran.so.4(GFORTRAN_7)(64bit)libpnetcdf_1_12_2-gnu-openmpi3-hpclibpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)openmpi3-gnu-hpc-develrpmlib(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.sheep13 16150303431.12.21.12.2-1.11.12.2-1.1includepnetcdfpnetcdf.hpnetcdf.incpnetcdf.modlibpnetcdf.sopkgconfigpnetcdf.pc/usr/lib/hpc/gnu7/openmpi3/pnetcdf/1.12.2//usr/lib/hpc/gnu7/openmpi3/pnetcdf/1.12.2/include//usr/lib/hpc/gnu7/openmpi3/pnetcdf/1.12.2/lib64//usr/lib/hpc/gnu7/openmpi3/pnetcdf/1.12.2/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:gnu-openmpi3-hpccpioxz5x86_64-suse-linuxdirectoryC++ source, ASCII textC source, ASCII textAlgol 68 source, ASCII textASCII text (gzip compressed data, from Unix)pkgconfig file&&RRRRRRR R R RRR RRRRRRRRRRRRRR R R RRR RRRRRRRPRT"VX1utf-8375f99c6d20f6b1804f1783a2b4ff64d1d56e01ce3cb5d652482ccacc7a50447? 7zXZ !t/ 5] crt:bLL.]hj;v/%C,T`= G!(i>Ј6W|xۧaKHb1uJp~LMnkz>0U|F[dSjh)wQК #uT% "n\W1xdldQrМ/}.e1 e=ѽy[i.2W=!%DƝKU_EM4=8ѦL,7)ݍ:慣Zw^!/Ƽ'T!| ;VHKh+nzn P5ვwRߗ fx+ sХgW~t9 YBצh "f +r"N߀vʄЋqAܼ~/ etMTQ?8xQb%FmN72ӓfO˱/跑~@hchliN2EGEC:Њ}`2u2>V,}1~M9k4İG X0aNB)w]<~0o78bW"ʶh liƨ'>vȹ}YA~ c8|pu_L{8)q ֠s7L[{ `/8~6= P=18WAaE_&6~lk`6TCCDu3ܜcH՞U0:PSTV؊mߤu~5v.D?x~n 鹼Blu'+U!ЖQsy߃];LΐܩC`,jBemȯ:<ġa}kG$1HJmN[ʩUΫP;-rpBs8u!1.=.p\9پ378DjhlJ9K:}u/`h< 4%d[i{\)"gΨQE ~5ٸ _/YX8c-cy V 1k2]vp@5(3qafL`bM1p ,K{ZU,ۺm8X4~}PX0mƣw$r5гq–9~YYFWPXb , c2/ uڜd=Vgv$<}1 O1NF.z3&2QϿ>O Sֈ}`C Hz*sI֞9YĉI~Iz_WLcl١Vk-hf$ KisxЍ,Եe@SGiP7SqMRtֿ5h0 %f;|!se"PB2q4Ϸ*7tL4 ;^r&rؔy*KL\GP!9 8Vgt ~WWg=ˢ0,@܆vxkw2e&} ۓŋ^K$3zUԪ%a<~M͸*U1z \Ppi3moR 7cm)(U2yA%qQ;OkD‰u['rT+"D_ SܽĝcM( /SE>2"aܲbb pVhgw ) x k[)|֦J2e9w 83k3"QvAzb mC&glL|~@ǒ91u(6{ܡ gJ.HJ͐ARE˶A^$]|:z^ tL_f#No+? 3w%Գ7>U5KAka]<=)o"t8z|U@D!` Qʛ;3v7ʴɏQ6HùKQc-QKg.OAf5VQ5mn ⚾fyDOQ[M|O~M4)PԇlkEׅ~z@hjVHg>?R|;-Bw0$=(gj(>dsx/s- ;q9A !nd*/ 9~D̹3=Gg14fѝ qCVEEQlynw$XCc[6Ҿ5np8b{tjf3\"&VKכĵYc] ~M"9cbR殕g("iBt)-diO1sOxyu2-P@Of$] ?()\r9ց|:Y!=TQ i k)b F)] ҒL'fWFX('*\rQ8c} &_)ll1s^"58֘ aIca_Eh,Y=Yq&!7iɰ|)rtIX\;|mPTAlӲ/*⟢WFC=޶5:,i+yFZhc/=X<7-δKY!#swkl >{\dӌbO hu)C^0Љ(ʲ TRA,#wDX5n*y}cGD΋ VoOYj$͔dEZkY3 j$xߥݟ.1HK:+/h[n7<&|0_ 7S_nǃj 8x!s˹I s DhO+@>Q:QJ=Da>)E\_h-RP qNsЇsȲbzzɸ.SKkg6Gi @s$:+7fGդL  &6?{Q7G<2\HR~gf>uWxgd'"c_BJ6D?{.o>]vNIpqXʥFBH` h M+ /]w!sInؔ'Щ q%`_mAg7ѧN6:G} D շ\ga HNYBAP‰yTcVP@W{C!fǹG3K'u{K?E;ٳ.SNU6I枝> pTz-<moݍ9 el ch:\񭩫?$ۈ#0P(bp 2~f`Yi% z|+i nUeNυka$ ks pʇt/>g?|=h)p ڡfpvZ_$`b<Αϛ8:*l{c&3)*@~` <x ֐YJ3m[,*C lq~b|)$wx5;3q_IKd fu}7KҭwY!*O_ݮfp*aHaiNMw :)M" ɢב6j6i6K u@nR4% vl"PYd[Jm!w)KQrfJO0ɹ`xB3r=:cP-v4m` /q{/ NJyǝ|B-:ʳ9J+'2~=_b؆2]pDoV_g0Io` QaEwdem)َ c:ѠF5i$Xx1`H$}[tTO28o}z~ZŊӭM6;҉$/7~T;?y' pxː r5YfQp99I|Q;ک@öU1QV7.$ݘwW:q0x+DQa.iɖH 5d~N[|I,$oEwîi1 jh[dLԫ*z<9P,gk6T[ktBc{f0&YҚW u WqdXXx 4Püh:}5EI7ъ Mگ"bA9dNg.'"}dJ6KMMjKNsI1y|uUV>|ҽDI./7V5ݶ̦:9U¼u# V_ʁ"9Wdl=lh+ bX[I2̛>O]R瘾rWd4seƽĿu/G2n% ʺ3ͣ*5m#2h" -iO{E~=$v phY/j ZYPE)/5LT4Wh(6.kz&"!i^tw nrƮѶR,R$cF"lJ'He<pӦJX 4!چDE؏roKb31I+7\Qq/p$Ӝ/KR )ڒY+^MW,!wS!~>0 VnhԹ-UDmY@KbAڢ+?XfK> !-NSWkt>Hre|&Tn rr"^v[_8qdZXw[F8(Ӊb34vOzKfbԔ:0؅t uy' {2{9ҴNQRCYr+sYqr`qe.6_֮?Q$F,\vV:׀*ѩj25Xhκde8^Dk^lpXڍYWH#hfÝQHnȡK`bL+3LVT#1`^aecP/N>9YShV>¯: #`oF'3T:q{h楉Q-3AҢ+ xP Jczd]y)U,$[]QFj_pHjRN;!7J LfveFos~̞q8j6aNcsMN"(9Ud&f\|R>5m(m3|qǃ* 4ebߊ?kM2T#ݮҍK ;B;@-B痆 ,]>?Yb*ii+8dZdݢ}W'dT$EvE}p@[Cun囿WTSQ'n~fն{ E3Z rSvyqx`e )O?̈́w8& B-xoʹ.o>G:O{ @s+M72?~rݝ r[M}SGȴ} ]a`w{RZaƺw]XKw%L4*U %:w`xRx1xh;5st>+Hb=ma5rЫLY;mvgڥ%'n;ͯ F)Uc9fP^Ɏ60A?2fl4/G?:'쾰Qز)DQʈdecQ )9@#^Kٮ5:шĖ"Q @za8*>4QuА/`q^X,7jԶ)Lx2_" Fc]\w-!+5eux7}R'L=OHd?/+! uf,XkMC̻h?6LY8؎ï[G]m\ٍIi 9PE$_s(H?i - õs'SxڌxOK@] >J >] EK{_ qLK&6y3{%U6.>N_S0U\sڬ#;N7y~Hu`aOs$\o8fqG6 :(,.x3M>ld62ӳޖw84mQZGe- =w%A7EѯAܜšp{]tS0 5:Uɤݏy2mø/ݖDtBMda6Zo Yp t((j) FF)=Tj x%)@t2k?w+x!"7FX³-<5 $IRD5%? .@Ew]:Qb@s/P;[<:b|GY>DyІ|xUso~!po!r`Ǫq-Ake5LV $m[8Mxxfo;͉ >2L0T?@э< _Tv ;>O"2߇Q;Y4Pw0s.V(({NDSus%'}D^~Aw/p3M8E Iz4s⁉/mJ[<,(>.L!S#J׼I#86(qe«8奺"hG y*SdnGe;s;nl\7wRבfpy8qgmc9y^' wu]5Ӹ*ܤĻD]을\R[ɭy ψ΂웚BT{d; {p-w$ DtX6-mR4l=ud6z'!͡$VCXg"b8E <5Psy T']={I(Baa'ba"$2#.|C4W@DĶS jo\hJǻ&RB%(<큸ŴVu_T-cgX.#Ӌ=m`iԕ%6zF׷击c`Wls_9r vߚUA8wDo~"6ūs<;6 Mo EA.jPiYzu|gjB@Gp6SRmx5Uu h9HIAi'î2뺚NB"fQ(!0. ZDq\]"'BXI)T 1NSHUBa~Ck}ᦠq1c{ |6{xj_ Q"^@7 Meo/l{+)pdHL؜ۃ)6k8`L&[:lRm2Pξohulsr ~QA$:\"/Twp' DՎ_I5*tIϜTYP!B'iǔ좍R;ѳTeKZK-ƿYv;nIf.?#{){uخQ0cqF0]5d 1uh0HGR+uL)wNb*BFZ+Zhyι eFWq2}i;em~uyCNԲj4-RE{_]粆 >oZYM0|vVYr)B,6gPh*rl-6Myu;[&8 ɹR~+yx' I#Y+Woq7 N>)\]64Y~nNo2\S\wֳg\Dy!A?b|UgsAudB3ݫ]CT h[kOyD\3}Ɋ lL;b)p(:ڰl5biG lP.Llkw6\42Q+rNm51A%xf'%Yc/AkVM7`\ '#VW4 w}MLxSdNa9x ?oH51[*NN&pt-jOݠZ4lߠEK:T3;7Nkٹ4L$"cU1&.Kq17Q2 Li>8Uo0nO! \fi./v62OС֑4镧 -nJꨲ=&ΐE-<'3cM4y8M{ L W4\ &R}nkRE%"'^cH5#PoriG^K8r4RgXm]3@5xJ9]oLVL;Ƒn:vuޒ -Vi9z"6>|']C(4c^ sQ!ݐss;p[O8Oi1tYvnp7O< zȱ d(Þ"s>I^F u O/9-eYM&*Q9;g'?-|.A D=ᐇ=vtT6 \8S JAKeniSvNtc;.{{iӭv*W(&%pr4`r ӆ ڽ8JSwUh =ϜDR$uLzKҮ7d-wm2,Fjeeبn(BZۄd$NHR 8:d% +g3u0{2FgYk0MhF WmK `(Eݠ|Yijts_CGgU&'K&15$>4]YU kόr۪2 Lժ-$OZ Ofo.B\fR7BeT7~JW5L={]=YVHvpg[Am6R&O,`xp⭄D-m*SfҦj<S[ ` Ш?oS@#( vB.(k%Q Z9r'O`q-z3$L%ΟʑCrDtOTi:uıL|@嬕{148"3$BO4?P-!N RI<ܑSѼ$RY#DƋ345ϓgXXheqy`Tq]>` A;E6DZk-W) q4)3錫 #(#/ya::!)4Jι\T |W?K-du_RxwчDR<ѻ}mavsE+9dxɥ ra#F2]!Jx.*~$}Jc&94TOx-cL|zb zBմƑ=~Po)UQ@@$[bVjMɘF#k?FG qfԬ5.aѯ}3goZa-kX\+x=wQ6.SCM&][7`gnx7[$"ٹ&ZqDߓVzd w{U*|')@^rZ)k)՟I!&^^l|טߛ}[ tb곺vUG.Yi:EN,13czY廁;B"m0 Q^w(0ˍO82fhQ7)^NNύO7+lb7` } n!Ju/,"D0JiF6~7~R4xl6ҕʙ1ǀj忹S\Eli:N xؿWv*XBʫךihݸ|c3u 6+2:_Oп=7PJmeFd!\ 8gxIVg0e(N1 |f6SjޒfBW{Sמ$}]M )llwFU gchU2XߜPz8RiDgYk3QÃȾ.cVYR6傉>{"*>Ph#Zo:G: [!#h%Oq^/q-:F L.wYzgBϨX-R y}fPx`f$ O\~/M8Wfh[UQTb$]7J^O?DY}t9FUwz?Gc+FT`]L"ƫ^Sbm$_X$\Fh1@ I)?(7[K {pA=]*}nxdtر0+GIWh ZGCFW&Ƽ+* ð=F\ .b̛5c:.@wG!\YXS2GçVG6u gk2Cc'~V4psB ]HVdvbN& ϼp% CN z]a02#\g|F`;jQllV0Jۆe*Dv?a!@ytsgΕ~cKF̚>UWJR5lg˭~0q G@ݾ8aBfB5nс!lso6XFL(/1#J9l6}#>C7|CL޲='a%h:ˈ8/\ֻ,O,̚cۢ`>s暫" BŵmOT{-/$_F/(h5bqv6 >e{]խ%RA=Kg$ *0Rnfxj f2G8eec"=&t%$U>,hrAuL fEpNy%E} ( L^[lUHU'B/.x8\oh '8س GxNq_rfj"0~k&yTqBu - N2Fui菱Z04/u-%YK4Rm?]]ZG#vN@!0Mc2Y37ˠ]u3ɘ޵j.  35;\#3•Ιuy=!!$w3;e nhe-pnۨQ?GC~C`i1LWiirn1Z߇ Mb9 F> PF Z<,_aNoW#YO؀aFC/&hqEwl,+Јi5"Avl>VM?2#"A,QM*6E} z3ҫŕۈMCfgBQѾV :Ϙ&)s`&۔pŶh%;Ļ/q.g(ARy[}+€^Ǵl̫LհCoKnrt?}ҘKkY}&X |IS(%d bPzmT%6uXyqFsnȿz>5\n(֨CvY,Y{Rz)AxbA4H72$ҮƈY0%=;P$tv߆6]t-x$u揣_N)QG@#} ZD}*b|\qiILF~peO\W(ltV. ~'(~{7cF 6˹^PtA 1&^쯛M펨>>*L~e-.TPhW%j^!1̶~;Y#t"sR{s%ߛE E>(%uazmm8VPոmerO񑀽1Nʥe47oaR<5xT! 54yb_cs30bxFK{dj;﨧3.k_Ey#XHÊ!T # \MDFf kW1| B-![mbew~_AUǁNe~/i ET8zנtij:ABE]buwA۰ޖSe EKarY&Y2q&N7f-FFN ̲O.!1#4ܙ8u }CvY^8ynVk6t&,) ~ey䬉S*pzTJL=y~t nw$ҳv *v v/qg\0: 68iOXvՕA{P)Zl,~kZ@Ꙃ+0HkkԸwzS%T('D?i^ȣ^4&ڃ;¢zJ`SY=k 0tѳ!7XjA\FeQSRӄثxY{$c@I|O,oc mQQ`Dk~cmt2ji\/o HHl]F5Py!Dҳ-q*>F['%+j`n&iL/6igiD h **{Xq,RZv-~UA羽<%.kO]3o6ہ9-zӚ_S8тhb9Pl\1 *#I {_^,X $syT&u)m QAA b3C)UsOf;4 (/EׄbO-akM,2`2 Q̚)AL180J)AD_I?6Pߦ=I#CUN]3>E'grӷvq QPS.6k,.# Lm1q_4朽Mc'&oJCzi rdc`-o@8٩NaAuTS0)o!RFB.x;lev:K6iO|AsۆD9G#?ԴOS?+hL0ן ]Pum*&SD)dCIg1Ij-Ϭyڠp&]|~! yk/ ~}ߣqcᮚK7n *NÝ՟͒|rA:[ 6_Y=;pI}Oj',ޏDƈ D_niإID?>Z\Bi{bd{/G&Vt#wIIAI{/E^ӵ#ΆkXJ'W->VdMɽ0 Y(O|Ѻ@,qY9DEW/=ak̜:G-i8態t@F+ YUL +y&԰), n \euq`sqfɮh۹ Ԥ-|E6m]dP5?TF)(Ijy=.KSsY^l|_~|id,ĹD,gi⭆yr7)lbТ:_qA$KDf= sڔzXO=3=vZRT"[[ MVyq]b.TZ\9 ڋ1$"jBfzN]Eaq;h7Xc+dFoW&"w僟fnyS1ۮN h5*(­ԺV4ԔWy?WN -mSsqsnX]Z1㣖`<&ܥ\%i#Z.LN_f.Ĝgj#IBw{zP_ˎ^}/C:3͋"ZT9MEHmF?HaxBk]#u`zT?{!({$ .hFNVֻ#,|riY`JL\9 Sk8n_H7 ʨWQh1%;t V.(6J={ #Xl5R2 _šU:PzG |a5D>^RBh/;"Vh4@h7e_[n?'?Ybt8P%5d co:Nwˆ3gϩcJ_ Ƥ4yNia.݀#e;3R*A?8U=ک.V葮j;[ԇ5Z=uWM~FӗT:384t-6In'Uvnp#<3cj & Ӣ; 5 w8>3QbloCݙApyjd,Bj F) -'uэ% 2j:1 ob&h{,!U1ڲD:#-;rMό4jd)Zr}^#yi-P]NNeŸ+b">({w&cX l [Va-;ZẒO.E,eÈZyzI(P8ITq/' I5$&{v9ӆqE4rtw踻/n)c⮃gܙ~53)K Arf6 tȀijB(nt謿ri(y-m iA/p ~_D @ +yGT?TM8cOD}TɆ91uA7UQa+g+;(/K\Pr뀡1Cp #Kz 5ª?ƸOD9;j:Zѯ6b޹N_Up?e^Q6 r,գxgv#ͱb6NgPcPMgyBa{;'㺧MǸ2}\**s[|NLPҥ¸ )̕#,y!wZi󙒬O[۽CS7˯ǵsC7FzW$>]MO) #?6)fua6cQ~4=orPO* wݯ@qb{eoUhUpoL%W0RX *`!T'pt~d7'm5B|kJ! "FL4o2ވxFJo d U9Y{mjgF4 ۣMSᆄGґ';T7Jkr>DwrQLy+6@.VYEO Vb'"pM&6]_OlY{:vVJ#Wк J7()b8cf4׹wӅEyAD RjBKPojgF b387f}ө#N_q;|;NĘ$J㣓}|ytުtm~v%VRMZUZX-RAWsC-MXyzk/e\яx `0 ߁DBZ ކ1eR78K{q-bɊe E_ixV \ *z[ۜMƔ6_Y 8㓿KPN,7S7W&Re0sF82-*nQ`jyJQ{P`^_ij}8;vf.뙄C8,j=@uX\Yll*EtEa94s*v .#C}T^-X,Y9LN:M`K(ЅQѸq?P!ZI/s/U *LDMShGtb0fvքG~.cҏ=oPEfU曚ДBd]gSؼ͙ãou#ZMRzqi5g$WrQ]E\6{9ת- a<`RzyQgn܉9m`0Gt"4+F8'"Ld+M1p]WS{]KO: 61T{lG\~qlp^sM |N.;wA&3BagN~v6$]"FǧAB+7/dܔ *E2nr2Ta;Ibi8C>Ra5:Ԧ(Ӹ/p:rYZ64k)vDdVNěcE&WK:4;tXcJH_Жb}lij/+/_f=ggMmЅuIDzɓJn+)d~uZwv {%?̑Hyu=k~;E'T+Z`w7knp C!*Ur;hn\Ef|Bͫ\RZv{PKdyD`C3oj ?5?usa|l7f~ñsLvW1_${! /lO}Y/+nG_U ./1 x$+:* Gp5Yb\(]颢P1Gu}.5ZIrt.roŜf ] sv׺V D?6ut Z kZ `%`.E)*4gcU̢}_5ˇN׊bmfV$͊7G$c"'@|T5JaU,C9䫀U&}.} C9Sn2pdL>xYG7b{}t Y! &SgvA^MJe(QV C}uy)'zs1,c{sG" Ojpq䓖ϗ/hdl4U>lD@E vprMY/k\P Ǣܬ[X${!Mwegmg y%E/DZ45z ) W#!Y`]v:^쌨W2)b k*:|+jv_{eLrٜ&|laaQɧMS'MJ {1u|*P9pB5Zrfy1?*{DKdT$EV8rJzu*GI0c~ gx0` oWV !Vg=M>p9>2 *8`]Ӻmӫ@9M^* S&lQʢf./2Л%pќ_EC-ݞ_{I֏Mn=j4MP[A RD&ٱt+u@v 99Jnމ~Oց\}裛};9Y%"a3VUv_Ȥ9J|NxoGP~ÂuD04sj}vnWWjWbuk\v^$, 矲4X?'h xZ)?W79ҋ;,ƨK 1A4-۬x{m;GJ,cuX#1bW=@y9,FJR2jK ,Ο$$|׃h&32c L:5'+{׋hA\Jw$xE㰗 S,cVj+ٖq*m=#B4js{ fMQ P\DG*sO+gi/4 TpuPu,\  KB"89 ^)47B;¬nۖ7]uOœ#Õ5m4`KMŴ1*m&v1rHl-J\NS$wWȴ*G\MLg;Lۻ9ȗCOgjryhG8QӑyjMOAw%%''ѩ>ϫt,L>C \~3ol^Evh\u2+}_ 2vU)(hywC;~:vARH|_,NbMSo٪3Wj|~RŁ;ȩ{Zlg~) $K+іHte-|"8@J1ű@{BwOmbSb=W,>DU+)7Ml0^a3550uTVǴBO?`$AW*awAh2ݻoow#[K0hvhY4o M5dWzɶ EdՑ4d{l#DkHɱ#6MuO,OE;L6p m9rY,dkR8{;hV<^:u-b.8 <+4$N&_ٍ"nRDF Mn]FGZ[IŶgtɽ?| A%Hp5RYLaNUvv1%*ޡaOfn<>yB}Ax=/,mg>4nd-36^j[JYJ]ˉ3Cjo%bV y=f&zGd}{ y޺s]qWPyD^#dƂG891>َv, 1OxV&DfU;wߏq=\g a['HzZQ5yDؤu% &x?V0;ҊbCu)k>x9{/Ϟ[R1읣65(=ݱ{9CU1z7w&{ Idp>oC}) i\JP#IԽ=uC"J1 1wدPW6ؒĴۆƠE$H0ǘXyUT5ז1S"5!1I҄KG+gHYZ1%rч8!3Ev]͂DACE!o3@',/v&v1DPpּ3dP"0F m&;g^7V \RFvkg9 3D)b4팽Rjr͂RkiMYب!ykхM&s̺Ĺ3`)=&lYS8JZdKahĕ-N9$2 PB0[d2.y%U(5i" cSQ\Rmc7/ҜkV/ca/WG|SIN6=|fr5bw4}%H}Sb2x/)efTv)r1QuAV]ݞq1CVI1q)И+ gC|?W!(Qy 4 i XaƐhχyCg&xKw/tC$o!l?լ9t*|К{~xpGLz  F- XB|JR6>J>aw+rC!03zc@qЬ{'G˸iA Rڶ\WYQsF"O1=WB[)p2IA%!ZӔ{(2+v:>cI9iHk(9u\BE2瀠wRJbrbdJOSCDs<6i:k"i|"oJ`'Bn֧dYK:څ?G/A\PC݌zoK4M9_Vnf۬[I?J H7~M ]e&;A!SrɩcsGϮpKBOF: _h@fj:'o̻ Fv&|aUsN_-XhOȑ8?wqfXrK-p J1L ig鹢{0הXiip-B)N i`a+GFhǚǞc34&linT8KD5WirHRÒˤHk.lr]2R<(]s> '~EOdPTgn&!xĵJ(?{reKp*eaɅx])(5d@_kiqgTV- Wܢ"R#Gz>39bbB|[XRd#FSk/j^]EK}L3F$s\sZ/3GZN N&u @"<~o`ʒ ~&GQ<| ;yaWa~end?#Þc jXWYG:tdT` dRfmFW.-) V[J)Xv;L̗Ǿ DMQ--xdYe(ג؛jPI;B-jhX&$oUx2DBgt'ahyg[8MĵNwV&Tf6e﩮?Ÿvqp>D,:`nۻIv_o}C0oAbDJWp#UHy3}YF%1:cĶ 0cnȀd^'2A$>H-}+0 ɜF[€a!KßgY]3@Si^WNOn!wV";E8ߛ<0h\ SW v44^"$'V.X֭K2T~IfLy{VʗԳ/[LZdΰɁogYVwo:$@B4N׷0۳CJ|ĤFrd;pLh^y eiOA#X@[q_R$(?v0 ?:]]_KRj^N돣pPZZ˙h$tSEeAt D:?/@҂T-^ NE5Ura:6Bc:W_%S1Z]Va.UURRnT7iA& }=UУf͏n̺|5>SسAIYv_avöe̫kcYd4:ll¼7Yx5EfabpP K:F;jXS^B}F)Z"0ȷVFEx:toc.j)A!Qo&27 zX8}яma n7{XѹE/V ƿ`VukfT [y[ ؇)2&7+rrqX ʒG;s'):YjhRpj {C)g%gpXLJi$=q0 7o㷋wJfo?r`۰IT 3@I+kk@woFȇӅJfZ_eie *V1KQeoN)#HSԊAu{0Kle^~j dLL!y~@ s"ڭR-iȤh\mM4ܥfs|eFt-i{uz)$ s,(9C >4 T4t;g(2r aRђeAVFhvFצ煇k!0䰋?(!u ;@ɩh)ܰ 1H|;RyH2mu@]6b?JF7=5{Dž?A?[ aHŌ,|B0+jYNdЃjΗXSnfjЋ (fv'i6Q7T`"m`g@|Cеb}0c0/TE6$^ե{y8w~CU#p sc_ޜ=,JŗxQ6A$;('P 1>GpRvG1BJL@gfe m‚HZʺqw!J;|r$\˶5Ѫ9~D&:sHU1^5L0dx!рc_'WOi̔*g\zv]Z^ !Ĕb$ةo#/z8]ĠD{TQ!s3s -qN$7P!;iu 9Goo[CeqCFIv=b` HA,-}=HccUN_W(@Lvd/@B޲ ԫ8[xf}ڞ@7&I([UwzxNȡqcB w8i^o=8[E'q8"(:Z,Nq:RҧdAwAbi4|Fg^Y6n Ɛ2ЗJ+K+&Y2 }QLH ǒ ST 6_56l;Yɶ=3클B<؉/0kHhJTL 36%trؐ;;u@M.=DB#.6j yσqePxID#R   ]@-4 -h:O9NktF.{@y>5Aw 3`]IIun9 ?lƦj{uMҹO٢q>D!J)¦"2ێCuJZ}03M}8 :))a8?}KAGQZ)"=Q RPO0.CtIs9 H_kiCp1[k]˜08ZrsGE骂 $n0}M']6U,FeWY'>Ƒ[Xj!vG׺} !0aƄxѳX|R7OÿeLwdHzUc֯ xؓsPHDg eoƨ@D*g> yk/s \68lT[2ȴR<r#QkyWA -) A0b~˗p8n晍aF֍\a5dV~j y;tNQ_=h(ƨK!ٲw_ۣܬxnA ylW&z-*24{Qyr\!R3Iml/ 7k^nEgd=.lY&iN/I8J*k^h0AiITrxE0luC\s`zM+}Xf`.CelyqTҁL>)(xgzsq+ot_WZU] \iޕqŬ(:vL .엣wnȫԨ*j.u4 %?ZArK&"m" !~%*EfcD<:CjE)MyG2v%{-"j'&Z^6]=͐ZKR&:"oyNwv< A!sr$ƫ}kEE$ONmqiV<K̓|OhQh!&떚>{qw> M(qHB*e[{l1Ȧ@U56h:V ɕ.P&wUaCYa efqmv;Pާ("rr06U-l&7{qea,q3}ׯ֌煊6Dr;wQut6D(KjD]1&:En)CMvtPEDET::q Ԋ1W q߹,4/ ,z;#|gE35 Ĩf%9ׇĕ{_)82S?7Vv8J'Ve{ a$hn k2c1*4/5vYqC>{qhg'p~?$RL'?N! *2f(x9o){}~yzha$UtuQ[h^ QOI\׫@SX ɏ@ød/ʢqKYY!lC}m#b6 uSkH"h]qp3bሂ$pLޒVxoFaX>?e>ޤ2M"#~UGw2/tNG'@*L eUȥ)+(vv__D1,gX`"tIF־swsyq操hu@7nk Cwzooѽ :sEL{!AAzʟ+( :#7o_S͞() [d(Ǒ;.LH=b.cF: tAgK‚iC.V:jUBDgWl]SWCmlJ%olOA.Js6oId,,WOGgA߳^E3E fe [iAr/Df꺹HNk&@ ٴ;">%@"`tSf|!1yy P ]`miqK({}cc?pHPXvOYQDPڀi~rziٟBub͗+Ś~ n(Ղ*L~ܘTj>4hn{굆#ulVָ;[y%oL1 5_hw V TQ`#,@Qql?hM5Ψv5OjOn'a)#ewW\%NIE![1̢ >ixפdgnsJ&.?ArT\]js#)N%tw>L"z=Kcvi! ²~v$$#𲉩`%i'S9KGІ{SFn\~5d>vG}oMk^Ah+mLϘ/I`ZZ<̽pQ$;*˟UO6?riˉq;Kr&l.@uȱ)SsBH,CKY, Jd J>f[cYf@Ja4]9[ܸ n.{#ٲ+H('=ň*rwh|gS&L)](f4vў {øX|SIV2:/|^[A:>(lץ񼖔*Fh >W%0+ rl4moqiqڛ fKOYˋSɨ0 5Cw˪AfhFq_SSNL L*h,AIM6?tz}Y>p} ):2R:^΁p>yPm{p[2%Aj.Lֵx[-В{꤫Dkqv1FXI%2p79GpƊtP SH'<+g69vCt6:^ߓ,y1O>:@ȘAhAGX£TC-Ҕ!/ b_=H@CeR HI j!XQ3ekr7#7Ž1sc;`}KBc$V>_eaWiFI܂? v мQV}G}< aBOQ2ҧ+)`p$!4bSr͍WD蜈2]゗nϝt1PK!G8Km?9F!jw,wjX!KMPFcl?IQlVd'vbL Er؊I 4TO*w@C~/:`jг$yGs9s9~S۽"^a?dU5gyF-6)攌p֧Z魜:5v1y<Wdm+zr:h38l~تgܞMj2wCZ1MqYis +z@Jp);X>ra!^Ab1ݱT~l_$z^Tn^pD&_h9Y[8 4.\5LB\DCU7TBW1:-g()*ɕuL0>:NQKMϙrZ)FcFCbHS\퀌l'0rQC$[ؓop:#[b@M bA6k߱?mg15(%u75}ۑ?A7(#%L42 ԯ1 wAբiG1+,3 Z_YZ:ҷK>#uN>vob2Gz|]l JP>㫸a\;K:nԮ^MaEvߝ<+Yt7W(w>lƇGCx73y AX-jݏKRoa& Pfxc_~aԺǁNYyWWYzb d  c>M:tI8݀y+L^A2, %k(|SPxx PY,dR~HqV.&SK@^vTZ{|qHv!yld{g9, 9R݋gyןi+hr黮wv2IanDu[ʔO-^^iSam~\aCTwYV66SXk|iDI]3βJFes}7hHl)P-cJC;{ XPWP!JU&~s'F:`)K_9HQjiTR_[0h{}}G\l^o桖>b63" ?2Ŗ R~z+_eFk\Du\v0zRb"|Ä"\Ė`ע-6;gX6s4qA9"/6Ȏr F#|!q'-Raj&U1"wVQYk̗ej}Hc9?u& =v%wN8/xlf^izas$BZd.ٔ|U]2A܆ ]Ębmxba|҂벊ojٙvsaެIOzEx_uc9/~\pR40fB$i<` :\tr|jHn,k{ Yt0cnyH?1v4 q ;ؠRQ5ff 7GO,-MH?z6 V;YOklU  Q2$1eC*8`㡓M+ʡ**RГej[QKCY7A4߬hL plhl9{ȵ LG6_РؕxL*7 ~ Ȳ '"drPPo99 xfFJY'$\4CnVOvcz!`0AD]GD\HM?c5l#E[|8@M0&vxZ b@.e%f/[hgkKP8odD2zcw| Dٻ#;q*ڼ>#쯔y܋E[EQaT>=?Kru$_MPc_O3{-НqHcSgӒ7|걦"K_eANnsj0?-{Jb9"+`AkԚXlGwMqc]H#05<#IeSTsE>xpm4taJHG*/6+`"^\fh1Xƙ/x^-NsGԆK/9!HDkf>A^-c}k.M9s+lw)]r9ca[Q|gnrwg'S9'?k(kkEBI'M">Qr|daZF_|ICq J2Ƅ=BZx1 ? ]4Wp-KKثSn?>6^ Bsfn4ڞij9UIdXOH^WF}HNx;q.Wz n͸&M4++C%x"vCM c?aݑ+I;1o(iz0IKYE0@|Б3/\yN#I:KZP4K0[2mANJ@1hXg(o/} TR۾_>NrHŨc,'thʎBzR2gkM$GomLZ^j'p:(C:%~s`H-B,c T1-`\ V}pa~o Nj_trpD3IGN1wa|wT-QVd4Nh>(Edu-1sUgeʯTVQo;SAO"hպ_vuF~7HptMtj IQ%*hy]/փS> (%wa;Z#0I mƕYP֝|!(Yl;%x7h㮵}l٪OU~cظ6 db5꓾Q]Xm?-&ɽCׅ8I<쎣;Y?xՃQ0]+bЦrYp&JBvQntU/?*V <=LqRcEߩ@<އX# /844ʲlü p/3;^玌 *H:{x3Df($#S_2Z^qjxIvOb\:Sml{VYZ"L顝32&Q Qce4_a-݀5}.xE8M^sAP  %ސʛJ:M~xCmfإ?TMgąO=jH!my"0`g9p,R[L7׈5h6˾Czv}{6L~M2;_C_)U9jV3U'Y6Yyn.N`'Yy*T5d94nH-Vr#^k>i,chJsPTo |Yƌah9q' [`~KrWؘv$vHfm }-6[v4 x:Tt2'IݏОsZ4LP_}Jͦ^嗥jo w2SY?$femCV]+yWrU}gإBGgI¯W<{yp_|L:E0HJaD8T-~$b"jòl}+)sY`Ck \[TёX Q25#{><[cwA{t_/m.ͧ,Pӹ[SHm%(2H|4D`tֹʲS<)H,,NN@a&P:)nK4ڶ@uDžvuCpb& Nk bpA.⽳,P ?3lb)gD0sTPw9f6'_y!Dxb*jIJ~gazMZ2lźͰeZ $ 3_/ ;Tx->X G!әPйK5F+ 7mA)mCxFBJJ@jnjp.64 xG9&p>F~ˌܵ@|&]1ͼ[q 8^s:WG_+ p2 E«ANsïjqp[KNO;MoS& c#OZ_RN4&Tg9se!Mf 1d?7`ERiE7~U]bYwt 81&[<|'z.n+RZ\{=*8Aehՠ>&kUu?2qΊYYa"-;,'b!9y-@lOVsx& 6F^nt tl~É7k  I8zӎrNX˫\W}2_41?"St03ʿ{r4%/ERc?"\.@4gLN a&3EmZ60؄fAȕ4/7\=0yZF`` ?6rd*+(~@Xy=Wj`FlOK K 0L>6OGŅV`%w7h†kbwu[FkȎadnvdJ]&?آ%NBC9uCy*gۢhb`B^+6b2+E#fi[?V\G7 KV`PE0w:۩!Ptߎe+4IIܡy}EZ? G8F 4oU eDl., J –C}T{|Q\(WmҽqHk;L Z^QXnJh!j}郣ZiL#@2 ˔ hJ UMKP/&A,KP ^ w"zbWcTAm^bەR)r1{,: Q qZedp6`pW?4J&$E$,k'\;:@`ǍŮO&Ǖ"t{%("SOV2$Dd@dIޑE[lkaI}mܦi8apTuWN&iuOm&=(KEŶ:.6 ||Itx*0\"@436Q+cz)#Gr}!Y(V*l>zU\}/N ҕWjOHզ}m|GWC +C0g|x!JYzi.lfx,-1\;Aehx߹|^W҂$~4|Iƿү `$[L:5K#)("VXWD^Fy˟ 2)f,уpbA]To註WčRS%+Mϒh? (NJV i?E2H& #x><[nZ68vgA mSJ- t=A" _ k9 8e & 5D0&}VrS¥eo[jmQ?R=N}T:֙'֮4-a 'uF:d [{>È EM{TUwGGU΋& 9( =Ss4VWzr:2()}u_>Z.!u2rmWAij}Xɞ}Zey.c4=zŒO Ma!nXs^ml %cTk1)ܲOArWp@^ \$!ٲNݏ"Ό;Awa'ň(|jݞI5lt 8J\ 4c pxtpvT 6JiZ~-vO?gP=]ZɻS~KSK}3I(h ٯ&glՂ^Uosfa2k-/tJ^Qu_q܌#x' ].*.idoلS'~ʪ S!KfbQ۠^l'L; عE#T"Qm-W:qNo &~U =6.WgAktfQ5veF goBk~%fȦ ᩸|,nI$8!O-g}vFJҺ<Tyʦ ԉ^c熱Iaf˱-H,34{|\ЫZ 4hsf6ؘo+xŒ/FrkωBUVU͚7DENF`k,=D &: }:ҌXj͙;iX0C` ]7rη:SiSt|mvjk jI& H%$S8PJvn.-6UOQz$bS ӞDz9C z /d- -\Z @mwC|1`aJe9DnRبHNN7ƆyMt#C?eqz#4ޫT8YMJXq{bj:M!XkjuA%t*`xZ>+dXXLz@\%;U`6g)eaHW GZgZc7by@v|]p~nLzC`R"*׉̈53:NDh㑈[&vJ3GTOx^(sPs;N7 MqGqftSXPdu4[m]'x~.X /̈T[゙t.PK.!9U"5F)OG@"zMmSRC@JK<_)ʣ&b8Sg O{Ʒֵ #=QW~%=\sGSo#EI{gUA]~;,Q3=8ٛټN.c>{_,kxӡrlL{:7XcaV19fy;P kU㵖[y%jlkmCJlk&RV)|V iO`ʜ]+Bd$&9! -3;& +zfd<Ďpʞkz%loM$}WqcNxG[;`Qm15vwL횾X ΈA0($4BS%8Qq/9ՈS5k!.S7/9S (ui"Оuc?[[pS vdLZ, 4#'UN%vl V6/ \3ĕcUQva+ Z{2(ϼe2)oCژoW+1׉]bhMLlJ#ael:^>a0.X$Jkw' 0&qT\vZo1 \vDqI&2b&)JܛQCU Hc'WŨh輺]FRs1KҊn&咽_BHk䊢Zh31+ERfH%AI6[L9 $!;I^hJ]k7L <r\_l,Qu,ha{? }e)pL>,_9޶QP!>4`ydG/"-(u߃]>+Wgcq؛;e زkz&p٩\#P&DGʹ?KDĚ}7`!*Yӊ9 p칛d{l G>0 ŒuL{J A xmEG- h@s^pS*Ddi$<6oc]hq$qe4@*݃>mL#6oZ%߷LLJI5uCV$iEJ+/i {U)rFlџJ1BSjN@8O;oV q<ЛwEyo('oX蓹W|&TD& -vP.58=8`-v ~*;=Wν4N,wKyf͙KnV;KP+t HLo HHK(MT{dGՌ#FMx%!aLZ%1~EKgX Q !r% 6[ՃJ/D]yW_܆A3xUSWRZOɊ5n/ڜsvw5x-CW>fu蛎2N7CM{$ZD^i'BqɄClJA_?l7,:˞AzX?4\崀\V/x'l9E+d)SdF"6;ea˧1g:c[<>Pu Sq&dYժ}0$z7z=Cv" XaJx&w2"MDMw:ic7|N CH?[uI:QY$Ad}zNO ,/fm#ó U|-Upnw?t@v'go5BN(&uvXm|TϱYcg$*gz )Zڸ( P6\HWj( <Í4"i~H,x:r`쩚wWoqhQ '^%M{[)B?DX{gz)yhcGIB~%F Kc+~xԼAE/;[ˮj:'O ?R'=[JV)gX8-(\P(E.P6Dy;bla3r2aJsw.֞l{sh79q-Vsb}#菹<ō&gv:N`7r-/2D.>ڡP3z9Gd>KՌa_ϖI6(L]KJJK6PAp@LO;sh-f8wժniiS`R33NfdgF%lyWcJJJnM.qs2w;BnP;׌;Dm`|kу)uC^LU檛F6cY3@>#CO?M9c"PjR8Œv:V* /{"w0JA8Q{^x@)L@nQ?.,S~xOHBkKX+ Jz,%4A .zqœybf~_\벐 utk9y,}Rif2앪؆)#^ a5 jZ4Fd*VξkX~{Cj+GQ}oo*Lן+ۯZY[B&k܌ P+%[Q]C1 tE(TʾuLJlZs'+T.3A5񍵝XEww}<Çy6XOy6$C7s|}^0VIqn >}ZNdL2wp,uẸ{HImXsW\JVd #Z g($VcNmiw`*seʪ{_i^ލ1iF.-^ As. ZXB'RK,vn/G`DEu҂^ >5MQX35-TNZ*$0jCj9V,o`f^%/ڴ$7~2'GCE7s)-=.<P%]N p3 T F|<Ӫ%k8WdYVpRºbӳ)B5cHQ6!T{ʉgF>Aaix#$uKk~ B' _)U+|<X/(HRJ'4(+y wJ-b'O %Ȉֿ+;~St~2m]W_Aԟ*:~ O KGX5dh>jwttLLE:o.9 "Y){Sgd] J# jBI֞+TK0b0}l r#,+ =Vb-jx,^:]z3:; qoUt0\[J䮱}Ovލ@<;G^1s%IЙF}%iԛ4={ 0?4$B/ċNJ`)rzB!{kuVz-h)9Ѝ*1^nOD)`<7 6(Őlliu"7c/H%[d*\w3̠G G"7Tk u1%-j:C^Tg?$¸h 7pK~-Ҟp1'-:3!~0` f2PbaYr]|8)AI`+هh&tQힹzgRMȘk 0U `Nc*G,`=Oɱ2dL(r D{.lw66]f$̨iaq?;"tr :(GklϠT=)TUvs`Zqzj+rqP}Ѧ/ŒtFތ$/ F#kv  {\GI'3 7+&rK7͜K4: dPW~ M+Tzʼ*ZYi:lk8ԡ]2}>(JYj, ,;T~LNIp%e'g?$רAH)>jVGtqq.{fߎؚ"WрƕB:^fO-VQ/yLF^ZAsPJcu2ÐbdnF-AJ4UiٔU-$|7 %E7v i{.,DvƸNWDr޼վJ(LVoKg`R G`$¿i&e43n$sѣl 0Bv>joM B="Ngk_)u=>+hf'ًGo+4 QƃH->zanhqLmeZ$DiU <ӅAXU %Q dG^H?qΪX TۊUtrJ^a[O.S٠l<^[ZQ=xRrޮS2bT.2I8E)snnlǷn ;S t_tS3}[ ѤܹZ][pV֬菍Tj< 1v%ɅE fEZV+`}vn%jWN(WTCWRQVv'=۩uS}QI-'cl.Mh(_a~Տ |))  R,mmYFD&e70ϐN-&eeLdS@KC{"|<*ӆď,;^T\&+iNǘH:0EO>#%"2DP^"iNe(WI߃bT,M.~`M)~ @"\M[upIiX ^f}@dCtacZi=0ql{pRo#7mO-e)BE{6"ȔTh7P^ t_{BI> 0A]f>]Z9ꡐ[i~lyfMN ֲt+ŀ/Ӣ%I~g߃}xLHŒ@8"Tgh2>0sXF1]:r'wRiO&,A&Z2h; KFixӍ'$Z=rOS+,@k/ΐ?0YOp7ܭۘـxXEpaHW +_6 L$vn Hjk M,Aɸ`MWuϰ=5ň.'a4Ns;D&3a#Gg &4b LZd}G`4Yf0|wuppub!;! ɭgHE*0'Fp!bQj۴p }'AJ NEP16aEmҕv󍆁1 "1䉤 a86%l# ! '-.Ta.`a˳Qտns64[Yv&LI!6_!؏Bt,b,%C&D~l-E-Q0B6M͙hA>xKxg}oZH8!,8`bF7+Ѩ7*zҬbhl<Ùq5nN _th%]cYQ~TEdTᵆp.7okL-0xm;JG9`yVs{ϳ^ ~Q'C MOE1lATg82vU. t-u.̣>Tqk?It]Ǐ-e/F4ֹ px͓\팳 G>P)x`.r:096֚->PM8:0bhpi[SWV"*HɲswFGTOїԜN߅Ƌ?kSl't1SDuapBXٲ1YAȎ@Zˤdrnkx^9:Dn9Y'M}oT c~(;ꍍz$>Fu^t~:e إ`MZ kڃ%sTfjXs RsY?1x͋}a4+tFso/wZ۷a]Rjᚍ:X`@|XB<#HiJhPXT)F҆n2#ߜ. L[&Ufef΋ G]RYWAyܢ_?c7U(T3w= PI붢zZWwW#UyhomQAINL1-*~ rL:b* la,@O >)uM1o"t}GQjcbs#ZXw lc*jF0Y'e2'ԫm)91{k !\eU!oJCx3Z`/mRd'1|\6FتLY}>`48~jb=vLJEgSXiSٞ}&4 Α ғJh*'u5݈1j֗thr_b rwqU>ث33Ma)䳐3,pYLלvw!3#WT(oY~ok 1-!QԸ68cl/Ǟ/rVg9x ֣4BƘ5zp] \pNbЩ&p( lt>Rj=SCˬ6\fnPYR:wKTl"hspX^6' \\C/ |a>_6|cZwR'4Уq LJt8cC`j0.`R]Й*hNv`0 [f2 ^q{ )f5pFGIR?|0:A V}Կr^.l .e&+_^yj^ ;r z>6 'w_EZ¶. t}xA_N>ʨa(Ex3ĞEvRcanɚ1ђF; 7(;1lDƼ,eˇ/6}}uN>$"i~!'cb:iSuِCZkVxc>:RƽoE^{:Y-Mҵ~+\B(\G9z`PTg;r%"s1~S h@Aa.2}:VzI\؄( Y(B"3gO:"ņ+ z<@K*z`Zn| t!p "K@đ_|[4R9}֋,6u y[#Ri\{g93ɱ']YjՓ!+Kюܔm&8WK7#_\||L#C\EeOު|D HVigi "R? HA<2G TsdCjIXMr&2wv#f-]k0 BՕ om\ɥϔf\o/h]S`i! ) 73!|"$W N)C. I# {G`X~"!_ostGe7ԋ`?Hf0z ^=K8 ijxo9)5;2o}06>"d(V t:͠)唦Q3CI1V>*\[lF@-\jP땼ӼzOV#%Rf!*ĠjtG_?zu$fTM 4ͤ.uУr6 E8/a$h:*8 ߣ91[;Hp͋|H\";dkӡ@;L`B6vèΚrA8VJ1}x ppZ !^ (+nNf[$F)!'f(ҊJ3(Y){s&ZzV3tL=g0 +.Nڿvf *ĂU7Ks~N Of~*+)$ս  .3ia)p~qZ} }裣 5Coq1z/I$]baŊWMlߔ7?i)M)TR"{醉S'G؋D'Ǣ9|3ztG((ĭd rzaؓ:5x*$3{H4;/T5`>Y?ĨeRc(yb|;__{= ұ*8WTD^KLI|G%B[%Y1q<RП8(5i Z *?跓oIG Hl@@KO2cOl6De&._\/:_jY/ *0w%lz+t\uz${һj[ؙÏY3/+ʭ8M12Z\!$% VYRB~"uXLg$n0I:F-@_6W^ !ªEk}vە"*_Flb,JR1udڹ9eHRVgI!GvZ DN7Crퟜ5%qc{Z}28jmU2a,IjUzO|e|Df/N(W}*!]O&i^!ܓؼKTpJGF:#HOٳzdnY-U=+rL']gZfIs.LTym*QPٜJˎsYΝS,պ ;A&ո_[\oz\7ܹl'{ YvUM0*|Vqߧeט܎/kd|2ܔ6RБXtOGIz^~cdE ⵥ&BRU΢ =hWƆ)8'@L4 @6ɤ-WRɩVF3T^\c>:F"W[҅]᫰Zλe7a"gB)93dn$\nwYu.!=\kkj^{bv֚X'+5A@ZFm *r+QSE"׏zZ @\Ҵ]9f Z%7ț q+yށԛ'RX æԋtf6@iʘ0d7?sfT'({b1C@w)v0uJ/l/KRxj8c~1TdRo'wy2" :!%je:BZ-OwRگ/bs?NXh5\c'$=:hg&L}I{Tmt68X0PKlFW(v(73?/c~/1 7.OJ2JK8r7t&@;#?B%ׁo^I)iԚ+M{zSZӚ2ֵzbqڒ|^Rۣ /gǪlqZګeX]c4  .ġȩ* Mk,3@MRDO.^RÙ(LaJdȶ6de"K}I])xjr:ez4i`Z9QGtKh[ɂhKS}y!eREfJ} 4(繏~Zj piDLL'˼}y=]hآj7" !l+$rrn>H=sCckET0 <ĵZY7]Lvpfw@dr(XzrQj>JrYA)XɤqkJ]v-?FZ,T UD:Jkl md8F:-3vuP&&cK q|CVx-ZJ Rbxg0S:AʝDc4.Po>xCT }dSfBZG5 s[q̀3?@HjR7ͥh3ɂVR'!X~@(8;Ӌ<%MLYd:\<ǸOϻCz 㛗$$'fB~'\r? %%.t83ć5{ (Ա:%I֤>ϧUO6E]~_e1 8šPD ?K3֒=);@1/NLfˋ.Gv *KCN$M{hޛv|s`Ijȫ31.v )RzBaDA<9ҙTuA37Ż IcgLHL#ur %2v_=lup?_,@͹9@ȉؙvx!ˎ6{B&Id>$oDDR#chrE;-,/tAca%_6!_..kerc V8\u+Vֿ#V4Uimtg-hvlB0 ssK4b^Ej՚a[>X9^)R|;;@Z,=/}RU .`?#'IQ!QGOg?@iZ=4zS|ER2ևuܢ25{ِ4l^{ AhhFKqV Y]c~e e-C t-7#Rm7"Br 5UH1 t ek/<R +"wkfibA7AXnfm3 mMTvgűI4"oG'+Ngw S/F q6N$/^GJTݹd2D#P˩ܐk=V7.ޯ⩑3b亵_ 2UA|g^[2np|l0~oJč}~^ka瑣 !M{Ϋ⦧šPϐɘ (܍&;x)ܐ4U0}]BIZpjZ?v󅋇Je?Pr'Y<~Օ91uZ@O!D`"i+dR<χ)I{ށv ŵd uUSuPqyNWʫ3b3uzJ'#ɎB<d-XA#q'W`mzɔtw{_>MojA,{Ks((b<ɈzF! 8,ךÂ4GQ3ySR-10^c]"ljtB2m_@~ iK;(>jHW|]As(NP~Fn<4b3 uId"w|6jߤWt`{od!C4>l)/6jsm3^Կ#RߓzfBr{jiv0u%a䋇GHhD?0+в$PqABt0y%)#72hf"ꭲPzJIklMKtu*|0ZΣ.TÑ[[Qӊa9TK0u`;FhȢ;-4 ue]k 5wߵ<]\vsg^B  2(r:>u- ʶFO9ȴk2#A,0C)o[bCҔs u+2Kބj Zg uʈ 3#>^1 "R!t[ K.T.TPQ[Ig8l]'PSEi'kXqS/>| c8مݶYxM`A? 8Cy% I Y $RJm2vz- GROTm7s#dwҷqY+0gq`"lnhmӟ|zvpeT.*rv2KH/c\Cvt9!g,|6f `v.jE8Q:7Oh#MPAEG K.,wbq[-hY }N]Gj:-##[t|*$aL:f|% Wmyz(̥[, 5M܋Zx ǔ:]F; FNUZQU; p&4Y٘ :ߚq"zxL[}ŏK9ŪYvUnZós[;ܟA@T[^ 5y)'4fyA  0XK3,h+'h+aaweXߍ7?_Nx8yKH }mM1}XEh, '2޼<8@ϳDe[4#JXf.{:J&$7mt`*rQdSMn$T򮡵8fÖ e9 # ԤH!2a=;Zvbm;J- դaZ=WE$+(=rB;y^fSc23L NMܹҥ)gvc v9KAȇ:8֦bIE#|h~z22D7 m&u4p>vWxDh(|#L{ Xn/ufXq cv7&(.=QHib*!!lOt}_ *w?YId:v6D_<fMy PA_y[gOD0r~D#&iQՖALKCltv}cSA3Y:kݳU: _B`Q,]ifցt1[b,i"DtInx6 ,( {֔)<ݣϫŁT~ֽ7ʒc7Mh{Hε{E^VGKF(s@k.=w(m*wXYoʅR4 ϔd<㾶amcT%|FIq|n0a fI4cy z{ h"aI`/Xwz-}]X)8h-%u<-?p5ƺyU%"]/YVBvOK/$+o /%4iu( pƝ5͛|B,-#4ӵZleY+7%Wˡ ܶb0̟23S,Ҿ[ X`o1Ǭ-iz)q\ǰMhul:7o.e \\qz'H Hi2_E"·7Rj4,'1: /L]GQG)%>ĵƏI.07si+r&J{~֢Ex8i2n\.2 jCqnH:53>e^EFKt>S|^FU`&R}%[B<1z(G*`r y5 Qgw\;=Y=Y˹"Z`PJO3 !h~ Cy.8r~-UGҡ,q*Ss &/CE}WVjIdxt xdyL[e$KЊF& #tE >>3 _ҟpʬg3[$jvaXjiU;?`aGV)&m.yI:Y)pTZYf`,8z[Mߜpj-'֠J\IyǂX©-."ȓ&=mC{UƳ};L^4Ӡ\8>'~QίVf܈ ;s.ۀ/UPҳ,Xy%9tܰ% KO5UwY0u0 -cQh4=P7Gx[1HpFyxEw5@MOa˹#~MC`" ˕o/6V={UX8%ӾJbCm{;x/~pZ~LǢdW$7Ii(hOo06z)֗n+W W(]_цUr֣kkǴ.yR(Q'SuQb[<,\@wWR'NWOE#^r'ru/ZbgOI([kH/ [QQ{7Π|B%r&8]A 8s[wi"~/]x)n.UyPvF8JJkDjHKG|#! ҟ`q(ԝכ\J_̯) PMM1-I>k43A2zl;[fA'x% - Z0/ףj>I.WnYEw 2qVxw?}nU#na^ =1tl#iG? !]h\MO{(K͍QcpЮ3'|C-]=n5[q_Cߙgv!#ڟ+Dl.A:{zh/m,&K{3g]!Ն ,.'q_ "HDHXG3Ҕ_\Wy7<4fð/K^N޷P`Ն9^\/-vA)Ӯ_>v :=!|P\5L,1A -7389,gbg" 4 UuIz0s qpʚ/^K6)rK'>>!?%ꀆ׹6uhJ 섴D`팗b³4>D\g7XӉHC)SSde76ĕƹT:/<kDUhdk5~;KRtY{;>q5O 8&7Chղ5Z!(Ђ\aq6\$l' xA)Tybx7nH m\s 텓Z>}7h^چ5l[~=!GwbB!.9lnbL\ i&!.Q*j)#=eχM}4ѧ$b blxϦ_ȉ-t$ IJi⷇$L$±44/h[ϡ@EӸT$wطMNxI ta-h 13q"-; 6{ėa(]C7)]A೒2c*=dmp>Ȝj"/μζR:yN7/="Q(nä5vd@v_͍3`uѩ7(ӈU+{q;IEv1D\]=l億հ/߬^X8=\( J˜>O^O Ͷ9x1(4ΣAm8Sn?%C.?w!ð4b`rng %hO1Շirk KndOt{ ,I(!#VM,\筳WEdĚOD{XlqF6##[BiAa0FJٰ<꧲7^ꥺb8݃<@ xpaݧHEzmC^^6Ԣ_T$6Hq%yGYNd:Fk<Ɓ n''Xp=HX. %jBRDR=D.IԠS~eRc`CǢT/x{ʷm -%l*]ɲ?= XKws/2 cWP@[B$QF620{ eJVVHQM&Ou<$*DĵiBJ<.#ol@dfF3Բ 4ji }"JSҽ r/ARc^G!"a?n6hg ,;r\ BY4`i5 k鑈6b /2D]:J9޽)F.+FYm`&qmfl}j-MoPaEޅ L@*Se.oIFA}b?燓mCI1̫Dp #OؔA\ B_gXXf~ש| \&;ؿ,."PU/X/ͷ-B|Eɸ!:Dty OvD:+һNrE Gs6XQΈnW٘4𤍀ĖLInO'Na.![KL#ܵMFZ&cLyV,pasQVjZ:6M(E|`ʢ+q;S{%īE?C*<~#f>@)4O5*RJ9l9cp0y2rˏ & mLV8"vT7C4n 6΃Dr3- 2/H$\,̜}jpԿE5|ﰗ} \G e*HGEetfm++^OE& SiDlBdZ#2 s uM0ȳG,`t[yI] GC;Su5(ז㷖݀:In9Y,k+k9)/r/WՖ;ͬ#LH7!qn1*a5,ⴽ "Ǣ>8ތǜmsy 83Ҟ n D@C{H+"AeiACh)5 k鴊нJ;]%0SyUP/LE$(eS% (ɱPQKbz;[ߩ~wwVV$0g0Yק%Q {f3ze @"*sKa 8 fOP" $t{X8TrS5i䁋uy|mEljЭCAe<=)'_ͷ4c9沠| [vA IXT@œA=z5Jo;.k![2 ^wt`'cג- -KWkf#!` Gy$wAg(cP _bi:"2]5OpIy\=pwja=m7 a6G%Vnնa\{kIZaxrx:ɭrzG` hL'Mު% KݼO!FvZx;:I`?`,Yf쾺k'7ڢP7iB%&XBҍm!W'~&G_=6w*C|UtV GЍz}]%.=V1e=]{ $dEo #$uKMr("'x!<l><UȯI*d]R ıQSϸ2-;wx1}a8L"hxXц֫utH~9؈1[ 0lN~wF^G*{ټn h* gd˥n&|DUuicQDǿnܑ _q'((X6 6c f3\5'F.D/sֹ>7m|PrRۮi}"qe Yi;(w71j&osu;`T{gc nuuʓ[N1Έw2 \;[oF gu=YIܱ/۵慍0(IWwgeM(8ܰYfśDɷTY QHa-b"E*O42p69#˂|:2hs*N"t]I s֚@[`۴I1~ec`XC1 .(ѕX  7\'4/$xS")/Wٚ0m|$^X@MR)t Wxl5$Ȏ9N%ًjf L x{KLCc:% k,ƶцbaYBpK%r8hYfo+%FAh #0 0C>rdbf{!t{ػMAoQmҎ 9$Qp,cu3>eauܦŮadf\Ǒ_<4}rb1˨2Ljul}0kM4}©m}-.!l׶TPe!]cgHҖru ]]EW6'?S|f)=R/,5:EGęp8쫶NP1Im/׆9zYnR^i\ڟit`I ,©&8Sm&d!,v=RPA-Υx^{oCҥ99h4dXv a! HY% L/ě os8,%*9  WNK/mԙܴu Ea5ZNSy]s7I}xx\NVE :^5OΗTa P#_S}6І~,mcx>t8Ѣ2ڒh}A)SB; 49;%jt7t5?Yfl(2X]~ȂЦOpx4"=Gx^=w.>XjC҉WT=9/sï*8 9]礗DBkw>30 VQa<00`$wsC-Q% j DؚMK q QEelLLkS44t KN?,uZ)xlZL~>cpHyqŏ@oEiBzpQckĚ/a>:ſq$eTN;8:@L{ILȠM%iLU<ghd􏜒mBܪĞ"RcM\p)¡a%#DdvHkn|CIxqKuovTM>xR6N7[` y ym۳9\hcq @3rnU֎U)jDF~CȽZu7%Dlg9L8^Z?HP?[2 ;Pl1S[/TH!GDh5#&@ݹw0=A~Q2uȿS]**c}Q۞$3'56O=ۦkpkoMG3Vx32,"XPUY\i1V٣Gf-(2客%HeqkdFfh<#5Wl>=DoR#2 /VW.O`HZѩ) F{jۣ}[Ӕ-.RE0#e^|PwNh<2 % Hz/]?Uz)@9ts7+=*F#H#sc6FB  *hsRߖl)Re+H*sA30׭YCZ9b |ftvu6vXBwA(#4+4lKo$BMrUM,Z'dȗ`4 4N495}&[R=`6M#]W6GL硟o}OFUZf9T2'̭Iy uw 7;$/߄“Z/*%ٴAD TWj~J,@#:ʇ._k2!OQ@twoZT&t;3ss+@OOQ3j搃 N&iFa;a2|ykkB~n>mU|,!|f7JSK83n88<.I! KIi$[r\cxJ%R+ڜ ]OT%@B* 6;I) ǛFg=RO4e`ށU rգu7W%ڀWAB`=V-2 1:t*Rys  ]M^Lӯsg3ືdTL=+LgN'mvx7Vq)T4ωpZNUqڈe(oCec(bhrNai0 !LO0b_Pwۘ'!yLJ13c'p@R O? $wkMTa_9Ob.iGUm ^-38LUѩ{+ ~/(~5rRQBgXl4Ni;SO7h١|DJ_bR/ ?r\|cKUj*iZlƕILg=@[qTK]2/W%~SAN&2 pLڷ,\n7Hg]ŁstEK_!.Akк@4aa"iHiRHW<*BLOeDGsP.nOUe|1}R@,|Bs>h<8uhpzmgMi9p)}6}| n=W2+>3:.,J/יNGyʳ4Rmsi8!li+[L7e|1_by#jQ9Dh*d|#JjSZ?/t-/`V k|-#mH"ln_38e -rz;Fq)W厞L` ez> U"% [p}} ;b\q0fVYk Z{+0@}Ec_ Oa(V>b[f34U0jjg#aAo#jy&iu++frQzXĽތ1wf>*sUg!^(ӂ qA{wԾXn3Kp{f=#'v>F[U_4,RhJU`.sΣS`eJɊ8h/WӤN9ꁋO>.oA"+Bn fbYښ dW:F'_$.rZ}RQC3E021`~}鼂cӈ.Kڊ9D;5˔nw~C.\^?X0|FaGF/(:7̲Hfk<w)]$\ӕ@s*:Sޘt]kID$h1Z⾕n6l{PLRP17!S A˿P'VR}끲Z&Y. kT6eu7l+,\_6=[[Hሩ1}~d$Z2)M^Y T/D}^"uaI|Y"hj8}c^ šKҾAOomGt|ᦁsJje[Mr;uf.~7D # 25ce4K9Ƣj)KSoVy=n0p˔W _<(+9euBΩ9ffTͬٞ1N~sbwϿz{uz;쒁ߖɳ!\56 b  ? 8l x[zNp$5{ R@ :zqIc[igG22tsb`ŷq! ?bz[Su4]jG/Fl ?H.ecA5~\UaҀYlpc! &*9t`%(3[zDr83<4<] idUPR5C'ao+ `V)d| w*,|/} TSF\d\Z8 WM3ķ?ߩL,TuDݏuMCV!  A$^~^ܴ&(GǴˮ4m6Rָ#1CHIH.`%춓zUX!:h]x> vvO.M8];$1ʓx npm͟:K:Qw҂w~V(jܫZ=ധݻq g +h8d3߰t g.{Ş͟10:00K/uZͅ 6ٷpBrh3 kKA Q UBK(WH0h$&ZP[~_&\̴ 6^mEPLsBj:}j3v."JbS`)#H1J#^4i$%ZRxO1v>UƼ )V:-hsQe +PEW>@7ܼi8#_]Gd=A)/VTE˗V5K糂h5NXv Mp1Ʌpჽ}1.pi0|Lj]IQWMy S|'."TZ }o"Y](.~Qtcvnq[fqכs#@ ܉F11hY5J'RvWy BV#8j*b$2~-l6qػC9JN!OaC=RL.|j̗7T,m`>H|骘EcG0ީzÕQr!@ ?e\t,$F:|nڿ xfܿTڨF}"_I#7"b3! ;A\ma;7<[ba6 Ix\|} 3`F؀KwkB MS$N",z} HO]I\7fG3㙻i98Nzc/.=|RMM,T!k uR_ 5QϺiS+bV#ՠ9߄pc鐕?sPE֠/Mq;9 y"4/|Hٗ|m|ha`_sPHy*YeEQ@9yuL_@T!yilIU hTb^AMu4H;1BՉz9YM. 1l~?_(k3cvL/lՆ=ޛ%x@x%HH7Sl9J%.=+~䤑ϙ*; s)PBz}1 A,^RiM8ׁ fgOCt,z尐p@<88!J3{C6%ox)i= T @~ T5ԛk&u(nTRv9X,s@ H8ڒ9:*-5h֋ae\ʽG-u4 InwVA{Tö7#x0mg6̺rG#Ak&#&`ȕjrv΢&G9ǕE93*#xF .8vny2CZZ_^hlRT5?ѲWѣrπے-?DVbxVuw::?J߰mj߸Ѫ)Igyw1(Fd-݀E_ౕiT Ls/Ư .2mҋGt! '3b\MM@ ^S[vJb|Q$]oH' "X0Ja2B ~FXϓCoeJnRV ݓO|JpD/I6߁/ |*@Y8|D5v6S~O3[# B4g,yۦ(>=ö~’Ax*!ؾ' rVʖ<: #hЕ qò!&GSO, v@\*C E˝BSbJvr']jRE޻ձz׶5O|_XSa!!BT Som8qo"faƆj|w(^oÃK]Wp=Oa&+F韧#ܽlCyc,}=C I +•#y*Go:zj^a{xJD["1&d&'pǵ B=ڻ)0񣄛%hAd3)͉[M:јJMoeŔM4>ט{\V!3?pƻ`t0.>C֮ʮx0Hn=RSۅϜvWf2E ]"ՂS~Q5jrsNZL-B7O| *iyI+`==ɕN3?+ƣP ٌRGqePhI3JmgjB302DK6:4ؘ>İ2"iMIRC ѣN?2HusYexp\T7~iU(Y8QtW?OXX\ Lz] d^9ukC7b?Aೌw#KM.g%8:s3a%kN+SJh cu=NS*̏fJQ)P[I>v6'Bj(BjI_;6m<C"q\0aas5YI4x6YK׺)3㞛P*6t DUο1N|E %+5v\p07,)yIeg1lN~Ild+bNc15Np0ԫU ~JDhvY6!U5)dV!9=VJŋi~+-\0fuSOt#Uj9}>}+ӷߺA) ;)W;@AᲠ.Ҩ>lurGS8L.?Jk XSwVe[jn'NO9IZ0w,I ?f`iv}^JWxS~yWQQ?|U$k MCoN8LjmToM{sol(uQ R{+SbZQQGx"rRH */" 儆 EFj.]#tAb~-b5}Cމd AU$95Cxf;QKbH$ %ɠ1c4{c;ZoE$x/nu3uY̸S@ZA.ֻY#]"A5nu+v 9Ax"-+}tYYO97t bWsSX6Y/.gb" Lefv3\!*%RΔ9R?Z | u8,+-H3(ZpY~7g@zwyʾϰyJ YnT|RTxa7ȰE-*;DXzxs`9W=ZH s8@hNܐ9a\Wn=۰A'y뾕P#J5/T|uy': 8_U#((׊}: k ר^p$mH`VG-zV b|)48~<~t@Fqs d,csm\pM^D=F[mK:p#Yd<}VR! (tչ&jg)}BldЅwe\l=%h? `ZW 9ꡜYdZ+f9\G T2H9wLl|teu>wϒHΣ@bDͺ)*U8(=KGڭޮCԜF|iQ<拨b_sirsIvnn@!iO$׷~e<Г] JI93N Vw67{.CU2ra!bҁiM~o0G!ئ9ET$̨QbboV@ssZ< V9!i\sB`Ԧ3;ՖA6nGm-mᰋI45Ryށ W K-Ք٩mV4Gџ2?VF &J )i{ X( +˃^ÒQ0i -|)RwaWBAjޛ|x=!MSzşA>5?*ԁ_Xw*GNs!֢,2QaYk0şbc5=|5D?Z:RIg) JAD7b-Z%?Q^ED`I*f9^Ul"nJfd׼(aAf0(W̖EXv {( FfRB噒^"fP ҧY% oݗvZ2̡V&neot_9~ec-^pz3 L`h}`gׁXD`ui~7;劣'1o=Y@3 T)yN@$& /r { +l\; =>y]$Υ{TӐXGEWVZ:8+:hK:{Cls8G$WlAC`:}# F tU9s^+ Û~ZܖH'f++W!!0zRB_e U*I&7nvE }=9iM^vynz- ՕZoO+S"jWLY=c㣏/|+,)Hdu%Pu+ `.Ϫ=+Zؠ.E^OߑoV8I&)&Er4%ۏDd9q[C)Q5]Oh*?j&^c8sqk)мڇ,t w^WeLj4[O^VHO=6)<7)^CYMl3*[W3Qkn}Iiҁ'PWYzюҚfOQU኏Np@0$w̦-{I!׶=Q뷟@O1z9lyxcAUިbeFEˁMo`O6]<'ӻ(v/iyUc_܎VkE[؟ t*scWY+,"و hG؂; 2)j+3b((b&2H8EXDR98ȵ{h[bQkhw)l6L";x`5/9,nr$>[mP^̣,(,ݣY5vWBOsPA@nGR[롦=]9`lo*|ML% "WO2G8o&&7wYHrĥ8K̳wxhnφk:ƥ֠๭@Ɖi)2; Oه3 ? 2t]$Ϡ7G +ecX>3+O.A3G:sG+v7=Xџŕ斊ItaECHG=‡́631]O,)͘{e0_:np&2UW pG jlo&c? -ȥqkpR-nZQl7N&aۇ PbϢZj͘VJ>|S]!.B'VID ño= p_#i1֞];>9l$i>ς+LHZ;vZz 9Ā43cJZN[s6R.\<)"CW#1:vt:.ma'X.60fڇ/Mj>qn kBbL(C~T{`nfXҔBHjM0I<~}^яeJ]M9)3 ɏ,IoZ,h>R%LǢSo'C$`LX@'5ʳ&˾I0K*gk~+9{|oO9A5,9=c7q ,so]_:c՗*2ulle$`uM$ oӨ/aa_ޥb ]4)!+iQtRrCEG@h:hz]Jο6[HPFf`WtEJ^WQPӿް6? [o?C{+(HϬdQ.О_=O, AfXeg-HW>+ `&NjnfoFJ;bqO5ҝ%}gϵXTmM|\7*"'E몊^jm9Viu" Nnﭐ17f'Q`?a@͍R "pd٪SM+RΔ{ JBFm$[ ՚hD +'?FzL$7_k SYP{yX&@ԮPͣޭU8ž X@w'Յ}8>$8F0m l^/d+9ugbWZ@ qI$Q.@t?>,i!n谂tXgxGKQڵ(.cէ{|s^~FGi _3u6 ԣ}p%arBk5Մ#18Gqjn{JҼ^)`aUv26Y @RSW3i g,elcV5 #G OY,HHc E;N%}F8;p%\Ju_4FHl|ρïm$P,][B fKm;/ d@%!#~e`d~~ DDnvܿ6Q[V d⛕qB@9PDml,Twq9$CV:X~eUC 'E+aV?Mlj{02{.Z?pYQ;#K_;o҈C6R !('O!n 0G8 qJz)~'%ǵp»+u s3FiA03=IJih Rpk 8(|uk{elZI.kowK0emKaH_R w-50zEO^b ;`BNg@}@7~J(g{@]H^^DIlb$<_0y+}ZsHLG:qF՗V9iPRK1&;Q|wl H-@6?F'Od׼^NʱL$g20Ӑý2`ACj=>AxX(534ik=֓qRZ5آ4{q%py_z@"WuPDoȩ+(jCJfZ6(qtBMmʔ.%'W9~.vPq3y嗛>FYK;܅j h4+>^֫=i>GEˍKkc(qb L:.I#_%׶ \OGQX @rhT[RA:8! -c%>^l^^&,y6hNs<JX)dm~|UG[Tf0+:_5]KNN"2Q[G8DRnCs)/6 ˻uTڜ*#nR7MN%ՌoJ޳=3mZ٘XZF\ fu3eX-a^mX(7ΟZZj\AS\7ҟFV.m dA?/UJ&`z& acl4Rӻ H%h}jy4W91fep?˰ ˮ#d::#*ƣl ,8 :'_nF.U򍼙wr97Zw* Nf&p%ZxDIvrSGgQM`SCrxʉz䢶637n_緄D&ZS*>hu YIHRs0:^5Kby JVXb jс-ncU@_)&f R|(#y!3ڢU|6we7HEʠuXJV 1I)*\T 3 nzDnvy*k^3$Y7V/ҤװYK5w:HN( O!!Z7F*~Wq/ɤ AF 1gIUgZm ~ӫso9O7 x ̖zKߪ"s oYL!Ge<62=Pc^h\lz>xd7JS#0ӎt% >W-Z_PL=jH|E[oBηHm_.>3&sTW a/W[C9m 'tYӤYrQ+!"hmN^I{ƒR1 '9n;{6AnaLDEꐘL,=aQl$~|jk[ p]0| DnqX6ۗk$ڶPJX_ũ}oc2ǗJ>ۈsGTL>s'n_6ΗJ[J 4lLb 63}H.q1Hၚ\ ]CslGW%M$qh>s $M9̆§.1 2%C=s uI5ZSp3g{"P߱|MLK_8H&S-r:[eKh3^F\Vq9){CSWԯL8Q[/ "Xn;2_tIGQZ3b)Sy 3WyXLDNnzإg cWڱ_`ܳpA#ӀU_u_އ$$Iv$  KL^bx,`]WN T ;r.jcpjNȬ" t@9C^/Ҍ\oL :z7T6@@O/u@1qMOd3P,;i_dM'hipRyP1J.fb b% s!rm.G uC]i̪N1 eϫ3W͙]$}1mx} aWBIFX@UBy,#H6~{5_>I, R.יtCOԅ˞5DxٝzXL_VN!s:[Y/F$?o3d3U)Tt1?% 4@+}n\W7(ן2=PB&i'+*H@q-P`v*NޔժЅ97FըW'PAkI4ddu hdM1W7YISHLr_~ XXVL3 |H:g}џQ7Sיv%Lvp2Sbpx𮉖= v(Fsg~o`).1XUVQFO0>T"Mҙ-8quV[WJÛGľ#mD*]&,h7 Tݨ0&p3t)eD**Lzf")Y͉\˅Nc*JL e6 S<1 |f7 le72Ǿ)3j7i>TuXZC@&57BSZNr pٕ\wno$<{`86A cՔAbB9$a;XrWO1g3 lM>Ny &H_ԇ3 P>۞*\TŴڤ':+$HdV.=#Z[ Vj؏aʗSZs#D5Ep_S_1Q-#^~w`~x'qEOrXō|h MK})OHS($`ne@E`$q:>XM8Ԗ p54BztTlx=I!׸O>.[᪠HF$+ٴq'Lw)L%|U{Tq>1 1@?SR $~c1F`씟a}60y|Zj"PEDžy巧W8ZrEZͩ6~*f]rt|!3ȤɈi$8^oKW MEN' D IE`H}<!pvct;m'%uRZ{DX"cz>!-PV\m uwpgU1qkoڰZ|Z.dpU<E IoW\l3=xHƵ-㾯(7 zw#ÚHuA3lPc&_ƣ"\QM+LLvVNg9xVУ->0kP& 3s"$02цU]"Zwqu0/8EsO[*̇`'HhY/o41+Yhh Ɣ#ڙ] Gav\+T?"'OKZF`=iM#A/\Z*mY[,+đCjBXML}[>h&,/cgF9ŅRޙ0es %.z,ten(>/s )#z3왛86b0* k'iʬ 1BnlѰ^FEv ~K 5c6ã #RȄ|=J+eıd.]>@:4=,%_~q߫HIӏb~43N. *dg3C#bC& R2tl~ g2jg_2?6&bĊ~QE )f{ht ( c^px׭~Đ~X[)[Qn9,9,o a\w]A%-3X*"E7N"bԢ ԍ+Q3E*+2Gy[`{+Dc64>2;HwbM)7vOMBܑYY$r-{ F,'''wA 63K_MKs}3 DxCdm9{}Wj'Rяz hM{-c!a$8%V)C|3v'4?氼[2<`여 ,~ 5`u"5OH<XV8*"{L%4@o6&&EyFfԧ [ԋL8ͤp6Z=4LLrū4!'vZ8ArSz}]9`IJ:T=cm[J+jt A o$?Y/CŔt7ͲφE_ ^e1Fs7/Ax؜kNWiSxY٦$@F n0+j ( jA!fS]7}2uXxNT3i Wcfh.μs7-vֱch~1ʌ8>@Od$b>"+CJʜ(ݗƋ s.؉ñ/`eM_"fؖ٪pխK[Ϛb:Y܌}2-ieYPEgDCk|BK2 ]j49v% { Qfs ma\|_sB7[q1hR{cڤ,XzC֣of֓{7T#AvKç]=}ߊu҂yE+&}䑕- m6\-ܭoiӟBa 8ZDc*H.)c5#?[z.[B-iFIY+sęŪ)G7?9RMxyk0Mw/d @~L僡~u4p}^}vy] >Y#-[SUV]i1|"kegƅwp2w-6j i1g9s5-쾀KM]sjr|@1KZ%R]8(P`D$o_^5#̦"Ku&Z>uGUF vq%E/S}씨T^XɣJiYLMwլ8-!+itDϞ-y$*Mp6c|1M!r=15=ܪl Χ>pEԜVFǘI_{S{Me: *x;yh};z氲7;jCoY" #h<4na<^%!dfr@|'U]u" SW(N)@~]bʦWK?#p>!KϷKSYPwKgs *F G&dG*.p6zY8QiHqqM->7T" Ls:quCnwۿqp*gm{jPþmϔ3B>."0XӁi4F 8w315t4X,1K.i\-Au_x+ jxρǏHs,&ZǮ #*[Ok*DYx aQfSX Bl8QMhivXR4**'u&^Uq^pr n0 ]FұAM [(x11o#wlM:8`peH!)ě6P>./51#A੿arܛ$0ƙa[ߣڂchk+^cs{78n6 ZA90O-:7!r~0;8$l[<)dZ#db#7H6|lC5V_$3a] hl,Gl*b[4q(!*㸲JY>e6{uϴQ8c,R{2AG?_ A"7`@8~|ۙd/61 Rᱍq+<5|C%{W#`XſiA@¥|BgeUxZ ZO L-6+^"z G9a^}[bEAfPMoU҅0zȝ갾`w'KEcritE)q>gct8Z@wr­ѥ򉅹pkcj2eniYF0lmvξ?|]A5 Iij.Vu̳nxm?/x)XFɹh%)1bGh^gn&*0 khݔQh #0_b`kj'͇զ`ln &\20ax%aj@_tO͗|ֽ_*B{e@s8O;*9'RS!VfGeoZ 2QZ3sZ`-%9,,!:VNCIH<]Y#'Cf@AOv{ KsS9eer;!2s|yb4(n?o7_3JER՟?Ojy&@6tlV736$MP巷|*M*ꐮH}SoybK3U y1M6yYgt ͕La5a%mڂLCF2F YsƬlt>ӡ}YAP:niAC1K1.Mj| ҷ:g *]O(] \/Wѝr]?XnS_t<"⌫1(͜kՃf_"k_ӡ>r^A7Ԙ?W\LKW饕eŸkX7%( S'ig]iPö%7sӤyүjtuv Jouˇ]`rHT^E?|jɕ:f/ N.vIsH &gJ9/KyI"os%8RK9D":O+!,7֛vˈz0OBID: VA[X0$jd7\YtBH2svxj]$_Kp<]Skt䵆DP 9q sIˤtU[LRX#XpF8\q!cAL'xaJgNFg6R?"OG,R<ϽP-ћ=qK0q ~2'.55@R|ׂgIf$,UG,P% P B>ZTqq @PQu0c7&b:Cr) H̽0#b} Ced/Qz_͙/Bv#n"EG3p:V8-sQԍW(sWclľ 6oNOL±p$HS!@qRVN-S^i߹dGyDT7|fy GOw wW~Zbs[K-"+%JH0]ypz`ODӎx=;xj|r.P0x> oK'!K E[gҌ_dqR茏HB}ꞦPLyDK!2#\IXx<L0z$2xԛDmj3fkͭ>C.,#c"wa3xE 5+$ޠjƚ<*}wGl;5qSi߳<"ϺȮ(COѩ m-ۛjje2$T@!vwTwy+~tm';+{ "xj>- (IixaKH_حOֶVE_+꣛-Ay)S~_&|L#qQ1u.-@ t=]e}?FnZS8WϦ_WI3=\̼܈Ewv~]{#wcQ(}7bI.'8SjNvaj5d'8@hֈuIF/ g,aLF*jѻ-G[[t.K*C!R\ihVpX Ċ%>[љ̤a[5!?(C[=)2D< 7myl㼱%XzLXW~ ?I c➏c'[$,<ېi%a =PLCJ)\0GF sq*hR` /pi$'v0Ҟr:bRSjJ=ܟLؑ ΦuumhY3 ,g~ ޮI@"f^' Ļq-#DaK>/LYG^1 赞7;=6^µȂL/#!n 7Js463j="Ðmhdt\Mpe6̬Y7"֪ rk1cDf֔]@vOE0#ay*(RcA\)gS8B22w|9Z lp:nn7ijt?ܺ+KcqFպpZaq=Ԣh_9렏s^j),ڢL\=%D͋|7^H:rM9 e )kTz.20GMṖݩ[yEt(#?ZʗR%v#eD:XD2E^zo-ZHpims=ch*#HSuVݫ'\di]j$pЗ8vnO/0F[כ >Pɇ~Z N99auEOgB[lUi9R?>k Fm@zg&Pv c+YNI\,J 7JO7_]VTH7+9o54=IJi ;qwEcF:Ě<# ,l4Emh;\RR0ZuQOVΔ0I=<4g<>iAz5sr0 c + &F%A-`H>m"YCc1o3|m)t9|.PfÀ28Ԙ?:ëo$,&@&}OϭݛÑ*7 ޮ_9L6u4~-ڠHoHstQ$CVE>Vgtdqk&W`^8d軜ʨ*# ,lTPO@KDҔ5:^Qe]5 .πUcNοy`#ti` Nwr6nPNCys#"k(8WCI`[=4)yb[26h,;}e[gޡ҂l9y8ʛYKu\4?IkQp9[,)q4DK u(Eh5ꉋ~0w>5ؗxr9+ߌH>4C;[+?-DĊ@cĿ.on>&RZ̮~\olVYI\0ݹI&˂Rt?WE"863Dž|+!uz/.ۄbSY"Kŀ5R%B5u&36PW0s&ހ#GNWa)}\6#QXHDsQɠl6ڞɬQE5`ts |1]t v;F1}wMm:oGinzrSdA'1K5޹Y(4Bѣ:U4[S6QjC'x7V\yϸEE8VqnDy&/ƒ,^, 09={eFs^}9(z &_BMS1F?8G+lLS;Xrr7*X1Tq%Gu0EPΏ"f*ƷkxeGf'򦇍*fuiG r#j2bTb~  O,xfliCwXlƅTmW cZr ?P|:C z } b/;}o']30t,AB}@lo u_p-Mwyiٸ-HjoJdg8]g<, $QV`nnd!Ym"uz&e:"(F(*ۻ o惵UK.a e1'4:VMxpnkfP瞹i:I~'k&.dX@r_gedgᥓyQ{,zS'uY#{o7>;@COf'gO+Hcr>9i{/QW`B/ăk2pR,w W4k5pbvcY.Xx\D'\Qɇ*dte, <8/k𵂎˴͈iWpՓzi b5А3UV Vnύ `Z+'uͺo' I73'w K N9emkS~~bHQ9`y ,-7Dr Oi5cG%bPhW^VJϘW`jv|T Ԥ1k{%VӸw1[gU9(+K\80nH|zwY4-s^ʍ{JxvrUP 4y3ZK6%(8Y{j [CMN+`fA` ?Yh#^eF۬^~Ts>B&JwHa2ݶ+;dtYW8̥fq;rfEV|+jLn2wnVRjhEEt"vȹΊk>_:yn>b}>8UyoIZ 嗽aYŦYd+2w* a=:2bO\̱d4V4HmekJsm5D\NPС43V&r_< r!b8Ql +(M/A0=r^Ըb]QOϷ3GROAvKm8}Ce267% Dt$w۾}l>J٘"]uF2p4|Kqe()Ό഍8<ȋAzqeRaѪDRڼ?+aeꆂ-YvQ˨E„++WfՁ8ǨDTT rޱ3Cjmbc:.NwpU)?" ~R:Vf`'ɣP-I X _f8w"Å".IVN[=W (1¹mRUgz<ʛFsm0H#0;{F`%`mO_wyK]p0-popJi=V_ڕ)&Q7ԾܲPUx0s6b\҆w?.E((5 ͘ا_tť 2NDAIu)cӦsW6N>(dxQo%%gņHtIJCrq>T_ڣ_J "^C-oZ#|!+j]Evu_Qd uo`@5$P,%fX<+`^j0AluZF?fb?:Om_ΡwŎ'',`l{`*^Z H;~U /(\B u ={VK~&f< Dgt(5F+c/,O tq*ec ܆9K4$ 󴿂 /}|Ҍ[ s@QV1 cy(>B˥bn&roV *5Zȯ4ND,DÃ&=ݢn[_ XDlY0oTBnaWi:``>@G^UB=B+X5?W f\ߦiUNPrXja;c Q6[6\}\DSč N(+Hn o Ofl4 ~ )(F#g m64ƭ!F}*r ,|(Q8Gʱ_|> ëfX݄ WI5v#w%XNI;Yi>rK bb{!/^y#C&HuO6+#!|wyq:ut|; #ީhipuaPL߇iqYٞYDI6] #_v%G`ڇ~;,oӃ }Kwu &Vy bɁVϳ>0`߄ ӵN;BJC|4 oq7 ` k̢pStENJ/;Ʉc$+0_X I/*9w[0e l +V1|sLOOt,_5rcLƉȠv1hgh!Eo6]@XOu.FMٙ[~#g!h=\2TNV@;|&Y=E6.G)Qk5U  yyv+dJFun(o5W P8 :ܬҷ D?H"y߁TW-NS ^lD Qgd̕,sc8*Q͡~/OTJ (p۾|<5`PDh@'ФKx}dN[n] r\'}#bmA; `δ>Aipp-^W}/-[UN󹶗,fiޱc"ȘEjyhZvZKTdSw0^.\trh*K `| D  Mhk&#ca4;w@,uX]kd0Jfa-0-1ZWpm0ݟS(3DN= gf885t.b:&&҄Wo/*k\Nr^KKmZgP,|zܖޟL#2|ף0>?'Lʙv/W(qJ$P #?;cJ--$UɍK XU9LL b#Jpo ƴBy O@+=HOj ݿaOګU 0Y>U}rڟO DL>7x%7a>eQ~9{zyZ%'3oc#? Xdт4Bs'4C]g$Y`K'+nvK⒮v))8h$&X-ho#AHb磔,_"U9uӗ\uG%SGʊHShYNq_|ja!}]UAU*!o/ C9AH2\if1;k>Y BJ u9B(hhu&}I52FSJV7(W#5ze dOTAܚ(lDߟ.vO6X0gM7`z%6]H&9쫺  PPd: mAkD*j4xR!sTO+h}#a8U ڣu/W7/T*e.R pB^4V `Q::M^ue&Pls>*G_*ƈNpy6i'^eUW""b,+bȞ`}MpMWɚ~g M! KYLA6,16|H*0 dz(`Z0@_E?kCЛө iqX:-9+2[]'o)՘-P,&XN z @D\{u!Oca'TAZ9Y!k?~MhA݆C=3y[&)fCIIc0-".42@V !E8\w@CQm ǕE~CK[2s SK=T$w;VsPg?%a#klezD?Q,} pVѴ(bJ`?z8hyP6A ;7g/Ahꡦ)ƍ vHk,9}: W mPy ŊAAH*xq655"5Uhr!~UO$mi'lcl&b 3H)gNىl`<}aiwM6I>bOKTnC#܆(' {NF8" ª R4#pqyNa  icA[q3gZŵ)f6Z)#SdOU=+CWR׾Ο# ueܵGhX N?'375F2ؙp ޕ\m5 RM+b8GńlU:UQg􆟎;&QBR[_΍Db蟶VrH9bj߳jrӕf,lza{.0!ڛ3ݹI! /L} o%.VZΖÈ՜H[?*CL ~k5V!wSo |,ʦtxSY]*lfG'/qb EE-5n2ί՛yOndE^7!lp \&@9aQCvKx2u  4ǼD&I1}p5m=w0Q2o7`"ggܑ  ZRJ>+^!o `_}"ve$ ПA`{,K@Do9zHG0yK"';Ԁ:&"O.ԞIe~bSDqv.~:{{>1pnZΤ5^CO"1։ #b +3%[yU Ү3De8FgR8IBK-t_AORxYhu~Ndºks^cC˜$ Fz.iݩ7Jz2WB *|P/Kڙ\ť\[ſƹ[dXj@4QXw׋( %Rj) ad"**ǵ.K!>l;>`vMqP@FT"HA 9Ƞ+"Jg{ow7x(K 0³oi_ n % ŐR3P %@l^|s~%]`T*yIYNO 4qʹ8TmQ͐7MA_7$%%jx:ՋU|S"猼VȂpӮFLXiwk*s+$j ,,x lG~jznm1;/G GhUzVrnrVź9q;vz/ ɛ(5ycFd YoHVVW,2tE+_UTTmD|'2(+帯q9~SCBalne@~~EMLsoAx.x={ϝ)/>AHn"5VDVaZ(@0[Q t/zl90 voY c^NV'J% MAo(=̫m1ʊzn0!AprMo-^]Y+X߃ofBY{ⱛg)jxv՞}~1A @>ɅTeGN~}ӑHF,i JC`?VS;᤟oĜu ۂE}l4%7~7)ݥ>5s~A٭q]'sE!#FT'KW!K]0^6i2b&dPWfCƄf%g$nOqky:o-Nh]䅡TD`(aĝ:)EV[qXt_M tPXgmePx֏HN< q'Y`ak\n;wQDy/*#dqFǎB̏HAwRx~uy8p`jMXa Vt,s&uX Z/2~z#Giyb3Nϴ6G ݞB7}C,K{0P@nvѳy:եaY8lمqzlBTZ U| u޸)d"ݟR|'~W7u2koqLd1|ɼ ch,o(atI`YU"ԻB7GS"!3"@7 bC&Iufw;aN}6=ؘ zGs$A?Z&⟯+uVb4d1ZABȻD`Ɓ:2م$ܨI7֏l$?!TSO&֎_. .#뤐n7Vk7LWK\Hp*Ē օT5m;IT *6ّ5pИv]dژwc 4_~S)M7ݦil}}Ul@xeK~IP!}KNʞ=K͵\c.Fôj(쯺\|1W m-h]lG=n@| ΃afz_ (I2^Fښ9R,yk_IpWL}9`T`FzV(Gxr*쿖1խ}(>,f0VN֡8+,Cu)-VEX9?eHYY_Vt%iπkXlhtK#5|?xKmR [ҹYX+O>5Wht4>):.Fu;w6]u}IwJ-E6V(oLuh)m)~qA7g5}6C16 3e ת6k!_7XDm8(-~UDMYd0|S_qU1GƻoDssa9(`VBS"t"~&gj=8/lv*zJ,=$Ϸ@x"!7ĊJcN%VdCP籦hB ]h3qA^p|2TM؄*OZIR ^nqE q5 LՕ-÷p#nkfZڨJ(z%;d>_' õ2HY BC&';BxʼnٻPsJ1ٱcŲ:YWxB{J'T GJ"-!J{E۪{vT`LMRu'(fI4"GFVݼ)nʙoNwxn1nUR(`QB᱒hY =Iy5"T}sJ+ޝm\Wn|U;w5k/O#'RwA5a juWFO8a".[Yf͗&&qp&#ST1LqO[W\PK𩵥Q= 2&G7AOQ w׼<6- Vt<,<.;|Uq&aX h=# ~533l M4uP0 zEK>u_+2w(Y| Nt3 d T$9w=|`É=4hRT<7rd<Re\i(ԅ#10?0}8z64KCwNHMPfo^udչW< [ב8AkAÄ8f~` N[1L"u8Fh ^m۴ǣU&T-}s,t XŇvt?%/D. UG$!W/%M+PtdVwĀ437!,UNtOk@6ԠĆ㏫ߌv)ed S÷_gX(vG!_&|a&mx1YUf#+F; G?+'WSHvE(LXV&1L`j&TQKa@kh~R>mRoL}r t0UBH1m¼@4F;sB'E5{^n' y!\!#*~4L%*ߪ7]ѝ }$k"LM%Á,Bp6 +wl! tL.h\ s zT0f m"c vEAϒO zyYLq eu"gFxߥPϞIۻ +d \v'at΀InK'agZ|ԗd0hɍ~voɶT I 6r-䏎rՊ{GIZ}#^fZJxoֽ]?E+1 4aXC'{ˏJ(G(kh,BH+{a\[7\!sc|Ga'N">): Z!ūhgǫjL;_a|sWm_xB%.]yLR~qKg78dgk Ik-FZ3h7PzJ#2jmTڧJT}j(# r }%2$(&w5F>i,f_ ֲ9(b7}H`8Dl>,9Z ]Z^;;YJko^5F`!D]TSv{7iV.u!̟ SǚXy+xd֨Yn7dmʐ$]u"\ ggŪӀ ߽,]ֻ@ǘmDWm`&ت_㬿<$v~ rNӣVU3!oY["b]|~3NN]vV{hEk+>}-BP:BO,]EL/$Zג fD,2,9P:E%M!H2( [l"p |mmldJܞ|涸1- 7LF77]t }Q"B@O-ۛA;M1aVkUj_6q@:QbqKN40H4Ž*&Լ|\甆ʐ W#1S~BTLʂ.|($OԜTOSϷ-ij_*߸LYw9|]Ya6P~VKH{}OSQ=VͶș9"M 3eV2[BN~9)#]IT~w=_Q3e;]~ %L7=/-C#sM=f LtoO ֡M-k0"aIh_ 4w9•T|:|^Ző?%:`'`EرUV` rYKhK" ì'[8-_k]GSNPr\+;)FOEX/mt=]mz-#8`O2ń0Z$>2Eì|M,o*0S4} X~ v'$Vb&43PkeU.gK`(f.V;3'$X[Xjxƾͺ]ccuBqǵ~ `]'MKlT_BCnrZpt_H@Ǭ>O>pf }lh/Swp*[@z xO2^{ _ wr{-mU"$I88m@&M9bML(\P0ٸ$>$/ ՇZAL 0@̳5x;=ɹu,e7"h񢥴(*sr ˅O/֔C ;<҅ :?UM*.7^Ѧ|ܜx/g\,C&0ܡ- ,h6/\0OR.saĪJam o1(T0W_jo+7hk?SԹ/yo֊` wqVtq=%rH0?o]%M~puESy͇,f]:Qar%Yx0^2s{\D M?SXU_퐋Hn`%BRqPsdžRdo.OR~%ue]3vnՈ _B?P{' W΀ Cj:GKg W/*,^9WP {GnVK+X1bdB(lɄv[& 01I/!(pÈع>m&}?:đvPFt+ɔm[a.|^7lbd1Yu'!{n`#]QY6aV'٫9֬f:bp)/*SzۻIUЬ >vT/Tq jCp,K$ȰRz%ik(9\E@p )1 e+e| Պ{#Lb-llWZ ?R6"zV$<4_gPo-X[,[9:}QLC;﫴v" c9.T>ɞ_J^H\R夈A`tAvaH2)kt\UpAb lr#+\a4/6#_q)9遖%ֲJLjmF=BJ^ z׭) +f5%ݗyٟ{@^V!\8GTdlw1a{vL~99Pդt.1Ňg (P$$6PcEF1L&rn֤m!4v$ A.Z@;o. traa+_8J׹0Y]~"\R@ᵩgʓV~b&6F4)Θq~SP,!Q%؍EuٮԐã{ag&loO/.F"QO5bSȂYߧ$J<7IyBރf] s'΂b:!r% PK[Qj_ `爧0P EVKT)2lMb i@@49Ȅ.h56"E|@DžBZip~#9Վ2a p&%fEDs0+k0o#pM&\'&FJU" /՗prqXUfda;CYk}ʩ[ L0pVul$i fՋ!{ʞA`ڂT_miҝU ыEdk3sБ)D"{sU1˓u$]LDqL1HD\AF\Jxֺ'R":y}ǍLҶ aNnwؓ1& hMc]%dCčځ撇t5(40Bx˗6A,b-.q'K?W4xF=6^4/.uCDWv]M7Y%FĚX&4_BTnQ;sMs4>oI!>Rw ~;b ;]:$ۢ/с/aJ;e5_n^-R.y`$`lg/_o"S!CD'Ō&ء۔!kc:['-dwmK/.;d:~?6mG2p<)yX a:-{|M*ۙ.$tۚcY3]|sZ湮P` 54:ыa}%냌{G.7[g{k'L *ܶRROUWͿƉQֈ-U8NZza&˾Ԡgg˃磸(/ Vah{0^_]"' k)Lk<_jBNHټd3S~5ESҘ6<&_ %. E:Jt;u6d9$Q&CmT^+C@SX\KX n7M_eF+KuE׿žeҸEZ6 @ ׯ8Cסo9Ś۪uDtRp4Y ;5;uM/2m%E5.bİiD@}Wݰ] 5ofY lC88tH*ſkwQI?!W ^%NfݘUaa g9TPymmVawm5sJ/Qk^*00d=l9״C(*gv$i|6D-G+s*OOzm-EBa^N[lq*ڊ*+&=/C;C8=b&/T^xKkR>6IķITsso3:?|W GSdJvX&Ԃ 7}"$#+*Q{Hm7lmJOYzl5=̓D{4O@}㱉F kJOe$h/J֦;LiG,5yX 낹yH ˟~zc9@F\^hJHI؟o/"s]c%4QR.>5Iu *Q<`C<͆UүwV.o{ht#"A~0Mqw/pN#Kmg4j$"zάF:OϐҊ֠u8n{XX rz+%jwFT$ +툶(k/1o6V[KhBT8bn$x%$ztϰ磦 ̼|EY|W &|GD xɎ`𶡞@{LsH OW#Bi/%ZEf >k2M5nRrfkA>NE v )O{>"8E%> H4+F)"9x(KɣUc /#jyGoK8\DfJ|`ٷv^⣂[\~; i#@<:D@Io+nNh~C=/f{1jlΜ(w$XQ#mqNRc dM#ϘJt|7$Ȯ`P/5siFbbwxQzt^$ lgrn*g{l!4th+3+HSe%3M:@ݾ<سVx iZRN5xp2!_* <12#mQmUZ) /tok/Rgu"afT +P`6?GaC $F1IY(eaύT0ioVvخHtBL.LTug | AHY2dl̤ab4X_IzEiJN(a7k\.n1c! 0;y { EuZms^)#VI!o=(Fvq# %i.4`" ?W*6:q( ?Ewi '̧C0N6V$9Qt N4y^9㕐w|NOHP"$t&HC| |9Ns/ei@8卵Qg AT5AtRfK%r'@ad2ӡg  + , Dk%GJz>C33P@˥ګ3뷤]Ⳅ2&\_沗ޣNHF:j}~9T㽷>U1b ^dbM5C8@[vJ)s6_)<_"3+.v5h*$Z{q{̳+-J\)yzEGy8贼=9Zr2z :$T>UV\&Cf]p?$uҬ34FjhQZs, ny,X{a[Tǖ۬8=ӽ{zڋT y]jϲ5MbaMv2Yn_zzҐx 0LFnL18܈\G'KUV%C"-[? uRh1Q[:UJ ?A@Ψ0mq=y 0~|'₍ŦU;H|:w>d 4omYZDUdpK l*}V/[ڀGegJ2(º8hL,B;Clmƒ^a}6uJGsѓN:Ľ?I :/ mzDǽdğU seVvy*QxSڔjh_^f11vf0S>d8kTNeKLff=/|˘N5%$ÈS3b_w.dpXwu*mL .L#SrT=rKɸ*َ1yC7vY@]4-ؚtZ޷B)'B\ՍJ ,*`0bN~t:ؑh{O_1V$ ՌR>oC w-/d&bgU5q/qh1 gjN'.t֩I=x:81xm b1Ǫޱ(arv:Q U+19Q|A\vB z⁼,LMK~.x =Win8 ?ӳsb[5]3) Ty8Y"g&iyct=P9j"P~eJCSn> 5O}x[ j -#&_|yG{ߚwcݟD-<^JyK )2?ּƘˇ2Z;;Ĵ3\UH7Re~XGǓ@ H!nVnV7:eVRJ+ U^ f9\vbo?0rx:LRl2/l| Wހ_gxV==݄(h 4 )c6^O è9.M!0!G~Of- }%jY>.dp ZkFb&6R/Ь>m0T?6܏8 oо++7'?Ї'3sGN$}|d ruk zx_?_ی#c/Z!Վ*MN//e:R x ?^=PzOX;97Q{Ā{imp>Rc VC$G9^A7FkX@񶗼I #&/&kѦ܉sqh ī2S1㱹Trlr 5%pq$&Yˊbf>UQ=Brt}:ZSZ*R0@)堎>ZE/-<:%8yf<]1y}r֊#k[תAۋFֈbC5/S&=B8v8*Yc['JaU#NwWwÒ:WcPG8Q̬ J0и~ii5YvF yț v cm^L\+@(_@ y&@_R9pݸh J'opcsOC{~%2a>nTǗ$ckdٲirPTV ՊJCV*#_DbF t@Pi-Zn rɬّRo-Yavr[Kq/ wmENuުڲk%9O;:p_T^m.p>}k8!ZlGN.S /FTIe"2~,8b]geo:k*{EsGE!V:nh1\Kqyl~؜o͐c5:PEW Q?hzB)[@HXƺdZ}zIB~ #I.j%^ؐ >[XkC[K4IEiH&ITNJ"*(r9G[&ru+ jc!$Uv>/m`f@> 1\٠ڝkEWž(bЈn8w:$t%Y6iJ_̝=SO`Fz˾jO2?jeb{+1k۔ -"{*| gWIpe@M~& >HCG%bqt' Kۦ }.p7)M7PΆ2@Zo1ߏ`1vR=6X0kTvѝQXQ  ؉( sؘ)M2r> DfRSy+[(&"+"n%!o6x=(.C5,& ڄ: Tj`ongxZ$b*]d?;.,;3oa:k5 20驧EH-FkN+ΜsL6*T֡1ctơ0U[h#QL9Xq-gh$gNH/kWT 5a!"h+o'G8h9y5_<7UYCeCSTI}rEvlamT҇FPְV1>8AC 5rՊD:x|Ĝm9Nѱo}UZCE*..ȣ~QJ_$<6s [ 6&eı332ctt_QۄZ ӭk3}*yyLガKoT %}3'QJ1))?D;He]Lo n|cAƍ0Ap]fSL5_)_wnҁٟOg'Z 0SZeQ9EU.T?t\.lYۀT9àc)㯝;H1ݛ(/n̊()>=׼btL\~7(cu"3ӑɏ'*Lr |'<hvaХ6 ȥ 5~,~kә4X{wF$e1^1ۮVV`\D/NGA i{jƔ#VbY\L'&-1up>bLCrRJwPf q`l0ޫ]$"Na  r;^ŠK?jSX5Ԋ^t+C C.Oy2҇I$:ΫE2jyǟ Kwy{Y~Eƕ9zxx,10eL(׀\?HEQ!W[`,8BBvϐ ߆GWn4893_h4KuO8=vm.R =wN5̊/ {xڷ{G#Qw 2e\x!%cXyڶˇrmv(׉d,~d 5/T5} ~=;4Ky  pN492k\ؠYsz`W`˃="hE<;0YcsD H+8_mz13|yx=~S¤ov8\eh0FKԲS Tt^p[;9p+[?nkȾ-%w9ˎ QDco) U6$kTޱ74o]+ـ,1?`;QŅ!X5:s B _U TA AA6ybQs7AY@@Smը e L7CLbU- -؋mѣVw?PФǙ-H"ڙ4;oOUm +>]> +oJ9k&ꝮWm9 I<[ oO]?0v^ې}M)b0BkEc3jk6B'H_+bLuX2yc ?9.t dXA7]=d l!ՈDM]gciv+j~GQ:*yU@:;U-~? B?)=54AE.| +6r@!CbA6g16^(!fsWГsM{QԪ*r#rra"ڨx/h%So2 q$Ms@5㟶EaΖ,a1`̎8JQg J*ô+sjMmQ,3M# o:g7hv> [.<&)kYra _y8'Zg\j Т?vlg؎Mqu@?;9.͖<ߢisмU\/nt -B6:Ե^H`o4ر%d5JJ0JD:7JN.4=υ5-#uz-)^!#qq#5Bs<2(D|p7{&Z-/F2deHg^*xX/pWEE_DQLv (o)^3ZصP] x"e8NelF?XzP6PmdoswV2?TxddQu`>b0j3qQ(z7,+#ÉC^?S eM"5Hhh&ycd Ւ(ӝ+;O.ަv46|93*w#8zCBw.D'[csk Ϳb{ ־E-fvZ  -+%a/!ƸbwtBAFf i1^Ʊm!B HD>aC $#K<<G)pe@r%ݎ+ނv|6E50 5j PfLe?ɑKbj-7[ˮh^‡uY9? ¬eW~Li=5Qvgz{r q}#Qs٥XN{=*" ד=M3+2O3O9̫="C;6%8Ei", of+C`U\(whT ~ڠ)=Fi͘eD~OYNEI'R֏f_EkH03I QD螨Zf6?ÏA!( CO+ >Ty׵Sdi<ꮲ A K{Rي8$C*ԴYBaF~`T,.(8sr_UZI9,ؖrPLO^(g[_fv7 ;v"qE8Y˥+Y軗եze/rNGh)wmCE^-K]w1Qk1e!nF{Ƞ"Lu>/(ܣ5RɱiI3 c}gnV:5ysU5$bxaĿUy*dk>`:]N[@l禠P`)S'=򂞚&rNG@R e4N+E;h|Pb[@XCMߎ< Ĭ-F 4(|VqG6_ [#wph!%DJ7uk,L1|P# >_@TB$5XRu ܎c TJ X v#r5̹'n[@%Iʠvrl35pzn r9MTW苕2s%MH ۴!)fI럟⼦0!Sn#~V;rc'|{/mT2NAbx*%sXM pPC/(dЋD溂G1} &\T5,f0!l?0Z`q '=<[=́"J epu[^ @Lv ޔz]apoh)?baX}wLdkŨ="`ls\>J2`Uh* T/7tX:9&J\߉4)Bd7jێLv D*Ah6N5ұ{G^ӵ|>u0 23kT'h|*cpo$a:^uzvPbu2OU 0 }U#]dD=4t9!n$I]2-(O7D ۬1XdY_G7.]xt-Hӏ?F3Br$#izYdψ+ DuK])Յ"7'|!+󁎜X|QSLpH1ݔr\鳺b6V.ak<p*h=5pd]ha5)hvƫ ԥ3p}}chb} h( H<(h#T'k7\hT qUC^fku@QZd8JQ/2V pBc+RwyI됍% [ {ktڐh;"P\XC+5<` ApNn QG~#S9]8"$J7W@ 3ZkqZ>M*-.$^g9e-f́ L>6y;ش# ^5Jadn`ˎ؍Q?:Zu2܄1 rB0nlr"l MG.(Qs,([#FԚ2ɐC_m+:p[dP[^R&q~g0y˛h IR?x1Z$ЁQ35;19+Qg?*Eǯ* d_͓SĨ~,AK|V^ 7im3}Zy$׳R:8Aݟ=J̐ARRU+ xofg$O]*dI٣x^Ke)LFZTXʹ .eMa"q̓Vc.OU5F5 l<.l,ӷrL9>=3f汣ƌA6<;ƞi/qD6R͢VpMuwy%MVz_7JlP-6P?nthDⷠV;T[wPl"J%'Yr\ʾn9F2,6xX󱁖v,1 `7) 9QKyww>w{^LƦ*Q)),0eu1WUyxUGØcIa aT8STuT[Y%K=J=w'/xԪ^N1s?Pmmơv*/CrCH)Vy,y AZgF,ڏX>|.ծ~CPySn(4)-u #},"ٷFu7|N0 g׵ xPU7nCAp Ζ}biE \F?ϯ%~@7Y c1(8{9/kY''NDe\".pDor|l 7n*ر+!^/su iר|g(FEm`յ΅ Qjhzhc 9|fm\k FmIXZ]1W(ܕ30 9Ŝek)Enj!mF*=Դ-@s~YY\ŪnǬYObR`t܆#pF*<}yd^ zfYC*0nȼ0M,aO[5&X4)#tVA}CwtDxCjNˋv+d(B1*QⓏ !x٫ݬ$safo]AD=~ʘQ 0Ftah@SbB O<%ʹaM| Ǩ> I.)b.J*mfeaK ~ u>Gc83u(K ='jv)D8dĉ+9EX)!"KRK`FЖekrd$Mwݩu𒺌)l # ?6j0)rI#@."gu (بfP @y; ye3%JE WY׆^rUWtͶl,bh{5mN8iLWlqr+̛|M// Zc,G;sAjj$mF.KZCF9Vbjɇv)uAE Ag&1f2ZEHX_}4+EQr3zy<#["#@;Ub3 u|O?!m0b3}b(jF'3V&υ@a+ Ie; % ;˰3 ^ ol&7EeNCIanA8J"#4a ]~ʣX诎n`'ঢ়y١62Wa[ȿv6.TéuAls4Ul9B2 qmj͢$}3XPl%p 1adp}#r<o(ˠjf"fJxK91yDt?OǬ v^ ¬A2QzZ7ޙ<S,5㇎q2Q>&Ċ61䷮6GdJ7YgO f3I_n\(P!IWrDrD8W5e$!g@i&: }RP.ԁg Y),Y7Bݴg?l41} bR]U|p;||cbA#-+jk|]b$Yzi WSe;hFjDҙdvXq79S6~k~g F#bY҃Bf X"ֆv;m;Ĺ+(Q 0_!4L\8/5L k[ ɲX)oS!/d+/PH10/催#*Ͱ}Q<ܴM$|~{ Z(KRf, #kAЉ9i{Ψ%ϝE,1H}q"^dObPe̴ݘ|ZTgU!pC; 2r',/g>6"P!a%i\?\wLF* t2 =81X 9j*xA^z1Qngmu3ŷfc3ZF 4,)Mʖ =fGʈGcNR3\@h\XOX<^z6ԗި>r)  fY`IYmHf,Q브ƣ~G&izR O{0PrN/9;$Ō$&~Z9Fy w ,-ٷȒhwP3'yꂀ;VOoL+>tLa5/k4>lT_IgG?3|XU(x>)~$%Bm0F}3ʘ'u7=EłgaeűW L dFs촚.8B IGhse9/pX?8g-5k{89-#7R׀AYPr(u>?-UC:b(!IqMZ@ZƈjD > {-d) *; ,? /`*YpMl_QPoW>E3{sNܞJN%}˼+ 3;~G+ D\gyYh t-zm$EePˏ54B:iAz?0NzYJ͐Ś# ) Qo'1uDT!cc*7(S n-/T'6ౙ?$rw!Ͼ "\hb@>%N)g|la>C;\o/BBkމ&`Ds8^ڷ/fq%bU}|4t+[+8ʧ3j_),`$`dBm`yql;P+[ v8=J ʔ/a>sNLity7f~ ? \) i DB=ZQe kXc(~YgExgS֏L%2!j6Oٷ+&ۤ7w‘׈}4"DwL2@Fj*#q0z> @P3ta3oE(bpZfc0 6w;w6 p[J0&MCI3kx2*Cc~,JYE(\[nVlEttL؆sN!IbRʴ+Eu mL<;7_;mg7+'IJ4#῾hl ڊo#">` 1jF1bgr+E~T~ƝMӈ= k1C.3֭ܤ4^^+QJ)y z[.R1 ?c8/,Q] GuʂCKS0KW_=G̢ڿ=*W Oqb'Iܯotkk:l&2-A{ "@9Z[z#~ݍ1WS>jΙ oL, z`]1_?z@ayLXB)Xᙛ?zI+RW0؜f>vQZIK[=R<.kIjOKy1bkyhUk:r&"&̇H0+DJdɫjYmb.?{v\mLBgB}ɦ%G)O#YTN~qyVZkkWbb c>I3o/Nvm<~9۪AD3A6t^Fu/}̕jI^#zщ/J>L~(a`nUq͘T%bIgyH2LhB}8>l,FJ7Ƭ2x)L?+ TT"_4dNuzaJ¸W|)!4 e1#5^V '$Y< 3NGYhf0T{2Z("=E%0CL{يHLc:-*2>$& ƣw||͢c7To?0>_JSiL9A/u6m1n;0<;&pϣ<|rV\J bA$5L0%*| ;!hVL$;U^Mj0WhU*GWEU5C!o+J-wԎtV']'Vp?:X;>Uq7,jdFY2ŀf;PK剚Y x$ UD}NbW*`@5N cek45GѦh$x\$gj:ީ|5V:ͼԞ䬫R] b趠zL6U5:0I 0K_Z5jS䨕^z Xq#N@P@yy| QGm#A1Rߴ.awk^)j7̹빠Lwh@B/P`Zj8p9G:]ݫxZq`-n&;Fʾՙd6ᯣf z݃e#oڽ>ǰu[~;ug_?qD\ hHT6w~-˰ *N=H3˛J^ܾҤL&s(KH`E,OyW7EQ8rMrF+wmY=$R;/sXqVI󯣺X[Umqi~֦)픡pnlbbN揶PPb*DQ :&2֖?o^<17ihV'EDNj/)-ejY2g_"hwO[wSX{-:ydI3RCA PY;j\l+cKJPQג|)xa%]<#Tmi|M;jd.0\^/O71ۃ)sD$Bv6ٖ'ŕU7JAڨnfuޚףg* 7<}7/ b3<2mEy#pLQ+Sy {;{mV53mm#5UtT߽gdx7ǪO码$""QrGw:brc;{ yAjK^{qe@ܵr /41:]XZN$T$|P(&rT;AFU/Ng: (\N5,&mV"k 8& hШK{{GZ-&D,L*Lѕّ+{ :vSB5ѷ[ noTcA i1?/39NS J{^u'& 9KEJq1CegyoNRC/ ~,pww}DsJz}ϒS .~x6ZXC"WAh:}`;A%7G,m6 NA<W@a/_by9΂>汹2wR@,-֌ly{?]y> c2G2BRʘݰů.j('TX{6ڝWbJ1>@^ 7A:]kd"6EPxfk8j3Z#A:e;@uJ64f~R<`K;' 8&h! :yFo+5$CKK=;PqmO+:pcX'KthxrNl  k`Usw<-raw/& $8ge-`9@ n-b*9Nʩ`=G Wh)KkJnoYC>^u{[z@iOaYs)gˇS"L>j{ pwʔ#mYKBb_ú\ΞmBcPXd2ex;ɃcC;!69)Zt}ep5E ܞoa.k)S^PubXvl8xH '|ÐUX "wqՎn"dF#."c2qn *Q " 9$ZKkTLO[X>UO#|*1Jq@n.rJ56Bd 'cX {MBd) wWʬV`'V&5:"A.)8NΞ{-]=VR|f 4rN6Bk-YrwʙfD*)KOji`C> EڵPM܆ Ȋ5(-Y}DZf֧dnѰ-GE ]j]է-Y~aTX",˯O0)ZJz4T>> 1-NNAܛi&^,q?H]2{ 4D~ÅN^r P/vdL"ǐb'g |FВ*]#w*>t#3PK'-M_C'L.@2rk U]ów!Q|[p:ijV[_ ٴ,+TgS:w܏LQז]lh4@`6ERXArkWm>ɒė]`:(m~*HTtS:Zƕ,- DNVʠv"j$59Wh̭7vSj19i_MH+SX9MDj:X+akd@S3JOx,B+IZFդdu{g%0Kʥ-ddZpWe>S63ooy;5  P\q$2o{>^~]qn#?yP,6-*@2(zHt'\&='ɞGLxÑ#.uyW);gc~`{m fZ}N4iC8gumOoZrO*h8N ACП4Ϯ d$OB\prc~|U̇nXtE+MDV8c;N{hcW>hA]n?LW=L|&OW r2JjbC^&56gCV=H$0/¬1z.+$)i?ݯ֪*sbp DQ,0 X-=x9{-z1/V9^C#qFn/}Lwy+hDȂ, 矒Gz):ė#, #:5,MJ:c '}R<nQB֖s+[y?}I&/;~}8DR0jT0`T>yA"`9И>oY!EjɀRq~ntP2#&ܳkaHNYzC(%b\Q_]%e&`!~T[VwEa]oã~}8+H-(_Kȗ4vx(7ȺH2L씏J*I}P}%'\$p4D*yz:b$ښ&*?,/_ز*aߥ$ \ G;%ic؊*R={ 095<̫ 8݉ݷcCJ Zy BZJ}eҝR[K~%ڋ&ϖY@Sd"  P혶51?iЅPux q(cgcltD2CӀ-wkr(3iX uƅFSD[iRzHuRcsR14 +!?pƖMr|EB$`!ӭljvSw l'FjjapwRHk./9["SxK7Ј7, B= zeƠ{4Ʃ:u зJreAoR8_)C^#'~0e,\ECοSM5O7ӑaRbogi#U܉O%ZGg kEL%-`Fsx?U_JB܆Z}KBupT3^(#JɋJ &M(dħI)& \xӺ+Ӽ| %Mm5k5Wl-xOexU{A|U^[-{:Z`i;]9󷯻gzX/RIJNFlE3v`j@aߞi\ֻ[v hFb4Ԭo5F׹& Q>G}Mo٢z;Y{'RU,A@h,#",x[3EԁJ-Hsx8i\!1px9gEZ:o\ݱܶ'QLrjͤxea!iEGL9D9HvY8OvNPeY YU/UaG>9lr IFEy@y0eQ~ڋ..:gugXKuS塵EO-ܫlFȑe̺G9PԁL{:zb6xr`wVt&z|`BqW1cB>ViX`!v. Q`QaBs's aR> ]T+]c( ;ה<2!XZ^.zgl]$HW(2s$sr"ᙞFվHo қm_]LpiduO)ڗV،hqX[VQAqOƵI#"s0~Ź U{X<󆻝Uy}KDvh2>wT\ R8d<Քy: g}yznk.)>pT`#D=MP[h՘&7wb0AUcTHbE`Ĵ.I6klțߤ>J,e :b2SQ:V\F !z&&ڭHM(cz0FC+AB\0I'J?k,п7bd#^,TI.z`>&,-۾.tDS9Q@ &Tpvaź7(K}/88Og&D!d*f(/f~IPH eĶf,U^vRw -[Gqͅ'Dܨ7\:x姳fؗn3 0h1;mJi^q`Oiݴq0@ŦN1 ,%^.ʕQܶsJﶉ̺nM|7TNMeLzɜ]4;+b&+P]R]XorVOE?+rE\4%1>q^ ܕĸ,J30y:3ۢWp\]ty$kSqGP\i L_Ӥ-ǂ=*6B(`ZD-i'>{v%sgq)ɍF[9:iL $~[Oqhe}K ãwEL$1Ĥިy ]Y+\m{ *y̾'?k *дu-ʏBDhKgEgWIgqrUZ TiUjaRU/AU:7q3`^__h-V*\3`3!H(Nf2tBMglӆLOTʹVqvn<*!H.df)ݩsBf/u,Y=|uײ-NF03M+lcA׿9_W/ܮpi`ؿ L8.Q9*p+"b?&c|ӫ( {Dw!Es 8'p]BLBTZ|@pW ƄP^LR_eŹ)%bΨHλjJW2f[M}Ts%omK.K(Z~[IOOAN ;'%}kˠS"Yvnà5;`01ZR9)پ7 :@EN a@2i;hmx58yMd'˳/_"e-_pk;ǧuGcfA?/NQZΖ"8-2RA+.:O›L-LDVM8g)q kS:i(x~kVWI!9eE\3#G5d Ј sј}d{ML؍2PogQ8Qn&)9Wv,]M&׻1~Oo9-xVLqMh]0cjVۓZE*>OrbW;kXv(bM`+U͋D)-p@GÅVH^s*)P&@wu% DfY\A!39;){:G*KHMڏӿ4KG`#d3E((kg$?^і'zR0߀7#m Q *~z~5IOԂJGbD`d͟>ǐLx>IGNad!)b68h)n8Y.GPR9+7Iډ&%8= ^W1;@z%v:'?\ %^O~|fW#9h/AC^mCYR>}x$@( ,*urЁ*!eC_N^- $b*q|`us!z#WO b>I~5?+#0Oh [ XJ@$>rS7nKEk RW@1?ڒd'i1eDo tZέU~YƿR ϗ )!dHj1+w"/2YzMkwB?pL8B[+BowO]9M\-0$a2tHgHIQPmn:!7q-?~ )<`d'BP:3-{ˎ.,ߎKXeV&K"Ub~96™;=n& $ $8(lIy/Ytۃƥ o#oгĪ@I7.gt>8'<•dJr&W/6pDv `|Lr|.I=t:kR+:|Xb+#d" Vp wB`@ࡌG $=xck@jaKNx;Yt]QVhd y@AFE@@0dv9w8kUèn0J[6iGs\W}cڡnÁW$(]e~@MgIJ(eU h= R*] S0@:?k!u8DsȁV1gOi5]-R3A& '')^DqvC9 d}05)KwHF2)>DsYN[%@S8pA*/i_{fRWwNoV)Tx>A`a4 J02`" |(F#l͛5:D6o+ڬ; y5̢V;ﰎw㼉tGnaT)t,})M)P2v La5p2>EJIɎf7>BNDթbiTн!f͖B@T+IX3cqPn+oi'Y*p6*+t=J Á!LSk% ,=1c#,.lZ4&{ت [TcKR(Bc@/wi@ Ͼݧn L~Nd;`\'"vmadgo\vʻ9MC-t-az2:ƞr$Ć55{^A>t%.[k'ͭX*d5=(+n!u8jG@r*rM7t01 Dw۬XTlwn\UR,[FXޞNPNl9QKDB;?`G?ekp12btCv.F[ 8X 7hYnhv>rե$wwr\+Yp*xgN2=F edR:}Iù'.qqqI_\&xgMjo#x=i򞘳y KYG yɘE喘%ٿ!Sĝѫf<8.&5qyʒv֍Bpj,fJ(e g fmS ^o\yv_^U_lYs}N+c?߶%EC~ߜ,ZA<|)p(ZFUB1ΫИ6A1Yys1zyGKSl͟ofkL__%w c A2"ɚg\qS4f{s=DY2օ z@BQ͋LR\E5KYWw)f|*@~Ӏ %/[mD]@Q }SKCq%Ω$ +r27J1ψgߪS;%mk(O(fuHٕuNW<3pHU P+Jeq Jׅʝa^zlI/یÐ D=v36%> eY[C9HݖHT;)&v\?n^Tm)^t0h;sǡ-#[Rk6 =]A3RQK SFv3@j1V1'5DMGY˹ ו⻲2ςCC%ZeZ,v6wÕ,}ӿUU^ uU#ӆŨyB 'I 4v ;8a@$;R4 ~F۾i{*1xF]0KjM8JR.t~#jgU|pձ% qto><Ϟ; vYj9T%]uٛͽo 1?9v*z#QXrx@+bA!&Ҥ*z̩l{r^}.;j#5T XvC\$T-o~b d(Ց/5|7mqsD"MG˻EwE Zz&.|ee@_O.i(̀Tl*m,ߑ0Μ޴7ֲ S!PoEz<7jfW6wk/:ƬfX7""!%%fwCtڭnsRw pϘ{?WFC&]N<3hv3_)wBdC᫨b? Y`y{CKYIr}Pqggb"p£Xd2H( ޜT[esutڦ5`SyЌ.Ί~@*?} xpÃ& -\1kƄׄP|*=Ow8/j54?toK&ljµ{0"2!Swq֮Z|H))i^*&>JD+v\vrOa m8Z7:\x{υ spDS=w%%±,87"(4xcC=VGAMUXCT9n\@o:X;<lj2ELDG+c"L)_ B3>۞M|_'O4p& aMY105ؐbJ9Pv5m1ǢTAB%]rw& C=PN-xh#Ɖ9Gvۡ H ~}ѩG,KwpFpvxITO??xu=˙,[ZE;v![«(|!Vv%J "˙1NL&G{;:GJvOKNQqbd-> -X(5]d?Pt?Z-Hur ug_PCY1C [EiĞI}`5'a]HufZIb#pGcwspC(q?gt ܑGWvMHF2>Y4%/`.hVߗmeN8n:ؚӘ"LJ?$$)l,C۠7 ~~Ih,C\H+GDPhz_rX@J]h Ԡ̗Yؖ*; |JP!H+^h,^b Y }Vǘe(xVM0<~Kcq4f 4Dl_"URvN  ɝ̩D%_Xjsn{XImxc ƫ lY}|aWdʗPa'nT?DBeICme7DSFҪ ^9Gyq;(3͆٥tf'gŢ!霭 6)UTKbwV hn2euL:t1iEP$:M St Ko膊zoF#K>t%hWOTg2 8NMk+ 0{))̠ըO͗nt3viZq't'Bi^qLo}78X3+P\PH8jzaK9MLuȱ -63X5K?93t ^p7<2ʴlFy5-czYP nb[`;>X5,T6}Eav~!{ᚡ"pvڗjio\p0~P1R߄-@b`H>shs2TV[u͑`=4ɋ``h{ fe5m8"OMQծF^6?=';IS"<%F: {3Bgm;R+D*>Rw %amUt3sU{Bzw.SM֜cl]Q@?됆yW<􎖒^H[M2<'mO޷󘕍CA?u8ϜU9>UGbM?'/,Bo.8q zή)!>E΃r#/_*WUc~!TQu%ʫ,%$%Ipї!z1oZ]^@³1#ݭ:dK=kbGt2+MK_q?B;#L1kR UȺG S&,)W1L϶9+]܍zLI8Я{W 1f2%l 9%2Aɀ E+lRTW= ݑ|I'n0I^dESn@Dh{v'dO_ɒ(pHhz:fV]HRP 7gJͳ qu~ceOϜV?YtƘm7*$o+cLWPt w0USB/=xH wi9t$ j4Z[tlJur{[`6ۿ8EéOǾߑ!,77I!D׋ AM8!+wKrg{ܼs^2#x7N~w2~9zڢ&Y@;3ul9mk56Y}܃="Il 3Ճk(r ;~g1Ì/mZJ&~fFu&ks+.]{:Dnyy9Q$pc\ݐ*>$fEM<ѵB5/N2pr#,` lJ'YI"9@19sHRq2\|8RLgi4 ‹%@"E/'eer?aFz$E6C[  ;'~!0ɣU)XУ/uԾ=rSL!bZ*aB2Ip2);WhT>N NFL O'5I)]>c2>4~NeGc' ueGmsjcD߆>*ɤ cRELZãRg e<]ncAKCVͳ M{Y4V0HF_V^ަh~蛲n^,&I;ʇ z ,HJ2! }ҷ QJraے}lˍTk5 cMxj¿ JRuvcDd,CIKl&(1K*9 byIgIhf_7%zqn<)G{ 5~[YnW2!<&c3o7E(Uu]|A_nR (f%A ͤ3gQ@h:_ΈŗS;X6ڡ{6uv'ßS ' Sͧ'ʢ+8+8$BIWܔB<0JOnr,)ZLEkb5M E_74wmcZ',u[lx*)3"d{=ZLS aZDBȨQG~ l6#1L8=XLLU$UUko3g0,om|4(h,R9|3&RU۸1-9FS./ q_~""p8#ZwauPQYdoCt5COCݱC($FxbIK!UzǑR0\v"VtQX[;&5Xop+կClzsH}tO X?4%,s3[{jIQ'S~<818 Aa8ͥ {m?ܕ$,0'`8TtC p.2s"f `'Z3='cG:-äʞuYͻnqhS]eGφ2>Wo+a[CX \P?o5.gu=P4 9 Us e cÌN{@ajt(RHp8վܣ]} H;7? / M,<_iC ye`sG1eO!]-@˜Mn-!]!aǿ(˗3{yڐz:;E=5*uD[S#>߫և%zKDB' %K_^BX݀j [NI/to>QS# v>`=􁪢$߀!E(yȯλ%Lrsua8Rfq h.@Vsn="ĂBm,iشdZR$2γ42jkT6VJe{rCJ6|CnP㭯m;jjḴХ'7>LA⹭ 2Iے6[IQq;utDQm-3!N) 3[Ë !w,1 Hʳ2,O/~B ƲIg@ *;vߌA}Y^}oF'uNR^"sCUfaśuV!H>Ԟ@)c~BӇ9C-Tt_Q#>@;X3ټ.v7R+8>1ʭt+$:WЗkY 'w'=# YZ