1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
Release 2.0.3 (Unreleased)
==========================
Bug fixes:
----------
- Avoid crash in ple_locator_shift_location() for empty locator.
Release 2.0.2 (March 16, 2018)
==============================
Bug fixes:
----------
- Fix in ple_locator_extend_search() for non-local cases.
Changes:
--------
- Use asyncronous locator variable exchange by default when
number of communicating ranks is not too large (< 128).
- Implement handling of point tags so as to ignore location
on elements sharing tag (also requires matching features
in ple_mesh_elements_locate_t function used.
Architectural changes
---------------------
- Add support for internationalization.
Release 2.0.1 (May 21, 2015)
============================
Bug fixes:
----------
- Fix in PLE locator indexing for ple_locator_extend_search().
Changes:
--------
- Improve Cray support.
Release 2.0.0 (April 30, 2015)
==============================
Changes:
--------
- Upgrade PLE API so as to allow multiple searches. This replaces the use of
functions to locate closest elements, as using successive searches with
increasing tolerance requires no specific function and is expected to have
more stable behavior.
Release 1.0.4 (August 18, 2014)
===============================
Bug fixes:
----------
- Fix asynchronous exchange for ple_locator_exchange_point_var().
Changes:
--------
- Add Clang compiler detection.
- Updates in build scripts and MPI detection.
Release 1.0.3 (April 03, 2013)
==============================
Bug fixes:
----------
- Fix a test for "locate on closest" and another for empty realloc.
Release 1.0.2 (October 29, 2012)
================================
Bug fixes:
----------
- Fix extra count (should be 3, not 4) in PLE flags exchange in ple_locator.c.
- Fixes for mixed "locate on closest / do not locate on closest" cases.
Changes:
--------
- Avoid deprecated MPI datatypes to prepare for MPI 3.
- Improve robustness of MPI detection tests.
Release 1.0.1 (June 26, 2012)
=============================
Bug fixes:
----------
- Fix link problem in PLE unit tests.
- Fix MPI autodetection on FEDORA systems.
Changes:
--------
- Use same FLAGS as parent Code_Saturne build.
- Remove support for IRIX and Tru64 Unix, as these systems are
now obsolete.
Release 1.0.0 (June 26, 2011)
=============================
- Initial release of the "Parallel Location end Exchange" library,
based on the separation of the realted functionality from the
"Finite Volume Mesh" library.
|