-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathAUTHORS
More file actions
115 lines (100 loc) · 4.03 KB
/
AUTHORS
File metadata and controls
115 lines (100 loc) · 4.03 KB
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
Multiple people have contributed to the PDI project. To show our appreciation for their public
spirit, we list here in alphabetical order a condensed list of their contributions.
Julian Auriac - CEA (julian.auriac@cea.fr)
* Add mock PDI
* Fix CI bug where tests.xml file could not be written
* Improvement of a Decl'HDF5 test to work on OSX
* Addition of API tests
Julien Bigot - CEA (julien.bigot@cea.fr)
* Initial design and implementation
* Maintainer (Dec. 2014 - ...)
Mohamed Gaalich - CEA (mohamed.gaalich@cea.fr)
* Initial PDI Fortran interface
* Added Fortran example
* Added FTI example
Anida Khizar - CEA (anida.khizar@cea.fr)
* fix HDF5 API version compatibility issue
Benoit Martin - CEA (bmartin@cea.fr)
* CMake maintainer (Oct. 2024 - ...)
* Context::find()
* support for const data in `PDI_share`, `PDI_expose` and `PDI_multi_expose`
* Initial implementation of the cmake test
François-Xavier Mordant - CEA (francois-xavier.mordant@cea.fr)
* Fixed CMake issues, internal API enhancement
* Bug fix, JSON plugin
* Add support for ZSH in env
* Update supported CMake versions
* Initial work on `Context::find()`
* Design and initial implementation of the json plugin
Jacques Morice - CEA (jacques.morice@cea.fr)
* Fix the directory of hdf5 library for rhel
* operator== in Context::Iterator()
* contribution to Decl'HDF5 features improvement, validation
* fix issue [#55](https://github.com/pdidev/pkgs/issues/55)
* fix issue [#582](https://github.com/pdidev/pkgs/issues/582)
Yacine Ould Rouis - CNRS (yacine.ould-rouis@inria.fr)
* Fortran interface fixes
* developments in the fortran interface
* contribution to Decl'HDF5 feature design, validation
Thomas Padioleau - CEA (thomas.padioleau@cea.fr)
* Added macOS CI
* Fixed CMake issues
* Compile warning fix
* Fixed a bug with parallel file deletion in Decl'HDF5
Tomasz Paluszkiewicz - PSNC (tomaszp@man.poznan.pl)
* Updated Python example
* Development of many unit-tests
* Support for plugin dependencies
* Support of the multi_expose function
* Bugfixes in Decl'HDF5
* Support for embedded HDF5
* Initial dependencies lookup support
* Minor adaptations of the trace plugin for new PDI API
* Documentation of the user_code plugin
Corentin Roussel - CEA (Corentin.roussel@cea.fr)
* Co-maintainer (Sep. 2016 - Feb. 2018)
* Updated examples to match PDI API updates
* Initial implementation of the user_code plugin
Karol Sierociński - PSNC (ksiero@man.poznan.pl)
* Co-maintainer (May 2020 - Jun. 2022)
* Many improvements, bugfixes and cleanups
* PDI benchmarks
* Updated examples to match new PDI config. format
* FlowVR examples
* Set-up and development of unit-tests
* Support for records in YAML
* Logging support
* Support for complex datatypes
* Callback mechanism
* Support for member subreference
* Record datatype support in Decl'HDF5
* Attributes support in Decl'HDF5
* Multiple bugfixes in Decl'HDF5
* Schema validator implementation in Decl'HDF5
* Updates to match PDI API updates in Decl'HDF5
* Unified logs in Decl'HDF5
* Filename and dataset name collision policy in Decl'HDF5
* Design and initial implementation of MPI plugin
* Schema validator in MPI plugin
* Design and initial implementation of the Decl'NetCDF plugin
* Design and initial implementation of the Serialization plugin
* Schema validator for user_code plugin
* Logging improvement for user_code plugin
* Design and initial implementation of the set_value plugin
* Tests inspired by Parflow that combine Serialize & Decl'HDF5
Kacper Sinkiewicz - PSNC (ksinkiew@man.poznan.pl)
* Error subclasses
* Support for C struct in yaml
* Support for size_t, ptrdiff_t, byte
* Support for string boolean types in yaml.
* Support for integers from stdint.h
* Many tests, including compatibility tests in Decl'HDF5
* Test refactoring using GTEST in Serialization, Decl'HDF5 and Decl'NetCDF
* Documentation of the pycall plugin
* Bug fix in the set_value plugin
Benedikt Steinbusch - FZJ (b.steinbusch@fz-juelich.de)
* SIONlib examples
Yushan Wang - CEA (yushan.wang@cea.fr)
* Maintainer (Sept. 2023 - ...)
* enable HDF5 subfiling
* Add native compression support in Decl'NetCDF