pnetcdf-openmpi-devel-1.12.2-1.1 >  A `ChZp9|ۡOYMAN'( /?{$+CwWr6EtV +Gy @h|ܥzlp,"DN=!Tðj9u}wI r%<"J.KP|y5_O)^![]YxEEׇW&zgN+h ĀDRedQVƣ:DNU'5:͝;UM;Q~>)4Fzޥ733e396bff9d81306a1ddf4f1c38757096d5b6df97d90a8a9e1614995406c11d5b6e74e66860aa3c46631fc835820e99799606abT`ChZp9|pڴB)D^% ey uB'h(b%__v+%5p>?d # ITX`d} (@ L X p  $H`(8 9 : FGH0IHXPY`\]^bMcdXe]f`lbutvwx,yDzL\`fCpnetcdf-openmpi-devel1.12.21.1Development files for pnetcdf-openmpiNetCDF 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.`Ch sheep95 SUSE Linux Enterprise 15SUSE LLC NetCDFhttps://www.suse.com/Development/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxx86_64!I `Cf`Cf4`Cf`Cg2`Cg4`Cg282893bf5d6a73371bb8bdac1e69947474b23b031ea5f7f7610efedbbe1acd89140986ff3e6b3ac3ad6543281ec2d26f6c0d4a8441cb11e02f238e72751e2e5111f7d45c90c88b43e5a078f768bf4277c9bc7d0e3d75cab2c57ac847c254a59718a3adc0c98a0c3bc824bde066c07064e9950408e4c6a3d16bc15ba82f9f7a680515e01052bc8ea31559b0eb053bff78ddcb6a58fb666669f087c990277e0d150libpnetcdf.so.4.0.2rootrootrootrootrootrootrootrootrootrootrootrootpnetcdf-openmpi-1.12.2-1.1.src.rpmparallel-netcdf-openmpi-develpkgconfig(pnetcdf)pnetcdf-openmpi-develpnetcdf-openmpi-devel(x86-64)@    /usr/bin/pkg-configlibpnetcdf4-openmpiopenmpi-develpnetcdf-devel-datarpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.12.23.0.4-14.6.0-14.0-15.2-14.14.1`8_/@_@]Y]]w@Ws@W~UWUnU@UK@cgoll@suse.comeich@suse.comeich@suse.comstefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.dechristophe@krop.frjengelh@inai.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.com- Update to version 1.12.2: * Updated utility program * ncvalidator now reports the name of variable that violates the NetCDF limitation on large variables for CDF-2 files * add corrupted file bad_large_fixed_var.nc2 that contains one large fixed-size variables that is not defined last * add corrupted file bad_large_rec_2_vars.nc2 that contains 2 large record variables * add corrupted file bad_large_rec_var.nc2 that contains 1 large record variable that is not defined last * add URLs of NetCDF limitations on large variables for CDF-1 and 2 file formats * Other updates: * When calling ncmpi_create() with NC_CLOBBER flag, PnetCDF now calls access() to check whether file exists first. If the file does not exist, successive calls to truncate() or unlink() can be skipped. * Improve detection of HDF5 signature. The HDF5 signature is located at the beginning of the HDF5 superblock, but the location of HDF5 superblock may not be at the beginning of the file. It is located at byte offset 0, byte offset 512, and at successive locations in the file, each a multiple of two of the previous location; in other words, at these byte offsets: 0, 512, 1024, 2048, and so on. * Bug fixes * Fix NC_CLOBBER mode for ncmpi_create() when files are existing symbolic links. Prior to this release, symbolic links, like other regular files, was first deleted and then created. This can result in an unexpected outcome, i.e. the deletion of symbolic link. NetCDF-4 library implements this differently, by adding O_TRUNC flag when calling open() to truncate the file to length 0. Historically, PnetCDF did not adopt the same approach because MPI does not define a similar flag to O_TRUNC and the only way to achieve the file clobber effect is to through MPI_File_set_size(), which can be expensive as the function takes an MPI file handler argument, which requires to open the file first with a call to MPI_File_open(). * Fix a bug of calling Fortran getarg() with the first argument k with a value > 0 when there is no command-line argument is used. NAG Fortran may crash the program. [f16bd3c](https://github.com/Parallel-NetCDF/PnetCDF/commit/f16bd3c1ba1b08eade2384f094c519f3f2dc114e) * Fix a bug that limits FLASH-IO to run on less than 16K MPI processes. See [1d84fa5](https://github.com/Parallel-NetCDF/PnetCDF/commit/1d84fa5d54ca9179da4a5b1a4ee3b92cc92287ed) - enable non HPC openmpi4 builds- Enable openmpi4 builds for SLE >= 15-SP2.- Update to version 1.12.1: v.1.12.1 - Option '-t' added to 'cdfdiff' to compare variable differences within a tolerance. - Make PnetCDF build with OpenMPI 4. - Fix aliasing bug with -O3. - String length of I/O hint 'nc_burst_buf_dirname' must be less than MPI_MAX_INFO_VAL. v.1.12.0 - Add 'cdfdiff' utility - serial version of 'ncmpidiff' supports classic NetCDF formats only i.e. CDF-1, CDF-2, and CDF-5. - 'ncmpidiff' now checks file format versions of two files, and reports difference if not the same. - Option '-t' added to 'ncpmidiff' to compare variable differences within a tolerance. - MPI info object now includes all PnetCDF hints once obtained form call to ncmpi_inq_file_info(). - Fix segfault when calling nonblocking API with zero-lenght request and request ID NULL. - Per-file thread-safe capability is not supported when using OpenMPI with ROMIO backend. v.1.11.2 - Utility program `ncoffsets` updated to skip printing dimension names if the number of dimensions of a variable is larger than 64. - Utility program `ncvalidator` updated to be able to repair the file header to fill in null-byte paddings in the space between the header size and header extent. v.1.11.1 - Optimization: When inserting nonblocking requests into the PnetCDF internal pending queues, queues are now kept sorted (using an insert sort) into an increasing order of variable starting file offsets. - Fix ncmpidiff when comparing dimension names of 2 variables between files whose dimension define orders are different. - Padding -- NetCDF classic file format specifies null (\x00) byte header padding, but does not enforce it. v.1.11.0 - New features * NetCDF-4 driver -- Accessing HDF5-based NetCDF-4 files is now supported. - New optimization * Burst buffer driver is updated to run varn APIs more efficiently. - New Limitations * For creating new files, the NetCDF-4 driver in PnetCDF supports only the classic model I/O operations. - New APIs * C++ API `NcmpiFile::set_fill()` is added for setting and inquiring the fill mode of an opened NetCDF file. - New PnetCDF hint * `nc_ibuf_size`: set the size of temporal buffer to be allocated by PnetCDF internally to pack noncontiguous user write buffers supplied to the nonblocking requests into a contiguous space. - Other updates: * The automatic file layout alignment for fixed-size variables is disabled. * The internal data buffering mechanism used in the burst buffer driver is removed. - Bug fixes * Fix bug of checking interleaved requests for scalar variables. * For put and get APIs when buftype is MPI_DATATYPE_NULL, bufcount is ignored. This is not implemented correctly in blocking put and get APIs. * ncmpidiff -- when comparing two files that contain record variables but no record has been written. * ncmpidiff -- when comparing two scalar variables, error NC_EBADDIM may mistakenly reported. * Fix crash when the MPI communicator used in ncmpi_create or ncmpi_open is freed by the user after the call and before file is closed. * Discrepancy from NetCDF library * No read/write variables in define mode when file format is NetCDF-4. * Diffrent to nc_set_fill() defined in NetCDF-4, ncmpi_set_fill() changes fill mode of all variables newly defined in current scope of define mode. * Error codes return precedence can be different between NetCDF and PnetCDF. - Discrepancy from NetCDF library * NetCDF-4 allows to read/write variables in define mode when file format is NetCDF-4, while PnetCDF requires data mode. * In contrast to nc_set_fill() in NetCDF-4, ncmpi_set_fill() changes fill mode of all variables newly defined in current scope of define mode. * Error code precedence may differ between NetCDF and PnetCDF. - Clarifications PnetCDF currently does not support Fortran default integer type set to 8 bytes (option -fdefault-integer-8 with gnu compiler). v.1.10.0 - New Features: * A new I/O layer that makes use of burst buffers is added. - New Optimizations: * Internal memory management for nonblocking APIs has been improved to reduce memory footprint. * Blocking and nonblocking varn APIs have been improved for better performance and less memory footprint. * on noncontiguous layout in user buffer use the user buffer directly in MPI-IO calls when neither byte-swap nor type-conversion is required to reduce memory footprint. - New APIs: * ncmpi_flush() flushes data buffered by PnetCDF to the destination file system. - API semantics: * ncmpi_put_vard and ncmpi_get_vard APIs + Allow to write/read two or more variables in a single call. + When argument filetype is MPI_DATATYPE_NULL, request is considered zero-length. + Limitation of vard APIs: element data type of filetype must conform with variable external NC data type. + element data types of all variables accessed in filetype must be the same. + buftype must contain only one same element data type if it is used to read or write multiple variables from file. - New error codes: * NC_EFLUSHED when request got flushed before when calling ncmpi_cancel(). * NC_EBADLOG when burst buffer log files are found corrupted. - New hints: * nc_in_place_swap; enable/disable in-place byte swap on Little Endian architectures. * nc_burst_buf -- to use the burst buffering feature. * nc_burst_buf_dirname -- directory where internal log files for burst buffer will be stored. * nc_burst_buf_del_on_close -- whether log files should be deleted when closing NetCDF file. * nc_burst_buf_flush_buffer_size -- Amount of memory allowed by users to allocate when flushing the burst buffer log files. - Rutime environment variable * PNETCDF_RELAX_COORD_BOUND set to 0 to disable or 1 to enable more relaxed boundary check for argument start. - Utility programs: * ncvalidator adds a new option -t to turn on tracing mode. - Other updates: * Add a check for NC_EUNLIMIT in API ncmpi_open to detect whether two or more unlimited dimensions are defined to detect a corrupted file. - Bug fixes: * Fix type_create_subarray64() for case when some dimensions of the global array is larger than 4G and oldtype is not MPI_BYTE. * Fix the bug that writing scalar attributes of type NF_INT64 was mistakenly casted to NF_INT. * Fix calculation of new record number in put_vard API. * Fix calculation of growing size of nonblocking request queues to include the number of records of a record variable, as such request is split into multiple additional requests, one for each record. * Remove freeing name object because NC_ENULLPAD is not a fatal error. * Add a check against NULL before freeing Member "value" of NC_dimarray, NC_attrarray, and NC_vararray when reading from file where respective tags are corrupt. - Conformity with NetCDF library * Attribute _FillValue of any NC data type may be put to global variable NC_GLOBAL for all classic files. v.1.9.0 - New optimizations: * use hash functions for faster attribute name lookup. - New limitations: * max number of files to be opened simultaniously is now 1024. * maximum number of variable dimensions (NC_MAX_VAR_DIMS) is now 2147483647. * maximum number of attributes per file (NC_MAX_ATTRS) is now 2147483647. * maximum number of variables per file (NC_MAX_VARS) is now 2147483647. * maximum size of of single put/get request or aggregate size if non-blocking request per MPI process is INT_MAX. - New constants: * NC_FORMAT_UNKNOWN, NF_FORMAT_UNKNOWN, NF90_FORMAT_UNKNOWN will be returned on ncmpi_inq_file_format if file is unrecognizable. * NC_MAX_NFILES, NF_MAX_NFILES, NF90_MAX_NFILE define max number of files that can be kept open my an MPI process. - API Syntax change: * Argument fill_value of ncmpi_def_var_fill is 'const' now. - Semantic updates: * Calling ncmpi_end_indep_data() in collective data mode no longer considered illegal. * For CDF-5 files, the maximum size of a variable or a variable's record is NC_MAX_INT64-3. * on inconsistent create/open among processes, the modes on all processes will be replaced by rank 0's mode. NC_EMULTIDEFINE_CMODE or NC_EMULTIDEFINE_OMODE will returned on processes disagreeing with rank 0's mode. * ncmpi_inq_nreqs() allows argument nreqs to be NULL. * ncmpi_inq_buffer_usage() & ncmpi_inq_buffer_size() allows argument usage to be NULL. * New error codes: + NC_EMAX_REQ, NF_EMAX_REQ and NF90_EMAX_REQ + NC_ENULLPAD, NF_ENULPAD and NF90_ENULPAD - Utility programs: * ncmpivalid renamed to ncvalidator - Update: * Update UTF8 encoding utility to use utf8proc library version 2.1.0. * Add quiet mode command-line option "-q" to utility program ncvalidator. * Add an internal check for whether the file starting offsets of all variables are in an increasing order as the variables defines. - Bug Fixes: * Fix a bug in nonblocking APIs when two separate nonblocking requests that can be coalesced into a contiguous MPI fileview or buffer type but the coalesced length becomes too big. * Fix a bug in nonblocking APIs when one request's access region covers more than one other non-interleaved requests. * Fix a bug in string parsing the environment variable PNETCDF_HINTS and print warning messages when hint strings are ill-formed. * Fix a bug in F90 APIs for reading and writing scalar variables, i.e. number of dimensions is zero. * Fix a bug that fails to do byte-swap when retrieving user-defined fill values. - Conformity to NetCDF: * API ncmpi_open now checks the number of large variables that is legal for CDF-1 and CDF-2 files. * Add checking for error code NC_ELATEFILL. * No longer disallow _FillValue for global variable NC_GLOBAL. * Don't turn fill mode on/off automatically when putting/deleting _FillValue attribute. This restores consistency with NetCDF. * PnetCDF can no longer be built on 32-bit machines if using OpenMPI versions 2.0.2 and 1.10.6 and earlier versions. - Clarifications: * External numerical data types can no longer be type casted to NC_CHAR type upon reading/writing. Only legal APIs the read/write a NC_CHAR variable are the '_text' APIs. New translations of internal data types to MPI data types - check release notes for a table. v.1.8.1 - Fortran parameters NF_MAX_DIMS, NF_MAX_ATTRS, NF_MAX_VARS, and NF_MAX_NAME have been fixed to conform with their corresponding C constants. v.1.8.0 - Copy fill values to data elements that cause out-of-bound error (i.e. NC_ERANGE.) New macros added to pnetcdf.h, to indicate the configurable options that were enabled/disabled. These macros are: PNETCDF_ERANGE_FILL, PNETCDF_SUBFILING, PNETCDF_RELAX_COORD_BOUND, and PNETCDF_DEBUG_MODE. - Detect HDF5 file format: * ncmpi_inq_file_format reports NC_FORMAT_NETCDF4 on HDF5 signature. * 'ncmpidump' checks for HDF5 format when -k option is specified. * ncmpi_open checks for HDF5 signature and returns NC_ENOTNC3 error. - New API: * ncmpi_strerrno, nfmpi_strerrno, nf90mpi_strerrno return the string name of a NC error code. * ncmpi_inq_path, nfmpi_inq_path, nf90mpi_inq_path for inquiring file pathname used when open/create the CDF file. - Optimizations: * Use of Bernstein hash for checking if variable or dimension name is used already. * Storage of nonblocking requests. - Changed syntax: * ncmpi_cancel can now be called in define mode. - New error codes: NC_EPENDING, NC_EINVAL_OMODE, NC_EMULTIDEFINE_CMODE for both C and FOTRAN functions. - New error code precedences when multiple errors in API argument detected. * Utility pnetcdf-config to display build configuration. - Semantic changes: * For collective APIs, the following errors are considered fatal: NC_EBADID, NC_EPERM, NC_EINDEFINE, NC_EINDEP, and NC_ENOTINDEP. Once detects these errors the calling APIs return immediately. * Consistency check for header data (defining dimensions, variables, and attributes) is moved to individual APIs and only enabled when safe mode is enabled. * For CDF-5 files, regular NC_ERANGE check is performed in PnetCDF for all APIs that access NC_BYTE variables. For CDF-1 and 2 files, PnetCDF still honors that exception. * Error code NC_EPENDING will be returned when pending requests are detected at the file close. * API ncmpi_set_default_format is changed to an independent API. - Build separate doc package. - Run package internal tests. - Remove: parallel-netcdf-1.6.1-destdir.patch - obsolete build patch. - Add support for HPC build. - Add build support for gcc10 to HPC build (bsc#1174439). - Add build support for openmpi4. - Disable 32-bit build architectures: package cannot be built there.- Add convenience provides to allow e.g. netcdf-openmpi2 to pull in libpnetcdf-openmpi2. - Also build openmpi3 flavor.- Build MPI pacakges as multibuild flavors, add openmpi2 - Adapt to openmpi -> openmpi1 rename on Tumbleweed- Use -ffat-lto-objects when building static libraries.- Trim descriptions.- Update to 1.7.0 o New features * Nonblocking requests now can be posted while the program is in the define mode. This feature enables applications to add new variables and post the nonblocking write requests without separating the codes by ncmpi_enddef(). Note ncmpi_wait_all and ncmpi_wait must still be called in the data mode. * When using immutable write buffer in put APIs on a Little Endian machine, the in-place byte swap operation performed internally in PnetCDF can cause a fatal error (by trying to change the contents of an immutable memory space). The solution of copying user's write request to a temporary buffer and perform byte swap there conflicts with PnetCDF's design principle of avoiding internal memory allocation as much as possible. Since the size of immutable buffer in most cases is small, PnetCDF now compromise the two by making a copy of write requests that is less than 4KB. Users are warned that using immutable write buffer larger than 4KB will still cause the fatal error in the PnetCDF default configuration. The way to completely disable in-place byte swap is to build PnetCDF with --disable-in-place-swap option at the configure time. In this case, the internal memory allocation in PnetCDF will increase. o Syntax changes * In ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel(), the API's third argument, array of requests IDs, is changed to INOUT. Upon successful completion or cancellation of individual nonblocking requests, the corresponding request IDs are set to NC_REQ_NULL. o New run-time environment variables * PNETCDF_VERBOSE_DEBUG_MODE environment variable can be used to print the location in the source code where the error code is originated, no matter the error is intended or not. This run-time environment variable only takes effect when PnetCDF is configure with debug mode, i.e. - -enable-debug is used at the configure command line. Set this variable to 1 to enable. Set it to 0 or keep it unset disables this mode. Default is 0, i.e. disabled. Users are warned that enabling this mode may result in a lot of debugging messages printed in stderr. o New example programs * examples/C/nonblocking_write_in_def.c shows an example of posting nonblocking write requests in the define mode. * examples/C/req_all.c shows an example of using NC_REQ_ALL to flush all pending nonblocking requests without providing the requests IDs. o New test program * test/cdf_format/dim_cdf12.c tests defining maximal dimension size for CDF-1 and CDF-2 file formats * test/testcases/test_erange.c tests if the error code NC_ERANGE can be correctly returned for two cases 1) get a NC_UBYTE value of 255 from a netCDF file to a memory buffer of type signed char and 2) put a value of -1 of signed char to a NC_UBYTE variable in a netCDF file * test/testcases/check_type.c tests if the error codes can be correctly returned when conflicted in-memory and extenal data types are used. * test/testcases/put_parameter.f tests the use of immutable write buffer (e.g. a buffer declared as PARAMETER). Note the buffer size must be smaller than 4KB. * test/nonblocking/i_varn_indef.c tests posting nonblocking requests in define mode. * test/nonblocking/req_all.c tests the use of NC_REQ_ALL for flushing all pending nonblocking requests without providing the requests IDs. * test/last_large_var.c tests the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. * test/testcases/buftype_free.c and test/testcases/buftype_freef.f test the bug in r2160. * testcases/add_var.c checks the starting file offsets of newly added variables from re-entering the define mode. * testcases/attrf.f checks NF_ERANGE is returned instead of coredump. This is particularly for NAG Fortran compiler that may report "Arithmetics exception". * testcases/check_striping.c checks if the file striping unit and factor returned from MPI-IO hints are consistent among processes. * test/nonblocking/column_wise.c checks if PnetCDF detects interleaved fileviews from multiple nonblocking requests and correctly breaks and reconstructs the fileviews so the combined fileview is monotonic non-decreasing in file offsets. o New optimization * Filling variables at ncmpi_enddef() is now done by aggregating all write requests into one MPI collective write call. In v 1.6.1, this is done by filling one variable at a time. o New utility program * ncoffsets reports the file offset information, including the starting and ending file offsets, of variables stored in a netCDF file. ncoffsets is compiled with gcc if gcc is presented on the build system. Additional command-line options are: (-v) reports only for a selected list of variables in interest, (-s) prints the variable sizes, (-g) outputs the file space gap size from the end of previous variable, (-x) reports whether there is a gap between any two adjacent fixed-size variables. See the man page for descriptions of all command-line options and examples. o Semantics updates * All nonblocking APIs now take a NULL pointer for the request ID argument, meaning users do not wish to keep track of the request ID. If NULL request IDs are used, NC_REQ_ALL should be used when calling ncmpi_wait_all/ncmpi_wait to commit all the pending nonblocking requests. This feature relinquishes users from the responsibility of tracking the IDs of pending requests. * Using NC_REQ_ALL as the 2nd argument "num" in ncmpi_wait_all/ncmpi_wait APIs will flush all the pending nonblocking requests. In this case, the 3rd and 4th arguments "array_of_requests" and "array_of_statuses" will be ignored and thus these two arguments can be NULLs. * Using NC_REQ_ALL in ncmpi_cancel() will cancel all the pending nonblocking requests. * Using NC_GET_REQ_ALL or NC_PUT_REQ_ALL in ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel() for all the pending get-only or put-only requests, respectively. o Other updates: * Conform with netCDF on the maximal dimension size for CDF-2 file format to be (2^32 - 4) * NC_ERANGE checks have been removed from nc_test for text APIs and variables that are defined as NC_CHAR type * Add README.K-Computer build recipe for using Fujitsu MPI compilers on the K computer at RIKEN in Japan * Add README.INTEL build recipe for using Intel MPI compilers 4.x * Build dependency rule is added for files configure and configure.in * PnetCDF checks MPICC/MPICXX/MPIF77/MPIF90 instead of CC/CXX/F77/F90/FC. If MPICC/MPICXX/MPIF77/MPIF90 are set, PnetCDF will ignore CC/CXX/F77/F90/FC. If CC/CXX/F77/F90/FC is set instead of MPICC/MPICXX/MPIF77/MPIF90, PnetCDF will now copy them to MPICC/MPICXX/MPIF77/MPIF90. * Enforce netCDF convention on error code priority: NC_ECHAR trumps NC_EINVALCOORDS, NC_EEDGE, and NC_ESTRIDE. * Return error code NC_EGLOBAL instead of NC_ENOTVAR for APIs where using NC_GLOBAL as the variable ID argument is prohibited. * All Fortran 77 test and example programs (files with .f and .F extensions) have been revised to conform with 77 standard, and was tested using pgf77. * Now provides a pkg-config file (http://www.freedesktop.org/wiki/Software/pkg-config/), making it slightly easier to set the correct pnetcdf include and library paths. o Bug fixes * Fix the bus error of invalid address alignment when build with Fujitsu compiler. See r2171 and r2180. * Fix the bug for the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. See r2166. * Fix the nonblocking flexible APIs that fail to save (duplicate) the user MPI derived data type that later is needed to unpack read data to the user buffer (a call to MPI_Unpack). See r2160. * Fix Fortran 77 constants nf_fill_uint and nf_fill_int64 (thanks Jim Edwards) that pgf77-based MPI compiler does not like "_8" modifier. See r2045 and r2051. The same issue for NAG Fortran compiler is also resolved. See r2089 and r2093. * In the example program examples/tutorial/pnetcdf-write-nb.c, the write buffers used in two iput API calls should be different. See r2095. * Fix the error reporting mechanism for NC_ERANGE, for when an arithmetic overflow happens. Overflow checking is now performed before I/O.- Fix license- Fix building on non-x86_64 64-bit platforms- Update subpackage groups - Make subpackage summaries and descriptions more consistent - Provide rpm macros for version identification - Spec file cleanups- Update to version 1.6.1 o New features * PnetCDF now supports fill mode. ncmpi_set_fill() can be used to set the fill mode for the entire data set. Note the differences from netCDF: 1. The default mode in PnetCDF is NC_NOFILL. 2. Setting fill mode for the entire file or individual variables must be done in define mode. 3. For non-record variables, they are filled at the time ncmpi_enddef() is called. 4. For record variables, users must explicitly call ncmpi_fill_var_rec() to fill one record at a time before writing to the record of that variable. o New APIs * ncmpi_def_var_fill() sets fill mode for an individual variable. This API must be called in define mode. * ncmpi_inq_var_fill() inquires fill mode of a variable. * ncmpi_fill_var_rec() is a collective API that fills a record of a record variable. This API must be called at data mode. * ncmpi_inq_default_format() for inquiring the default file format for new file creation. Note the default format can be changed by ncmpi_set_default_format(). * The above new API are also available in Fortran and C++ versions. o New error code * NC_ENOTRECVAR when attempting operation only for record variables * NC_ENOTFILL when attempting to fill a variable when its fill mode is off * NC_EMULTIDEFINE_FILL_MODE when inconsistent dataset fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_MODE when inconsistent variable fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_VALUE when inconsistent variable fill value is detected * Fortran versions of the above error codes are also added. o New example programs * C/fill_mode.c shows the use of ncmpi_set_fill(), ncmpi_def_var_fill(), ncmpi_inq_var_fill() and ncmpi_fill_var_rec() F77/fill_mode.f is the Fortran version. F90/fill_mode.f90 is the Fortran 90 version. CXX/fill_mode.cpp is the C++ version. * C/ghost_cell.c shows how to use varm API for writing from a user buffer as a 2D array with ghost cells on both ends of every dimension. o New test programs * nc_test/tst_nofill.c borrowed from netCDF * testcases/ivarn.c tests bug fix r2023 when the request IDs stored in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. o Other updates: * Change the chunk size used for moving variable data when the file header extent expands. The default is now 1MB. If the file's striping unit size is known (from MPI-IO hint striping_unit) then the chunk size is set to the striping unit size. o Bug fixes * Add missing F90 function overloading for f90mpi_put_var_all, f90mpi_get_var_all, f90mpi_put_vard_all, and f90mpi_get_vard_all, when the user buffer is a scalar. * Fix when the request IDs passed in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. See r2023. * Fix C++ compile error for converting NULL to string. See r2039. - Update to version 1.6.0 o Format conformation updates: * Conform with netCDF4 on CDF-1 and CDF-2 formats. The only difference now between the two formats are the OFFSET item in the format spec (32 vs. 64 bit integers.) All names (variable, dimension, attribute) now allow extended characters (eg. special2 and MUTF8). o New APIs * Nonblocking buffered varn API family. For C, ncmpi_bput_varn_() For F77, nfmpi_bput_varn_() For F90, nf90mpi_bput_varn() For C++, NcmpiVar::bputVarn() * Nonblocking varn API family. For C, ncmpi_iput_varn_() and ncmpi_iget_varn_() For F77, nfmpi_iput_varn_() and nfmpi_iget_varn_() For F90, nf90mpi_iput_varn() and nf90mpi_iget_varn() For C++, NcmpiVar::iputVarn() and NcmpiVar::igetVarn() * Blocking vard API family takes an argument of MPI derived data type that describes the file access layout, as opposed to vara and vars APIs that use start[] and count[]. For C, ncmpi_put_vard() and ncmpi_get_vard() For F77, nfmpi_put_vard() and nfmpi_get_vard() For F90, nf90mpi_put_vard() and nf90mpi_get_vard() For C++, NcmpiVar::putVard() and NcmpiVar::getVard() * Collective var1 API family For C, ncmpi_put_var1_all() ncmpi_get_var1_all() ncmpi_put_var1__all() ncmpi_get_var1__all() For F77, nfmpi_put_var1_all() nfmpi_get_var1_all() nfmpi_put_var1__all() nfmpi_get_var1__all() For F90, nf90mpi_put_var_all() nf90mpi_get_var_all() For C++, NcmpiVar::putVar_all() NcmpiVar::getVar_all() * ncmpi_inq_buffer_size() returns the size of buffer previously attached for use of bput APIs. With ncmpi_inq_buffer_usage() one can calculate the space remaining for additional bput requests. For F77, nfmpi_inq_buffer_size() For F90, nf90mpi_inq_buffer_size() For C++, NcmpiFile::Inq_buffer_size() * ncmpi_inq_recsize() returns the size of record block, i.e. the sum of single records of all record variables. For F77, nfmpi_inq_recsize() For F90, nf90mpi_inq_recsize() For C++, NcmpiGroup::getRecSize() * ncmpi_inq_num_rec_vars() and ncmpi_inq_num_fix_vars() report the number of record and fixed-size variables, respectively. For F77, nfmpi_inq_num_rec_vars() and nfmpi_inq_num_fix_vars() For F90, nf90mpi_inq_num_rec_vars() and nf90mpi_inq_num_fix_vars() For C++, NcmpiGroup::getRecVarCount() and NcmpiGroup::getFixVarCount() o New PnetCDF hint * pnetcdf_subfiling -- it can be set in an MPI info object or in the environment variable PNETCDF_HINTS to enable/disable subfiling. The value is either "enable" or "disable". o PnetCDF hint priority * The alignment hints set in the environment variable "PNETCDF_HINTS" have the highest priority, which overwrite the alignment hints set in ncmpi__enddef(), which overwrite the alignment hints set in the MPI_Info object used in the call of ncmpi_create() and ncmpi_open(). o New error code * NC_ESTRICTCDF2 for attempting CDF-5 operation on CDF-2 file. For example, define a variable of type NC_INT64 in a CDF-2 file. * NC_ETYPESIZE when filetype size is bigger than the variable size * NC_ETYPE_MISMATCH when the element type of filetype mismatches the variable type * NC_ETYPESIZE_MISMATCH when filetype size mismatches buffer type size * NC_ENULLSTART when argument start is a NULL pointer * NC_ENULLCOUNT when argument count is a NULL pointer * NC_EINVAL_CMODE when invalid file create mode is set, (e.g. cannot have both NC_64BIT_OFFSET & NC_64BIT_DATA. In PnetCDF 1.5.0 and earlier versions, if both flags were set, then NC_64BIT_DATA triumphs NC_64BIT_OFFSET.) o New example programs * C/bput_varn_uint.c and F77/bput_varn_int8.f show the use of nonblocking bput_varn APIs * C/i_varn_int64.c and F77/i_varn_real.f show the use of nonblocking iput_varn and iget_varn APIs * C/vard_int.c F77/vard_int.f F90/vard_int.f90 CXX/vard_int.cpp show the use of vard API to write/read record and fixed-size variables. * C/transpose.c shows the use of ncmpi_put_vara_int_all to write a 3D array that is dimensional-transposed from the one stored in memory. Six transposed 3D arrays are saved whose dimensions are organized as ZYX, ZXY, YZX, YXZ, XZY, and XYZ. The C++, Fortran 77, and Fortran 90 versions are also provided. o New test program * nonblocking/wait_after_indep.c tests if ncmpi_end_indep_data() returns properly when nonblocking APIs are called in independent data mode and the wait call is made after exiting the independent mode. * nonblocking/flexible_bput.c tests flexible bput APIs that use noncontiguous buffer type, noncontiguous imap and require type conversion * testcases/flexible2.c tests flexible APIs that perform type conversion * testcases/flexible_varm.c tests flexible varm APIs * testcases/varn_contig.c tests the case when the fileview is actually a contiguous chunk. PnetCDF should be able to merge all. * nonblocking/bput_varn_uint.c tests nonblocking bput_varn APIs * nonblocking/i_varn_int64.c tests nonblocking iput_varn and iget_varn APIs * test/testcases/test_vard.c test/testcases/test_vardf.f test/testcases/test_vardf90.f90 test the new vard APIs. * test/testcases/inq_recsize.c tests if one can correctly inquire the size of record block from in a netCDF file. A similar program in F90, named inq_recsizef.f90, is also added. * In test/nc_test, the test programs below are borrowed from netCDF test programs: t_nc.c tst_misc.c tst_norm.c tst_small.c tst_names.c tst_atts3.c tst_atts.c * test/testcases/one_record.c tests the special case defined in CDF-1 and CDF-2 specification that "A special case: Where there is exactly one record variable, we drop the requirement that each record be four-byte aligned, so in this case there is no record padding." * test/testcases/modes.c tests if correct error codes are returned when various file create/open modes are used. * Under test/testcases, varn_int.c varn_intf.f varn_real.f90 test varn APIs * test/testcases/inq_num_vars.c test if one can correctly inquire the numbers of record and fixed-size variables defined in a netCDF file. A similar program in F90, named inq_num_varsf.f90, is also added. * test/nonblocking/interleaved.c tests a combination of interleaved file types. This is to test the bug fix in r1758. o New optimization * Prior to this release, PnetCDF wraps each MPI read/write call in put/get APIs with two MPI_File_set_view(). One is before the MPI read/write call to take advantage of MPI's fileview feature for accessing non-contiguous file locations. The other is after the MPI read/write call to make the whole file visible, as the root process may write to file header later in the data mode and it alone cannot make a call to MPI_File_set_view() because the function is collective. In this release, the second MPI_File_set_view() has been removed. The root process's fileview is changed to always keep the whole file header visible. Saving a collective call to MPI_File_set_view() is expected to improve some performance. o Semantics updates * Header consistency mechanism has been updated. See README.consistency for details. * The use of NC_SHARE is also revised. See README.consistency for details. o Other updates: * The subfiling feature is now disabled in ncmpidump and ncmpidiff until a bug fix to allow reading the master file with the number of processes that is smaller than the number of subfiles. * The attribute names reserved for subfiling feature are now changed to use a prefix of "_PnetCDF_SubFiling". The leading "_" underscore is a CDL convention. * The flexible APIs now allow argument buftype to be MPI_DATATYPE_NULL. In this case, argument bufcount is ignored and argument buf's data type must match the data type of variable defined in the file - no data conversion will be done. This extension makes the flexible APIs be able to correspond to the netCDF APIs whose names do not contain a data type, e.g. nc_put_vara(). * Type conversion between NC_BYTE and unsigned char no longer checks for out of range error (NC_ERANGE). CDF file format specification make a special case for this kind of data type conversion. See: "Note on byte data" in the format specification. * Conform with the CDF-2 and CDF-5 formats that names are normalized according to Unicode NFC normalization rules during encoding as UTF-8 for storing in the file header. * A new configure option, --enable-large-file-test, to enable testing I/O on large files and large variables. Note the testing prgrams will run very slowly. o Bug fixes * fix the bug for flexible get_varn API. When buftype is noncontiguous, the bug forgot to "unpacks" the temporary buffer that reads data from file to the user buffer using buftype. * fix the bug in blocking flexible get APIs when buftype is noncontiguous, swap is needed, type conversion is not. The bug sets a NULL pointer to the read buffer and passes it to MPI_File_read functions. See r1815. * fix the bug for the NetCDF special case when there is only one record variable and the record size is not four-byte aligned. In this case, NetCDF spec says the alignment must dropped (no padding). See r1791. * fix the bug in nonblocking APIs when requests are resorted into nonoverlapping groups and the first group of file types are interleaved, it was mistakenly identified as non-interleaved. See r1758. * fix the setting for PNETCDF_RELEASE_DATE in configure.in. Using read command together with IFS does not work as expected in bash 4.3.11. See http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2014-July/001586.html for further detailed discussion. - Update to version 1.5.0 o New features * A new configure option "--disable-in-place-swap" is added. It disables the byte-swap operations running in-place on the user's write buffers. The purpose of providing this option is to deal with the problem when a Fortran program uses a immutable buffer for put APIs, e.g. the buffer is declared as a PARAMETER, and in-place byte swap on this buffer causes segmentation fault. See discussion threads of http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2013-July/001498.html Impacts: 1. It takes effect only on Little Endian machines. 2. It only affects put/iput data APIs, but not attribute APIs. 3. The INTENT of buffer arguments in all Fortran 90 put/iput APIs will be declared as "IN". Without this setting, the default is "INOUT". 4. It has an impact on performance, as an extra internal temporary buffer will be allocated to copy data over from user's put buffer, so byte swap can be run on the temporary buffer. The default setting is to enable in-place byte swap. PnetCDF tries not to allocate additional memory space, due to performance concern. Users are discouraged to use Fortran PARAMETER buffers in put APIs. * A new configure option "--enable-debug" is added. It enables a memory allocation tracing mechanism internal in PnetCDF. In addition, it enables the PnetCDF safe mode. (Note that setting the environment variable PNETCDF_SAFE_MODE at the run time can still overwrite the safe mode.) Default debug mode is disabled. When enabled, a user program can call three new APIs below: ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, and ncmpi_inq_malloc_list to obtain the size in bytes of current memory allocated internally. This feature uses a binary tree to manage all malloc buffers, e.g. tsearch() and tdelete(). * Add three Fortran parameters for PnetCDF library version numbers: PNETCDF_VERSION_MAJOR, PNETCDF_VERSION_MINOR, and PNETCDF_VERSION_SUB. Similarly in C programs, these are defined in pnetcdf.h as constants. o New APIs * C++ APIs are now available. They are developed based on netCDF-4 C++ library. However, users are encouraged to use C APIs, instead C++. * ncmpi_put_att, ncmpi_get_att, nfmpi_put_att, and nfmpi_get_att - these APIs correspond to nc_put_att, nc_get_att, nf_put_att, and nf_get_att. Note they are not the "flexible" APIs. Flexible APIs have an MPI derived datatype argument. * ncmpi__enddef, nfmpi__enddef, and nf90mpi_enddef - these APIs correspond to netCDF nc__enddef, nf__enddef, and nf90_enddef (with additional optional arguments). * ncmpi_inq_file_info - the naming for ncmpi_get_file_info may cause confusion, as "get" has a different meaning on PnetCDF. The correct name should use "inq". However, ncmpi_get_file_info is kept for backward compatibility. * ncmpi_inq_striping, nfmpi_inq_striping, nf90mpi_inq_striping report the file system striping settings of the opened file: striping size and striping count, if the underneath MPI-IO can find their values from the file system in use. * ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, ncmpi_inq_malloc_list report the size in bytes of current memory allocated internally by PnetCDF. Similar APIs for Fortran 77 and 90 are also available. These APIs are enabled only when PnetCDF is configured with option - -enable-debug. When this option is not enabled, calling these APIs will return the error code NC_ENOTENABLED. These APIs are usefully for debugging. * ncmpi_inq_files_opened reports the number of files that are currently opened. Similar API for Fortran 77 and 90 are also available. The API takes 2 arguments: number of files and array of file IDs. If the second argument, array of IDs, is not NULL, then it will filled with the netCDF dataset IDs. This API is useful for debugging. o Syntax changes * For all Fortran put/iput APIs, the INTENT of write buffer arguments is changed to "INOUT" on Little Endian machines, if option "--disable-in-place-swap" is not used at configuration. Otherwise, i.e. on Big Endian machines or PnetCDF is configured with "--disable-in-place-swap" on Little Endian machines, the INTENT is "IN". o New PnetCDF hint * nc_record_align_size - aligns the starting file offset of the record variable section. Note this is for the entire section, not individual records. o New error code * NC_ENOTENABLED indicates the API is available only when the corresponding feature is enabled. For example, nfmpi_inq_malloc_size() returns this error code when "--enable-debug" is not used at configure. * NC_EBAD_FILE corresponds to MPI error code MPI_ERR_BAD_FILE, meaning "Invalid file name (e.g., path name too long)." * NC_ENO_SPACE corresponds to MPI error code MPI_ERR_NO_SPACE, meaning "Not enough space." * NC_EQUOTA corresponds to MPI error code MPI_ERR_QUOTA, meaning "Quota exceeded." * NC_EMULTIDEFINE_FNC_ARGS corresponds to MPI error code MPI_ERR_NOT_SAME, meaning "inconsistent function arguments used in collective API." o New run-time environment variables * none o New example programs * Example programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * Under examples/C, three examples are added: create_open.c, get_vara.c, and global_attributes.c. File examples/README contains their descriptions. * Under examples/CXX, several example programs corresponding to those in examples/C are added. o New programs for I/O benchmarks * none o New test program * Many test programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * add tests for flexible APIs. The tests borrow from nc_test/test_write.c that tests nc_put_var1, nc_put_vara, nc_put_vars, and nc_put_varm. Similarly for get APIs. * testcases/record.c checks if the number of records is updated correctly. It writes to a variable's 2nd record followed by the 1st record. A call to ncmpi_inq_dim() or ncmpi_inq_dimlen() should report 2 records after the writes complete. * testcases/noclobber.c checks if error code NC_EEXIST can be returned correctly when NC_NOCLOBBER modes is used in ncmpi_create and in the meantime the file exists. * Some test programs are developed to run in parallel. The test mechanism for parallel runs is command "make ptest". Two environment variables can be used to set the MPI run command and output file directory: TEST_MPIRUN and TEST_OUTDIR. Their defaults are mpiexec and "." (current directory), respectively. For example, make ptest TEST_MPIRUN="aprun -n NP" TEST_OUTDIR=/scratch Note the keyword "NP" will be replaced by the different numbers of processes used to run the tests. The testing uses up to 8 MPI processes. * A sample PBS script file is provided to test "make ptest" on machines with a batch queue system: pbs.script. This example script can be submitted from the build root directory (where you run "make" command to build PnetCDF library). * For cross compile environment (and batch queue system), the environment variable TEST_SEQRUN can be used to set the MPI run command. For example, the command for testing sequential programs: make check TEST_SEQRUN="aprun -n 1" TEST_OUTDIR=/scratch For non-cross compile environment, there is no need to set the environment variables, as long as one can run the MPI executable without mpirun or mpiexec. o New optimization * none o New utility program * pnetcdf_version prints the version information of the PnetCDF library and command-line arguments used at configure o Other updates: * Revise FLASH-IO benchmark to use nonblocking APIs for both checkpoint and plot writes. The control variable to switch between nonblocking and blocking API is "use_nonblocking_io". Set it to .FALSE. in flash_benchmark_io.F90 to switch to blocking APIs. Using nonblocking APIs is now the default. * To match ncdump, ncmpidump now only supports one input file. * Makefiles are revised for better recursive make and fixed some build target dependency for parallel make. * File creation was revised for handling NC_CLOBBER and NC_NOCLOBBER modes. On systems where Unix calls access() and unlink() are available, they are used to check if a file exits and to delete an existing file. * subfiling is now enabled by default. Users can use --disable-subfiling to disable it * man page of ncmpigen is updated to add the description for option "-v" which lets users to specify the desired output file formats, e.g. CDF-1, CDF-2, or CDF-5. * flex, lex, bison, or yacc are no longer needed for building ncmpigen. o Bug fixes * fix ncmpigen.y on parsing CDL file to get the number of records. The bug failed the command "make b-test", due to getting a wrong number of records (current value for the unlimited dimension). * fix the update for number of records when writing to a record that is not the last record. - Update to version 1.4.1 o Bug fix: * Improve pnetcdf.inc portability for fixed/free-form Fortran programs o Fortran API syntax changes * For nfmpi_put_att and nf90mpi_put_att family, the intent modifier for the put buffer arguments are now declared as INTENT(IN). * For nfmpi_put_var* and nf90mpi_put_var family + On Big Endian machines, the the intent modifier for the put buffer arguments are now declared as INTENT(IN). + On Little Endian machines, the the intent modifier for the put buffer arguments are still declared as INTENT(INOUT). This is because PnetCDF does in-place byte-swap on user's put buffer. If user's buffer is declared as parameter, then segment fault can happen when PnetCDF tries to byte-swap a read-only memory. o Subfiling * Subfiling is a new PnetCDF feature that divides a file transparently into several smaller subfiles, each of which stores subarrays in CDF file formats. The file name supplied by the users serves as a master file that contains all metadata about array partitioning information among the subfiles. Because data partitioning is made transparently from users, data accessing is kept the same through the conventional PnetCDF APIs and the master file. * To enable this feature at configure time, add configure option "--enable-subfiling". - Update to version 1.4.0 o New APIs * Fortran 90 APIs (adopted from netcdf-fortran-4.2). All F90 APIs have prefix name "nf90mpi_". The APIs support function overloading. * get/put_varn_ for reading/writing a list of subrequests (each is specified by starts[i][ndims] and counts[i][ndims] for subrequest i. ndims is the number of dimension of the variable) to a single variable. * multiple put/get requests with explicit buffer type names: ncmpi_mput_var_type(), ncmpi_mput_var1_type(), ncmpi_mput_vara_type(), ncmpi_mput_vars_type(), ncmpi_mput_varm_type(). Similar for get APIs. "type" is one of the followings: text, schar, uchar, short, ushort, int, uint, long, float, double, longlong, or ulonglong. * ncmpi_inq_nreqs() reports the number of pending nonblocking requests * ncmpi_inq_header_size() reports the size of the file header * ncmpi_inq_header_extent() reports the space currently allocated for the file header, (also the file offset of the first variable) * ncmpi_inq_put_size() reports the write amount committed by far * ncmpi_inq_get_size() reports the read amount committed by far * ncmpi_sync_numrecs() a collective API that can be called in independent data mode to synchronize the number of records in memory across all processes, and update to the file if NC_SHARE is set. o Syntax change for Fortran put APIs * intent of buffer argument in all Fortran APIs is changed to inout, as byte-swap might be performed directly on the buffer. This change is for performance consideration. For example, if the buffer is declared as Fortran parameter, then compile will fail. o New PnetCDF hint * nc_header_read_chunk_size: PnetCDF reads the file headers in chunks. This hint indicates the chunk size (in bytes). The default is 256 KB. o New error code * NC_EINTOVERFLOW reports the error of 4-byte integer overflow. This usually happens due to MPI-IO data type constructor APIs' arguments using 4-byte integers. * Error codes to report metadata defined inconsistently across processes. o New run-time environment variables * PNETCDF_SAFE_MODE environment variable can be used to enable/disable the internal checking for data/argument consistency across all processes (by calling collective MPI_Allreduce). Set it to 1 to enable the checking. Default is 0, i.e. disabled. * PNETCDF_HINTS environment variable can be used to pass the I/O hints to PnetCDF library. Hints include both PnetCDF and MPI-IO hints. PNETCDF_HINTS is a string of hints separated by ";" and each hint is in the form of hint=value. E.g. romio_ds_write=disable;nc_header_align_size=1048576 If this environment variable is set, it overrides any values that were set by using calls to MPI_Info_set in the application code. o New example programs * example programs are now categorized into C, F77, and F90 directories * nonblocking_write.f and nonblocking_write.f90 are the Fortran version of nonblocking_write.c * put_varn_float.c for using the new APIs ncmpi_put_varn_float_all() put_varn_real.f and put_varn_real.f90 are the Fortran versions * put_varn_int.c, put_varn_int.f, and put_varn_int.f90, for using the new APIs ncmpi_put_varn_int_all() and nfmpi_put_varn_int_all() * hints.c, hints.f, and hints.f90 for using PnetCDF hints * flexible_api.c, flexible_api.f, and flexible_api.f90, for using blocking and nonblocking flexible APIs * mput.c for using ncmpi_mput_vara_all() to write a series of arbitrary start[] and count[] * block_cyclic.c, block_cyclic.f, and block_cyclic.f90 are for a * -(block-cyclic) 2D partitioning pattern * column_wise.c, for a *-cyclic 2D partitioning pattern * put_vara.c, put_vara.f, and put_var.f90 for using for nfmpi_put_vara_int_all() o New programs for I/O benchmarks * benchmarks/C/aggregation.c -- evaluate PnetCDF's performance on I/O aggregation across multiple requests with different data access patterns. * benchmarks/C/write_block_read_column.c -- writes variables and reads back using different data partitioning patterns * benchmarks/FLASH-IO -- I/O kernel of FLASH, a reacting hydrodynamics code developed at University of Chicago. This benchmark can be built independently from PnetCDF release. o New test program * test/F90 contains test programs adopted from netcdf-fortran-4.2 * test/nf90_test contains test programs adopted from test/nf_test * testcases/alignment_test.c -- test for header and fixed variable file offset alignments when entering redef mode * testcases/nonblocking.c -- test nonblocking APIs ncmpi_iput_vara_int() and ncmpi_iget_vara_int() * testcases/flexible.c -- test flexible API ncmpi_get_vara_int_all() using an MPI derived data type created by MPI_Type_create_hindex() * test/header/header_consistency.c -- test header inconsistency and see if inconsistent metadata is overwritten by root's o New semantics for attribute APIs in data mode o New synchronization for number of records o New optimization: I/O request aggregation pointer). o Other updates: * configure.in and Makefile.in have been revised to detect MPI compilers and other compile options automatically. * A new configure option "--disable-file-sync" to disable calling file sync. This is to be used when the underlying file system provides data consistency control. * add build recipe for IBM BGQ (e.g. Vesta/Mira/Cetus @ANL) in README.IBM * add build recipe for CRAY-XE6, Hopper @NERSC in README.CRAY * add build recipe for CRAY-XC30, Edison @NERSC in README.CRAY * add build recipe for Endeavour @ NASA in README.SGI * add declaration of flexible APIs for Fortran90 * "make testing" now hides most of the stdout. Use "make verbose_testing" for verbose output. * ncmpidump: add the command-line option "-k" to report the format of netCDF file. * ncvalid is renamed to ncmpivalid, a tool to validate the structure of netCDF files for conforming with CDF formats. * Fortran type NFMPI_OFFSET is removed. It was merely a shortcut to integer(KIND=MPI_OFFSET_KIND). Some Fortran 77 compiler does not recognize keyword KIND. In that case, please set MPIF77 to the MPI Fortran 90 compiler, e.g. ./configure MPIF77=mpif90 * configure now automatically checks Fortran module compile flags * Support additional Fortran netCDF data types: nf_ubyte, nf_ushort, nf_uint, nf_uint64, nf90_ubyte, nf90_ushort, nf90_uint, nf90_uint64. * Error codes and messages conform with netCDF's o Bug fixes * Argument unlimdimid of nfmpi_inq() returns -1 when no unlimited length dimension has been defined (to conform nf_inq()). * Argument varid of nfmpi_inq_varoffset() is fixed to be the C's varid plus one. * For collective APIs, many places have been changed to prevent program from hanging if a subset of the processes got errors. The fix will allow all processes participating the MPI collective calls in the PnetCDF, even if errors are detected on a subset of processes. * set the nonblocking request ID to NULL when the request length is zero * report error when bogus request IDs are passed in ncmpi_wait * when entering redef with different alignment hints, fixed-size variables' file starting offsets will only be changed when it is bigger than the old ones * Fix some Fortran API intent in/out argument declarations * ncmpi_def_var is fixed to detect if CDF-5 data types is used on CDF-1 or CDF-2 files. Error code NC_ESTRICTNC3 will return. - Update to version 1.3.1 (September 24, 2012) This release is primarily a bug-fix release, tidying up a few issues and incorporating some early feedback on our "buffered put" interface (see http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/BufferedInterface for more information) - add a new API ncmpi_inq_buffer_usage/nfmpi_inq_buffer_usage for inquiring the current usage of the internal buffer allocated by the "buffered"-put APIs. - bug fix to make bput APIs properly return error code NC_EINSUFFBUF. - bug fixes for ncmpidump to avoid residue contents from a previous read when it read beyond EOF. - bug fixes in the the tutorial example codes. - add more in-line comments for the tutorial example codes. - add the error string for error code NC_ENOENT. - Replace parallel-netcdf-1.3.0-destdir.patch with parallel-netcdf-1.6.1-destdir.patch. The patch accomplishes the same thing but is created new for the substantially different makefiles.sheep95 16150302811.12.21.12.2-1.11.12.2-1.1pnetcdfpnetcdf.hpnetcdf.incpnetcdf.modlibpnetcdf.sopnetcdf.pc/usr/lib64/mpi/gcc/openmpi/include//usr/lib64/mpi/gcc/openmpi/lib64//usr/lib64/mpi/gcc/openmpi/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:openmpi1cpioxz5x86_64-suse-linuxC++ source, ASCII textC source, ASCII textAlgol 68 source, ASCII textASCII text (gzip compressed data, from Unix)pkgconfig filePRI1F "utf-8439616aa21c5a095d2831c78f182e0097bd7cd4da369872d1a2a2251eb23d6c9? 7zXZ !t/ o] crv(vX0a@1:h@q0(]$xAEӱf<$Y)g я9[̀EHcWus=xm#)o-ޭoFn_ eU\>Kן8{,mJ 8| d$]{#~c$Ⱥi- [<\meƶ VnRbQ6"$a7S/{[^^``Ҽh8琏O bF|d"8Y+ lELQR4KIK>cV׋ڎخ^]?ops('Ol9)˩@dI<<<&͎XZF&˹RB v Xᚁl(o̮]$q2 [4~~GʐaUQC:Z;AEQg;<&N:*bպ1L5fUUW:!EukJQ굒E_'@~2(]~Ɇ:AoVP5֩3DnE8][^(^;o_o~Bzq-`4+.XiX/2~$1|tATJa3xI~y(||p:*/qCiևwW(0L { 0<,3qǼr;.)Z,ch}a<U{@ןAYCZ߽2I9V_Br-iuDC3N;7 _Gzb۬ lFFsuj]ZlZo2/vpKSǸHnoJawS*Rdf( v$BO8m]*~4̌4[ʸ63(y |n 9rskGjoU3!ßd3'~z&YY$!fe_M;@L?ɗF O7]s F‘i@7ƔMH~-^*,op;27фiRA$ Y9L\Wb&r1rHI#=kpi}&CYL`ǣ}ɡ"q7,jr۵ڗ r&`P–~`uJb;9Dٞ<'.t*M2"9Z>0w3dӢX&%d0w Z$4?‰K!(e.T4jPR%c(zh?iOb3Q3MOgI{䞪>d̥}(d;C5B>8o_Ղ6ȓ7p5ș$2դbtv1̓W p B d:EGQ:C:Ĝ- ~}׾Z(FhAM`!'f8n)VdCZVEY\iSr*<'$T[':!4XHGZgI@q}r>8Pl6mlys)b͡(4wgoY2rxd< xdEmN{nx5ѿ0Y9ѝUm{Tp 9W*eCN$>QR}C 򳪳D}v_$aё\B+C`` g?EJ~csD=o| wJ,U'` !p 1+3dzt<ʧL9: VF=l:$uH E,l\\jFҖj!s'j.:4?I&WƟFQ\W71" a1+w`0ۅvI{;> \fY`;j['z] ^%-Ft Oۃo AZ(0^q/{|6kt^K}$` 2x#8Z3b1֋aZZY6Q7$Ơ1Η  mXj&raf|XGIp(F9K'`gӑzSa9fEN-kLeH3R<1ڪ5qb-[} U] A Wτj^OʧkPj-s_;`'hp3~!Oމg1jE01Bs)#³ O'bܶ\RKFEeAj7YL.-m vAZ3U@vq=̙IqT߈+tb7֑Zs%$ywpGTvA߬Eg5Bz]}*vf2)()L+sR E_#D:zçk <}ݍ>Wہ% 4sn`vvUpr嫌[9_=TnJ2k#ָ `9)P?0Ӎ H4TZ¥nUUxnBe]HV͡ /Hb  K$ &zWӫ 7@VT-.gA!bpM PR@O *Ga Z,.^7Jݒϩ!7ɟR~VbWy7!U n)w9馔 QL[Um2;rb`bm_haWxD-Nc sn{).]WΩ{}*7*R|rK*:g^8`Q`.fi ؜D 4XԴIP07~\AVQ:}GJTʣ.UI9ٻ. ,3z¼\X If <Қ #DqJ. )i>25he$VGkj7G ͣM?$%w4B^C邢#U+<$yf?@<[kkWs]%w7Dud/ jIJvu+ Mՠe+IYuhXk@GMD"E`Jghl{a_7hh{'4ffux"JSM=HqnTlj e4{*G#V[.J(,e,i(iw,RGqv,,#Qs/J|r[:lkUFa7&]NCsel-xQRU1/r YQΛsTj'C3 dm,4`$~;xq eg~Z`pl)\gtuВi̎`J,i8[7mn-Ph Y{a#֚d6->K ʀ.^lvLAp"NhATc ъ#nI<+JS~nH;Y͓mCӵ0UU٨,p=#%B]LAX 0"lĠnTzu->1v25ߖJaC'YId n j%Ƃ iHLMhB=m/%HZU҅Gu. @┯X-jiꂸ$ATf0\%~AF!b ]f v{@k2+OȕdSտ.F?U}".K>YfoՊ_hmd֠J]` ԽCTĴ(UB>5vC#"O/g)D_-UbLQ^|ϣR4}wgqҐsbk<6jkfΔ-PMEgoTs4-4k_"[P'͑ٲгpUL21mE`C+d Ou)f߃:bE9E&e81GN &1~52ʧ1f,nQydRB--t;|,fydHDmwv; %{u¸u\MM|$^D.TG&HǗ+MJZg3q )t 1>HGPY[qO e]kN'CU|Xwܻxɜ,glj;tVe^εdg[rfXY4RͱoiçydUE$18T)?S԰X#v~LWNVX4&['$۸2-ժcl;XIy3[nZLE pC3cFB ܎]qQ*&tI^DcJ۽Uw0$L:*/k+'*d2@׶XPٖ,c5\ % ]>@BEjUd1@^7)49ZE 聆[W]&w}!v XZKGb`=o%%`?;}d ]5T O~5MH<hz Zu[ 0F՜2f@ᾑ>'M3` iq3C>de@\Ew 0`eu k1[`ˡG3MМΛpBA;+RKOT;8Or =`֍,O 鵤o8Z%@DZ[O.'XkjUhbYdV1 <>33ڃI•Bح`l(N7'WէraNHր&CXC~ܸI@_O)fzȽ2#nりTw.6)C.М]I[@5~{צW|L ꁾl 'X2IKCV/*,)sOid1u5Zֶ4qrX,󅻌0yui#kǺ΄GFPUE2?deshZcn{Ebz¬@wbE k<,4]0*G1mw4>4W.=NI.b \.RV~S`9$sC!fDM[h߬za;嬎sh7ς~K.EN!&T+WvY^jgX"ԙ)J"@Rx@+7 u2'XSaC"'ǩZlM՞$=#xur)uazۀۜ/M=Ȃ{U:U;*(xҘD:T2uv!*NMpU]% ̾筘&m@D&As K56٣ѭ׆OQ܇ho~~)pc\Χ BHbaEq1*E״(u}W07z ۰LU %; kֹг>Q)ʂ8oHЯ]LGBAjCN_\>abg{hOݳ"&IJڲ/\ rԚ EE^Av8]DZZLL69SݧK<)^ 9;N&//8|8LpmZcR+i9n_ISS[,n,2*~7,U a׮ sK1>Ԙ[!{ [s!CYJJ;iia4[R{K;'qIn>;2Kl=/HA B2#E+Ab!*w@ //RN2 IՐkĦgWNfxs98GCuqwUl>1=85@V-k%sv[ic0g y~56ժeZb+j3#*8daco5]CVEkSdɟ =kF$-ݡn09'9F@)~giv||cwٳrLBAiI2 a2<'1,z(o3o /Cz]Ȧvw ;g ի龊+,>(X Қg߲1mtP7$$ ad#6`Lhub jxřmX N#UoF~KJkc}TCCΨ7A^9922(!i1Ba\d%sW,ۀ)6]'; 1w5(344KfQz^%KC/?=+cf**Uck q ؊ywrbs 8og^Y%YU1|zn40Nx5V 1p~"I+ik~>7d n排ox5,~NBy`[_TR2ЙKgٗVIl Dȏγ Tы2qVp]@!μz|[HoJ+5&*lNʴ6EĤDJ\ dh|)ܿ؃U_xվ)}(m+ \=h>Z?3QiC'ik}.Ԁ9Uzf61?'3@p`G7ޖZ3NPv6&M<"G-l!$ˋ3 li1F&Q$v.(@$֋&(& ˊPK~Jx﬇6 CsZW8,R_ߔՕ 2ߗ5Jbl}k: 9ܵ .("Ty;+~x3`UA- n[̌*~\-^"5u&ؑF"GTYWN/?7Ü ElPΝ" oͭ=լ][b[/3V s .^[s$\CO8Ѷy=3BeV+(䚧l"f4A L5'][ `ʄS!i>V)t itUyTpSH7exzlF2Ttc+ŸVܹNgN\%u=eD1,\a?L!T8!&v~8A(V !T֝ߴ\I0]ڈc>KaGv?e$v`tTVw9=Fj-qI!/m' k⊝9It5չ?5E- ziU UbЁ"b7ŷ }2tLU,ʐgƘ/S (,@f8ny5uS;tgIʼU`3Y[^&φv;eE M1Q΀d2D\u6?5FH#Ep&?oGa`6ܢҨL4fp -? ,9TUU|L"Ch~Dy- G#.0o Z[E;O䱏:HDT*TF IibEQ0Ӿn^o] :ϴھBj]#锰06%ylkY| WNi $ȒR 4s2BUu+R]'(t2"TSh|Ŋ4K=78Q0]͎UgG9/['Bq2Q ^."t(X?C4s>U=8!m!s ɀ 7 (\fK]u$-Ij " Y;粓OFkJ Rݍn|3.߆φiҢF mq)y@tb'VFyxOZ[ &76A}tWJ{{<@3E\$ߤ_)۔ř=Ic(f57 unm1 `A?kvPk\%V,_ µiUhʽ^\C38lUS8p&.xk_ɩ!"r,;6kU3,b^&?PsR+nz73inI[/7Û)ۼ%0nj@HGUqLfxJUy۽7BI+fжi]c>#,#nv9xLAYI<an9TEQ^2@ C#Eun'.=!O?6%€SW_[ P-3/~g|ؚCkÔLwXZ5^*U?FʔWkZx.%IBOt8d(}ʡ%`%#bwɨJx~aCZw-drYaGx0C*樈j.ITme; z~֝i(C#wm,߼K}ZiMWP:+n?I\=&·GD3AsChgD`i>{Stש5fFjUsY\H7G{-UG&髚'`74q!OyTeR#,:bvl\`͓ںH$,ooFЃh4zIbzehN+Ҵ)!~N0w!tJOXne@y8I0&LRҴ(E)'C`<[cCX 5N2XƖXт)@ hkΟZ0%PSysZ)(K'{ARbBӥGh9B!!f&VT?ºBnw1]"#)I(xQW+g[ heŠ`[-̦21\"jߑL \_FXo{谌9x)+Q[IILy6Y>^܊ f\'D:'J鰥٭URšFyg6l y/]϶[q{:Oy:IpIg CiJ c[!+dU|q6=i]ysK$b糕o+.*%`/ڄ;:$~Ԉȑ4y|A#VT_p[} jLS ֯'$o*O_r{ xOH<&-]1-%D[/1BqC Y*꡾&]|y5cuzpܲЋpd+054-N.roj;jl").X(ihTjm/)úhhH;PZK7h ? 9_a -)4u+:ǂ5\NbFz.bgRJcvEL,3(Y_brئ4hS0eW_ؿ !O񒕍Kpw ZS&NT6 堈8%1z, .V ܔQz?cj`s {GLeP/,z2}Y! CЖy&^D +~xeXJڬڝKc"rzܘ6`]˘3CvA+Y׎xp#(JU 柾^֩xd8XtoGC$}u'ܾL;c~  괎o{0 '=GFHWƷؘ^`IFmQW|.L;\3ӻC4#^{XxK.>xHy0D.Go6˖õE+Ɍ9{\Pf@_fuZY'tYe2/cG[U>N-F reZ<~CpEN|zI}3t۫ ,k=@$&WWf|=UE6|V| ۱]Z'4)-G㛓Rp<AKvL'b9pň"0 rcF뺫E]N+6a*/\PG<1fS\#DZWEXk܇h9-TRQ}n\(Tgo Z9ZU Q"$L9J2-'@ݬ 9Y%s#s,t4cEI+ [A`iWYΉIzSÃYeȔ)GXmEQD8 L՗.>>msZ[q异Lܤ?Te8Ds0)-+z,&:.CRXT㜾x~t1CkCqm ⣕mxL]k)g%V~ܢ>-/`]X0:!KCQ. jZ~(U_y/S hۿE.g+h ~Gnٖ֒rUF[~xCy ]f\(p/pӐ ]3SAl8˙(W ǏQew5<7nB\?$4@0P *-ۈw<|QѦ$!ir\Yq9_eX/CH-[nH)|1γ{l Gԫ2޺d}PMD"yhա@W"b#EiQsd\ӅJ[ׁޚ@l#Z/Y!Ii%|c#7B+ҿQҪltR D5%I,rD8SNfVWIZMgi  \ˎgtM3ǘ`mW/_ 64O,t;'Rv߷>.|_0,z #DQ:DVtzJӳܒ?1B_RQ}j囐Æ<0DcS SIYE?݆́hɍU~zo7}MnJ ?/H_A46G?(_gmoH8E+zocI8,w_MѱV^ cC6aWL2 (1ާiS+H`y2)!8)Mx }dH%%A+˜OGd?GʖԝLxX0xԩ e^pT}U!Hv> Yg7ݦ4]橗9̢עop2SQ RZ+x5'V9*2;BaxןǼd"C01\j_>dxFZ 2[1citW`̧o$ʭnj" {-JpiNh`n8ۄuV_(jX_Ir"*^mya!.>KVAWdZf"BGa%_(+_ #7GE Fn/ gS{}4`g.m<4O{4|_TJ/3fCO0 !Zٸ<-ZWRHv0#x%I3;?-:FPlq^S#Q?>7bXC_yÀhu) cUHktWb'Ee0nV>46jðFpޓ"H2~H3w؆j%O4:t&@%ec. g mSRΝo©eFk~pżSU߿V|a FY"cz"+EbDGV8fQߤ\GKhJn@6ۉgA"!#N<)ra@#-R˜r6ib,8`Vr|$(0G.£S2I{ fQ< @!4ZǾK&,Y؈V- LYn ׻. ׏0:lO$%h]3*ˆ)!dP%% }B&'![imHq10b S@^TwGIp|Z6F-:-d̼oeco|^Cy 7N;_q.sAza^5VDkPWD<1 uTfO/& H&61Qcm8Rα~}JXEq UxF=(YBeXL"6h8D=ւU0T)eH7nPy~yeSjz8\8| ,kXy"n.%X1 Ä^= %)USQZ4Jg +?56im cj1TF/0p2ԆopD> X634>[ԫ֜V7bP+Jƍ{F!Xg8혅G: 9DNR_-l~]ѻsx)2|yi)M,@?4FT6]wzF.MTlVg'jÓQlK'KMbZ%k7IZ1ZVEeHV% ^Y )M*&'~]XrV"K,;XY\z-3ɋw%ً(+;b7#z,My">E>4PΥ8vfkCqdI3Nt.7d"Nn O&\nN~¥o{jdDebL+G2 ' X|T=>QQlt!?j8o]l'j89ʢ\O,c6򄤄?tY[y'?iV_9sjS92: UTUo8@0]`" yБȁ..h ] bvzD$DWaP݁Κfc[=h}Cc>s3jw!|unw3~#C'X!nmj C}TXgC&1f054K1h%9FZ, :^E\VtcDHC-sE6 z  lAK"K{X~#jF2ogue#͕0zscze}چ[O/2iyOE$8QtM %BՎkPqk5tm6}REo֣pl2_ Z Fc]skI/!7-yk.66k4c/Sw;u e'3=ެoX|dySm%@#xPrgsvSo~V?|>tJ9b;wǬm=;:%9xi 苉r^o>F?pHJ 'u s.cHBEr%vbܜ v[7vp=?\泦Km.h>10n0zu !=n$@Ng*î am)1x\*sA4.>9Ж#-Pc)/v^_DQǻu`iJ?2Zl"xK_"̾Ky!K~˗&LR DN1hUXL>_?W"(ġe y}yܺ⹘>yT\)/9YuL'/a$wT$}3.[0* 9{Lq¬ fFnZ;.K,=%\^QleQ1q4 ļ]2 TQ$\ 6 3Vxe;$eg@J@KXzO( eѽ8ަT H˟GY3=& l$4,x~B;: KoG`0^Ҵl'SIìsb3wt6F|݄ugg:ÿm(mXlNE8TmnLgf`;iŬaU;NJt4X>Ncyۓd'-,@ K$qwUx(FZuE]dSJX6j 'EwυRD?O*ɋN1=ovEX gWS~bqQݔȘ>_|ߪ>m;ɭtyY?X?z$@*Y0ϋ!~X#3K̂*Ar 8t+a'||W[+Mz_e1YZhFud`pD>rsw5η3l(+ǁQXF)AzXOfx=(YM5${ג\_?>UxmUjLP2Up_t\]^G*7g{GU%R`»&zG)޼8-QP؎ fä*6GϏV7(2E?=ۡ>6NAO}q|>E+4ax6%̟D8?Ŝ!k_ty1| !I V|I o' x)& t-#F sQ~T}ĩٍ#,eAkxd#} (O7z'C-3]cDŽVzG)$!K5LI*,mP) bRgQoa1w8Tif1g❇QbggK-B7A0_64vE7%(I_ &S.1k2v6eǤf?R٠eHAЖDd'ߙpT+l]lH ]i~hFB~AjxeQg~m|,RO"*L݇GO0+y1L_~d4Rjn 'cyY} /dtT՜ټ[Ԛ(w#>B:m-kw"!H$_8LTO1MuA7`aeO-W9f3>\VL38d2o#!;y- ;۩0)6t?v=|i+j:j\T&xt,@-kK]!)x柣߃(0{MMca!2`x(v Wb&ٟ".ʩz6_5r7 c)6P<6Fhrz֌;IĽ2@ϐ1RRWkr\?Rn @Ŵ=RQҒ FZh7$:r'B7Wy0 nVQ'ޘ2h.m< +] l i5b ,G GP޼|2~7TزI4*Fe]|rƭU$f 6OXx(̍,k"k儼]h߈zHI~3s {RV&-}?sl`Z9븓:6k8CD^('d~~Mk9XRkڄGBdO$$j4"Cr u˽ɷS֕$͈'ћG;@ll$6lL4;%CQcA0 Ceܺb6LVRr H5Cvjp$<*:9Wy[O@ȒX oWnK֞j֞INɹ)٣5gz)g/j!dq.vi=6+ W,#Pڬ`{k7ʤ#e:ȦMJa#>bp.Sjk+cF QW`\]vd+y\4]_*bc,ā^|UvS NzhJ:(|8S|g g8i2캮r;7^j&ʻ.[eo|P5 8FY7 s_fzI[l^=*lz$&V`%{-2գ Ar&zLU%~jE[Q fn˜>y-”*L^/){L\ D-?GpGkXqGʸx56 ee]V?3FC}S4N GwڧHer-vɡR4=%)2 .q:-!UxD;$XU}ݾQ*ƱdwZ{:NiWK,dMg` :W'|b#)zŒG7[?/ E28;Y/P 1Nǘ;Wn`1N<T3P*PL._lC%hg/7MLu|*EҵgQM bazunZFift #T> n > 7V 8o2t&񨳘?Աb-7tĂQz|w۸] J<d|nȍ~O6Υ];ίO7%M/šmT<Ϡ^T&GzsTMpᵎvVJH}*.2cr>ঐIX:X ?3ڀ.̍SӃeoږ>T&ٜx=.ײh\S_ѾWxa5/pIhM}CB(-UJV{Dpa E%LGMRoXdE|5e֯+Zz ~1bN`gH/Càq>>ѵi&b$`-u]II-@\U|M[ěeqӷw[z{Z&5@߂݋vN"Ct!XȍY,F3%'5&P27ݓik #~}?״)ME7; 'LpPjhbƞ^?b`ե S λz}HqDDѫeKqnLSZ|*_Ԉ0bc̈פHt>݁fVG<3~nuB8-xϬ/Rf>.O>4/' UXeG-C"(nUJRY oTe䚦0Jfl$SHZۂH K> ) 6(z ;"M@gO)mOET1uKz{jdpG,Ӑg1]hjzmRp['rZKe <D܍diX2{"~]tLl%Y|%R{hCP7q7J/t:o#X3BDTThXsPò@ԱV.ɝǑuGLP8eK/hx!,7rd>ގQlE0lybhp ! *]<]hY2jjFӆb$ٜڷ%GfΓײR>lCz}"(a`6OXům& /'|=f WΥ r@|CV[=5`yJ0.ū2z zB;bT5ii0){!(2/nl!n,1 ̎bʪTd{HI!BeqKl5n}d^ UCTO7 ڞeϫ=37z-G1@IvnTuٹ\:Teɔu[U2(DB- Tz_JaJ|h ?ZcBr ֨7pގsIa~pF.5}`L8u)*+a4%D}DMrv=7pcR3D?mVsB(tMAV)똒IxG'͜vF0&۳ b*fYY5+X]O\,9K~k4O$D&u * $7j\ EOFl.#1h1z9thgQG1`Gt$"Y?)&DR&ޢ}]ޮtktʄC\v[_ }#9 ץFT!K)a S?߄Z{.PhVӌt͢bG^Gq%G5NQlʚ9IНv @w٤\]e$Wr}L_w8Coh癃9? ZF}G^8zmR t7k[Ai8j|"AY_\tsBT7bR mZ ={E=3qɀAY^"s[{y}{oƂI{8":ۛ' T P8`oRЇ56Y-L6)~4lOH7;݆^S'^oBTU"TяJ][/a h\F oR$|%m uCfBa1$D;"JxLIy KחU<irt`K\ueMMDi塞3KخD`0:=W؇Uh޵vqq8~1Rԣe d \-(e BHlF.߭&El lϛ|ۏvGvO?^\a.LXt#˒ MdxWtrB.On03cB9!+eXPM/M۫ @4bԖ>xhao'{RG WEjZAAa.)n/pu,CR#N I!]@P8hpU]"n}'9P8[a EZ9Z@&[x*Xa}Fq_͇TW$`N`In5D}bRMS:4dWt]hq6=kj,džٿvX:n\#jgO$F( =}uKv[;cx):}MN^ NP!Vk^ub_E7b&^Y+UksΔbmqnV8K,{9Qϭzyi0P` #xX}(h\B]!}^U*tl:섽AFN4ZWXmU h^XN5& WnwߟՇ** Mg]/Za۳tFK7% rڟVɷPW!n:kv 642asWtb΢{À {O%'@D%diQ.";uq,[rԳm ||󅄓6y {!xE "J,$z})lӶ$P(04& v D2#`GF@W^>U;tDF!k|fA QiUwu~e.έ$; zK]2-TX a!I/L^ȉQnbϦ΃CY@cűQSsFdznj˥5 欓}SQ'+KWv/ |OwJoHI+׫pA:=*7?ۥJ9DjHTn9xӺ&1;NՈDWHKb_t!S1kQ3 6'!۹]2tԎƻ ;>`= /zphTw#UڎD%@IKzt+]x62r_]_gk9#8{,F7H"-c'=8-`a\ٜ8 aw ԅgn>7َ*xܠj*A2 ԉɈd^'Gpy,aOШAm?7xS,VdA3S!c-JI=/0VR1lccG8YQUEnu^Xωf2*Ā]yQ~ǁh(NJs}^@)^Tb‱7̺/»#mt^~lFĉE2cF5[T^ͫr:(grPJ $ EJ{=v0F5σa!|ӊqro6G8ˋ {k$:0JKa.SUg] ^W/}ڊ0D>^ҎX:2m6æ dS%evqj8 ;!3{5Sy:B xM׌_`Ɏ$"!~RǗB@}DWqGpd+R0Q"ўtRb06?=ha+pԀFǏ6.UpY`) A^ @V=xQ=,-~oi%4Y3n͒+v]w|&y& [f`lEusIѮce94xkz[|5W -{$뚔X3wr +x~K+'ڑ B>)tr tH,O u[Zӯ&ې~{ I1e. E/èv዇H]u F1!"7N "Yuy;lMdRXcXi"vL.8u$curՂFCz>ZǀӰIEp[WjLtD6r7ԈѬ-JY=NcnCOUl^;]}}9Qi.bo? 7Xha2A+hp55#OM$1:SnTB)F[g Ƒ9yK (K)З0@ֲ{/G aagO2cCx^`5ߠ^y*P;L7BuOF2:RNȓeCZh@i 0󿻙fC_x4[r\"BLneՕUj9O*dm?r^ ϸa:΁%d_]imo6> |U+CP(}qJ|LʺEp)+<.#ƒ[Lni|gIߘ.)"[ayŚT͹wʦ$q  K;6u5GVWAjzoN`4e\ԧg͞2Z`\'`08\I(cdvVX4cJsΚ F8A'YR8o9 pwރ^&+88/}+o̥IOmkzn} V2XZy=Zup 3X ^jOёGyn[}.}{t1'(B 2eEK漋IX{G{ 鄲dQ(䈡Aw H墯q o Q"K: }{Ձk1=d:5Mf]IczX:xWWBhoV|==2n%nfDݸF]&iW"6 0;#c[iz=rpR^ ,ȜsDZ'7e\k*MihۺU걘&CMR_@xԑ۴a/2#J"`DtZ9j< CȄ3s P޶ ۲Dd#eUv6hޘ'LqRZ0(B_!hb*j\rT$g|]Its1qc7F BthtS,Ψ̸1?+(^]1vݒȣQ6Q& T]WMX(3(nD㯡n]i.(Լ' UJRwrP7 ,AjdՄI.{"'E}t?> 6*֞5h sjtv)>"+o xo^gsU;GkAS=i{H . t ^PI+`E‘~Um$Z^ }ױ? V'<( sf0T{545t6CRYN`oql[ӴAMgPŘhA:E=IQ 070X._d?#7`k4%_倥L\V[ȩtޭ ܋ʳsR=lXğ{- ӈٳ?_0Ci.1y'$q"NPsh*vgd U#q?RRX4=C)|zc8fWū Ur"uIlRt,2HjjEĐ7CEkJ6Xܯw*"X1<\É=.`PY[B- ;%pOm~&Mџ~Fe<+mLZUF.f^qnFe[knTڲҌXP/u/EQ+ܻThF4soѮ!G %bԫ`6kE+~!1ba)y)g)>}4v 12&g܃Xk&\~_:R /|fjCoqTңnM#l^_f1TR="V9>kSLϹ,F_Wy\OXuWSˆ!\܃tt5ӳF/Yc{ gMTO-h0], {qq4ĭ/eO+ki5Bq(- E jy!N]lcv^FWE)⪳ftiYਤvW?Y_}wNx|7& !ZJ#+mu~HŶ(meC ]*~G"-+48oz"` ݊8޵3ӝ3r6 ?4ds{ܔ`u JFv$# <B@P0]k #S!&[o9AS}K͍BzHFΤKFV;_GX =g! !3 }I _)")./qh}ە{, s;$j abzܢ QUa( -X:jrPy_]H3*^ R(Ƿjl1ʄTJ\_4t@)&UatTACk(/[dkëI c^/G%#eHrפ` o]68s[e8jFN[wuQ%3}OT,o@pD!W.q? "'@6$_dOTnm yUF$Ұ&UC,@D+X vEHs"dH_w7iUe`RIF:_TϴZ#6%u[5٭#/Q{KBJaT#k7B )*g\j/?vJkR! u\3گ1ҧCDEWIJS${->% 2i>;LeIؘޓ|(YvyIl{+Iro7y˃~դWAVS# SS7j]Y+chY83'VC;&!JPWT>> LP^{Mϋ:NnX}ܟw~ޞ/%B 4(*qW?$?e){#oѢ}O1f\=d0g:j zm{r n`_V+qn/ui.rH@0!td~vh 2`q vvx0Gu)%gs!7%9ˑ@/hᯐ"#tWՍv0"׬M!.M<>OLﮩλ^7#q_8]@iUk VLCyl2tZˏZ{*Cu׃&lljD>y>b'=Bf3mS\Yhכ`nޚDK.gVy<=p"+P,Cyߊ>#k\@-;D)i{bp{fUǘp;M+k ']|Z yR{FaW9uц12,&}3u~hW6#bC @@csͯ8xJj#-S{%R/K]/Sz.Jx72CІIxqnGV< O,25Bj -co}05eG{w0$5KLJ(Eev>׸lٚmgx Av! I®Yѿ#yOэC\y}7!8bã d|6 zWFG%7#%ɗC$/NA^b ZGt0h؆5O>̋?%(osa:fΖK[=ОVIg{c5>RFǟe"\WkVO,1,{G_= $k_9+c8,$^SXҦ\XphB}WW) [:@v_ꉶT7+aCG@83`7v":vN'lN{$d ZCFݢkH'8SK@DiH2kJQSSzO]'؛{< ŵ/\9WSM봘@fXYW ,s]ڪbۍ} y}?E^}%'?l^A+x.Q!a[ `v9 s,&Wz(e [j=Lfc8>aXnXnG60|?gx@q/z7ᬀ'Os}e`Ț]\YTynKԅ/ PF'}h:4Q `IC4EDok_4\ .t3坩";mQN֏c@KtY$OVyܪ$Uji59@bkK'ǡ5Q}񏝷0T&Z)vNU&~#._o ®\N.B;޽G0 g44m7Hh5gEO0=ʟbΉ!$c}!=ڇ=YB6 wR1 kslȁ<.#r~TX`a.kY^3Xte(mc6$D;ҨP=+Ju\"UCfA%U#ŢGr|!Nm'-#~ YWBcvѐ;<&#yM8zB#YOoYA:z kOe[ZwA !bg1,HR@}kДmhx%;&TK aW\ GY",=J(ubGћQ <fJz֪mAu!7EWx aF(׺hоL7ɸL,MT(3gpi9܃rF ,gs%!He~qH^ cĺyE0&$ͱU`M\lAqa礹W=f/ϭV.-7R'[ @HxF95/oracLCs/ؖ:![vXFS}N3HYz?e\u"pqk):(9frJjb TQ2|-Ҝ:Ov;:q <)g36.9elsk{'l&W1SM% !+@ eW(ᐓZa $ !Fq]MkI|6:>ʩq{@@65ZE_mYCrm~ > "}k[z0gg|KzI)m'1~r yl/i꽭+1GNaU|Ef\qRl6aھ=nQS XSN/;[ 35VL=[G$_BZ$>!gl\FR#j; Xqxwҩ:.T'jԟ-ZRL [͠i"SV fcT} Y|'2+ep(]v&I)- XAD}2ڛHзkpJ 4SDy<5bMiF1@-ug?xm/`0D~=МЀs-2~Xy[pYSъ蠧$xd iy0)^Ұ I(|hZȭ;id@h^CMuL?(COq1%hٟuBx ^ҭ-)us }=*4 @SfʜY3Iuke[9K}8L|eV g=vJxjrAng돎kQ5oF e`⹮Z`) 5. k4y']U2ofw M^M-ds d'kS{nJ'%p]{0u*I.2`u[_Y!:e!MK,vzagit\ksbujBaұrq"6E!&kob&S3s❲k!>VJ:@BhK'Ǟn$rH"PVc 5&f~z' =˅aU1eAK!;9+',%yT; |6+0NLТ X^ƀ.`)ECaBnY7&4@h|$q:K?uvWcYÁ2DJkYt/s;LbHV2 ;E W]@N̓ٿ9@!~6wnyzJAG ة!h-SmipijWb~sC o moַ^NC-c$_줘>Q),9%`Ʒ  g_˾B<:g[նDuyDj5cn=f,p"5ò$)dH{s ^;)bgQBf>myuM";|F+Yk{H5?n8vH8 KypLh´EcXG.t\ "qlA@NZgC`qfЖnƍicntSP/y 6$:7_бF׸&"oGljewF&)蜈N~>G3Q848bOmtD{s^MΑmm?+/fO8 xםze2<+x=Ad3x %X*>c!U}O&ZN (6S &݁`ě au+Wj$1$Wj:N=8*1ZVb3sВgdr6.`]^mv}&_+p jp c8F71!9t yl-m pR"a@U}xa{YZ%{>^9yymWacuyP͍<1ǺvQ.\Ucv7U?ǐj{RŸmhXj;E8>~CEf/'nBW,d& REV@*@uIh鮅|\!*nko;֚WMPX&ݞ-{a?m7/A-iHЅ}(8,lk3VK+zQr]sPX̺AP*BSsrP(郧r/s"ͫ5fn}w @}Q<&mpq \DWK5v0G^Ϊ3d!M+HLHXl UVqe9B7oPjLF%Xi$'f.\S$h\|;pTSCض.v}j'!h{Z3lM2}NfgWQGo-nHXػdlt?]kZcVH^I OXo341ǜ7%j"pMu>kClLqD9]v2s׌nn)Q|Pp%XRʡT&RTh&șQ! Q ~nFWz('ǯ+ |y"(cTH}1e5Mr ]*pw? r} @NP嶒#1X>w3%OW[GecN2 ʓj13? ]r. ӁipR943@RASNYFB.p&$|"o331RqAW}<-y)Lv1~snV. \ 'W 3 z˅-)X鞒R3Kj̟C(jSA]*z :_Й sF 4?GgMm~9eSu÷۪v_tkKSܱ›ٜzAOn=9Guf {}mbR +N&IEiU.2\bYb,3畑-r-3'G R =}ʎYfqKPT"*(3Q:bb{~b2E8t#ВGh*eQ{ @r2БS 4\tHqc݌oF=ES!?g>W =H.ZS%,@4)MnYv>tL.jZǨ7U=o^1ё7)ON?82`M+F-;坖?Ã`}؏RtV ǝȬm$hou@ DmR5ꆙ% i|P!q_M#ᮍfqKƯ=.SsK=X;]r BT.͐qʢ.-|7A ν97$ ؖ,0z B"{_&Nɬp^V327jy zM^'nb.wipjjSTs[_!wj:k`!%`p<>W/Cc_}9ޚ^S8Z.)Ucz~YQɊ4Yw)#{WcT>ArE6@aazրd ^+"`# )dĿ= ', iy ?ߜTvƄۣkHt֣GQ O1(4># @ӷT_3χKT{dnpV*x){^drCNsUj_F>z̓@3ǼftM q;}i8 junYY2_1` 3k=n*R ~^|pBj#u\ c =LXnJ2lIKKo\`p $PKTg)b!W*!H&<#aI{ܗ_PIMeCƭί.Î$n zMM4K2c8JkaT}nX%D4;/fQn%(z1 ;Jp+jiN@ڝO-$aח"& E'f'L3|O LYؤam64ɬ R }.01TJr^[+-1O"w%Љ, t#;,,;ŋd#1R-a ˠ^&QT@NevWt$vSR;8dUu$r2p'Sڷ49uhH] j'ւիqE@AN_?4f#8^~R'C\lIiHK Jb'\dNxOz|m3j`r9|"Iyطa!@c XMe!IqUbϦR~wwY ƈ mMPHrAƼ;.qzRe|,)8PZ$"uL4P ^7JWUϚhuQ;Dz+Н컛`~j~AUarP^,<!puyd$.ޛT\U icxA{ᵾuu YXy\pIs1J]F9= SRjMk;~L_|PdJ(3ߺ PAz'Ƨv(D/gmsi ^.0H1KkC2P5ȩJįd%R$_婓ΈC([!%3} }bfðC*+udU'%&X2]}v\IZk|/)70 6%A'՘(oh7J|{ĝ?qr40TFܢY"QRU L|э Vt[IGsTLz@t3jK^ WJfyg[^Lh?`AP~0Yѽ he|{acޓ?NU['֠ϡA*?b-U$ C"$rW#PaUuCy;R饆hI4. P"+bɹkiCHnNXџ34dSCF82* f$y2Ih/De r՗uHV.wm!x_iޡ`,/D{^ON}S} .#cߦW? i~$U%%waenpet\w@ɸi=z>-LnG5?9q~C"v"rܠwՇX4 a5y,ڃZjQ_pmߓ=Zݔg{]kʏ$_We(=vdux Oq;;ǥ9\,f#rhƅ_X?Ai@ dsݮ+fdV|lZ# Yu- SxCCk[Xf֯~+N"FtptFn.m%! Iӿ.'VYX; 3e6lLqAΘ@a:ٷx̤]Ձ3q)\^}Aq(o2cٓXȦk%Q͞Z<*tnTۜ'ӀjrT'' ~4 !S2<ߔ)c,I$g_>Ws5|H7-F0E7сW Zn>έфQ˯N|yOD0x:VNa sC]njJn2+E3L_ w? N@,VUL; cyty2pK@m$2D^swZrXBEq7 >&x޲5ч;䑠֝†ks@k]m5^14q뽩cZ4#~~1PR"3qTk;Ӳ[nг+]Mo7諷jsG@:w鋼v>A] Io|l8oygǟnkˑw @X+~ 0,W+4bΊ>{=Ͳl]t',TkD@x>GP\P{Cv@5WR8šzW[F<#d@[Z?ևRzc "oVwN}w!k~AgsT[;߉#ֹ98hޓiW _~4e8*usKIi"YyHy 眞 VЌos']c`o)%h*E؛@JqrjXyIG8fvhJT[0}Ie/3== y6DB\,FߺyCƢaBJ?\Vg<jBK?u+O#Kb}HrʐS$s mM[u0A8@DfV| : j=<L< Is[ؖٗ^>a-V+%ҳ.OY\_0ʖq'kh 0AdĵX]8;w\Ohnd@}~ieDشv~LeVZ"˼$]  ͪ/-.Ez.!qa;{(·_Sؕ[ӂs+m?m"wDcI8с%w37Z MOrJX}:^,iC dTkC|g=u<,ύtu3 }K]EoG2w/4 =|3zf_6 MRh7 Y2%%L}Y v8918cU&֜k8s wc<"ǖ'aߜ4뙍pwrW*h ;w|m*i}6fƪ G*mX%+d`^S;e6rڣ BrZ03a~oYcY41#rMM#VIz07oTeA0yo{GwD>l+]%HQ-(*NO+7t z3򵢪ce^`UЅC "1os$8z+D_ռUl;VK/xy ESRڔC#3N[ St~}aMᷪ*z!;\U2tѥT'vvv 4g ~b8A5ekCAǀrMs^b@aL-ڮy#N>EZEkv%5sCE2Z< vMRs)I+qKq Ǯ';KL9*15QqkS 3Rwm臨tPKaAf\7(OvT^G7yY>J[f6kٯM^~@ 9hlMUjl&?5:ap>po\M-+B(8'I _or%$֦wZ)AuaWힻ`tȫ,34(:a벽5עy.^K&Nh;?"rp˺P7&Axya!C5*^$Κ]iY ЎEfБS,A!ݫ'7N8Z)kH FP]1QLr*hGj$,>6P`&0DRL;-#齭QLuX[@Rŭ<{#yP&k2 ᰨ5e5cw` zcupԷi<KPoPX6m=+>b\b;l[z 1 nmNi*:`ddx>Aq|UDg$1'gN->M).Bx&/'WmA;'ewIAN3kȽ?Gn`ʞ7wF&GM#`ϭGqƅ{mT$>Ykep{Su@AWS .k6 Kl$*l: ЖeAIK#%28͡+?c'2PAՑc=a=zEj)pܐul w!^.$!Tn. CWZ4o0Zt0FW-lSd1_""f~O?b"K=^ M& S3ى[˕_{Ў0w9̸* y/ ׄ2b^`W-uE)-q/;LXQje۝gG/w'ЪU랿н,AF~eH8E\‚|ze$#uC&)BP&S؝k\6 J+͌=@1BcSy!T qG8.qfe}2:/wm`;0(ycĴYrp{]e$e1D(.J~q6\x \[DȺ \܃ Y\sBr5"A-w38>ZFY#g̴1gyt+.~n)7eJp HYP7 i\`."'R$P2/!WTf["M#. 2&E>ѯ䝦\xz[HnWVW? IGtҾjQuiSs9AJMw'_ C mպux6PzևYesyh@Aޓ)2 iO.뭷q][Y-??E ֮ RwCSjzbsqy~kRt͝Z@ 5Zyp^9x1674)7jkBX!SefxuPcp͌{vpJV_xv4FSYE {[ X?M5Ŕ9N_g *C|`gNZd 3jQ\~*p# а9.1niTTJ[zTAi 8:Ekx{J-Pdx|@L۪Jo}`Aܷ[Eoq߄tS@6Ay0efDlpxU|¸4f:Z]x@wru}\jWe5`fJ!-DH+f]D[}U@#!mHAZT3YGRG 1.V8!ٸwɪ)=5.W[1`-u+ Ú)l;3'+ qvmQ moN@9M{VIO(@H{v/H+Yq+#:5r|h y(_;MXKcX)}U?0 HK@cHfږY4''q_HYe&c,4&pWߚnjZUWIft !aB?:;dkbEmlȓYUETJ_L0Mr>߰iMLBHxw7Zq#yhK'? (Fk+:1_y.t)~7PZ":(PJ*FCDu]T1[AF}<)>oCՓܕ2[ CԀ{?>Y4 S꯾ \TfCQP}]6HCW─J\ _}$FtH}dߟ~ToҐa$+v:nW $UiER/ gA13U+# U,xkh .BBhbRWD1%e)˄@(PCdkq6̱Hh //UzZ0^^̧Q1/3j9cPvtG TI7Ҷˮ44*mѿZH l?M,L)<6 ~\!y's r׽[VnM:uȮf[s}8C(du;ڢZ1(c]XMuQo; Nak "FصthkG'E+Keh3sUhK Qh(xs!)hl0XB޳4 \[زTv#"D̘/vݽ[@+oYǚj@5>ۋ<qʱR{f3 m 7F! ˹Ktm%dw@|3+&(Gvyg ca7WZ˱ײv R@ m=LRZ(׳7ر NؚFJDb DOYS?/^>8By{st?ݩK"n },s]D ^"TtNn^Gs}•kD?y_-JK%m> ,7/IQ5N{كbiV'_QP1Qp?>]%F #'5PeKQ6mSFCǏir5|3mS2Oޏ5UtP7d b~Qѭ+,׺$ch\pK/-8$rsڀÛ#~i+K>\ ~XΤ[D*( V,V =uAF*!m"UV\o 4g#BPC<-#%7 Ӻ2]CJh Ɨ9[i#u7 "@9z+RQTeԒ$4FJ)(^zC6 8[y7~Exf1neY72c1W!  8Լzai 3N=8Ia  Umܳ.%B*=DErmH+F)BHs2~NNݮ%hQcn훊V Z.qG~LWO!~Dgd0S*|Sb#:%'լ,aHY~s֛Q3w"q$"9 FIoiL=gF2F|݋[e|}!Uݪ&:PՅz`t<g}E]|eCDrr;^` ?zHxjZiPw.0, h+tȒs֏6ϧlZm&h@¾W^ǯ$45Ku _kTP' Q'28+pHQ5I\nʁ (+nu(8cuR/PSV6gvKj4Q1 e:l:-]n \dա*T< ^.0;y+Οu' FWNOTjʷ%2g\/E GH)S>|:BDd@}7d ed&<7fF"f9~N»@$-&vM/ʚ_Ӻ)˝h?'T/tMm!1X4+Q:) b^x'v>.7,V_]$[Rgz{ a O3uLY'w KqKRjsmJk}+*ml&|нDN,_OKҡ^"t߾|BI$m oA, vQǛ۰\%z SuO>Yu0kQALl]0sz$_%w9Fn. eoi9s4|vYnk ($&g-hy' DmX)\ղs͋2CFzIoݦND.{hz| ka軫 J$(m^ QGݴZ%N8D z D U'袓|8Zl`#h(!{$@ N"C_= #LTVddr ?ac?s(i&v}q2ʅִ8MA~X4Hd;Of`r~DCnٙ-_/O?غN7˚ppT7/zLD֨OK,k9?^y½KK0aL0kdRJ8| il&chNx5-z>=] -OHpw|IŞI|ycquw jclaw)wߺtz? Z2{0;''/mˍ^0<`RtF~ F^:\>6[0E/Gt*AbNM+Z'-Φ|ld~W/Az_-ro)6o&Ώ^6]*(kM;#^&Cz`*BϷ;&ǿvTˀj q~f$TӞ^^OO4td+$hvP^r%.z.2c8/MKu_ etm)k:۸0tSgKGQbTt$}vF@(%ފWa_)k.v~/:ߕ ݈XGL%$eNɕvVh)zc_q]SN̪f'M}a$JuL2e/2376F GLECE'8,{r_yOّ LXG~;o.t[tlƟxAĔhu(J|-cx][N-L=h} EcJm9,-qM@8;aE HYԀ645$bgdR?W +gѤ+ YͰ׽2ϵaAt1PH=8$1JSBb-0)=Jd:^Ga+ buIJt_V/f{hGbx3Aurz 7; 3ZpUs=DD ąvG(TRt!FҢs0H3|#l~4r+ kBCWa;J-WlPGG% Ofs]Bqh ՛Wͬ]@0]yQWh3nEqxevnX hiY$PF=ê)%(9g`VhʒЇ :CF'K*7Q؁%" [ʲеx>!"(b =(d)۶I|.bk />/-!H=y JORc&k1yA3a%`}eO]5z.QvmbI U{Dpᚮ|_g]TD{b57Ac=@F7χ76%#}RJb<1t7!EL߇ѝ'dT_DL_={ٲ(*l;=GRG}.s)txma,񲹨:4ǽ3sc(ʊBU  C'_U=Y fO& O WaZAhr-) TˋIgXq+;5tяI*KKg01~q$xEH=DTݭ_҂E3a9F*QJZd/Fm V9xa&DvĕWԞZf*.8M ˋQ4p| 3'98K5eDڛO*x3Ldiƶ:MCź|AS YfWp]rFG܂p!؀.iD>qֲ`Vtk?SnہO>0_Zj>? %,|%ҀAbfA&d8M)smd5`{+)bD9 :ħ<) M`]$`"ğYXTmj`ٖK :%Xnm^pŢWN C@m1tB˫hptVS2꼨+2 o$Q+ZܓD}~13d8llf83ױlxzJX6ÐUܚ-ef,$I 5[e[A{" PHϽmځ Cυ^?N*U z^-չfmH[w݈^i7Hz 66 h0Q=?I]*4s+>Je]lqn&F_qm!kWTA\ }Z<N\=%YѺM UYB<VU=S: yz{Y"$?Qci|KJig㛭0βT,v/\dLzb6r CՒI T{l}*"9#A)\H$O{`)6?LC_p  EՁWrҳɪuZJ?J % ۳ŧx{8(gO wb)NnlLˮ%ۛS{j\._\D14f; [D4j(E+Eo \>>eRZ ؽokOW?uҫ} ^k AYIM1o>6{o`ֳ>w0ې{- `4T髅@۬sStvjaO:٭Ep>1S{`/{T ԈY jd`q$vb5t\.#3))oE-QL2ʭSb \EVw./PZqj1BV6v?%*08\姉>Z;YxSTxʴ]iv*;LJĆ>H 0fr:͗Y?M!kBzf9VoN% /rn0hпv&,i z9"]hzgr[VU45~:y Z7DݢE)pq@jUP)9ކ86ˎ> F8H1xo")J/n n8!Xts-;7xn_>+s6\ǔ$$|#Sz!| GVH#eD\7k1*;kӄRWn څu \-g sdžhKmr͖fhSЗG n+Ma9+yvbhIiXċ=sd9A`"͘Ɍ,>MLM;겿ZvD4S9²,&ez~iC~U!!ISb` a5_U, 5Ϩ:R5+vOvC=B:!=.H1#w+Pj sc6(IW 9 rQ W 3 SC U/<I7 Խ bPRjwfVr-̤DfL>H݌t=K|}Sp&@zGu!ݚrt#ɋZ}u~glo;VZEY6|ô?1v>.ml)"z3tR01٫t 20?ٞrnnC}=7WFsX;.bFxZj/ޜ7O=ې$DP9ͷk2e@p7 [+I7jnp? فںi5,ýgZj}z%d7K #R rRhAU$ J!>K\ip-o/7,uh ?̣ɤE%yk0h en/Gqha{9Zeӷ_c/ !?=r0`gu*ր|sh:"RJ#㱤7d14hF_zdQtM,dGGW/8ꒄ,GYjo[3XLlC ɳE՜+5s('13T@ ǛϝC+UQQ(%g%qCt9!g@kFa3LGӞ&B1 /YK"+difT:WN#AHvtcj$I]8]h?cE=`"Hx=ݷ?{rrMSvl{&IVMGA?ْg[>is1-E QާQ::uUT?i,ּGD&S;ϋ1 юjbO֜'_+{t /dTKƜ|2r|Հ!s>7QrIL$ϳQҫlqjFn.÷8mF7 ټDφ _U]7 jvtr'([#< Tx Em\^%8ҏ֖E7,`RĖ1Ӗs|CGJKotӰѐ]z|9/l2wTuR? TzRgv u=_Aȅx4tСx^ޗ^!OaB1N,9061'â7}͌'!!9a8GO沵՟o~8d82dW$6~/%2a=/'G;Á;)_LLLpHzk?ѽ"ڋ$Dvh+ =2f,WO(s&q(i LQ뭲׈AW &an&6dUG$J84{}!3"־;e> '$Ϯc*6xcƜ2-?P]>G60DIs+vMJ\%|tsAfEm\yUxOhɖ-|.}%Mp!jǠ@U^ 'j4ST? au@\)$a@XlZP$:\lBٽ^*=bxd%+. >BnY/ڊ4#OޠcfcAQgn4[q1txQ2nG TUs)(y`uY7bl$#IyT'@IEA:o\ t$?cp}(k7*r阰It)C.hgdLLd\=U?=:H HLKxQHEaEL([ Fx4AI`돱$K@ccL[/6`ЃKK_Of',UEՇUù ZNsD BIFH:RrS٘®o=aG35!#:` jzO5*fM^t+*"/_sYTqm"QOU>4[h2Cm*yXo,celoT֎~6.s#~JlX.)g'!%Ё ӓ"Dg /SM"P}5^qLBhK((Ig }XUFLv8%jQU lu e\z p+SW_!U^ȕ+Qc%#3AP 2_N |$L1)%Ԭљުpk/shՒ8 1Gwu/yzVlR;")oj'7/$;cL^~U."(PyrR܂Lͫ0}n05<-K5z\(}=~,No!!.3$ %.fͽ;U#^l>cq^eFGkAְ!MJ#ٺ  s04Ԗ~.似2md {[V(9~;B@\@ V~Ϗ徵h@KvR`g9/*rGOפ8kmu~v?ՖtOA%xkPF*) =cEWS8x 8v6?b̔Ky!·>`rFP_}D-ȁ833842&1#l54nL.uxӜoIz o>R~ţ-Z- 3YQqsQ}ue NJ-Xjyh1I,O=cP9mĒT_O h>l?L7c_lɛլ z.L6)ȒAԏH{k\! eRA%/RavON8"R-~J*<#j0㶦C'04/N+ Z]hQw49-gEeya"~,WF/鱤iBv z;CA +Vy,pgH,iI%С1"C\8PkBy SF)w7Nx`H LCeg9cBmza^"+k'4zQG~[7Y>Um| hH{+<սO=P/= 7}zuu7T7ʡ2p]%iދ)gybjĊwx\B tY?3XrX"RS08u'j#m;S[aJ!Ia_cq >/ (qwj0M_|A YA`#C~.>EGH ՒCKb_"AgN_Q\'; C+Nf+s A-j;+vru`ǽ }|dhiG%p^t zՕ3 &oy}}0#=DNuE,us=Fkk.5S͸t=Crjw5Bh3) W <?:Vlz'#W+#o6KT>A"sėnch_ W.L5xݐ2E$>n/\tQRY#+n NSI¯9!uRx~+}^'apvq͢཈V}'q&Q %T3"I HD Zf{nY_-GzZ&8__JXJ߄.CF/Sxg9/׍V=J +X1\j3v'Z_Z3 H Ð. >x4'1mL*=3!Gxc-\h϶4"T},7̜'i'"Ӵ,ۀxu \""M;2y| !Xp3=#m}zu6 ZovBhBo Q%`/iʣL)їQ6A6Da7gES- **lg{*.qΈ^ mt hBl=gc 07ь}dS_ &">^(H ;%h5 8Bxfo4YoNfY9WtERLr>1q3M[7T)'?l ] 8u$^9SYFՔšI`{HinoXxG|UZk/ThC?#\ 9q|ЛeU3Us[eSSuK-7d샍dWIJ1$D&CdRqmʌ3`H4ŦB/nY/ghʨkQR ?8JWągv)6EEM,u.)~VTUiq8BB V=1+#s4=РaPX Bxe(Z6)dL:eP"hhD1RrM(>(KIJE( (@e{ j47ߨ_1s {paF(L2+ 0;cQI6<]Oӝ>G +e$;t)vY+38n|b8IX; dD8jrckۀ+׉v>|{.uYn KfWfAp5dJcs,P& Kt0\DtF]DZ Ӫ/Oj/Ae}` ۠>K5 &aƯYĶ Jw䱦Z_#ߊogF~i=8fyE(] ]FpZ h'td=7xC-OjS텣H n`r2G1Z Ca_1 L; "ӭL(bk2zfw*teh>߄91KSx_r/+KB@^ߤC4"֘8nԇ_H HeguveOH'%=L?9`uzVDŽt>LWwS g4 C e'7c3ME6 r@W?.pXA &ID0Ι5\50}lu U) V{ oFsg4'rXk.H0;buyHdXyΌƦpMыyZ,01ti2Oð wf]jo>I)'.>~N[Tt!702/%ΒOڞ}Z}3Ix~|7{p#H3aw'X26dw<ַʢMm hlHsk~Z=j)O'Ny#Ei0+hοo}C 8숿ZM)J:L4r̕6S][x#b% 懘)Ti7`S諑UQp̷ Vo" #m'ϫ ,g r%d^4- I)—1ANefp C40!D$ċ3233nA^'ejr8kYay"˴T8m5tT\X#J~qRIcr:D=/zlCۙ9K+Z7ͦ%tYL WJn%2ՋiRA4njvQȣ!~Α7Ԁ6A嗖B\4]z^©rԌ?N ˍֆoփӾ*X{+Da?.r4ef0͎B”GYu->jj((~[_4naW=v֤H-`Z^-95nق-2T6.v0^׷/'@<1#|)=g8YfA\"A}K7d:C66Nm3> )GY'<拼S:/[RJZn}Am'Xpp!dz1r~i|Ϧۖk۵j4jg v# :|Xf$(bCh!?@ Y=uCb N{ɫvx6tTXilGT ‚~eVH=O{Bw/INm+ YCsB3pĽbX"IjWRB9.8 8`҇AavARլ"F)g>7w ;%>k9TWj3 ʇ^7&=dEu{bnl-r2! O,sfE!>GeJ?KWqgͯĮ,+#>Po&K",^1S) mM\Q#rlc$w}UtfV6* QSL~:X {cމ0ђyRŪM0?Gak78 3ͩP! ))/-ECbA)f͈vE!fN,Sдgc =@XR!ռXyg_\/dY SA-M6 Sj8u|oH]Q|&>Q0,Pdf-z$|X[L=Nf#r-5QZf}~6kp] 4lz6|ߧ٦A{z߯KlY"fa%ܵ H(\q@*/[$^-{iZ?bTp#1pQ^2 b|y[G;u$%_HХfB9̠x T6/QǛ-h:οׂlkYNjsp džI0=YӟFkP ~PŶ {47%Ӟ|o|!j#S5/z_s7=(C~ΐ u!;9Dz e _mx( qv/uI-9ď]$"v ul7T8 x|is:{('kbȿ|K=|~FՊ'rmT%IWyks7 ;ul{` dsTnOWoƵ]|l m˥7f\ y6CjA4>T2D6tY,C'A,P}Mk2qmnc6>mX>N}˧oQ[j`nux7#Vr^D"~rj.%EH(5_[tRoV uk_E a}wTmn3lH/|m(f&2\*_l0=6Z"rY=|L:ב`MvI}.puqx+o1e|wnP2r&+5TA N*y>(lxYF %!B.Q죗&s ~ 7ۿ~Dl=w +TG2*wgQ! \{vPz` 5\o!&6x-Sg,P\q⏭X;h*y >!}WDI f*$SMK,xF #ma͑ہ?14Yީ̆{_=\dCG!5y mt \(Ob)o&/*1d)ZZ %p8l/MfRszxZgP.E< M|*#6߼wuTY, I17.;KҼ(>8CXGvF+r;E7]ccRKX,DmXѮ^Zז/8﫿hy%hߘ}5_7~6PoF8r#4TIEK`|专 !RШ. g0<n&ƺ J p`ĴͩZ+ZL^VurdROl`bum;;//ClIQTispNZo;h(J:*/D_/Z2 8NUR*IVǷ7HUf ؝ x[mB6jKN^`ˢ|j$`k 1())ԧ-QۻMkrPm׋=gEB(CFwjOk'u |z!/+"l\`a (ɀ&[JvF[S7wӛ?hzh湇Jޮvhc I+a|Iǵ/`_2qGMuZc;iIfPP̟z Qa7` OlW9ϛFA 7v'ڗ_[X*yk_r] Go6񤍻#:\n%4YDV6:Avnl6Q-|PiΉz\{rJg^RBXBo) "IR83^/FYe ۶"ւό|w5 +.8$[fd$AzQWl{B }xH,]*JrY]տbsv_,ܵVrQ1.c BbyKیXcxoI%f<>EP[/ a"4W}7?Ux]%& >e}|G۽*mPckM6i-8p4t{Nw|x Q `V{?Qٶr[vv_:pͭ7\ 6$Ewؿx `x'kļJ+C-#SI&{y{n(%ps ht'FD.SU8Fga0+AȧBAh({;Ô3,* :);llwxlf݌l> 7e۫N,?vX v2[jx%I3T[[(`?X%yޭ.9e~tX~Mvrm!kXj9 x&$}ɧ^aOx @Z|Nj$$ޗrf%ML u9H`<1 2"b.'wݧ-.Χ!?Q0_]XW0\"ЗL/xA |jg5:|9T4>9Iʗ꠿?ݑOϵY YVH\ý~; հ Ⱦn%g\~?hfH+j4un٣vO)g\C HV (mT?kjcYKAżRU[̪@enxpεq39Z'.[l6x(/p'~K3 #lU!|ʲtEHGt~^iNyq߲ BYqbl(R nNːK^ym.CpT՗Qu(Ѳ[{ihvo`{yPzQ"-%T?ʊd."3\Lk敹V eN" y 0xuJ|Zv҂W"KD8 j俇瘗bOkΊO} שXFJ2G4K,R`9r%ZqE1QeMS Zb|??9qO}€Y.Affd;.XD5'f$)*!qFfu dXC83``Hr_w?U_VAX#-ϭN#MjZK+ں;PSjzQFɽ4?e3cyG"a`BM 'QV쿻Mm00N):nC\{eO E㬤!F |lp $Ӷ yE!$x=jn[T^˂L1.@o 5aV;lٍA$.)q«uWf֢$aй' _?'ij|tEH6B)m lqakV[|6 .Q|'p-1Rx ju}_ ys R&0,L! lqu` `S)mCʮ?u]l7$G^^\ԩ#hp5ekJ d,ϲbRwQjF' IUr Tҍ,b' H9}/6QD2yZf>CNТ@K9&l[hF |+ƝWCSờt}C\1?V /nP }>Umਧh`6!qS7hWg+E&RU sd"nRrt_76 x-pcu'4㤂VE=ŀP>\ -eNgQ7ͬ N ~ IXTfyf <1DeYd[磳B;5 z6}겴p˃Oo1ZktAG8;tmKh2hHnl0$ѽ0B(O4OR}wYV(NBt_w&} ,9ҮMP~bakQ,p|J5^.$ X:!픋^gQ|JzY3JE< h8bKqSb"F, ;eT3!`@6XUpUEN"5!L~u}3wx_Qc\phki惡j=jƂ2 d3=Re҂tm Y? ;0 j<7DWb.j>N>t٧ѳUT> Z6.řMw3E!eItcR~܇֡]!G߫W7v}pʧ&~, n="{sN(,(9*W[> +<#O<<wH*DN}z Am_>+ ILwdndt*\{nی8Em0O? ]5%k5#KhSCQ+2[坶NDWJrΚf( Nϵ=5pmXK >vۯ'3&Ll+T7oZg+J"(B+8ak~݌gow Jm=ͺ1>t z{:'x/1x:J,^Hgo$S)S"С%j%?7@͚ U2Mi^vR߀ 81K7Z\;]wU{P)3B\™,i%$+b:[Ip~)nO>-wGP/^g+j˅P;eXC#*0zp/ aR{o[֘RZv໅/+;`KMo(}//IYre5lP*&HӐyN*.]i9 CuQJpU.A`qC?!ҫks_]gg}fk\>0V?j!Ry?f6$)Qrn"Y/^|6u8Gc12t[i|%WU,0ql{v4uGF9/a2E #< eLxXǖj&]2;ղ"$(MJ4ף0kuDju1u,}Z;V[ʸrj@}:MHP:ǺIwǻ H&fs?TWc.b9,>׋_/~R;ٖfcbb:cN[{SRaPBF:om5m`r؅PҦtjln0US1#Ǝze)X ȵFW0G5'wŀ\¤*ɨn  UG8:xvY"$@o(ˁ%o?[!Hoib֐6=)!A(fVEgW@'Zv; Xci&Fc 8:/oZm⻿c2iPVKQXEh·U|O%?&%Ykוb?3"-!nmx|gdh;YP[ǃͫ*?xe۾ݿJEɿT{!Rs69 Dꭈj8QDU:\D}qxk>k߂97 N Fm3 h.=eLSF}=Xv[ =7qLt ;3;2حOG-Lk#?sg1ƼCџS?4HտujDI^J<;E5R36)#M4zA^E#`=1WQ*YoW~^uH(p@B4KVnWM6g0LM+iN/0Ww} /P~;$ƺه?S6g=;2ʮJDFf˅E5GQ=(o-w[^P%otqkKKJ=ڧjP$"?'b#{xFzl_X[[ 9rt62 ̵fߕBvX|@t7\9$ )O@t nR 1'CtV!-w`L0ho4xx7B*'[)oymp; l?ch,Wh13g 2,t9A٫X녊߼-PGYZ&9l}^I=YN sF:E)'{/XT{;SJJgL|1gKo)p1A{yᤢ-<ф(V A|O9Z\ pJ26]l&}5=SB~è):>ђNpj(9 XsVce0^&)G28"ޘA҃Dhhq~>9KU\ 6MV,h"!0esCUuߌT[*6`]˹i9I6y!kS.W4H/vORtE$E6o ę!% eJdB:!t "e.e2WדtZ9m>1t"6;{p[`ؿg'պ)M8r !28ⱞ}4%dMHqz0r{'-"\ \[3"EHR>NrbҶς`Jg#0K5-Ѱ(nF YX1ZRiB;gڋ#W2"Ahicpػ@UE:@Rb*ȼ e|u嵲bbI1EJNEq񼓤 jb<1L>G-6M nL t@[!5$x%{:;uG`F sE_28ۙ­/&qشfXZ򹏽i5k3 Z!,z"튩x-JfACº'umZ:5ƺThcb[t]DB3>HGâo kh'q1iRP=JEl^ƻP+QDZ#tLkvV{ f6b⽉ޕa_z觘ܲˉi,f(K.y5*iI#JtGKQiFv9:=t>ރOPNG[GaUovR o_VfS@=XjK?2!v6+ac*mm_){sr@hәHKJ8J VudgȈP(s.  1{> 6Խ Rt,|(P-n>f8Hxt>{`ct}FC`$NPH p?9)he[,g5M'@UgczEIUTAčkq)d7AIKېjh- lq?0N x:F#a}P)aRL}hhO(m}fM`ą)@b$`ŢsI mʏ:1y4xʉu H hD*f~qXjv5nN$nݣfɈ">aeh0ΧkɧO1ٿߎ-JD`ZAaJ NC+7D vI#5™$]4A0N%ih&Xyf%Q;K&p@oc֭qB uݮW~!5qP+w䋐ᝏ`F:NZ9ckO:g̦#Ш7ĠܪϺ"jtڃb;yXDó4=$J1%(~7p}E=&α%kXݗ0NR>(Ď1 t -k/1D -I^ހɻJnpi_7UV,"j,PBBPyJ%Y(Ut !x\q „?}O$%EW+"obzVH$^r PLDh8$gB-abP[: Ny 5Dm}W4wN@:W3YRsd sLFA~]wQ| y|I'8AD!V3-f%PWE aZ<8"~IYcP5zWˁ_Z}?PX8kB~U[q>[::FOjݺn$ʌWN&OtT1y~wlXc  |= ƒ7-b6w@}-_ so⫠3MĈf)tY>7E O:`]{Vgĸ(!JN Mzs&9~dEҤ.d?\,q-IK=VsO+U4484Y},K0/gӳAT+&5ĺU%koZC+Ł.,JA'x8 i`.ߣ8t‡9tZI vy8_t<kǏ@`kYDа?ƅQ}kgt+OlvF0H&zX/nUFl_!OJ?N}H'mqE0&(0`Kǀ?$bw8Q6 IZ(߇|TCM 5@yg֫%]" "% Њ+npw0[AlcQJ&j:%uCym1Iq@%Wac/+ 8MMx=mSGRM21LmW7:/HusбLIxXH5{9Fvn%GtB*q D:pŀQNh%;+{zе\I@YNrꁋvt+Z"PЇ{#S($1`rk Ts>N:/Q|u Uy] =i_9痙uuBSՀ[n%S+Gqt16_{%fz(t Ә0 K&8b Hiv 7)TWr19=. z*W?:I5:{)IV ]7T'Ԛ8ҁx+Oj)6,+ɻsĝ =߉JC߶@"fL1{NsЬE˴*mldHDܲ~Z=:%)XF \ץ k߅ Tp]^azia#.Ir$2҄[ 9~AN4KԓyE 6Ŀ,Whإ!$D  @/\,&ꇦ)lԽ\ c+m;Y[X'4Ҟ_QQUQ%&%9/lY9nI->5%V 8)@eMbޞ򚻩!Q1R`Sw@4chFwθ1/m#C"꧜>A^yy: TXSHVj*#Dy^I{,pG7ˆ\XcŽ< d]aѨǵMt`C0ѸC`O2ȣ]Lz6ycg~fåsd^:z?LKe R|KNo0~Zʩ'<2 sAM޳]_#?8Ǐ$񖟑$̇pCV$ߏoF6&ɁҚ`77ynbk*;7`QЂ6], 6󊺛& Շt02oYj0^P *cv< S{G-~;vlOҞd `f3vu? otqvlޞ}E'}#ut+iXU_ R&+h&w9cIN6?z_녯QMllXV,:6ncpKQz'fH5)Q806Džj/$Q:r$`c8'Nj~z-2Ԇ22%;'uQ<%ǓP(QgƦ"-qa|dȾn0?SHSmqbVVQߋxČ(~D0ĠH.D[5C o!Kg$65=a"ycڈ58Qft4NlϬt$Ϣ#[gCSL`Uؠ1b%8Wo7$?\y_WnWR[ \FB0STS4^*hk'ݜTg6(/FΙx$tGj^A&'M:L'hb;H$G7ybKK^+8,pn(#$W'u6 x)hhG;GA/3 g-4pVt|{)\ƏLi^cj;Q!l jpgN>O$?)@FRi/PiӜ-Hy:4~p!. &40Jhe'I P|!׃F@ !jBM#؝4Bl#йt}t~daU6l ~103",Q@xtT yi^?4K,iT95?F6TNb/X,5/$~7c>aC.:E2_9VQ)ܖr*W0>*㔑M*#P@5a@䨑VH%uQ[9eEk*qj!8V~9d͜f*:8U. W$9硤2VܑICй+xwH8Vq7i j}j콯 KX##f$gljȴӭmU@b aSx gX4'(ola٪^h o)ή]x:Vڎ%5:x, -j=*=5H 6Vш.E@砭yJyx;A >%Q\P=CV0+}}U21I:]Qa&?85T*mO:G p~礲M*TB#.7jFTt낫9GFO6=~|f?i <qiIc/FE;&'R ل=ʑ0Kՠw?4S~%rPMxG?3< s[N}zM@?GKrtA>Cic)8)nJK&"ԚÄEC=h7=Ҫ\ 9HV&`E6d2` XmPWnDt~|莫 $IKw神ߐl;$hu~>T4gu8IS]v p`_CD AL+c:Xm[gbhjW0[ݺ箛Xz' V{ hp}P[ nV-jyL gt7VxlyiG)e轢2lHTK\VBAP0ETbWn,hzٱăonInqW[E 8f_+ncnPR 0ؘj*mNX=/.ߑ?:`SY q|$KFqk-vvHRիl+múBPuS7qE;?iӺB肴OUyx[V FyzJx@WA`GG? pAo¾ĆQ`Ps R#"֠ Ty5:Rֱ뢕홮}ebun04fyTE]wc\e}0';NST/fh pI7#[)kz7i 6G=t4Ip.2ķEc[2,* 4@!W5w-",؀Qv W{m'$#7ި&$MB'( hKcwh/[r9N;Dtyb yy.g8AD-?0vNIvHRxBau`^nơ/6Niaօ@a:% nFhMy[qA姟 P#@WBjT'V>H=U¤j}}5Q2*Pj"0y-<=f*h,n9ia aNBr0/ZJ2CX= mICBzrV&pYͷeWF9gv?ӟdN2ޮ/=<~DJqo5K֌k$=ޝ\%C{,JvA0xp8|y9Ov3}ȊHz3ԗd?Jہ~!%W?!JVĚQ$< H8ZE?Oyl4`0—aX Y\0sIseu p 13Z4`Ӿ#k͟c2JDj$LمL$lO$@\8BD8wH!o<ʂhC0+stڳ_+Ϩ65<ҹ-4[(([zDd dyB\l7˨Q&AipEi䅾]Q; zƓ%*MooR[pOFo849J3ZJEjɃn%zz-1XY*0Bq'4s̒1D4AVN0ftq _s fW zQHm@r錶hz`f-z:* p%<7 ّO?@ׯPu}\ \|AOId??BsL>i/wjFA }z݆46op֞|bl@xW#2xDcn\%'q uD<8nUڌKX-U$~P {)AY6 v_NDőɊ z w}< mIqTA;f'df/Oe.L"牖7Gaә K?%:a j JϿpPi*఩a<rF%!cRSc56duϽh_B@Vُ=񤺟g1K]P(]믭~tPjQpOq^Bsa &2 E/Kk-b6vURFzn) dwI*]l44X:՟Y*46=1x\JnZ "D[,|A\Oz<0 ý76!UҪ4=;:"߰w+5ZhWCOLfo}3榐]CE=/pe%&Hv!s~Ek bj[eT#}<',5Y_]<V`~ZCgWA 6zlV`~5K9`v4eP>K12<ˀ%`W]p{/JaH$9l\?i0-^.3{M tlL<-qy+uփ1ulI#q^L⯯aШ&/UޱXg?ZwƪwyajZlڱoRʐGœ~_ a<ѝ/!P&Yr@IX=;=\Ef|RΟ)BӃ{l|4)A?imvbDJIǎ-< s qݢ44^ż=D0!RF!(.[՝ٮ\P=R@B̂[6m54.ɰ -,߹/XU&_yk(- 1 ]1WF%)izI}72z6X+ͧF\,!pc^8*J0ʑµ7"{RZ,²2Q@Gc[ ` N^fX8U0lͻei[BYD 7P}<׀#ܪŠDȥHc,6mEQjS`@zD2chYskĂ"V'nB^jI׈W` 䱎#a#^wl#sg8`"R1 6Hw'OjFI{e8<~Y) r~k[`nMfi~QM| 7(쩈dgᖕBx1EQ$2C\#I$ѼтʀY{u;AT ťF )~oûhvjɹ.BגpJ;~5 :{ dN_7CƨA "UeXØ_s剁 NF5}oGY0;MzB~M (3-8QW2Gn7^g؏4p۳ Bz*w3Vfk!ߪBh{/SG'-/@qb_S./;P3?x@)Rv}?_ͫK!bNgbmf?jZϰ8JϿ[$6ԕ?T3cZD5#nPc".?ĜoaFgb%B9ٖs&N˵R?lj,XH@iA([PӫTXNh;/C亷x:λ:WD0:DEg8~YDl*K|RNJ^ 1RJM%\ƴ{C v1/e|.|Zėu?Acp#y%F}{Ӯ2rVç-ӔnF0>W͠4NOI`(Z?WL +Uwr Q[#LLSXe"5G.M5W8|~o򽽢_E(Ab:oɍ٧&&']Pp9#9H[X-}3b M-gOڀkvB%6BBA.2,ҿ{WE HPAu2ÓpYP&j=hƿΒ7#0N[>8O/;r(qTyF v;d}4nœhyR}AeVeGsq eS9=mfwhPv IY Gdn5yfē[_b T`bIs=0UO^Um1UPJS\r3%R;gtdpI, ԞPUm0*8K8oduIa$#*cAl+GٰQX5da[-&gȅT!|>um^v>֙' ,ͺP ".b$%rmֈumI!̵99oid$qŠ=AI1,]hՒb\rzT|HL|x{HC,ڼ;#vBI[N~WB8+ {1@cJen6Υi4bao gmA %Ƣ{LNx59mkpѽgB#яp+!S7K#)MJ<|ǧ^<Վ; ٕ` p6SZ]Neߘu!/|dʅ 8ezi793 D*r VPK;@r ֖Y 384vѳ ZV!yj8$y8㸀v sS?Ƴ,7bN k06e)^Mh:!hF9qfFW+N3B=#0Jt(Jjm)yhxf> 383> Cf~]O/Re>y^+>2O~Lچs!:NGFG zj|a zk>ۚ;bWXB N%:Mg4Fh USPgx%Ǽzupb0ƔȮ?",~:Y_hˣν ^= ק<7ߘh PrwY9DnQI%p4丳}*RIt3^4$\aq[$ ֤%̶ðƞr`lϳ4cdC#-:}:YtK:xԍ)FJ"#語5v&ֶ& Vصp,]ݫǾ9mCn#5 Mhd4 r'o,/m5D%A/!ߏ-ru|KZW/W5$U"oGd%R/Ur|ڴT>5zk1 MࣵYSGde=>,;Pw"]R k2!9ro=eZhp-wǩ>u)Lrm" =g(` Ϭ{) .LSY|)$# <4~=py H WvJ5Dʞ$1<Ԛ  NȢc̡߳PIlf HbCJZ7 P=}VJj4,_6Z>{LJ<$4Z#99q@#}L{Lg^ LN#!p$xlmchQq\~ݝXM#yg!7~bJRKE|Qn N:,4vN20 Z?ZRE}U+e/gLBcT wP(uºS,;=e &drFN+ eV׍{Sּ)sZ` GvFKΜ愪/5e ~lIZ;.4 J͋S+~-<;)ArU^0",:b*&oWhƇ`ε EbQ(PɹS7Ns\B%6 V*gŪ"Է]vLlz|}pr.U#/]B!NBLcnH ϵƟ# 1vRAc'~.0[ȮgRTL D(n>-25S-{IczLT\s ٌUN $A#"WU5Au7=ɖUIJ #jݲȜ.Rt+fAi̢k;o$\/Kl# A;z&2%DeI&>B5yQQz¦+\X-C[ K?o{fU*^0R|\rĴVw(lK֌d@\j1χV {+lX6dJ!&';Xnsр?Yx 4C % vU" θ# &Lf]c5IZAzBJxIu>[(v igX"j#ƶg?7+?|X`+e]E0hjZQ=م-\ȇ̝;VC }Jiu-'aΖtEMN<͞qpz%_f%kXR:b"i22:סR6Lj~qAf.{/8 %Y1VyC rE2;/kOy-/:YB*nSUԉ"ؠTwot 2~$Q@Y_|9,\V6]y WvZe|/Z, ?B2gF6$|Y^*BZLq+EF3\}(fC9  Љ,XFfGqzEFE~)U@e2 0~ aM[լO똀4ݢ02[9Gd:~XrTJqoa%"6D$HW8ס19ZvtlaR*}Ň_21O6hRI_ * m\3ei86R˿Q!pfz%U:2 {%#F߫Ltl72"'[ 6㪷5=LZ֒=qmnI8u3)`R.:4CFBS뎩bѨkzCim8sLq0 egrE%MD!RU.@\ecU)H,%W#jnPRΩ`D\NYZPM%^ydUZ.h824/nl{bYi)Flm 4'o+Ĺ7#,(5FzS*NU*G0h㠏q7,uK[y.M2ax{ \ťwސ"w5I),\ I rlAcGVCf I2];LbBivXgw 6\S17V9= i;_sg q%SHIdzMwZ p#V9p L Bxv͕/x^2W}tKxry>@fM eqQ  Qq:WM'i\Tai.1_:17QC,o.DKzȊ5[T6[:O{'@ۇX!|꾵 ,|ȇ$|>viOKd mCyӛE5Dxyd0rЏ3oZ<'ɷ_،B¶^w>ﯵ\.2eK((@[ϏC-H 3% ǚIh&Ed]v33el0ǃR 7 E$yA ۠}v\+nd ˇקNhaCxoIqLQdֶ5UA'BJ^#"C K-ie ZK; gg؏iLT`!sMŁ2$c{"fwD$[ O|.#KQD b$wr nKOHPk(w R7s,r,* ^m&4" iB^^(tMTe-`Ru*CP蠲J/PQx:A?=u4Yݫ;>|c-P]k9j,o| 7/N)>޾hHb0iˮnږ%p[acoL18*s eDL Fn@F7pᤚz @Vq b tR$1ͼr]ԸjUBw򘻽 [9 | ۸}5BMnҲ`UQ\uVL!_fc%o`V6l~^:whtXa +vE59d_V}?w)vߧ 4]uxSM|xk9 M7J'j}@_rx(oֽ11&fF٢S*KfRk~Ld"_c 2["B=&^nٿv%h<CnhHZ(8n,yxSLXXUE;(@I ֡Ȼc].hThW2ĭ"*͖FH]B@ؤECzuE)# KSͽVbG47&'[Y(MGĔ$+_pǚfH*JYY.X.fsiP`gfwb!2UdCf[;)Y~ť<69OeX{ظ3(; +""E5q2D׽#q+%q /+zbV"Ɋؠ&O?,bQy1v!swx{Xiu@'v3Cfa@MXl'@YILkK`:gz )Cbԗ(Cpb\ɢӶڡ=Ah]ewܯcq{6Zc‹9wtvƍ2),tN Rl޼_h2.Θaw8 )q{N!'u^ѐƶ/gp>= /!k/Z5~y&cƕrd>brtܿi қ]HawLyeJ zנ."n{۶sa=5ϒog;w8Ȗ$A]ì~n6nV}n3́!h]4dP` :WnxeְTtja`nYγ鴚vܴtn_c> /1XAk@gQp֦Qefא3,˗px[씾ykHw0֌Q? (7?H _t::}hwњV=":w؞.F7-UDh^8v` V7ۖ>QbᬬpfDTisG>To}$QyZLi<ɉ2ڵДG!XFe5;`FOr{Tܩ^a??zZ [i),?9Oc|prU3 (Xq"-tխb [vH_.>ߩmKy_]R 4Jޏ7X ;AUZ& i; T@I|hCCeO*JО@jr^[j s:>,!+o;r jܔڸ)F)OfD|kT,1-D̶@0 **Eپ)ҋ~l!=>ֺe%T q|y(I_$W (ž\@],'Np~ݓZܵ2mOdMO $'ˊE;/}::@-vm17sc nWm˜8j9UjS ~ɌJ򀶪6qU߃UI7O:+ĞxïII=M̱^~c|/fl|ƽ'lpNzĤdʈ d /?رuweUٴ-tpz+d^tZϿ.xa0R Wew=F4~ߞܡ\Pn 4XtF7;jO&:*jR:f Ֆm]},0͹KZaX|"oVO ?{I;O]W2ޚeZýdԭH^|U>,OJ"C:M\FDMAبm87UfuMm@呾MW* +u9fco7"i'!k$o772Ⱥb1iiem[Ei DHA>{wa=-gzP/o23]lC  |f +/uU*sc3 MvO~TH۽#M]˚)"YP~~[=3"XqOV%8AJњ7KgJ:FZ@é}k"*t=$_uCj{!-3ǘqWJ{Hj~FOyUKj/ N'?t*8="&y܁lWu\[tk%N Jd)}{T5 ,&&"ԷV T3Ag,Ѵks'`ЮIw*/ Z=cFK@wk_h/~u*5o#Ow ULJ2r=11^GM5{ZG|UE$x3j ~<(+mc#y*Lח_b*KO |m"%Ĉs[少OL;n>dOyݎN"O`M )ysqi<ȌbXй;;HÉ+a:{c IYqyyN,@6 {17f辿HgƌR٦<)1U] q;_;V噹ECr. ZeىE!Bp`&Y Χ+1>n_8f&k]ƅ@X|.~Եc {g ̕9Y]?!E_t*2B"+@ +EE,hn D L.[6y'0{ g~+I5i{XEЍ [Ӂ+- ¨0%B15:͙w Oi3!-);.݀Kn3)\[ϐ8X6/S`)8ӯ/x<=:&{Dȿ8hoɔ$.;9vy=UH_G Mήr2/?h^G@=?3_h#b%If}x~3_~o 9w|f:U!;8@;]h$D-+O;nBTrwhOeP?whLx?QfK#vo,rc6W YTrD2Lb2zLLP)G ?Wګ7!qNƸ~JigC v&o|nɔuzsrYr*:rUfsY+|Tr%v=e\@7,zxciX4 fVrc[91%2:|w/i{o яmuѼ in9v9GqrSeD>spI] Zvfulz/Rl9м=|$I#K‹ы@DRRUjWsT2=(9w !\~nD\;I ACce K}Z\ ݲ"U")}= [AI8tDLҟZYBͺvʖ I՟ςtf'ڤyEH~3#9tpP.Mk ѕUIٜ Q$u!/_ejr`"#pgT$[&wTcU=}cU7@<%n 0Er7q pՔ)[OXRWEe)ZڎsBQXjZbm!qUD]z#A+=h 0xl_ֵ36r QEk~WlSeI[[BחUzFz9֫SrW:w2&6KN=߂ENtnJr(t}Yt0H׃V/p`1V BGs ߫)͑O$тSVeIۧRaU&,OB0hq;rծj+]y#jpUy"ͻҞz~ib0046(u{k2[a@;.&zX$de茉SzD/*Zml)Xa|s)F>eykݴz5ѫ3ݏaKRO_q4~RSA=OH(K .7=&ٙ?%&@ԇڬimLr%R5x|0Ķ5IfnÎ\y^ 428r. 6fܽ`bp;#WF;9grW{*98r9m%s}1 s%$kR,{?ኌLN3,/\‚cn2M[J3bТ(@KTh\(P48'j8}g|]ۤc{EJ#-jJ8[ˢr+wk5u|AmwJB4a2 $ܥ֯8,;t"I9E^ѷ)R\D;j@ =8\fhTd.QuΧ#XyŸl\Z~Z$ݯ>d M?TީBB+ӫl#PrZ.HqY,y_c|N%yțUtXzGFn< 烆? u_BhbnlZm|$#@dž9`b24s,g.eV:ԟaY&|%#/!wܔ,P GEȦ :@n s>:'9 [`$Iзb0J޳/f%&b#(ܒ}uaCA5+lm0۪OUsjoӫ_pH8R⾆&iNXtk-L~vgr͉IdKN 2y[,- >EFؙf{_+U'aVhsŜ=/ IB}X #.ZhщfKEw0_9G(Y; f_{|o,Svyߥsw'z0$AHJZaL)Vc<˘UNmU| }XӪ shm NUIBo?$>sDR3sbܑ΂'~jͤ`ɝv,>Ω/rIaf=î mCST"(ΏN |֗Y3_FR:Y$$n6 yIJRZbg"S ]sZ5{n{ZhMde0Ϟ 1y#D*Ӵ=j84+wtYPxz\jLb~߰UO&PCs+x=hawlv pSk8In<`점_2z7Pb.-DWzrQ̄L%h!)gWN.W\-k>ƹQV[̾Xv%p+vF65GJi;&Ӝ0|༲0p˕Zl>ɏ[ed0H^X*e-(/x\N0mWֵX@G?%0sx㷣oDw͚_҉pi CR^B[3@* UƎ@,_펛N* cBrxU+9}1w&]DcY=߲H6Gഌ0"]+N7Ќ$gڷ\(VO ,xI]T#gk>AaQ(ڟo!-vh /D[#2iäB/UbCYu]= I\6 r$B۵ @=vWV3p0==weM7h+ (C ?a$az䡌V#gp"xw4 eWgc*X QLw6-ۄslUAYa-qTp;Ջx͢a,$Z0L-b0#j(OFpjzF;X"9;lzS#N"C5z@J-?s͏qS \:9H J :/0"j.Kys8RT7$v?o;HԓqC@ e Ujg˽CeT7-KDD;^冣!D[ՊDˈJ牱:?Ӆ#sBoY猃G<})Ϡߝo }7`!w N$~kN+O]H+ k~y2z3"Ek.@K_KALNˢ3֓YQ/* 7 //Y|w1M+fيZMTTc;FEīm.^OLINV-%PxEtHX9BNP a&a+y9 X>>rȏ|r+o9iA3eYU'pXu-l}D Ay,GS@d$}DD4'w//49;"BNjZʀcXkqY):kGZA|1â<ݺI-[<+~3(=u@/atkb`MIɸܿ:91O\C>h^ M#WDŽAj!ʋ" ۄ *4*l1tB ^sσQ(4G޸e&PNR\k`މߣ?2B皐4&=W@u[633&`-)읩&6kzFb hm\@Lʈ8:NABZ2l"h#%S>{@fo܄C+* DVCZ5O5lǠ1imd' )@5SMˆEhW{#O;KS!j0H`\y=uq/>{e{ aEUA!N))Jܦ=̢*;og5*/^m @Fµ OEG4 Uk%Z'Hl_jJwhk} ".DIm@H&*m6`<#Ao[U2q578'R0hWu lfόpd<MT=xZ z|ۊrK h_3%`:mq`,8T `ȃNP?<ݟ˗=N& :#a7'wDz댺ʨEqXi=]+d $]"SM7bw{SڰZ73[0 cņQ2- B7m_M_L 5_be7i*tb5y9ûmxhc*կA$бq>s6,~I]f849 zB@#QW/50 7p{f|= /UZZ Q%סH9pK\9:Vju*G\E7s7ݶY'k_У_u%'_@"TȚNfT.K{ast7j{_]&&<@[HVEZVyYtԀ!"ҩ&ſW|{^^2Y͏.c?CHշZCyU~`HGXSeC-8NJds2GDPTLFwO:c y;ah1VxbXMsx7&%55n9`.k1 W /m+wP hޛ݄MUUR3J#XStDyHͣIV۳CZKP1cgå4qV ?k55Fg"[mm6-.Aڑ74KUM&, 7z-fnrb[ 60q^U,v|LYi9IG@2"Pas+:(sޭ4+wPōOUeS^}<5H6:YfO(fjˍj25ha89o^3F)Q)L?<.Bo? 2͐ƀ߰C]G2qp:EçN|Ո=+3\HM(krn}="C{YdTg)'2zm1=8~ܣE&m TsB1 זw%+UT(2n_śj>zŌVwxrhP n9 DS=/F7,0e#UGbO©}`5D% Bd[<Ѝh_.֮'R70 y mvA+V:Ln~C?ar\'mK LeWYhn=5ȋ AL"@ߪ?&n34n]81QRk6/Q*vsp}7#M.I(nC-)L õgJ* 滕fVѧ+:w~nC3Uc*XZ?4%Ck U~2-íS!%QISmhnCVscFPE4hP}W.)ZK?Ȉ떈T Gu5H\7kXh=qT_$.'Д4YyBMZnk^O4Cybn(/8T}&G6uN?d $At @cnxy*Ls~EVN]q\UW O1ЍOuŬcƻ#B1h[Yy;di5` bZCụ̊G Pcl/.FPVfЂ7n޾54d/PY%,fobcEK7T覥8fgw9S~nB4~9)_gZ`7s1& @7gKRJU+]# HRɺ`xV ńǫLp5&t'd8!T4M5>3>{)C*fĕ &6jXI0OTi%+n}rc*NMs[y<\<`Rbqsz un,tdlQ1oHw{S쟿9wx%Tlazs:%PL k xԮ!FAs`CD3OcO h4p9ѻ-<Hz„lcsxdDڨ"b/Lo湖"u)tG;IK FE/.>(Tg `'JeL>ā*)MbH 쯢XXlAb͎{?iEVnWQr=`ރZu* W}NKW+ƪ% SET0 oPFeDtn/S{YI1f _^E"<yFExEc\9*-(3ʫeG% B mJ׈ XϏ6D|p]T(Wd?SbЎ$hi#{2q=`s |/Jɒ?~qv&M:X/ă7}1!u21&Bӛc|adċZ_K$$y!/Y_ؐI$x0I A$>ҧ'6HD,PDmJǞ<Cޟh?{~l‘7t5:B2?>+&fc\RޖKI}Ldz;^oGV $>}Ps[7)r~lJ6|kYXIEM|å@͹vҟ8'{9*DP\T|C0ϯȮE4o803 چ&.6Y%:E0Uy0oh_ cpg3.ʵ4&a+a̅-f+ABN]=u~+й'z[7g8- iI$C,jӂ6D~w}y+=S_1OTr a '" :tkW#@_ʭST#_,-ȾXj^-G% >0>NG|6o1x# ,U+TR8!=2:ajZc55r8kxU\7G_C*OϮ'Xl?$o?'jgYuWh&Ex+<{``5;wl/@bUpc<ьw xBǽ\KՔVM`V4#qﺏc_FRb .r>lgLʌPW)< >pjA0-OB9~V| Y2J~-*% Ҷؠ‰Hgi oKX%q; S{^Oag1-.yC̬` X#<^8vޤ-yJCd .pH_җz䮒)T >WKS_1vkHNda_wy&HqM*T$27826^ЀYfƈv_䧷}b Wnc;,G7`Yoy|5 vp`C W#QԮ2"*-?S ;9p8IPCĄDq@J :`K_*tj%j`gtOV! eH7Q,}H@A,[~M9`[/ 61Dc\9/$&BdsbmbIAW=.l4#匉os̷] "/Fx \L>x&^j@>HwЧ=R;2*|"9kF/76,.yjfgYs 2e.Nl6PU*8S~rJփ%9rl]"UNbi՟O#dr3N 9XVku"Zۮ Qd .㘖V&U!_h秒^`1fw&a-4_% UWcbGZS.8Zf@("TB$$k ż:n-ەӞ*/'j]w52^65}뼶A ~ zܡo#Ra׆KV^[il͌Qd-d!M<`"\_vCϨDo`@D tSX4z(sZy|,[;"*Fe^pg-qTC \Ñ6R.LdЦХaxhc\>!齻lC{!Sؤ )ISz\.WFR{U6]gHx6PO 3Bl|(AXm#((%f=9]цu:Wq#VׁF D:@KM]=Եе C#n--/83YU"KvBMoP<*+ 3h~[q|I1"cƍ}dQlh)p>Te2+JhW;-{=NzTI眭3.ZvŖ3Gn'y0``Ύ‡^L\ }Hǎ 6W|qG$k%bW!{0l!q ,!$شJ&:CV.BGE+`.bY=q:~g#%_^}_Bm Z<X'W~)LM6 $dKH&jP}eN~>5\DI_^ҝƀmu_r6v t&D91[+հh5r X8K.s"SoD䒔jO0#l]tE1\[S/;0L=GfiP0,,Խ{x!>6oF RRQ,U]fQzu(ùH2W&&@y4J PCEk?v A]_K걒W%ytBY0 f沥瞤Ӕw"06,5H ܤqO"2~bp\ZY݈K:{'4SK}LP`DPJ\Em~ aZ8+)^ߠeVB_mԦPzVQc 2e1}Q%!뢑56!Vw).ݰlI:iBzx6{ex8,Gǖ[% fĞDߴ(,@"{"N>1ߛԬG%30)F>%ThEȯGov#E'. 1It3"U.%<0{ѵO3lЈ^#J8,6,~zWj#fa Ads$H 1=+ n%%þEp͖C{̵$, JN"2:܃{^7#9,cMcXDm3Bigs]\?6juϢ7ͧr&u-ʾ:!NJ1E/"fF yJfT L뷶 73k5nJC?V>OǪ\|i'<Ώ ž`'3dxrcdcʁ4|??,Jeht?U ]Ǯ,HG͟k^~hpfP˛1 hq32+\x bGŚB^R%4ZPy; cmQYF ^M=Ҿp[>qvg"'@0ʌS8^ת{ݼZ^yYv.6Š|_,7]P've}CN襫 u͙ Mu "bU;I3$ /;qT %nFo5uX 4=:~E MQ:lum)qP08]ԭSmc@6mw[Dl;XpNY)#ss oΦi^< B&Kun :L /`HY. SZ{eM.^ E~RO'q'"qG `ȿZh!:<qv@,b@bEl4f8A47 ,}|. k 6C}'A}ꝥ z^%?ת\`E:VŔyX8%.=u4c2&%\!U_NTG_uu؂o TxVs&E'*7%~EZPFv_ym}D~W# C@ HY/QbO iM: ;X` 3R}>œ v*aY.ӅgjKs1~{1m=~e8~tM}Ӊ{f>1Ob6~<񒐧<c6 u$?S{aT~rp^!sNWrQZmoƣe99[=J?_}S+ERwCּrJˑ@<]7սxt#tg;/l0.$DK <lQWp8 +I2QzaPHzA!m 7,*)n1֍a;j( |ACH *l6o`J|K%0 %iV D5 =g% LB Cڑ'qQﭺPϹmWkw5/lԣZJ)F'xqاui"x/g丸YE%r&Ó^޿NV/AxꖳM"DI伷>CW>N@ňȠOM6#.*i&>ꖓ::G{!z8} |p">hڐEOuf91ChvMoؓ"S%"Q@XQ~/BJA5spĮN B2^Idg}c^cҘ!@R~SXL^hjskAVo(B[؝4*:Zm?X"Sif|AX|Ѱ㐱-2N/0j"E5 #3iQ[ieˊ3h@3V a~wN0R탯T'24@pj*A+FLU~@cv,Ffm:U}*ZظU7WO``X {W=mkǁpt=tZ/ *wBC(>ԣ*]zBmp -ӅٞHMZE{ c 6%R~GנKYk1^*ym^_ X0YDzf?.L8!έ&l,Fr>߂X7twji?>ᢸ1ٲ4AhKj"Ld(Q=aQhudGSTf]߲]AnU=܊`ʧ_BRumO3?+򻄛0%]k86@=~9h:)Ad$tc+MY? 662oUNBI^g9+/'"I /s:]֣?PyӲ*HzXw/:yA$)Ъm71DqnsqPwcܙ ka!kUUWVcry`SSv)mx$Tma"o@,4[\ow+Iw\)%;;)ѼՍ0`ӽhc#kLI?5fݘ4X1.=ۆA/VY+Vm7Nk ;<%mGM>*S3(|$[~Bxx+NĆP 4 = >^RtQ>JTl#5``{EY@_1SJkl7kc?h]MP3Gzڃ<DZu.*⤼]"r?4Z,FVdDeG0GG&ߛhn1N}5}Y'w"T|\Aw!r':Q\LULڗxpO}pfT͋zDhh:Cʦ[\.xؾʊHw".O$5Nm+yOD(zk-Η%09Z8KZL4 ⽘U雯Jj$e}fo`ĵ`h# ·uY*Xy?^F /څF`rz&HSz0 b#hEN4Wrר tCwKT_Lx/"B{t1Xgll~ <"wLu|)p 6lHFuz|+>݋I(l=ޚAH7#q9m t'wbu ʊ40ƥ/I;g`NSp/u~BD6Luifn$m} XbS يTlQ᪕?uu: fL\Va(*9MuN9h+7DFG`а $I$ ^I`v ԟ~}vS2ֹ5aLLfW{iK/|]Zq3PLk93|'=() X?SR&!29f=g8Z{)צ Ʀ*Fu|9pŷL"9E'!LkV@$.cЗ$TR;NYޅU2kGr6Qk$LV!փLM1*LbFa'AǶVUT|\R,۱MV3B0iWEQDARz& T5E()@%~D8 LNeXfy(=e-G4: !$gԳuDt+ѦK-$KM47EĜC4Y.?Jk6S-:[cM|xq ኒ>Zrt _Y&p2v*gc" ?$ċ;^:ӞTpi4=u|*(i̋"cW,|RMG(mbq|Qp9ptm:S-T AvIٵM;Gu58QڷFG2?L?P|d=kV%/Al?x7eIE@k$uVZv?;bC*ysjSRyN|4!Mrp+ ˏ2Z#PQ+uGdƩ RDž+qMϹޅV{c/ML~M*#1x tdXϸkFNf5Gg4!QeW5l~E p1VmݬԂ[F;;b}$؆1So" OG“znws"a@Q V6M3,f0C{!u$͞r*fZgt}[Jt̝XAAh;* vP`VzJ;e0eDqi ؙ`Yt"-)ǙN'H^5lC*D֝7Y; Eި9R 0X?FfnwxY~rۮ.f; R]1Mbe$<9J|ڸi3G@s2M]>wɡs\7d/v?PqyњBٳ涿m|j$O]WAdѱֽ\'"O~ +=kM fr@k%лlluܞ86*)CD0g41].΍nw> r!SvBmW'-e"hzp5q,̂t 4A֛>/džukI<5l/[tR6ݳ|y͇z[JSHPyz! rwRʡt= E~4wĶT4%uƘ.,sTVHM,BN19V7:&Ą fL:Ek#DkMEYJqEzBRYQLG\zRlC~&_@Ǵ}o"y e;ėIb#W)q:0+@{+V۟+%ǣ&z@j"V/ҁ(TSf 5Đ=3ŞkusIo򢉋6/FBȮV\q~c X>iANvv"w2^/)|A*4.1HTs[~KYp'%~Bױ(y\b &2F{ xwZ$"jY7/̲\‹YIFqMj#,]+TgzUilZې߁x@%#SU3<>cE2! A]i`ZH$84[b>ΔBDڒ'Z*ܩ~bY`ʏ͢}r+1lƬa"?"gN*Gߨqxd ){/>и(ڻż<k8B^M+ɜs(?5U7U4`P'U¾ZB@ jv"h.7.b2fANH:*= 0\4Im @>Hei#Lcl! dra،=U =`k8tԅdRҘ(6yPJ0WNV)Cu[A Eb*w!50pmG-i~t~HMH4YERݱ zYm.VeF,:ym쥖JOsP;8W䧲eЏjB\ДWeEbԪP7?;9Co`dvz v:0N)_8t vi,pm\@):)`2;ygdAíLS`)_Ð?qp{ PYO^+y֛[@ayv"B/,#}Gf4~Y/^vsk=C9)FCwVb,?wp:I_lf:6hR /&,ehq6 C-d&#Xuz:5 DUDK+@+ -I5zjLqDŽBp;Cb$ =j]^Z-CZpi.R?ʤ_vm7[ᓣ*$Z[ !TLn5H $ŠXDUyNkۣeWiEh! QJA0Sj: ['埕!rOAW&&9p k͗ixƊ L)! O1St;nǶr{S1&?9ћVIR~Nt5c1pmއ7<^췑ms^ y?h`;JW₭@OLd!]87)?_tfV^ڑ8W\[)lrZZ`%#7)09\# Q=6X;J>XLgORnܩJ^)%g؝XTו|2WU =-GBκԸ;:)GZ'=:5jGYx an7"hE骒b9]> K2BUto˹ܙ("?,dc;@Ƴ 88}3O; z>ľ ?WMMr"i铼!9riX~ WԾ=EDkb|iE6S8Ja/hzU@W 8 1CB{[y=S'd5)1A*&&apyM@3 DK{~S `%S6  I~w/ִ6Pop-b&-7(';B;(bQ|\3׮ LS/%\0#C],q<νa17a':YFkoaTߟrGWM#FMIseut/CܰPO*3";!h{?j!d@WO2ڷ[(~#"mlL "S[>F/M&Leg=$C0YfyH3Ҏ8xwfev/"j{7C/&/qRX7)j1VMt+ueOك Uv7%ZEW8 4*x^>zT PO]흮Ih~xyvb WPb+kX:5*?Hwge槛|O)eM2h!ZS`7L*:K.MK8wrx+'uU*cubVzkj?Y8 upkf IvBtx}.mK0xB6?Q=gv?IxNjn/=-+v «0Yԅg5šB]ҳ-Bc$ zx(s ~W5+ds kE$}c3~b鱴 2#Vr"IegnEVM@g$ ij\"[h|vX/RomxyplQl(pJ=<r8tyȤ$"َZaxo[v5Dwbm#68 jmu,J^B)hMt{:Zlen@+} }œ[k4K6械G;G*d8ޖOa ..zpzU_(;YʀCv_Oy~`B?k&0ǎ N?Q0s}i5Lbԯ苦Nqv&~|(avI 競=l9M38u[n篾xn;;٥Lt4KyЯ}0ۗYf%8/[hܹ=SG﷬)0sa  ;$610fJ) ߼=2ղoWt*8 XW KZa2 !B^DP!n({h۲\*?[$4=s(]\+N9_Qwn;Rj) 텿L =Z-+w^j}6y2!dhC iϟԟ!?/m4X09ߜ<28o$$vy6M|=l!sk*d=sz.6-`V9~cwbH΂xvazǙߜDR\'T țc r2i$-oJTh)ԊmRwƞ4`"4^E9#& O%==l |ljyse"LDOG4r6G!蜿`Nh_4sn3śιi#Ӆi)*'.^9Qo9% L<`@mPtew[-wĹ=E5%X QP.5z8v搸Oh>VQJR 6᱙+2UgR9C÷Q˒*WAN͒r ՐQ?NfF6琕 곞 2\^LV 'QZx-:8^8ܚiLcZl;)  |(hQV煳S:_?\/ٟ/MDzyDpgf_]˽m8`}p]hI%i\"3GG=,&YVCQlwӉwy}f Nv-uM%msBBâc-U#P^1Q7?oݪ͐rC8E+[,2=QO4JH Hr؍`yrD`~28u!tFoָP%E_*/ DV=gVm"EQ)2&b<ق"˾zZakX0P@ƒ0^%X]}~ ̮zML}]!"-5P y rekTȃ' #YScO9Y1k8k[[DGVs)/x vWu2'Xոdxs"R/bG@:eV ±.prQQ4$Wqoە$w!=?SmF+7'&D!Ŗ077}qc 5*sxȺWC'g^=8%,Bpv~Yе>330"EWŇy_pB* kǏyERlbo]=a>M_BCĔ\z3haؼyXf_X0Q;%znZ3ݺJ4w"%642x[E!P^0h;:/N!ĵyi"0t[`2?yFuK.帜HŲR tIhMtL&4Y;>f@sfy''ܒa{[pIZ}J$,*OJK$~򉈱nVkVuu^Qas (=oW㣱i8^9U_O"lxI?zOƈ[h:ߛӹ,!1CknսZI(~+t凋h\2EzJ➌~n{Uۏel.$wɶ6g<S cI2wdb"Y)?hņ| tG\d$\7Xbn3Ga<@(\[¾7\ȃ`I8kP 9oyY[Y֫o67"~<1b:L|މU_oQ-9*qB0[@"?"Q qjGcSqFaϭ(X|J׍&'K{GQ.w;g2h*|gqgJXeRb[6Q<ϐ Nc8Q^@(g~1p;l\ K),d)G4fM\}NLsY@&zy<'rtx' Z7J o/Nȩyl/|[7qcdlI.6]kV`(V}caN_.kz 7'pAQa| g 5@A  zk(js5 42{."0}lo3 ~Tv_Pڽ kHm7?o84/'lik-揽q3_Z=%mAfOE/W ųθFX6Xv p[2aMĴwHPV\] a8IHֶ?[GUI,k6uQ@Ou9to["מ!l\r1`r: 'R`!Sk.4vv SXKBV0`Tz7ՙrv|)R3a{5O_J4ՀzA \_- UЅQ8fĆۣGU&8K{s~ +?`=ʣH, 2z+}!]2 Jy+L˅3s/12\9Wvrb@@l=n+#SihOEƓC6Ph#=wAڵ'J]e8n;m`8O&g @2jRH+c\%SM&^?A?P]C{NYf;C<%Lr#mWi2L,QiqՈUcj@'S宄 Sܼ`Z<2]kf)m?d}'Y\!WAzs"8gLt)aI8,&_@8)*Q:V환6(n=XО<N9m}VR+cX WOn$oK;YUex3b3r)S`+^-Ʃ75at.hb=6ԜqV@H+ʓ($+)sEf\N|*EaJY)q_y6/緂c+nbc#bF%,I"#]w ?eYΪSE Zu9TQ|Aѝ*r/,沋]ϓɹi͒; !&VA$3Zyh%%陟u4AyNj@t~LKtfǐ<_=CMÎt )[B]u HhPrsLs3{{LB6]` p[{xìI> O6>YLU*x᤾𝣺}8F/).0iU 4-(|v $QccL;Z|VX ӽD _g&7p)+ZX,wZZzϵŶ*NqJ1 53vdƅ.he-ح.\Qs~ax6bf9(d\q9[Y% .;؅HA+l0$6: t&냲-8# "#x!)p gذۿLo QtK:7[&EB1l,n e,O/bf"`PNҁ&_޸h= _t`lXI i3LL5P ]{8}M !֪ H6$^><}ۙ ex{LXI|w\/ӻ&>PCHU|(/u^"Tt2+q"T3얆:%Ֆ Ör2obO_)^36 dǻge#4SkWj(KCPfdk/WuDZgDi7%0Kd8u-(VvszLYeRݡȁ#xSqU8y/ |\pY TQK=>ch{Pknq8$/Zg= w2Dѵ5jqKV/*wQ۱- G2܌Ñw )o 4eZ/ n4 .z1B\Q摮(Cٝ g\ptDn SݱCa 5+4fiG 8k*XK2g4y ݇(eKlK= *^-1x&FcK?z:w~q@r4G-`vԘqFo{xL;OPIXk(A5;9> 1qMim4O}׹Z#͍ٝ*v9bhEeTb*WˉɅ(kwԢA^knwu ަd=֛20ӟP٘ [6ca; %m) ~:SA ?pUC4t;*f=4!h;Rjyy5>(g ޯ8Vg~ 4vJK͜t/A1~:ȟYm]gVR6b Jca%|ۑHWIwc(]VP ?P˙prB':Gf'wl,f̞^#YC6 Պ? w 1.f*0:eHwr(AٵG\q=<h-\]Vᭈoqmןk/P XC+0kOt< ,?/f}M$&mK *t靊Uc)p}m'5{Gv[PaA9s8bAYuhS6d Q_v g|Ĥ- {YiAFDٙqPv*!@XӇZ)Ļ%m+',m[`w]_%]siضz͖Y1\Ӯ&=эVwiZd2s 'J _ S#)^R\WW&熱Y] 4`H(qf9x=imQ]E7gb1/Q cȣ)Ƣx}(TS AIh*m#s_:Ӽl ԭxP!oc#hGDJ|:9&IIǃ﫦vg{p?ĝf^R1>8h7ϻ(\)O#NsN%Q|6O52HIUCor=U<6!OjtW)kcG|`KXȮ_kCZD qYU <2F_ϯQÀD"gЃ|RHZzMgr 8,ɲpOi߃uxN޸bN%5.2Zg*]vhӲX?٫VR\T%_VW ?Bxc]}yP>MKS`5d hÂvz|OrbHܵF6tq8#3_U qIUn}v^|ԇxoNv_坎 ;e*H "rC'v1}>J4?6,I jRb.5_Uծ] :){Ghh  j܂#s呱,#DQQȞ*% 1XnĉtDnu`@cgl0gJA()Tc<7pm=U+oYƞ۞'x#]F &?PA7U?Tk7BBChjg2qLP=MSbt& 9+&I{l)V25}7)(x g9*Z䯧 g .:9Y9VYI~t?X pd_h ij[_9MzT'+}kcg]w- >޳G6<rT2SֱB\1Wr>NY?2);oC9œhg.sԷ&J=ZU)W1jhg1@ sd4c[cM貙 dx5OH?9 *y{j<2vc'ϝ2d \Udn2,6H oђCyBdIOUg0, -,  bFqNJ5HnX_`w?u;*@ï0C:he:/H@;[E~;~CD4& \VsY=aLq1@fR$V=DJ ㉕/Qby</e1rhZu&ecČA3P2)t-|ggCAVE;s?#x\#lڸـ5'"SQb&&6@ S//r(H.ee#b֙Nw|N)۪f~I_9 l<ëu5<`I=: {ٿkcgEW17BwA!%?|`8~0#,"MIz!Kxn/U|s0ow戀LOhNeI0KW|cLr?8 X>Tɕ5[S4frjw) ž$eHb1Ƿgf,zU(NUY%J@}mH@+jޢ3]YOuQ&F8c?-l69coƵŸ1JJ![\Q0a(D5j[sn@- e-yӶdϔ.pq0Yv\&O=ju{'(h!jX/UsQSqۗ0M+ZDntE')$sa6U#̃/T,ϩjF}diA#$"aIN?pW̖Z?4U& Y?wsJT:$NПyoԏs"Z!0SR-Z/\fz/FqhT F3p Ɵ\ìz"t𘿘.,U*О[t tf%%YCt3.䬒L$I6J3wJmT\&J| H[omU))R4gDCUKF F”Nh3){ PTq?={*{ H!dǰQy,VS`!094 CYL_#_\ Bp}T԰x3>Ѡy27:=@A\)d4wqgpu牔nGL/:4+_ C0#96uqĆEv znj4d/ DzlZm$%z/'į ;D&7&ĬxMv͗p5HkHk?R&~!#?س@@ŋd̏#2O=IfӨL1QD"Fx _9PnFӌjg@NP&2`"lho/y" t%vr {!:֗\΁E`7n"a3cn|)KK3yq~6cxTO?'749:ְK'\ pERT\οl~ d:%a=*Fal/YVU. B_}Xw-::u / $so&6H[7o۟R7bsxxgT΍~XpWC'h2P=4&#n'qIhRdٗ9D2Yv(dKN~_41|lճ3ME"}ҡgce@>{  t.IN!_X Ӿ0z> _\_r ]yK_(jxi O'Qyi/L;o&{W#i1d8;MVۘ'$s޹ik&b0>-']E֒e׉ ӂEZ. AL3FjR!_7bqwJQ%b#&$;yYԖZYg5|086B&Dӵ %\%& \Whҫߞf4bf^P>T|krU!:vz'ȷV,1 m烎ڢ6}n}Dd?UH4 chj!Zo:~t، /oe4dbjCO˷QD߰}j)3sRA{fqp|5؉g^LfÛnYq}9I9)yXA9C%{Ṩ\wOAZuC"f8Fb)mOw񱂿PnLZH.]9@[D:Kn̠-GLtU\Y u`utPc _C.8a>_KQXw%w__6S;+LW6f'O-yXL,zo.d@C_a@'nbFA[voLEkPh"秞+tK>H䴳8/()d]'Z{5^.\]O7x.f뿷0}(g=n ޼d~bH/AR$i*̊wWIϔZ^>Uo1=G:6~׹p3N3t!}Q lPR+l^c#dx#ւ1E䨉*즠ż -D5w2X&eh{4.1qCW>{ld EW>9jD' wQguiu?eԮ4^2}\ H œ{䲱X}/ܴd5 -{w,UxZZH>W̑$HRQc20N{oٯSgmFE^̆';:SReuƾMsA _0~mfU D-% 8sȢ$n=d%^Lq, /HddU/^#8 piNL;53(GFOR7QτK UxK",ْwvB$(nt=m@pVchXIIJ6Lq:U6ϙrLAлհu:MU X+(AŰS@=)iQKxMH}3w@M`f~^! %&f1v: Mܴ߰;[wBf yA\r1:t_}3 I+ u:J- XM9e#Ae&Y|캄ʯS(8V'S($#'nw$ѲY8|(ژVo)8p ] hBK!Y`ћVqs.Eg#C!Z(`90Rڰ3 ŋ08^,/[f˜#bΙ;)/JA9bkz6ԬaezYG¦-_q戓a-Ņ]~g*%ۚOzE a!rT!sa,* BlD64&jX\mbWE@A[1>wb8T}srywP[=dfQgH!b, Hj=Mp70(|j+~4 ekUsZF$^,yic+.HGX'}0}̘P2BSg'd2x Sپ žC G]V.y2[3c7 Õm+/ɳ+{n( ) 'Ԛt3rNgPcmY%İž:- )_Sw.D*:ژ"Ť#8p>@ =$9!kpks菛JRYc={il']oߜZBq'턞j:Bn4"Bvt>9 BGqY.V _BrXUwDokNb 1Aҷúyy]8/~12ROd]5pK^4n 8 ?@]&P JR8D Hct3iNd(+d; ܎y-C'8w?DQ ]`Ŋ﯆b%61vEv?>^.h⟙}RS;mѷ>rxw#9I溝h +!MO HY7;T ,&D,hp>;"t蜻,2 ڇ- ^(t`ñ'R_y#QY(:(d\LK4Y^cy cUyos=dhOs ?ZUlSGg]/n6Mυ|X?!GKP]j|eU~J13py] 6 ѠMVuAQXM6mȵ ?ݷ\ e$9bڵAZZ÷\Ҝ"bo@8#΢[NO3l@y4@T븍-h'{C1G4o;֣`U}V( NHll, 6#psjIR;")l%88be rA[qA-bm$nIbT>9oI=:ֳڌL85A.5Atxej&Fi] AnMI%n~2p5԰؝[3G7XyŁz°b:o4:eU1M-)7C!}ŽNkՋ艄@p&váasJf_av4yw0+MX5ڮ۵'.*{t& "Kz"P츜LRv~d|,Nz )j%8`ό%_}'8ؐrBA#2k9N}۷ޙ ?OߓKqh?P$qyŗH;skG&ˆ=>p{?ijnǤ&[.@0 6on_hbp<4j#><1S>_x[[ɴISi |m1BfSc>,+GӃ ᡊ藭ZFFG Z6Μ]PE׭DElGg;CVqnof?s6|MW 6Zvxo%`t1__oMA߱@ 43!ֲqMÝj0aK=CtcAN(\,;N- 0s`)VSHnHT/T(-I 2ȼEF.0,(o_r 줏DT TKL茰e2~l?;he RpH%ts $nJ$`jtL.^@Qp˰%8^2&j&^gto#^/ oxP:FVJ*AZvwsf + :%kf+0E Y? ,N&n1;r$gy.O2_Ky? iqDnC& #aRvv:~s'ӟS‡D>?ؚmF?2<$p.W!ȪK-"D.(u"8+*beeT^>/AI1=]rYrz ^1[Jx f Vu#zkv#\TŚIV[x?ҵջp!2#B Iؓjg^a4?:c 6vDSm76^Ppޘ0RzB^u{dK5r8:gwҰ5@an Wvǩ%cxmO,()@N1i I{҂p1!oݴ=VƄ\5k,IZ9r  I5 ~:kk$۴%֬QW깊G$JNeH>SWT/gȖȂ^?7]2%2=s(91d Yc ,w'ﰟ;}A؜;!Az+_yŅ )l Aznbj#g| q K=_ɕAhTEE_4 :n cyQXx!|W$_D>xs~[m[A-I!3m8IpW-yaZcY '=PJ121c@{` 6yný:Q`&uσM0@K7VFvY|P>5Q[Kt 3vf"ʁB06df@zVf_:]AyĄGn&nU|Ly "eB>Bz:¥<-1 ҬFm;4PH-g߉/Oкb0XW+']zre2 pmp RR^`C/XE[,5%.MHvғ"R5~de;s zTKobU"&إ8 ą3֐ܴ[>|8v+~|; B%qd@+ ڵ,")',ӿ)xsPj8ǥz5;վ`M[,.([Tщ>T 8?dcԷ mkF}RF_BLdZ垪plK9g_bEqA@>c`[?b.UO*T|Z>L\vɋ+ 4`a/aԎ7]#52?I_Hr :M S0DEk/I|+Dw)?ۻ[R29 i@yu)9mvOO*s#@?0ZףY~ σK㸾bn.T!ק$+4?=Ϸ2%> $&l& zNJS.G^ ݔYoUerKKz̉ljPM,lohOf2u|]'1p*$)|c$OJ^'IFGij0V sgT%2~XB91?f*2Vpl'#EE R&pSv¾Ib] ~0`kON7a꨼v`1c/^ZYnvKŁ `s9+pL[D#Aپ TOO{ҢLÜܔMא6LC4P_30q.T^PYo[ ö-.\@(h5/gݵe?ƈXt1#Z.q] A0 mˀE~?w*S;$:%.x>zd]u9M/*3 h+Oӫ!e1aQG%/HO)v%TЉ^Š,k "k4 '\^*R QM-=قp騢+C}Mvbvވ`Ey.9s$E+=JZܳi<w1/s׊Ό29mD%H ͢b*[*#:wEeO~OULڏ- /2jۚl.s&:664]A:21#=U5X 33C*YxȊ^ ' ΢OsK@i+$AB7ٚl=c"%8-sR_Ppd:vGe8 =\Hj#mo[I%_R י;HAڎq4dѕSK\I ++Z\6%~vֆ(\/7^X̻^$TmOݹE=ɛl0ϱUcVJ}ڥfܭ&3#bIt 0\*BX_7 J/췔xjET#f?Onr@V;FU~ Ӗ\͆qPCٜ9*f0Y M !8Ɉߖ;,XN")y >$f&5МY YG"#U]&(cq 0B~ѭlXqt幰sZ.NLR+ ooc*^\dhؿ|_hBq4yDOUclp0Ɋ r>} ih''Rw|WnF~Eh̚a& ==?KAX18ZY{QcRŋt_r̓QB1P[$Vul ̭aHi68Y@\q|0nbHSͱ,Wݚ*.%m_&4Ik|*gMhs;]QmqH)Gy1`Ng:=CKaA߃Lv-5< SIDEpP5&|FhXh}aen>6@'A @_8EFnY2U/;m4a2"^4 +T-@t6'34b]&oiUR_aI~fIVY|ov ªn1[)y?\s.[̷Kz݁Hktw@ˁ/#=ag0~ t#ܑyͅhlqLgo5tAR8TdV>-1"TEΐFDzwEW$[x YJU:72{6XTR|d5uyH&"Qf zWgi-7| YHҐTTJcUljz^gfI+)1twoZ+>RObX#TJst& y0UB0iݨ2`Eӂ%O*79K{T=.H&ԒtN<"Y@z MpB9˄u2x4)P@JAbΤnS^fWfnձTdnmDж TZ.m='uDYKH㼈N-h I~{S/:3;ulMYjmgX7\f%Z $(:Mwkgm_Sc67@2 F;$qɪ*h]9O&n9ƌgt"l~ȃ"[W9)"*:G5zhBO y3O@@JUPRP~)JCy)*3iE w"5A无sC}(8ɵmvOt7eogtfiK¬CNJی};M%jFZo5,_%G9t|ņcRٲU=+ec%50\2bگVZ w!q!{8;p+&8{?'sX&[LVӇ;.Q th>IA)^&8IwF8c7SdbR ZmF@ >~V:,DX"*1aW2Ήk("%Fb Fׄ0htBU#MsJ,{Y#'y]sFF]n> V1v^d6+muCܡHsAtvX=|LIihb241~cXLcufzO?"+꤃,ܝGQ,HrР]V8֫1?op~O"B_0 T5Y&N*!iO<-?inf';DXw e <֒ewvjiȏ^PX91 (%~A`BΈJ;Pý%rr{KL ?E&KϢb#;5{FoG\N`FOu EQۃ5V܌ETae vs][sHߺߊm\׽BΗ/Lyj>,OлmY`|h G{fߣjrRМ x'>!wy,DZ>Z6'ΪVF w,tw*6sT8\o4bi V`_ys=v |RFO3܌ V- %"HqǑ< |=-⏨P6EΡՄYy\:c;lY^p+Qq4 <(ഓ(^2!%xJ>ʋv={nh$F~Z}sb_RUUҘCv.A#,MbL1a MGuͪ <49kG>m.pvC(JDNou0AVL?ԵfO8-[DVp\ͻT?PlX8gad<ÖrO| ⦧|095gy$0Z| tnɜmȞA I{Z >/e*FKjZE)WF;Ƈd|v\!OCϡknsT.;ٍ3ۯeWc1k+/PWd~ 6 1Fb60TrܞP.|>֊k]7lLH6o4s{ɵ~Pzڐ`6Չջ; ̂ESȅ|, i3^T֗\ϴu4-/h1`|]LD)C”o8pCY7E*YC"vʬDׁ>-cAQG:oEI5пK@N=oJ&}֤+##aPB'C.VZfW+][%U=ԝ1u Tn\RdIҮo(U]N7Va0(uhˉ!-/;5kVHAI۫8Mebc XİS`;:M sgT-A5_6R=@*4:XYyJދq5TSn.[aFĸ 'ٻr7$%(J\7g<ȤVFM7$/bwŠ4RQc>&NځT ?~1̨ħndet%خ8aFg*J>F6-}Ax1qv{CXHBk%q3wI|ZvfxD7Jko /RjCPE,l{29V|Ftۯ7T+C cWLʩSBKg#aL|&:PH>No K@ѐYfAC:VÇfpY&P'?(t'_r_#hQTֈ[Bj+C|9=InF>JwU@sw\n_7@D }״FJ)*ZTdZs&MB(5hCjAjx|V__9D}/̴M> KdXZVBIe(Bh6FSQ3tB'C#3eת£.76ձ9v3TW93`t3Pn9v 4Wz p#hNaɻ"bCc%"L]ů-*n *x%}v/KX:\JS@ S3Zho k߹5ucM7pQ]QMLRߪ˳GipwwظJuM"-%[2'iAZ54 '{-]U0:u,~u2F8g$1 \gu: `Y| 8׆T[ ̂f wHM8`a:aʺ'v.#Y6DmY͸D,xMer<1+4̦E0svD)~owWVݥc bͳφĘqK©\*1uq(sEyj,Z9`R61 |NS w}Y46mB)?؄l|"TkBE;v +( TS=,JExHֺhw/sF*ÄQl7pHdFX=7$"H-"e1BvzX:mif8x:%DHCu4eVyŔбɥ,KW%_OB/.J,=᭫*Y#mrݭ(6^Jհ'O[)؆;Kp2xh?X{ʖ4ׄY˅Ud<!Wk$"FOsyxߓH9I2Pk95H;߉_`kq7}:X֓ wܖfr>}V&_{S՗B7Kz(~_/" ZO0p̗K?rgi>UfPR?yB8x.jv`0yvDTT)oqB8I3qe.AuzM|"[2ܶde%@)>o!'_KФ/9^mR]sSd;-H5`.Xgm#SB:ܗ1!o`oP<&I~Y*XS{WDdSzT"s?ǖtT06Frt m~i!qUݭ=Ypp#.y8-s@%۽tՑB82)~er`S"4ӽ<]wQ<(+ elcx\ތ,|fT+tYIQ cSiVhja4fsb7A@ \g}Bv6Jo}d ɝq%SM(2\|?6/V(BVW'=_3)iwx+w٠)IRuB 4|1ʂ C(vAwӖMD_74V回:탋IE|%d~´njRo[zIs|Z+!#>`% s:pFF)PrCNyDV FݗVŔ+n760DH5h&iF#sӹk׃ 1H42E}8&6,IիJnკͬ9+}#"q ߃*lv8׉vkE9|4s?.( !$ÍI5y0ŋoZr3 } tZ+E8E&meT5߅ql.Iߟ_.MC֠o?gl[3Dr^iLwh5p4G3q]pf[6K.IU)&Mx)5B.hUDS[.RAG뜄9?2yvjRC(o`ْ<!V= _7 Q`DzŖ@_>_%k 1x&;u+2½hf-@6*6ߑ :wEyy G_u!lb<+=7Q.ejgKT&L󶘨H8 D45k^[CA>9B"ɾd?n fJ2shS&L}x鰁մiWM8z ]mR[YOx\ @Aw(eՊI v|B#.XB~ܤ?hS4vѝES?8@!5O]d׏Py7v#Ƨ^x$B;{}fҮyZ/9FQHM]T;r2/H?̬A JRȁ=|TxB%r7rD"q(&ǜ5^co0М.r#cg!7[J=JÔۦz!ҽ3N (Jm΢Hنd@1}L^ilTz; v'`N'~9G>qNDBr=\kr9]PTiyGm_΢`WșE1/F?.Օu0#+"l("nDN}5ivOw{^{$w_n$)W*aPRp&pXhn9,6 Cpz|,|eK5zۡdOLwL˅;, #sq~[V4)VqsTu(.[Xd;M3)ƌ g)ra9ʆ\^~|7 4wCpw@6n<}VN5kƭ"Y*@n*jҗ !|p8O\:r0!O?@:̓Jgb0Rrj|;Y V/d p u?#4qK`2yc<2RcȈ"[Lb0(lC$dİPTk[~F˨Lo  Ƅ>{%Нuu>n8œV;xr{/O|kwX[@Haaˤb.,RTJ5 d/Z#STYj?)GY[P!OsB'0/GH"Cc~ 0ʒ@ %[ ɪKyxd z90JG 1Jʏۥ>[Qnj7z!C ?`' o?<3' @ryD `D)8x:nFeۿ$:l>KZKzq~t@KV,UFߦp4oEwҏS%L7C;@y+S!‰>.[@D7!,cB W?9&ӍjbC&X6?"L܆cȺJhˢg3fm Hk)+("AF۟+êCP9SR|?Zη Ҧ#(80(SO}u]ֆ@YuTX Q'{-H#{Py*pWlhrd6YK<@#\CGsR qOnX{>˦v&irԱոPvP?%.ݟ{R# {7t ;}."8wZEllZ!Q)E:Ip!"'9ODc7içrAvٸW(̓WGŪKt[W p jb"SR/[k̯+93ngY 0R1$ J 1̀41rtj_Si70KpgYٸ(GULҔ^R^nSocc3iR9]?`1%|xxw 3WE'.UYvUWNL9YҜ¢mFȆ;EUU7<I =cX,F %mk7:8 Ǿ:Жdƚ]) (i~--"3؋nnuggۧGDuƂ2lLM#D?\PpgӬGM䬖l z1 jsUdGB-'w-eܖ<x5K/@[i?2nC*ki΋F},Fkm« V|lE%N]S| VVzB`06.d?Yd;葬;O%כ=w&3:ޫuɡXy]1<uX! H@M7.0{=SvEo іhR"|cdW Y+ f5"[9C1r|ugO`?IN*E=u%YrFrNbx< Vwkm)$g }9"o.oB?0gzgCzȸiw HKLm*(x\2у+4p-]Y[)Ȼi  ԓGaz֏azf#I+Ya* n 5mUd?>C44/ $j@SdYS:'IL`G7Tej@Ro쑷A"Ɇz\"e˩⠒:E>(S9\_;7ej'<ɠƣlbmS2+3`h(o`9q]ӿl*6\F0!W(%Df LdEӯZ]22Ʌ*` jGu1PSyo߶Iw1g㮴ìsN>;i*WsQ2(O`*ÍRI'i G4[yg^:dIx4vq&Ta꿋S衻loȞW<љ0ES KcfMdoǓxI]VvoNjxBؗt f.'@Ș˕=֝~ߺӀ2^2AXLܝP?7ߙ-OsbV쑌aN<`AK̮>x!ʹzc}__)սw$YOx>?(Fk +V 8įm(DH\9" t`6EAX,R&$籭)PMkqXz2毅IL.9LfmQ*#=1Ch.҇d²W&8!~|'!4 d{:?<&lX{΂REXJKגoO%ilqU #_=鑏Nz杝 /%vbF.g.N|qu5ggG<,νr{xedyn.bs()j~ي%2zQfvɂ4hQKOKZCaӃglR dљ%&hM̾GXJ<mZ/Sw3QL2LqU2?\֯"2eF˽m)(Y T,oFrO d50~FUcp|MSS6#A5U^KjGN.H8ybtF$GWb0XpvR7?W>rZj=hch2oNē,: ­QHo?(&CN7>"7͚.nŐGT<Oaݝ#)H=uԆ9U+ݥJqKWF MiMB}/|37l5KV«AKbYJ /ӯo1v%v~ N{C0޸0~afL,=cBJ;B˒$tEm!2SXXv}SSTW$F Ẏhy%}D%Y.GД.sc8_h(}< \9\!, fDd C5~S0 :c6 jke^ze}:@`ơ!l P H@{k>'b } ӓڦ n/I?q6-ٹBX}س;-I#D3P s_#,QLmɻFl~ʦ+vf:ྴYYƭgc-M:k/L3ΎCp +1.%ۙWxZzϝk{0E~HANO?rv{HW#>w=[#|1g!s'm>*Rz;N\;dp(XP9{fEW╘ƊT/Ȉ[c_4+_%;Xrff"6 D`քtaX}bY: {F恞2phN 7iݸS ˩|܁BJ!< H|q>S: 6hbxJuxPgLSw54BD_a3fA9m02&Rvr>PPjЎ[ . )M;`uLF.k}Wq7)HA-Ȱ,(CSYԭexμ%ln4Q'.dyHqG;4WzfD-vOH 1 may:tlfѺX^mH73bH sݚGu5:{ͅN? nYU Z?i[7AѢ};RVkHnA564,NIAU4ܛHI,"9:XG]R|)a6Ze&ъ^ !PJ)ydc#?ga¬L:5B6p^%Oj喗}8 kK#g3Yx#4n6[gU!y'>1% QSh5K XPdrqUCs#nyrH?̤K-%qӓjc~&MԠɥ?)l=(;.ok/Şky"'F1qYWw9~Za5Hw*PEOkdxADG@8)P!1߫d&?6,c)"Wtdțr>H-Pie!=ׅj|IK*1x"+Y9WT(#88 ;)<`AL3>R,г'jvE.uYZs7v f +kS t%z (*ON=?͏>d@|HYU(<x4(S^3 vg>{]BsI6ZweebS@[v (.0a淽 x&˘cչFcΠ# S,'r>P4V@pI@?i0jad|[))AP1F֏ QT>]H>kz=R~%Pϝ@)0-Ƿwh\| Mģΰ" l Q޾N) h1E}H3!ۖM8 T+I8 KkAhՁb֝2Ou^6~K1)[WP.H1uZVxp'DTTHg|a-Y/&\iaiI>Q]*^F7ĖB;&6XEW4@J)xN~@B9P$\ʈZd?f`Tsj~7T.V] ǝIG8*c흕ɢeC{gOre|#oEA#.8rgŋ0V6_rZϩGe!h(*^հ ƻԞ{`R[ׂ)A-c>F< Er"i$ "p1}k/+jn5E"ؚݛmSQpʦE15h؋VDmedvNZW:3eRz ZEi;ҁUŪ rc띉]!)ˉ3j<1r >6k6.A9l4˔M,?kG~Rć͢vdQ`zNK1iR7S,(nyX{5r}@SH(]ҬҼ݌ p/qg=;XB dKb%T r`%̽'z ZbQij_#nAPIʋ#TSW^~D? !̞_U !vR~$Lc$)#y Y`F u'>!Wm/ڨe r2uzRrx8LD)nɻ,p~JT,j99|}#u](^bo $ͳ4%#2zh0s=7U&'V`$v84-fVmM|@VP1=ْcƌ ]U?ȡǴ9/ex$2 +f%Tϕ78N~Cٞps A1цNp4!vLu-FټRw $Rh榘© HYll ۨyif#4{")]ڋpd^b[+;h#sɄb /ﰱ{ɠV1Ia2@Чq8͵9sl2 _Og=bx%rBD(?:}6ҝy]A=}7%~T##4/fD{B^ZvY"o~'_Qz6+}܂դ(J?׮o?p:ͣ%~T .`n%5^VCB&3iQkR휎$R- T_U? }U Gpk_#_uQqFZ^,u$B;3}Z_y&eiø|Q6õ #|u+UHi(VXjͭcq Rm |1:2]O/YXX>m5[6Wzԙ_a0oD2Bj+*k{&y#N{d_ugQI&AB,a=H`f.D> 5r1gGS}F^RV#o(3HDEW űlQDިș' N/ wDvǝDDaU. p sU@$U(ꢴUIgv>TzP1q.H#"G#OhVFbe8H9r!B/-Krʢu(XLidEO?e?Έ@=ҟ3 uV"C>UP:x^Y3^yxT_i`&^i9@O>ڐY7#PAK Dx&894H~rA\^%3'ʉp{;IFt/0F(@uئ5 tַ#]@sx@JU:ro0n=<8S̘%~p-dh#u<i<_k)CW&^8l0|76U']-ۏ|{rPob룹m$ ps4=S6^l1M';Rc0#g xfLn YJX5WL2'>@H>$M1n&EGaf'_ H)K $D1kW:B∠Sz ʖnX$g|7őn, _?!D8U?̵o~F?$;yXshrB8ye\`t@"4~Tsӆ}% sas^5v5 cT nEZO#Xi<?Lա34Cݑ(G6NxrM؟(8Ȱ!+0LxfX<%@FyԻBK((/&hU0Їhf0VaL^#ӊnߛ1)mT ziӿ!͘V3K`6{dR8r-I-N0tfCǜArTJ sj~,%CMpϤc1>^ߨ?י;MȆ3yMH)][-%yG7šq`um^HGBLzV }# Ŀ|.ɲAKG@S|˔! a~ʥd78msc:83Xj"Q[ CʓЧ}OuTQ }MtX,5/]'/{ccg*3tC7b`o׎/0C/S L>j܄n\iZ`uhuAGY\vv(SX:;ۈ}\G,cӤ-?Q15=EzmHs7JuU#/SӼ }5!sDj+wNv)jv`EKTf ^YM=36'έp=ƺ%z߁ʍǙAem+{+ +"U\f9cm\f\ |xH-dv[R1sV'/QIiņ6Nw^amv%!DkծVno)6(0