PyPartMC 1.1.4__tar.gz → 1.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of PyPartMC might be problematic. Click here for more details.

Files changed (1730) hide show
  1. pypartmc-1.2.0/.github/workflows/tests+pypi.yml +250 -0
  2. pypartmc-1.2.0/.gitmodules +60 -0
  3. pypartmc-1.2.0/CMakeLists.txt +584 -0
  4. pypartmc-1.2.0/MANIFEST.in +250 -0
  5. pypartmc-1.2.0/PKG-INFO +369 -0
  6. pypartmc-1.2.0/PyPartMC.egg-info/PKG-INFO +369 -0
  7. pypartmc-1.2.0/PyPartMC.egg-info/SOURCES.txt +1681 -0
  8. pypartmc-1.2.0/README.md +349 -0
  9. pypartmc-1.2.0/gitmodules/hdf5/CMakeFilters.cmake +160 -0
  10. pypartmc-1.2.0/gitmodules/hdf5/CMakeInstallation.cmake +633 -0
  11. pypartmc-1.2.0/gitmodules/hdf5/CMakeLists.txt +1186 -0
  12. pypartmc-1.2.0/gitmodules/hdf5/CMakePlugins.cmake +69 -0
  13. pypartmc-1.2.0/gitmodules/hdf5/CMakeTests.cmake +112 -0
  14. pypartmc-1.2.0/gitmodules/hdf5/CMakeVOL.cmake +308 -0
  15. pypartmc-1.2.0/gitmodules/hdf5/COPYING +106 -0
  16. pypartmc-1.2.0/gitmodules/hdf5/CTestConfig.cmake +44 -0
  17. pypartmc-1.2.0/gitmodules/hdf5/UserMacros.cmake +32 -0
  18. pypartmc-1.2.0/gitmodules/hdf5/bin/Makefile.am +56 -0
  19. pypartmc-1.2.0/gitmodules/hdf5/bin/README.md +30 -0
  20. pypartmc-1.2.0/gitmodules/hdf5/bin/batch/ctest.qsub.in.cmake +23 -0
  21. pypartmc-1.2.0/gitmodules/hdf5/bin/batch/ctestP.lsf.in.cmake +20 -0
  22. pypartmc-1.2.0/gitmodules/hdf5/bin/batch/ctestP.sl.in.cmake +15 -0
  23. pypartmc-1.2.0/gitmodules/hdf5/bin/batch/ctestS.lsf.in.cmake +17 -0
  24. pypartmc-1.2.0/gitmodules/hdf5/bin/batch/ctestS.sl.in.cmake +15 -0
  25. pypartmc-1.2.0/gitmodules/hdf5/bin/batch/ctest_parallel.cmake.in +12 -0
  26. pypartmc-1.2.0/gitmodules/hdf5/bin/batch/ctest_serial.cmake.in +12 -0
  27. pypartmc-1.2.0/gitmodules/hdf5/bin/batch/knl_ctestP.sl.in.cmake +16 -0
  28. pypartmc-1.2.0/gitmodules/hdf5/bin/batch/knl_ctestS.sl.in.cmake +16 -0
  29. pypartmc-1.2.0/gitmodules/hdf5/bin/batch/ray_ctestP.lsf.in.cmake +22 -0
  30. pypartmc-1.2.0/gitmodules/hdf5/bin/batch/ray_ctestS.lsf.in.cmake +17 -0
  31. pypartmc-1.2.0/gitmodules/hdf5/bin/batch/raybsub +7 -0
  32. pypartmc-1.2.0/gitmodules/hdf5/bin/buildhdf5 +310 -0
  33. pypartmc-1.2.0/gitmodules/hdf5/bin/checkapi +66 -0
  34. pypartmc-1.2.0/gitmodules/hdf5/bin/chkcopyright +844 -0
  35. pypartmc-1.2.0/gitmodules/hdf5/bin/cmakehdf5 +387 -0
  36. pypartmc-1.2.0/gitmodules/hdf5/bin/debug-ohdr +37 -0
  37. pypartmc-1.2.0/gitmodules/hdf5/bin/format_source +38 -0
  38. pypartmc-1.2.0/gitmodules/hdf5/bin/genparser +265 -0
  39. pypartmc-1.2.0/gitmodules/hdf5/bin/h5cc.in +387 -0
  40. pypartmc-1.2.0/gitmodules/hdf5/bin/h5redeploy.in +215 -0
  41. pypartmc-1.2.0/gitmodules/hdf5/bin/h5vers +528 -0
  42. pypartmc-1.2.0/gitmodules/hdf5/bin/iostats +96 -0
  43. pypartmc-1.2.0/gitmodules/hdf5/bin/make_err +395 -0
  44. pypartmc-1.2.0/gitmodules/hdf5/bin/make_overflow +212 -0
  45. pypartmc-1.2.0/gitmodules/hdf5/bin/make_vers +528 -0
  46. pypartmc-1.2.0/gitmodules/hdf5/bin/makehelp +66 -0
  47. pypartmc-1.2.0/gitmodules/hdf5/bin/output_filter.sh +101 -0
  48. pypartmc-1.2.0/gitmodules/hdf5/bin/pkgscrpts/h5rmflags +164 -0
  49. pypartmc-1.2.0/gitmodules/hdf5/bin/pkgscrpts/makeHDF5BinaryTarfiles.pl +365 -0
  50. pypartmc-1.2.0/gitmodules/hdf5/bin/release +536 -0
  51. pypartmc-1.2.0/gitmodules/hdf5/bin/restore.sh +68 -0
  52. pypartmc-1.2.0/gitmodules/hdf5/bin/runbkgprog +87 -0
  53. pypartmc-1.2.0/gitmodules/hdf5/bin/switch_maint_mode +78 -0
  54. pypartmc-1.2.0/gitmodules/hdf5/bin/trace +449 -0
  55. pypartmc-1.2.0/gitmodules/hdf5/bin/warnhist +783 -0
  56. pypartmc-1.2.0/gitmodules/hdf5/config/BlankForm +117 -0
  57. pypartmc-1.2.0/gitmodules/hdf5/config/Makefile.am.blank +66 -0
  58. pypartmc-1.2.0/gitmodules/hdf5/config/README.md +86 -0
  59. pypartmc-1.2.0/gitmodules/hdf5/config/apple +201 -0
  60. pypartmc-1.2.0/gitmodules/hdf5/config/cce-fflags +80 -0
  61. pypartmc-1.2.0/gitmodules/hdf5/config/cce-flags +85 -0
  62. pypartmc-1.2.0/gitmodules/hdf5/config/clang-cxxflags +188 -0
  63. pypartmc-1.2.0/gitmodules/hdf5/config/clang-fflags +139 -0
  64. pypartmc-1.2.0/gitmodules/hdf5/config/clang-flags +209 -0
  65. pypartmc-1.2.0/gitmodules/hdf5/config/clang-warnings/developer-general +3 -0
  66. pypartmc-1.2.0/gitmodules/hdf5/config/clang-warnings/error-general +80 -0
  67. pypartmc-1.2.0/gitmodules/hdf5/config/clang-warnings/general +20 -0
  68. pypartmc-1.2.0/gitmodules/hdf5/config/clang-warnings/no-developer-general +1 -0
  69. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/CMakeFindJavaCommon.cmake +30 -0
  70. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/CPack.Info.plist.in +26 -0
  71. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/CTestCustom.cmake +220 -0
  72. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/ConfigureChecks.cmake +999 -0
  73. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/ConversionTests.c +409 -0
  74. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/FindCIRCLE.cmake +49 -0
  75. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/FindDTCMP.cmake +48 -0
  76. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/FindHDFS.cmake +70 -0
  77. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/FindMFU.cmake +98 -0
  78. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/GetTimeOfDayTest.cpp +26 -0
  79. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/H5pubconf.h.in +669 -0
  80. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDF5DeveloperBuild.cmake +186 -0
  81. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDF5ExampleCache.cmake +74 -0
  82. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDF5Macros.cmake +120 -0
  83. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDF5PluginCache.cmake +42 -0
  84. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDF5PluginMacros.cmake +71 -0
  85. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDF5UseFortran.cmake +437 -0
  86. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDFCXXCompilerFlags.cmake +362 -0
  87. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDFCompilerFlags.cmake +467 -0
  88. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDFFortranCompilerFlags.cmake +158 -0
  89. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDFLibMacros.cmake +80 -0
  90. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDFMacros.cmake +516 -0
  91. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDFTests.c +105 -0
  92. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDFUseFortran.cmake +89 -0
  93. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/LIBAEC/CMakeLists.txt +468 -0
  94. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/LIBAEC/CPack.Info.plist.in +26 -0
  95. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/LIBAEC/config.h.in +36 -0
  96. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/LIBAEC/libaec-config-version.cmake.in +42 -0
  97. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/LIBAEC/libaec-config.cmake.in +59 -0
  98. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/NSIS.InstallOptions.ini.in +37 -0
  99. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/NSIS.template.in +974 -0
  100. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/PkgInfo.in +1 -0
  101. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/README.md.cmake.in +80 -0
  102. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/UseJava.cmake +1747 -0
  103. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/UseJavaClassFilelist.cmake +39 -0
  104. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/UseJavaSymlinks.cmake +16 -0
  105. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/UserMacros/Windows_MT.cmake +29 -0
  106. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/ZLIB/CMakeLists.txt +527 -0
  107. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/ZLIB/CPack.Info.plist.in +26 -0
  108. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/ZLIB/zconf.h.in +536 -0
  109. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/ZLIB/zlib-config-version.cmake.in +42 -0
  110. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/ZLIB/zlib-config.cmake.in +58 -0
  111. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/cacheinit.cmake +218 -0
  112. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/examples/CTestScript.cmake +176 -0
  113. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/examples/HDF5_Examples.cmake.in +119 -0
  114. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/examples/HDF5_Examples_options.cmake +81 -0
  115. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/fileCompareTest.cmake +97 -0
  116. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/grepTest.cmake +220 -0
  117. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/hdf.bmp +0 -0
  118. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/hdf.icns +0 -0
  119. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/hdf.ico +0 -0
  120. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/hdf5-config-version.cmake.in +58 -0
  121. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/hdf5-config.cmake.in +241 -0
  122. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/javaTargets.cmake.in +38 -0
  123. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/jrunTest.cmake +321 -0
  124. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/libh5cc.in +52 -0
  125. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/libhdf5.settings.cmake.in +94 -0
  126. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/mccacheinit.cmake +68 -0
  127. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/patch.xml.in +11 -0
  128. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/runTest.cmake +402 -0
  129. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/scripts/CTestScript.cmake +364 -0
  130. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/scripts/HDF5config.cmake +276 -0
  131. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/scripts/HDF5options.cmake +108 -0
  132. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/scripts/HPC/bsub-HDF5options.cmake +31 -0
  133. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/scripts/HPC/qsub-HDF5options.cmake +42 -0
  134. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/scripts/HPC/raybsub-HDF5options.cmake +32 -0
  135. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/scripts/HPC/sbatch-HDF5options.cmake +43 -0
  136. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/userblockTest.cmake +131 -0
  137. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/version.plist.in +17 -0
  138. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/vfdTest.cmake +92 -0
  139. pypartmc-1.2.0/gitmodules/hdf5/config/cmake/volTest.cmake +92 -0
  140. pypartmc-1.2.0/gitmodules/hdf5/config/cmake-presets/hidden-presets.json +547 -0
  141. pypartmc-1.2.0/gitmodules/hdf5/config/commence.am +103 -0
  142. pypartmc-1.2.0/gitmodules/hdf5/config/conclude.am +352 -0
  143. pypartmc-1.2.0/gitmodules/hdf5/config/conclude_fc.am +32 -0
  144. pypartmc-1.2.0/gitmodules/hdf5/config/cygwin +21 -0
  145. pypartmc-1.2.0/gitmodules/hdf5/config/examples.am +119 -0
  146. pypartmc-1.2.0/gitmodules/hdf5/config/freebsd +85 -0
  147. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-cxxflags +285 -0
  148. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-fflags +198 -0
  149. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-flags +294 -0
  150. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/4.8 +22 -0
  151. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/4.8-4.last +3 -0
  152. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/4.9 +1 -0
  153. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/5 +2 -0
  154. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/6 +9 -0
  155. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/7 +5 -0
  156. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/8 +2 -0
  157. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/9 +2 -0
  158. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/9.3 +1 -0
  159. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/cxx-4.8 +19 -0
  160. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/cxx-4.9 +2 -0
  161. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/cxx-5 +1 -0
  162. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/cxx-9 +4 -0
  163. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/cxx-developer-4.8 +21 -0
  164. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/cxx-error-5 +11 -0
  165. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/cxx-error-general +32 -0
  166. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/cxx-general +30 -0
  167. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/developer-10 +2 -0
  168. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/developer-12 +4 -0
  169. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/developer-4.8 +29 -0
  170. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/developer-7 +1 -0
  171. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/developer-8 +3 -0
  172. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/developer-general +9 -0
  173. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/error-5 +13 -0
  174. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/error-7 +1 -0
  175. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/error-8 +20 -0
  176. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/error-general +63 -0
  177. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/general +26 -0
  178. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/gfort-4.8 +16 -0
  179. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/gfort-6 +1 -0
  180. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/gfort-8 +1 -0
  181. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/gfort-developer-4.8 +3 -0
  182. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/gfort-developer-5 +1 -0
  183. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/gfort-developer-general +3 -0
  184. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/gfort-general +12 -0
  185. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/gfort-no-developer-4.8 +3 -0
  186. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/gfort-no-developer-general +3 -0
  187. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/no-cxx-developer-4.8 +12 -0
  188. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/no-developer-4.8 +13 -0
  189. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/no-developer-8 +2 -0
  190. pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/no-developer-general +8 -0
  191. pypartmc-1.2.0/gitmodules/hdf5/config/ibm-aix +132 -0
  192. pypartmc-1.2.0/gitmodules/hdf5/config/ibm-flags +122 -0
  193. pypartmc-1.2.0/gitmodules/hdf5/config/intel-cxxflags +179 -0
  194. pypartmc-1.2.0/gitmodules/hdf5/config/intel-fflags +144 -0
  195. pypartmc-1.2.0/gitmodules/hdf5/config/intel-flags +174 -0
  196. pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/classic/15 +19 -0
  197. pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/classic/18 +2 -0
  198. pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/classic/developer-general +3 -0
  199. pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/classic/general +1 -0
  200. pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/classic/ifort-general +1 -0
  201. pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/classic/win-developer-general +1 -0
  202. pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/classic/win-general +1 -0
  203. pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/classic/win-ifort-general +1 -0
  204. pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/oneapi/developer-general +2 -0
  205. pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/oneapi/general +1 -0
  206. pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/oneapi/ifort-general +1 -0
  207. pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/oneapi/win-developer-general +2 -0
  208. pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/oneapi/win-general +1 -0
  209. pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/oneapi/win-ifort-general +1 -0
  210. pypartmc-1.2.0/gitmodules/hdf5/config/libhdf5.fpc.in +16 -0
  211. pypartmc-1.2.0/gitmodules/hdf5/config/libhdf5.pc.in +14 -0
  212. pypartmc-1.2.0/gitmodules/hdf5/config/linux-gnu +401 -0
  213. pypartmc-1.2.0/gitmodules/hdf5/config/lt_vers.am +68 -0
  214. pypartmc-1.2.0/gitmodules/hdf5/config/netbsd +64 -0
  215. pypartmc-1.2.0/gitmodules/hdf5/config/nvidia-cxxflags +101 -0
  216. pypartmc-1.2.0/gitmodules/hdf5/config/nvidia-fflags +139 -0
  217. pypartmc-1.2.0/gitmodules/hdf5/config/nvidia-flags +124 -0
  218. pypartmc-1.2.0/gitmodules/hdf5/config/oneapi-cxxflags +155 -0
  219. pypartmc-1.2.0/gitmodules/hdf5/config/oneapi-fflags +145 -0
  220. pypartmc-1.2.0/gitmodules/hdf5/config/oneapi-flags +151 -0
  221. pypartmc-1.2.0/gitmodules/hdf5/config/pgi-cxxflags +101 -0
  222. pypartmc-1.2.0/gitmodules/hdf5/config/pgi-fflags +139 -0
  223. pypartmc-1.2.0/gitmodules/hdf5/config/pgi-flags +122 -0
  224. pypartmc-1.2.0/gitmodules/hdf5/config/sanitizer/LICENSE +174 -0
  225. pypartmc-1.2.0/gitmodules/hdf5/config/sanitizer/README.md +307 -0
  226. pypartmc-1.2.0/gitmodules/hdf5/config/sanitizer/afl-fuzzing.cmake +108 -0
  227. pypartmc-1.2.0/gitmodules/hdf5/config/sanitizer/code-coverage.cmake +716 -0
  228. pypartmc-1.2.0/gitmodules/hdf5/config/sanitizer/dependency-graph.cmake +107 -0
  229. pypartmc-1.2.0/gitmodules/hdf5/config/sanitizer/formatting.cmake +136 -0
  230. pypartmc-1.2.0/gitmodules/hdf5/config/sanitizer/sanitizers.cmake +266 -0
  231. pypartmc-1.2.0/gitmodules/hdf5/config/sanitizer/tools.cmake +160 -0
  232. pypartmc-1.2.0/gitmodules/hdf5/config/site-specific/BlankForm +44 -0
  233. pypartmc-1.2.0/gitmodules/hdf5/config/solaris +216 -0
  234. pypartmc-1.2.0/gitmodules/hdf5/config/toolchain/aarch64.cmake +18 -0
  235. pypartmc-1.2.0/gitmodules/hdf5/config/toolchain/build32.cmake +79 -0
  236. pypartmc-1.2.0/gitmodules/hdf5/config/toolchain/clang.cmake +17 -0
  237. pypartmc-1.2.0/gitmodules/hdf5/config/toolchain/crayle.cmake +10 -0
  238. pypartmc-1.2.0/gitmodules/hdf5/config/toolchain/gcc.cmake +11 -0
  239. pypartmc-1.2.0/gitmodules/hdf5/config/toolchain/icc.cmake +11 -0
  240. pypartmc-1.2.0/gitmodules/hdf5/config/toolchain/intel.cmake +11 -0
  241. pypartmc-1.2.0/gitmodules/hdf5/config/toolchain/mingw64.cmake +14 -0
  242. pypartmc-1.2.0/gitmodules/hdf5/config/toolchain/pgi.cmake +11 -0
  243. pypartmc-1.2.0/gitmodules/hdf5/hl/CMakeLists.txt +31 -0
  244. pypartmc-1.2.0/gitmodules/hdf5/hl/src/CMakeLists.txt +204 -0
  245. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5DO.c +237 -0
  246. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5DOpublic.h +250 -0
  247. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5DS.c +2507 -0
  248. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5DSprivate.h +39 -0
  249. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5DSpublic.h +413 -0
  250. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5HLprivate2.h +25 -0
  251. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5IM.c +1157 -0
  252. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5IMprivate.h +34 -0
  253. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5IMpublic.h +349 -0
  254. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5LD.c +608 -0
  255. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5LDprivate.h +52 -0
  256. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5LDpublic.h +167 -0
  257. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5LT.c +3403 -0
  258. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5LTanalyze.c +2602 -0
  259. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5LTanalyze.l +175 -0
  260. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5LTparse.c +2146 -0
  261. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5LTparse.h +145 -0
  262. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5LTparse.y +392 -0
  263. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5LTprivate.h +30 -0
  264. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5LTpublic.h +1643 -0
  265. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5PT.c +843 -0
  266. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5PTprivate.h +22 -0
  267. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5PTpublic.h +517 -0
  268. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5TB.c +3368 -0
  269. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5TBprivate.h +46 -0
  270. pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5TBpublic.h +676 -0
  271. pypartmc-1.2.0/gitmodules/hdf5/hl/src/Makefile.am +39 -0
  272. pypartmc-1.2.0/gitmodules/hdf5/hl/src/hdf5_hl.h +31 -0
  273. pypartmc-1.2.0/gitmodules/hdf5/src/CMakeLists.txt +1269 -0
  274. pypartmc-1.2.0/gitmodules/hdf5/src/H5.c +1309 -0
  275. pypartmc-1.2.0/gitmodules/hdf5/src/H5A.c +2512 -0
  276. pypartmc-1.2.0/gitmodules/hdf5/src/H5AC.c +2561 -0
  277. pypartmc-1.2.0/gitmodules/hdf5/src/H5ACdbg.c +335 -0
  278. pypartmc-1.2.0/gitmodules/hdf5/src/H5ACmodule.h +28 -0
  279. pypartmc-1.2.0/gitmodules/hdf5/src/H5ACmpio.c +2213 -0
  280. pypartmc-1.2.0/gitmodules/hdf5/src/H5ACpkg.h +403 -0
  281. pypartmc-1.2.0/gitmodules/hdf5/src/H5ACprivate.h +456 -0
  282. pypartmc-1.2.0/gitmodules/hdf5/src/H5ACproxy_entry.c +609 -0
  283. pypartmc-1.2.0/gitmodules/hdf5/src/H5ACpublic.h +778 -0
  284. pypartmc-1.2.0/gitmodules/hdf5/src/H5Abtree2.c +486 -0
  285. pypartmc-1.2.0/gitmodules/hdf5/src/H5Adense.c +1820 -0
  286. pypartmc-1.2.0/gitmodules/hdf5/src/H5Adeprec.c +406 -0
  287. pypartmc-1.2.0/gitmodules/hdf5/src/H5Aint.c +2743 -0
  288. pypartmc-1.2.0/gitmodules/hdf5/src/H5Amodule.h +383 -0
  289. pypartmc-1.2.0/gitmodules/hdf5/src/H5Apkg.h +262 -0
  290. pypartmc-1.2.0/gitmodules/hdf5/src/H5Aprivate.h +80 -0
  291. pypartmc-1.2.0/gitmodules/hdf5/src/H5Apublic.h +1266 -0
  292. pypartmc-1.2.0/gitmodules/hdf5/src/H5Atest.c +135 -0
  293. pypartmc-1.2.0/gitmodules/hdf5/src/H5B.c +1962 -0
  294. pypartmc-1.2.0/gitmodules/hdf5/src/H5B2.c +1576 -0
  295. pypartmc-1.2.0/gitmodules/hdf5/src/H5B2cache.c +1268 -0
  296. pypartmc-1.2.0/gitmodules/hdf5/src/H5B2dbg.c +319 -0
  297. pypartmc-1.2.0/gitmodules/hdf5/src/H5B2hdr.c +682 -0
  298. pypartmc-1.2.0/gitmodules/hdf5/src/H5B2int.c +2021 -0
  299. pypartmc-1.2.0/gitmodules/hdf5/src/H5B2internal.c +1425 -0
  300. pypartmc-1.2.0/gitmodules/hdf5/src/H5B2leaf.c +1007 -0
  301. pypartmc-1.2.0/gitmodules/hdf5/src/H5B2module.h +28 -0
  302. pypartmc-1.2.0/gitmodules/hdf5/src/H5B2pkg.h +452 -0
  303. pypartmc-1.2.0/gitmodules/hdf5/src/H5B2private.h +149 -0
  304. pypartmc-1.2.0/gitmodules/hdf5/src/H5B2stat.c +127 -0
  305. pypartmc-1.2.0/gitmodules/hdf5/src/H5B2test.c +611 -0
  306. pypartmc-1.2.0/gitmodules/hdf5/src/H5Bcache.c +359 -0
  307. pypartmc-1.2.0/gitmodules/hdf5/src/H5Bdbg.c +261 -0
  308. pypartmc-1.2.0/gitmodules/hdf5/src/H5Bmodule.h +28 -0
  309. pypartmc-1.2.0/gitmodules/hdf5/src/H5Bpkg.h +87 -0
  310. pypartmc-1.2.0/gitmodules/hdf5/src/H5Bprivate.h +146 -0
  311. pypartmc-1.2.0/gitmodules/hdf5/src/H5C.c +1422 -0
  312. pypartmc-1.2.0/gitmodules/hdf5/src/H5CS.c +293 -0
  313. pypartmc-1.2.0/gitmodules/hdf5/src/H5CSprivate.h +30 -0
  314. pypartmc-1.2.0/gitmodules/hdf5/src/H5CX.c +3701 -0
  315. pypartmc-1.2.0/gitmodules/hdf5/src/H5CXmodule.h +28 -0
  316. pypartmc-1.2.0/gitmodules/hdf5/src/H5CXprivate.h +185 -0
  317. pypartmc-1.2.0/gitmodules/hdf5/src/H5Cdbg.c +1593 -0
  318. pypartmc-1.2.0/gitmodules/hdf5/src/H5Centry.c +4191 -0
  319. pypartmc-1.2.0/gitmodules/hdf5/src/H5Cepoch.c +215 -0
  320. pypartmc-1.2.0/gitmodules/hdf5/src/H5Cimage.c +2820 -0
  321. pypartmc-1.2.0/gitmodules/hdf5/src/H5Cint.c +2497 -0
  322. pypartmc-1.2.0/gitmodules/hdf5/src/H5Clog.c +871 -0
  323. pypartmc-1.2.0/gitmodules/hdf5/src/H5Clog.h +138 -0
  324. pypartmc-1.2.0/gitmodules/hdf5/src/H5Clog_json.c +1233 -0
  325. pypartmc-1.2.0/gitmodules/hdf5/src/H5Clog_trace.c +907 -0
  326. pypartmc-1.2.0/gitmodules/hdf5/src/H5Cmodule.h +28 -0
  327. pypartmc-1.2.0/gitmodules/hdf5/src/H5Cmpio.c +1548 -0
  328. pypartmc-1.2.0/gitmodules/hdf5/src/H5Cpkg.h +3291 -0
  329. pypartmc-1.2.0/gitmodules/hdf5/src/H5Cprefetched.c +318 -0
  330. pypartmc-1.2.0/gitmodules/hdf5/src/H5Cprivate.h +2249 -0
  331. pypartmc-1.2.0/gitmodules/hdf5/src/H5Cpublic.h +56 -0
  332. pypartmc-1.2.0/gitmodules/hdf5/src/H5Cquery.c +388 -0
  333. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ctag.c +798 -0
  334. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ctest.c +148 -0
  335. pypartmc-1.2.0/gitmodules/hdf5/src/H5D.c +2449 -0
  336. pypartmc-1.2.0/gitmodules/hdf5/src/H5Dbtree.c +1479 -0
  337. pypartmc-1.2.0/gitmodules/hdf5/src/H5Dbtree2.c +1562 -0
  338. pypartmc-1.2.0/gitmodules/hdf5/src/H5Dchunk.c +8255 -0
  339. pypartmc-1.2.0/gitmodules/hdf5/src/H5Dcompact.c +681 -0
  340. pypartmc-1.2.0/gitmodules/hdf5/src/H5Dcontig.c +1881 -0
  341. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ddbg.c +82 -0
  342. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ddeprec.c +338 -0
  343. pypartmc-1.2.0/gitmodules/hdf5/src/H5Dearray.c +1791 -0
  344. pypartmc-1.2.0/gitmodules/hdf5/src/H5Defl.c +616 -0
  345. pypartmc-1.2.0/gitmodules/hdf5/src/H5Dfarray.c +1649 -0
  346. pypartmc-1.2.0/gitmodules/hdf5/src/H5Dfill.c +612 -0
  347. pypartmc-1.2.0/gitmodules/hdf5/src/H5Dint.c +4015 -0
  348. pypartmc-1.2.0/gitmodules/hdf5/src/H5Dio.c +1510 -0
  349. pypartmc-1.2.0/gitmodules/hdf5/src/H5Dlayout.c +694 -0
  350. pypartmc-1.2.0/gitmodules/hdf5/src/H5Dmodule.h +2788 -0
  351. pypartmc-1.2.0/gitmodules/hdf5/src/H5Dmpio.c +6049 -0
  352. pypartmc-1.2.0/gitmodules/hdf5/src/H5Dnone.c +543 -0
  353. pypartmc-1.2.0/gitmodules/hdf5/src/H5Doh.c +436 -0
  354. pypartmc-1.2.0/gitmodules/hdf5/src/H5Dpkg.h +835 -0
  355. pypartmc-1.2.0/gitmodules/hdf5/src/H5Dprivate.h +201 -0
  356. pypartmc-1.2.0/gitmodules/hdf5/src/H5Dpublic.h +1893 -0
  357. pypartmc-1.2.0/gitmodules/hdf5/src/H5Dscatgath.c +1535 -0
  358. pypartmc-1.2.0/gitmodules/hdf5/src/H5Dselect.c +487 -0
  359. pypartmc-1.2.0/gitmodules/hdf5/src/H5Dsingle.c +594 -0
  360. pypartmc-1.2.0/gitmodules/hdf5/src/H5Dtest.c +294 -0
  361. pypartmc-1.2.0/gitmodules/hdf5/src/H5Dvirtual.c +3227 -0
  362. pypartmc-1.2.0/gitmodules/hdf5/src/H5E.c +1667 -0
  363. pypartmc-1.2.0/gitmodules/hdf5/src/H5EA.c +1026 -0
  364. pypartmc-1.2.0/gitmodules/hdf5/src/H5EAcache.c +2148 -0
  365. pypartmc-1.2.0/gitmodules/hdf5/src/H5EAdbg.c +427 -0
  366. pypartmc-1.2.0/gitmodules/hdf5/src/H5EAdblkpage.c +325 -0
  367. pypartmc-1.2.0/gitmodules/hdf5/src/H5EAdblock.c +469 -0
  368. pypartmc-1.2.0/gitmodules/hdf5/src/H5EAhdr.c +801 -0
  369. pypartmc-1.2.0/gitmodules/hdf5/src/H5EAiblock.c +489 -0
  370. pypartmc-1.2.0/gitmodules/hdf5/src/H5EAint.c +121 -0
  371. pypartmc-1.2.0/gitmodules/hdf5/src/H5EAmodule.h +28 -0
  372. pypartmc-1.2.0/gitmodules/hdf5/src/H5EApkg.h +461 -0
  373. pypartmc-1.2.0/gitmodules/hdf5/src/H5EAprivate.h +146 -0
  374. pypartmc-1.2.0/gitmodules/hdf5/src/H5EAsblock.c +441 -0
  375. pypartmc-1.2.0/gitmodules/hdf5/src/H5EAstat.c +90 -0
  376. pypartmc-1.2.0/gitmodules/hdf5/src/H5EAtest.c +450 -0
  377. pypartmc-1.2.0/gitmodules/hdf5/src/H5ES.c +639 -0
  378. pypartmc-1.2.0/gitmodules/hdf5/src/H5ESdevelop.h +52 -0
  379. pypartmc-1.2.0/gitmodules/hdf5/src/H5ESevent.c +186 -0
  380. pypartmc-1.2.0/gitmodules/hdf5/src/H5ESint.c +1002 -0
  381. pypartmc-1.2.0/gitmodules/hdf5/src/H5ESlist.c +205 -0
  382. pypartmc-1.2.0/gitmodules/hdf5/src/H5ESmodule.h +149 -0
  383. pypartmc-1.2.0/gitmodules/hdf5/src/H5ESpkg.h +99 -0
  384. pypartmc-1.2.0/gitmodules/hdf5/src/H5ESprivate.h +54 -0
  385. pypartmc-1.2.0/gitmodules/hdf5/src/H5ESpublic.h +387 -0
  386. pypartmc-1.2.0/gitmodules/hdf5/src/H5Edeprec.c +383 -0
  387. pypartmc-1.2.0/gitmodules/hdf5/src/H5Eint.c +911 -0
  388. pypartmc-1.2.0/gitmodules/hdf5/src/H5Emodule.h +552 -0
  389. pypartmc-1.2.0/gitmodules/hdf5/src/H5Epkg.h +139 -0
  390. pypartmc-1.2.0/gitmodules/hdf5/src/H5Eprivate.h +193 -0
  391. pypartmc-1.2.0/gitmodules/hdf5/src/H5Epublic.h +972 -0
  392. pypartmc-1.2.0/gitmodules/hdf5/src/H5F.c +2740 -0
  393. pypartmc-1.2.0/gitmodules/hdf5/src/H5FA.c +763 -0
  394. pypartmc-1.2.0/gitmodules/hdf5/src/H5FAcache.c +1230 -0
  395. pypartmc-1.2.0/gitmodules/hdf5/src/H5FAdbg.c +266 -0
  396. pypartmc-1.2.0/gitmodules/hdf5/src/H5FAdblkpage.c +341 -0
  397. pypartmc-1.2.0/gitmodules/hdf5/src/H5FAdblock.c +446 -0
  398. pypartmc-1.2.0/gitmodules/hdf5/src/H5FAhdr.c +568 -0
  399. pypartmc-1.2.0/gitmodules/hdf5/src/H5FAint.c +121 -0
  400. pypartmc-1.2.0/gitmodules/hdf5/src/H5FAmodule.h +28 -0
  401. pypartmc-1.2.0/gitmodules/hdf5/src/H5FApkg.h +299 -0
  402. pypartmc-1.2.0/gitmodules/hdf5/src/H5FAprivate.h +134 -0
  403. pypartmc-1.2.0/gitmodules/hdf5/src/H5FAstat.c +94 -0
  404. pypartmc-1.2.0/gitmodules/hdf5/src/H5FAtest.c +379 -0
  405. pypartmc-1.2.0/gitmodules/hdf5/src/H5FD.c +2774 -0
  406. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDcore.c +1695 -0
  407. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDcore.h +102 -0
  408. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDdevelop.h +414 -0
  409. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDdirect.c +1369 -0
  410. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDdirect.h +127 -0
  411. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDdrvr_module.h +27 -0
  412. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDfamily.c +1517 -0
  413. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDfamily.h +91 -0
  414. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDhdfs.c +1545 -0
  415. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDhdfs.h +140 -0
  416. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDint.c +3377 -0
  417. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDlog.c +1731 -0
  418. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDlog.h +482 -0
  419. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDmirror.c +1907 -0
  420. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDmirror.h +125 -0
  421. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDmirror_priv.h +317 -0
  422. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDmodule.h +28 -0
  423. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDmpi.c +366 -0
  424. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDmpi.h +57 -0
  425. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDmpio.c +3874 -0
  426. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDmpio.h +294 -0
  427. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDmulti.c +2195 -0
  428. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDmulti.h +258 -0
  429. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDonion.c +1759 -0
  430. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDonion.h +185 -0
  431. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDonion_header.c +232 -0
  432. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDonion_header.h +55 -0
  433. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDonion_history.c +306 -0
  434. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDonion_history.h +63 -0
  435. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDonion_index.c +937 -0
  436. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDonion_index.h +150 -0
  437. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDonion_priv.h +28 -0
  438. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDperform.c +57 -0
  439. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDpkg.h +54 -0
  440. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDprivate.h +221 -0
  441. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDpublic.h +429 -0
  442. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDros3.c +1803 -0
  443. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDros3.h +218 -0
  444. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDs3comms.c +2885 -0
  445. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDs3comms.h +557 -0
  446. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsec2.c +1040 -0
  447. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsec2.h +56 -0
  448. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDspace.c +421 -0
  449. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsplitter.c +1589 -0
  450. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsplitter.h +118 -0
  451. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDstdio.c +1191 -0
  452. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDstdio.h +58 -0
  453. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/CMakeLists.txt +60 -0
  454. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5FDioc.c +1794 -0
  455. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5FDioc.h +196 -0
  456. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5FDioc_int.c +441 -0
  457. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5FDioc_priv.h +430 -0
  458. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5FDioc_threads.c +1681 -0
  459. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5FDsubfile_int.c +412 -0
  460. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5FDsubfiling.c +3783 -0
  461. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5FDsubfiling.h +415 -0
  462. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5FDsubfiling_priv.h +66 -0
  463. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5subfiling_common.c +3240 -0
  464. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5subfiling_common.h +299 -0
  465. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5subfiling_err.h +272 -0
  466. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/LICENSE.txt +28 -0
  467. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_compiler_attributes.h +48 -0
  468. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_queue.h +116 -0
  469. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_thread.c +164 -0
  470. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_thread.h +226 -0
  471. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_thread_annotation.h +36 -0
  472. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_thread_condition.c +43 -0
  473. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_thread_condition.h +173 -0
  474. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_thread_mutex.c +92 -0
  475. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_thread_mutex.h +124 -0
  476. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_thread_pool.c +176 -0
  477. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_thread_pool.h +115 -0
  478. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_util_config.h +50 -0
  479. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_util_error.h +51 -0
  480. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDtest.c +102 -0
  481. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDwindows.c +56 -0
  482. pypartmc-1.2.0/gitmodules/hdf5/src/H5FDwindows.h +66 -0
  483. pypartmc-1.2.0/gitmodules/hdf5/src/H5FL.c +2565 -0
  484. pypartmc-1.2.0/gitmodules/hdf5/src/H5FLmodule.h +28 -0
  485. pypartmc-1.2.0/gitmodules/hdf5/src/H5FLprivate.h +435 -0
  486. pypartmc-1.2.0/gitmodules/hdf5/src/H5FO.c +588 -0
  487. pypartmc-1.2.0/gitmodules/hdf5/src/H5FOprivate.h +45 -0
  488. pypartmc-1.2.0/gitmodules/hdf5/src/H5FS.c +1173 -0
  489. pypartmc-1.2.0/gitmodules/hdf5/src/H5FScache.c +1447 -0
  490. pypartmc-1.2.0/gitmodules/hdf5/src/H5FSdbg.c +266 -0
  491. pypartmc-1.2.0/gitmodules/hdf5/src/H5FSint.c +121 -0
  492. pypartmc-1.2.0/gitmodules/hdf5/src/H5FSmodule.h +28 -0
  493. pypartmc-1.2.0/gitmodules/hdf5/src/H5FSpkg.h +239 -0
  494. pypartmc-1.2.0/gitmodules/hdf5/src/H5FSprivate.h +227 -0
  495. pypartmc-1.2.0/gitmodules/hdf5/src/H5FSsection.c +2449 -0
  496. pypartmc-1.2.0/gitmodules/hdf5/src/H5FSstat.c +89 -0
  497. pypartmc-1.2.0/gitmodules/hdf5/src/H5FStest.c +136 -0
  498. pypartmc-1.2.0/gitmodules/hdf5/src/H5Faccum.c +1071 -0
  499. pypartmc-1.2.0/gitmodules/hdf5/src/H5Fcwfs.c +298 -0
  500. pypartmc-1.2.0/gitmodules/hdf5/src/H5Fdbg.c +134 -0
  501. pypartmc-1.2.0/gitmodules/hdf5/src/H5Fdeprec.c +243 -0
  502. pypartmc-1.2.0/gitmodules/hdf5/src/H5Fefc.c +955 -0
  503. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ffake.c +90 -0
  504. pypartmc-1.2.0/gitmodules/hdf5/src/H5Fint.c +4141 -0
  505. pypartmc-1.2.0/gitmodules/hdf5/src/H5Fio.c +523 -0
  506. pypartmc-1.2.0/gitmodules/hdf5/src/H5Fmodule.h +1241 -0
  507. pypartmc-1.2.0/gitmodules/hdf5/src/H5Fmount.c +627 -0
  508. pypartmc-1.2.0/gitmodules/hdf5/src/H5Fmpi.c +625 -0
  509. pypartmc-1.2.0/gitmodules/hdf5/src/H5Fpkg.h +489 -0
  510. pypartmc-1.2.0/gitmodules/hdf5/src/H5Fprivate.h +675 -0
  511. pypartmc-1.2.0/gitmodules/hdf5/src/H5Fpublic.h +1986 -0
  512. pypartmc-1.2.0/gitmodules/hdf5/src/H5Fquery.c +1423 -0
  513. pypartmc-1.2.0/gitmodules/hdf5/src/H5Fsfile.c +202 -0
  514. pypartmc-1.2.0/gitmodules/hdf5/src/H5Fspace.c +200 -0
  515. pypartmc-1.2.0/gitmodules/hdf5/src/H5Fsuper.c +1826 -0
  516. pypartmc-1.2.0/gitmodules/hdf5/src/H5Fsuper_cache.c +1011 -0
  517. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ftest.c +266 -0
  518. pypartmc-1.2.0/gitmodules/hdf5/src/H5G.c +1018 -0
  519. pypartmc-1.2.0/gitmodules/hdf5/src/H5Gbtree2.c +456 -0
  520. pypartmc-1.2.0/gitmodules/hdf5/src/H5Gcache.c +301 -0
  521. pypartmc-1.2.0/gitmodules/hdf5/src/H5Gcompact.c +513 -0
  522. pypartmc-1.2.0/gitmodules/hdf5/src/H5Gdense.c +1646 -0
  523. pypartmc-1.2.0/gitmodules/hdf5/src/H5Gdeprec.c +1224 -0
  524. pypartmc-1.2.0/gitmodules/hdf5/src/H5Gent.c +488 -0
  525. pypartmc-1.2.0/gitmodules/hdf5/src/H5Gint.c +1400 -0
  526. pypartmc-1.2.0/gitmodules/hdf5/src/H5Glink.c +599 -0
  527. pypartmc-1.2.0/gitmodules/hdf5/src/H5Gloc.c +1008 -0
  528. pypartmc-1.2.0/gitmodules/hdf5/src/H5Gmodule.h +971 -0
  529. pypartmc-1.2.0/gitmodules/hdf5/src/H5Gname.c +1169 -0
  530. pypartmc-1.2.0/gitmodules/hdf5/src/H5Gnode.c +1471 -0
  531. pypartmc-1.2.0/gitmodules/hdf5/src/H5Gobj.c +1151 -0
  532. pypartmc-1.2.0/gitmodules/hdf5/src/H5Goh.c +381 -0
  533. pypartmc-1.2.0/gitmodules/hdf5/src/H5Gpkg.h +483 -0
  534. pypartmc-1.2.0/gitmodules/hdf5/src/H5Gprivate.h +299 -0
  535. pypartmc-1.2.0/gitmodules/hdf5/src/H5Gpublic.h +1220 -0
  536. pypartmc-1.2.0/gitmodules/hdf5/src/H5Groot.c +380 -0
  537. pypartmc-1.2.0/gitmodules/hdf5/src/H5Gstab.c +1014 -0
  538. pypartmc-1.2.0/gitmodules/hdf5/src/H5Gtest.c +839 -0
  539. pypartmc-1.2.0/gitmodules/hdf5/src/H5Gtraverse.c +835 -0
  540. pypartmc-1.2.0/gitmodules/hdf5/src/H5HF.c +872 -0
  541. pypartmc-1.2.0/gitmodules/hdf5/src/H5HFbtree2.c +950 -0
  542. pypartmc-1.2.0/gitmodules/hdf5/src/H5HFcache.c +3388 -0
  543. pypartmc-1.2.0/gitmodules/hdf5/src/H5HFdbg.c +806 -0
  544. pypartmc-1.2.0/gitmodules/hdf5/src/H5HFdblock.c +688 -0
  545. pypartmc-1.2.0/gitmodules/hdf5/src/H5HFdtable.c +316 -0
  546. pypartmc-1.2.0/gitmodules/hdf5/src/H5HFhdr.c +1429 -0
  547. pypartmc-1.2.0/gitmodules/hdf5/src/H5HFhuge.c +1136 -0
  548. pypartmc-1.2.0/gitmodules/hdf5/src/H5HFiblock.c +1838 -0
  549. pypartmc-1.2.0/gitmodules/hdf5/src/H5HFiter.c +570 -0
  550. pypartmc-1.2.0/gitmodules/hdf5/src/H5HFman.c +643 -0
  551. pypartmc-1.2.0/gitmodules/hdf5/src/H5HFmodule.h +28 -0
  552. pypartmc-1.2.0/gitmodules/hdf5/src/H5HFpkg.h +778 -0
  553. pypartmc-1.2.0/gitmodules/hdf5/src/H5HFprivate.h +137 -0
  554. pypartmc-1.2.0/gitmodules/hdf5/src/H5HFsection.c +3915 -0
  555. pypartmc-1.2.0/gitmodules/hdf5/src/H5HFspace.c +553 -0
  556. pypartmc-1.2.0/gitmodules/hdf5/src/H5HFstat.c +162 -0
  557. pypartmc-1.2.0/gitmodules/hdf5/src/H5HFtest.c +487 -0
  558. pypartmc-1.2.0/gitmodules/hdf5/src/H5HFtiny.c +353 -0
  559. pypartmc-1.2.0/gitmodules/hdf5/src/H5HG.c +858 -0
  560. pypartmc-1.2.0/gitmodules/hdf5/src/H5HGcache.c +480 -0
  561. pypartmc-1.2.0/gitmodules/hdf5/src/H5HGdbg.c +147 -0
  562. pypartmc-1.2.0/gitmodules/hdf5/src/H5HGmodule.h +28 -0
  563. pypartmc-1.2.0/gitmodules/hdf5/src/H5HGpkg.h +140 -0
  564. pypartmc-1.2.0/gitmodules/hdf5/src/H5HGprivate.h +68 -0
  565. pypartmc-1.2.0/gitmodules/hdf5/src/H5HGquery.c +117 -0
  566. pypartmc-1.2.0/gitmodules/hdf5/src/H5HL.c +1010 -0
  567. pypartmc-1.2.0/gitmodules/hdf5/src/H5HLcache.c +898 -0
  568. pypartmc-1.2.0/gitmodules/hdf5/src/H5HLdbg.c +115 -0
  569. pypartmc-1.2.0/gitmodules/hdf5/src/H5HLdblk.c +257 -0
  570. pypartmc-1.2.0/gitmodules/hdf5/src/H5HLint.c +205 -0
  571. pypartmc-1.2.0/gitmodules/hdf5/src/H5HLmodule.h +28 -0
  572. pypartmc-1.2.0/gitmodules/hdf5/src/H5HLpkg.h +143 -0
  573. pypartmc-1.2.0/gitmodules/hdf5/src/H5HLprfx.c +150 -0
  574. pypartmc-1.2.0/gitmodules/hdf5/src/H5HLprivate.h +59 -0
  575. pypartmc-1.2.0/gitmodules/hdf5/src/H5I.c +915 -0
  576. pypartmc-1.2.0/gitmodules/hdf5/src/H5Idbg.c +201 -0
  577. pypartmc-1.2.0/gitmodules/hdf5/src/H5Idevelop.h +141 -0
  578. pypartmc-1.2.0/gitmodules/hdf5/src/H5Iint.c +1767 -0
  579. pypartmc-1.2.0/gitmodules/hdf5/src/H5Imodule.h +115 -0
  580. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ipkg.h +120 -0
  581. pypartmc-1.2.0/gitmodules/hdf5/src/H5Iprivate.h +104 -0
  582. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ipublic.h +691 -0
  583. pypartmc-1.2.0/gitmodules/hdf5/src/H5Itest.c +109 -0
  584. pypartmc-1.2.0/gitmodules/hdf5/src/H5L.c +1979 -0
  585. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ldeprec.c +645 -0
  586. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ldevelop.h +324 -0
  587. pypartmc-1.2.0/gitmodules/hdf5/src/H5Lexternal.c +323 -0
  588. pypartmc-1.2.0/gitmodules/hdf5/src/H5Lint.c +2176 -0
  589. pypartmc-1.2.0/gitmodules/hdf5/src/H5Lmodule.h +48 -0
  590. pypartmc-1.2.0/gitmodules/hdf5/src/H5Lpkg.h +69 -0
  591. pypartmc-1.2.0/gitmodules/hdf5/src/H5Lprivate.h +94 -0
  592. pypartmc-1.2.0/gitmodules/hdf5/src/H5Lpublic.h +1955 -0
  593. pypartmc-1.2.0/gitmodules/hdf5/src/H5M.c +1441 -0
  594. pypartmc-1.2.0/gitmodules/hdf5/src/H5MF.c +3391 -0
  595. pypartmc-1.2.0/gitmodules/hdf5/src/H5MFaggr.c +913 -0
  596. pypartmc-1.2.0/gitmodules/hdf5/src/H5MFdbg.c +311 -0
  597. pypartmc-1.2.0/gitmodules/hdf5/src/H5MFmodule.h +28 -0
  598. pypartmc-1.2.0/gitmodules/hdf5/src/H5MFpkg.h +206 -0
  599. pypartmc-1.2.0/gitmodules/hdf5/src/H5MFprivate.h +82 -0
  600. pypartmc-1.2.0/gitmodules/hdf5/src/H5MFsection.c +924 -0
  601. pypartmc-1.2.0/gitmodules/hdf5/src/H5MM.c +262 -0
  602. pypartmc-1.2.0/gitmodules/hdf5/src/H5MMprivate.h +58 -0
  603. pypartmc-1.2.0/gitmodules/hdf5/src/H5MMpublic.h +36 -0
  604. pypartmc-1.2.0/gitmodules/hdf5/src/H5Mmodule.h +87 -0
  605. pypartmc-1.2.0/gitmodules/hdf5/src/H5Mpkg.h +46 -0
  606. pypartmc-1.2.0/gitmodules/hdf5/src/H5Mprivate.h +76 -0
  607. pypartmc-1.2.0/gitmodules/hdf5/src/H5Mpublic.h +664 -0
  608. pypartmc-1.2.0/gitmodules/hdf5/src/H5O.c +2307 -0
  609. pypartmc-1.2.0/gitmodules/hdf5/src/H5Oainfo.c +509 -0
  610. pypartmc-1.2.0/gitmodules/hdf5/src/H5Oalloc.c +2500 -0
  611. pypartmc-1.2.0/gitmodules/hdf5/src/H5Oattr.c +869 -0
  612. pypartmc-1.2.0/gitmodules/hdf5/src/H5Oattribute.c +1841 -0
  613. pypartmc-1.2.0/gitmodules/hdf5/src/H5Obogus.c +212 -0
  614. pypartmc-1.2.0/gitmodules/hdf5/src/H5Obtreek.c +243 -0
  615. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ocache.c +1607 -0
  616. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ocache_image.c +322 -0
  617. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ochunk.c +400 -0
  618. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ocont.c +254 -0
  619. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ocopy.c +1620 -0
  620. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ocopy_ref.c +477 -0
  621. pypartmc-1.2.0/gitmodules/hdf5/src/H5Odbg.c +527 -0
  622. pypartmc-1.2.0/gitmodules/hdf5/src/H5Odeprec.c +1126 -0
  623. pypartmc-1.2.0/gitmodules/hdf5/src/H5Odrvinfo.c +291 -0
  624. pypartmc-1.2.0/gitmodules/hdf5/src/H5Odtype.c +2414 -0
  625. pypartmc-1.2.0/gitmodules/hdf5/src/H5Oefl.c +560 -0
  626. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ofill.c +1046 -0
  627. pypartmc-1.2.0/gitmodules/hdf5/src/H5Oflush.c +419 -0
  628. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ofsinfo.c +481 -0
  629. pypartmc-1.2.0/gitmodules/hdf5/src/H5Oginfo.c +321 -0
  630. pypartmc-1.2.0/gitmodules/hdf5/src/H5Oint.c +2941 -0
  631. pypartmc-1.2.0/gitmodules/hdf5/src/H5Olayout.c +1436 -0
  632. pypartmc-1.2.0/gitmodules/hdf5/src/H5Olinfo.c +554 -0
  633. pypartmc-1.2.0/gitmodules/hdf5/src/H5Olink.c +837 -0
  634. pypartmc-1.2.0/gitmodules/hdf5/src/H5Omessage.c +2075 -0
  635. pypartmc-1.2.0/gitmodules/hdf5/src/H5Omodule.h +76 -0
  636. pypartmc-1.2.0/gitmodules/hdf5/src/H5Omtime.c +424 -0
  637. pypartmc-1.2.0/gitmodules/hdf5/src/H5Oname.c +258 -0
  638. pypartmc-1.2.0/gitmodules/hdf5/src/H5Onull.c +49 -0
  639. pypartmc-1.2.0/gitmodules/hdf5/src/H5Opkg.h +653 -0
  640. pypartmc-1.2.0/gitmodules/hdf5/src/H5Opline.c +715 -0
  641. pypartmc-1.2.0/gitmodules/hdf5/src/H5Oprivate.h +1027 -0
  642. pypartmc-1.2.0/gitmodules/hdf5/src/H5Opublic.h +2471 -0
  643. pypartmc-1.2.0/gitmodules/hdf5/src/H5Orefcount.c +290 -0
  644. pypartmc-1.2.0/gitmodules/hdf5/src/H5Osdspace.c +540 -0
  645. pypartmc-1.2.0/gitmodules/hdf5/src/H5Oshared.c +709 -0
  646. pypartmc-1.2.0/gitmodules/hdf5/src/H5Oshared.h +439 -0
  647. pypartmc-1.2.0/gitmodules/hdf5/src/H5Oshmesg.c +231 -0
  648. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ostab.c +401 -0
  649. pypartmc-1.2.0/gitmodules/hdf5/src/H5Otest.c +781 -0
  650. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ounknown.c +78 -0
  651. pypartmc-1.2.0/gitmodules/hdf5/src/H5P.c +1599 -0
  652. pypartmc-1.2.0/gitmodules/hdf5/src/H5PB.c +1552 -0
  653. pypartmc-1.2.0/gitmodules/hdf5/src/H5PBmodule.h +28 -0
  654. pypartmc-1.2.0/gitmodules/hdf5/src/H5PBpkg.h +52 -0
  655. pypartmc-1.2.0/gitmodules/hdf5/src/H5PBprivate.h +94 -0
  656. pypartmc-1.2.0/gitmodules/hdf5/src/H5PL.c +392 -0
  657. pypartmc-1.2.0/gitmodules/hdf5/src/H5PLextern.h +43 -0
  658. pypartmc-1.2.0/gitmodules/hdf5/src/H5PLint.c +512 -0
  659. pypartmc-1.2.0/gitmodules/hdf5/src/H5PLmodule.h +297 -0
  660. pypartmc-1.2.0/gitmodules/hdf5/src/H5PLpath.c +982 -0
  661. pypartmc-1.2.0/gitmodules/hdf5/src/H5PLpkg.h +159 -0
  662. pypartmc-1.2.0/gitmodules/hdf5/src/H5PLplugin_cache.c +361 -0
  663. pypartmc-1.2.0/gitmodules/hdf5/src/H5PLprivate.h +87 -0
  664. pypartmc-1.2.0/gitmodules/hdf5/src/H5PLpublic.h +228 -0
  665. pypartmc-1.2.0/gitmodules/hdf5/src/H5Pacpl.c +76 -0
  666. pypartmc-1.2.0/gitmodules/hdf5/src/H5Pdapl.c +1545 -0
  667. pypartmc-1.2.0/gitmodules/hdf5/src/H5Pdcpl.c +3557 -0
  668. pypartmc-1.2.0/gitmodules/hdf5/src/H5Pdeprec.c +638 -0
  669. pypartmc-1.2.0/gitmodules/hdf5/src/H5Pdxpl.c +2604 -0
  670. pypartmc-1.2.0/gitmodules/hdf5/src/H5Pencdec.c +799 -0
  671. pypartmc-1.2.0/gitmodules/hdf5/src/H5Pfapl.c +6290 -0
  672. pypartmc-1.2.0/gitmodules/hdf5/src/H5Pfcpl.c +1380 -0
  673. pypartmc-1.2.0/gitmodules/hdf5/src/H5Pfmpl.c +117 -0
  674. pypartmc-1.2.0/gitmodules/hdf5/src/H5Pgcpl.c +640 -0
  675. pypartmc-1.2.0/gitmodules/hdf5/src/H5Pint.c +5721 -0
  676. pypartmc-1.2.0/gitmodules/hdf5/src/H5Plapl.c +1194 -0
  677. pypartmc-1.2.0/gitmodules/hdf5/src/H5Plcpl.c +185 -0
  678. pypartmc-1.2.0/gitmodules/hdf5/src/H5Pmapl.c +206 -0
  679. pypartmc-1.2.0/gitmodules/hdf5/src/H5Pmcpl.c +102 -0
  680. pypartmc-1.2.0/gitmodules/hdf5/src/H5Pmodule.h +1119 -0
  681. pypartmc-1.2.0/gitmodules/hdf5/src/H5Pocpl.c +1762 -0
  682. pypartmc-1.2.0/gitmodules/hdf5/src/H5Pocpypl.c +853 -0
  683. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ppkg.h +202 -0
  684. pypartmc-1.2.0/gitmodules/hdf5/src/H5Pprivate.h +218 -0
  685. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ppublic.h +10446 -0
  686. pypartmc-1.2.0/gitmodules/hdf5/src/H5Pstrcpl.c +253 -0
  687. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ptest.c +117 -0
  688. pypartmc-1.2.0/gitmodules/hdf5/src/H5R.c +1166 -0
  689. pypartmc-1.2.0/gitmodules/hdf5/src/H5RS.c +776 -0
  690. pypartmc-1.2.0/gitmodules/hdf5/src/H5RSmodule.h +28 -0
  691. pypartmc-1.2.0/gitmodules/hdf5/src/H5RSprivate.h +56 -0
  692. pypartmc-1.2.0/gitmodules/hdf5/src/H5Rdeprec.c +801 -0
  693. pypartmc-1.2.0/gitmodules/hdf5/src/H5Rint.c +1564 -0
  694. pypartmc-1.2.0/gitmodules/hdf5/src/H5Rmodule.h +40 -0
  695. pypartmc-1.2.0/gitmodules/hdf5/src/H5Rpkg.h +130 -0
  696. pypartmc-1.2.0/gitmodules/hdf5/src/H5Rprivate.h +43 -0
  697. pypartmc-1.2.0/gitmodules/hdf5/src/H5Rpublic.h +981 -0
  698. pypartmc-1.2.0/gitmodules/hdf5/src/H5S.c +1966 -0
  699. pypartmc-1.2.0/gitmodules/hdf5/src/H5SL.c +2275 -0
  700. pypartmc-1.2.0/gitmodules/hdf5/src/H5SLmodule.h +28 -0
  701. pypartmc-1.2.0/gitmodules/hdf5/src/H5SLprivate.h +87 -0
  702. pypartmc-1.2.0/gitmodules/hdf5/src/H5SM.c +2715 -0
  703. pypartmc-1.2.0/gitmodules/hdf5/src/H5SMbtree2.c +188 -0
  704. pypartmc-1.2.0/gitmodules/hdf5/src/H5SMcache.c +709 -0
  705. pypartmc-1.2.0/gitmodules/hdf5/src/H5SMmessage.c +331 -0
  706. pypartmc-1.2.0/gitmodules/hdf5/src/H5SMmodule.h +28 -0
  707. pypartmc-1.2.0/gitmodules/hdf5/src/H5SMpkg.h +271 -0
  708. pypartmc-1.2.0/gitmodules/hdf5/src/H5SMprivate.h +65 -0
  709. pypartmc-1.2.0/gitmodules/hdf5/src/H5SMtest.c +106 -0
  710. pypartmc-1.2.0/gitmodules/hdf5/src/H5Sall.c +1169 -0
  711. pypartmc-1.2.0/gitmodules/hdf5/src/H5Sdbg.c +101 -0
  712. pypartmc-1.2.0/gitmodules/hdf5/src/H5Sdeprec.c +105 -0
  713. pypartmc-1.2.0/gitmodules/hdf5/src/H5Shyper.c +12452 -0
  714. pypartmc-1.2.0/gitmodules/hdf5/src/H5Smodule.h +1550 -0
  715. pypartmc-1.2.0/gitmodules/hdf5/src/H5Smpio.c +1358 -0
  716. pypartmc-1.2.0/gitmodules/hdf5/src/H5Snone.c +1070 -0
  717. pypartmc-1.2.0/gitmodules/hdf5/src/H5Spkg.h +410 -0
  718. pypartmc-1.2.0/gitmodules/hdf5/src/H5Spoint.c +2474 -0
  719. pypartmc-1.2.0/gitmodules/hdf5/src/H5Sprivate.h +309 -0
  720. pypartmc-1.2.0/gitmodules/hdf5/src/H5Spublic.h +1419 -0
  721. pypartmc-1.2.0/gitmodules/hdf5/src/H5Sselect.c +3137 -0
  722. pypartmc-1.2.0/gitmodules/hdf5/src/H5Stest.c +401 -0
  723. pypartmc-1.2.0/gitmodules/hdf5/src/H5T.c +6788 -0
  724. pypartmc-1.2.0/gitmodules/hdf5/src/H5TS.c +987 -0
  725. pypartmc-1.2.0/gitmodules/hdf5/src/H5TSdevelop.h +50 -0
  726. pypartmc-1.2.0/gitmodules/hdf5/src/H5TSprivate.h +137 -0
  727. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tarray.c +377 -0
  728. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tbit.c +666 -0
  729. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tcommit.c +1446 -0
  730. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tcompound.c +611 -0
  731. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tconv.c +10083 -0
  732. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tcset.c +104 -0
  733. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tdbg.c +418 -0
  734. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tdeprec.c +190 -0
  735. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tdevelop.h +227 -0
  736. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tenum.c +507 -0
  737. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tfields.c +441 -0
  738. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tfixed.c +126 -0
  739. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tfloat.c +347 -0
  740. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tinit_float.c +627 -0
  741. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tmodule.h +3971 -0
  742. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tnative.c +1268 -0
  743. pypartmc-1.2.0/gitmodules/hdf5/src/H5Toffset.c +246 -0
  744. pypartmc-1.2.0/gitmodules/hdf5/src/H5Toh.c +210 -0
  745. pypartmc-1.2.0/gitmodules/hdf5/src/H5Topaque.c +97 -0
  746. pypartmc-1.2.0/gitmodules/hdf5/src/H5Torder.c +257 -0
  747. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tpad.c +99 -0
  748. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tpkg.h +1202 -0
  749. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tprecis.c +256 -0
  750. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tprivate.h +184 -0
  751. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tpublic.h +2964 -0
  752. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tref.c +1358 -0
  753. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tstrpad.c +115 -0
  754. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tvisit.c +148 -0
  755. pypartmc-1.2.0/gitmodules/hdf5/src/H5Tvlen.c +1075 -0
  756. pypartmc-1.2.0/gitmodules/hdf5/src/H5UC.c +123 -0
  757. pypartmc-1.2.0/gitmodules/hdf5/src/H5UCprivate.h +58 -0
  758. pypartmc-1.2.0/gitmodules/hdf5/src/H5VL.c +1060 -0
  759. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLcallback.c +7960 -0
  760. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLconnector.h +1159 -0
  761. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLconnector_passthru.h +258 -0
  762. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLdyn_ops.c +336 -0
  763. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLint.c +2815 -0
  764. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLmodule.h +651 -0
  765. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative.c +613 -0
  766. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative.h +564 -0
  767. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative_attr.c +602 -0
  768. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative_blob.c +199 -0
  769. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative_dataset.c +831 -0
  770. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative_datatype.c +288 -0
  771. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative_file.c +788 -0
  772. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative_group.c +402 -0
  773. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative_introspect.c +260 -0
  774. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative_link.c +419 -0
  775. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative_object.c +570 -0
  776. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative_private.h +169 -0
  777. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative_token.c +150 -0
  778. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLpassthru.c +3045 -0
  779. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLpassthru.h +47 -0
  780. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLpkg.h +72 -0
  781. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLprivate.h +311 -0
  782. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLpublic.h +423 -0
  783. pypartmc-1.2.0/gitmodules/hdf5/src/H5VLtest.c +91 -0
  784. pypartmc-1.2.0/gitmodules/hdf5/src/H5VM.c +1511 -0
  785. pypartmc-1.2.0/gitmodules/hdf5/src/H5VMprivate.h +514 -0
  786. pypartmc-1.2.0/gitmodules/hdf5/src/H5WB.c +257 -0
  787. pypartmc-1.2.0/gitmodules/hdf5/src/H5WBprivate.h +55 -0
  788. pypartmc-1.2.0/gitmodules/hdf5/src/H5Z.c +1762 -0
  789. pypartmc-1.2.0/gitmodules/hdf5/src/H5Zdeflate.c +190 -0
  790. pypartmc-1.2.0/gitmodules/hdf5/src/H5Zdevelop.h +444 -0
  791. pypartmc-1.2.0/gitmodules/hdf5/src/H5Zfletcher32.c +142 -0
  792. pypartmc-1.2.0/gitmodules/hdf5/src/H5Zmodule.h +121 -0
  793. pypartmc-1.2.0/gitmodules/hdf5/src/H5Znbit.c +1580 -0
  794. pypartmc-1.2.0/gitmodules/hdf5/src/H5Zpkg.h +56 -0
  795. pypartmc-1.2.0/gitmodules/hdf5/src/H5Zprivate.h +105 -0
  796. pypartmc-1.2.0/gitmodules/hdf5/src/H5Zpublic.h +346 -0
  797. pypartmc-1.2.0/gitmodules/hdf5/src/H5Zscaleoffset.c +1775 -0
  798. pypartmc-1.2.0/gitmodules/hdf5/src/H5Zshuffle.c +300 -0
  799. pypartmc-1.2.0/gitmodules/hdf5/src/H5Zszip.c +345 -0
  800. pypartmc-1.2.0/gitmodules/hdf5/src/H5Ztrans.c +1658 -0
  801. pypartmc-1.2.0/gitmodules/hdf5/src/H5api_adpt.h +251 -0
  802. pypartmc-1.2.0/gitmodules/hdf5/src/H5build_settings.autotools.c.in +120 -0
  803. pypartmc-1.2.0/gitmodules/hdf5/src/H5build_settings.cmake.c.in +118 -0
  804. pypartmc-1.2.0/gitmodules/hdf5/src/H5build_settings.off.c.in +13 -0
  805. pypartmc-1.2.0/gitmodules/hdf5/src/H5checksum.c +512 -0
  806. pypartmc-1.2.0/gitmodules/hdf5/src/H5dbg.c +132 -0
  807. pypartmc-1.2.0/gitmodules/hdf5/src/H5encode.h +292 -0
  808. pypartmc-1.2.0/gitmodules/hdf5/src/H5err.txt +294 -0
  809. pypartmc-1.2.0/gitmodules/hdf5/src/H5module.h +1458 -0
  810. pypartmc-1.2.0/gitmodules/hdf5/src/H5mpi.c +822 -0
  811. pypartmc-1.2.0/gitmodules/hdf5/src/H5overflow.txt +43 -0
  812. pypartmc-1.2.0/gitmodules/hdf5/src/H5private.h +1789 -0
  813. pypartmc-1.2.0/gitmodules/hdf5/src/H5public.h +870 -0
  814. pypartmc-1.2.0/gitmodules/hdf5/src/H5system.c +1387 -0
  815. pypartmc-1.2.0/gitmodules/hdf5/src/H5timer.c +621 -0
  816. pypartmc-1.2.0/gitmodules/hdf5/src/H5trace.c +4120 -0
  817. pypartmc-1.2.0/gitmodules/hdf5/src/H5vers.txt +96 -0
  818. pypartmc-1.2.0/gitmodules/hdf5/src/H5win32defs.h +101 -0
  819. pypartmc-1.2.0/gitmodules/hdf5/src/Makefile.am +216 -0
  820. pypartmc-1.2.0/gitmodules/hdf5/src/hdf5.h +81 -0
  821. pypartmc-1.2.0/gitmodules/hdf5/src/libhdf5.settings.in +96 -0
  822. pypartmc-1.2.0/gitmodules/hdf5/src/uthash.h +1173 -0
  823. pypartmc-1.2.0/gitmodules/netcdf-c/include/hdf5dispatch.h +69 -0
  824. pypartmc-1.2.0/gitmodules/netcdf-c/include/hdf5internal.h +222 -0
  825. pypartmc-1.2.0/gitmodules/netcdf-c/include/ncdimscale.h +32 -0
  826. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/CMakeLists.txt +27 -0
  827. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/H5FDhttp.c +908 -0
  828. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/H5FDhttp.h +57 -0
  829. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/Makefile.am +26 -0
  830. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5attr.c +908 -0
  831. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5create.c +356 -0
  832. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5debug.c +59 -0
  833. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5debug.h +25 -0
  834. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5dim.c +312 -0
  835. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5dispatch.c +147 -0
  836. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5err.h +34 -0
  837. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5file.c +740 -0
  838. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5filter.c +609 -0
  839. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5grp.c +174 -0
  840. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5internal.c +1133 -0
  841. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5open.c +2906 -0
  842. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5set_format_compatibility.c +100 -0
  843. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5type.c +488 -0
  844. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5var.c +2398 -0
  845. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/nc4hdf.c +2631 -0
  846. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/nc4info.c +695 -0
  847. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/nc4mem.c +81 -0
  848. pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/nc4memcb.c +1047 -0
  849. pypartmc-1.2.0/gitmodules/netcdf-c/libsrc4/nc4attr.c +304 -0
  850. pypartmc-1.2.0/gitmodules/netcdf-c/libsrc4/nc4dim.c +211 -0
  851. pypartmc-1.2.0/gitmodules/netcdf-c/libsrc4/nc4filters.c +5 -0
  852. pypartmc-1.2.0/gitmodules/netcdf-c/libsrc4/ncfunc.c +88 -0
  853. pypartmc-1.2.0/gitmodules/partmc/src/Makefile.wrf_partmc +210 -0
  854. pypartmc-1.2.0/gitmodules/partmc/src/aero_component.F90 +94 -0
  855. pypartmc-1.2.0/gitmodules/partmc/src/aero_data.F90 +1158 -0
  856. pypartmc-1.2.0/gitmodules/partmc/src/aero_dist.F90 +484 -0
  857. pypartmc-1.2.0/gitmodules/partmc/src/aero_info.F90 +130 -0
  858. pypartmc-1.2.0/gitmodules/partmc/src/aero_mode.F90 +1216 -0
  859. pypartmc-1.2.0/gitmodules/partmc/src/aero_particle.F90 +1147 -0
  860. pypartmc-1.2.0/gitmodules/partmc/src/aero_particle_array.F90 +327 -0
  861. pypartmc-1.2.0/gitmodules/partmc/src/aero_sorted.F90 +632 -0
  862. pypartmc-1.2.0/gitmodules/partmc/src/aero_state.F90 +3555 -0
  863. pypartmc-1.2.0/gitmodules/partmc/src/bin_average_comp.F90 +89 -0
  864. pypartmc-1.2.0/gitmodules/partmc/src/bin_grid.F90 +620 -0
  865. pypartmc-1.2.0/gitmodules/partmc/src/camp_interface.F90 +203 -0
  866. pypartmc-1.2.0/gitmodules/partmc/src/coagulation.F90 +989 -0
  867. pypartmc-1.2.0/gitmodules/partmc/src/condense.F90 +774 -0
  868. pypartmc-1.2.0/gitmodules/partmc/src/condense_solver.c +309 -0
  869. pypartmc-1.2.0/gitmodules/partmc/src/constants.F90 +77 -0
  870. pypartmc-1.2.0/gitmodules/partmc/src/env_state.F90 +621 -0
  871. pypartmc-1.2.0/gitmodules/partmc/src/mosaic.F90 +703 -0
  872. pypartmc-1.2.0/gitmodules/partmc/src/mpi.F90 +2042 -0
  873. pypartmc-1.2.0/gitmodules/partmc/src/netcdf.F90 +1281 -0
  874. pypartmc-1.2.0/gitmodules/partmc/src/nucleate.F90 +230 -0
  875. pypartmc-1.2.0/gitmodules/partmc/src/output.F90 +967 -0
  876. pypartmc-1.2.0/gitmodules/partmc/src/partmc.F90 +1114 -0
  877. pypartmc-1.2.0/gitmodules/partmc/src/rand.F90 +700 -0
  878. pypartmc-1.2.0/gitmodules/partmc/src/run_part.F90 +779 -0
  879. pypartmc-1.2.0/gitmodules/partmc/src/scenario.F90 +1190 -0
  880. pypartmc-1.2.0/gitmodules/partmc/src/sort.c +90 -0
  881. pypartmc-1.2.0/gitmodules/partmc/src/util.F90 +1975 -0
  882. pypartmc-1.2.0/readme_fortran/CMakeLists.txt +41 -0
  883. pypartmc-1.2.0/readme_fortran/main.f90 +37 -0
  884. pypartmc-1.2.0/src/aero_dist.F90 +75 -0
  885. pypartmc-1.2.0/src/aero_mode.F90 +247 -0
  886. pypartmc-1.2.0/src/aero_particle.F90 +554 -0
  887. pypartmc-1.2.0/src/aero_particle.hpp +402 -0
  888. pypartmc-1.2.0/src/aero_state.F90 +642 -0
  889. pypartmc-1.2.0/src/aero_state.hpp +675 -0
  890. pypartmc-1.2.0/src/pypartmc.cpp +580 -0
  891. pypartmc-1.2.0/src/scenario.F90 +220 -0
  892. pypartmc-1.2.0/tests/test_aero_particle.py +639 -0
  893. pypartmc-1.2.0/tests/test_aero_state.py +510 -0
  894. PyPartMC-1.1.4/.github/workflows/tests+pypi.yml +0 -250
  895. PyPartMC-1.1.4/.gitmodules +0 -55
  896. PyPartMC-1.1.4/CMakeLists.txt +0 -540
  897. PyPartMC-1.1.4/MANIFEST.in +0 -232
  898. PyPartMC-1.1.4/PKG-INFO +0 -366
  899. PyPartMC-1.1.4/PyPartMC.egg-info/PKG-INFO +0 -366
  900. PyPartMC-1.1.4/PyPartMC.egg-info/SOURCES.txt +0 -835
  901. PyPartMC-1.1.4/README.md +0 -346
  902. PyPartMC-1.1.4/gitmodules/partmc/src/aero_data.F90 +0 -967
  903. PyPartMC-1.1.4/gitmodules/partmc/src/aero_dist.F90 +0 -477
  904. PyPartMC-1.1.4/gitmodules/partmc/src/aero_info.F90 +0 -130
  905. PyPartMC-1.1.4/gitmodules/partmc/src/aero_mode.F90 +0 -1186
  906. PyPartMC-1.1.4/gitmodules/partmc/src/aero_particle.F90 +0 -1026
  907. PyPartMC-1.1.4/gitmodules/partmc/src/aero_particle_array.F90 +0 -308
  908. PyPartMC-1.1.4/gitmodules/partmc/src/aero_sorted.F90 +0 -632
  909. PyPartMC-1.1.4/gitmodules/partmc/src/aero_state.F90 +0 -3006
  910. PyPartMC-1.1.4/gitmodules/partmc/src/bin_average_comp.F90 +0 -90
  911. PyPartMC-1.1.4/gitmodules/partmc/src/bin_grid.F90 +0 -568
  912. PyPartMC-1.1.4/gitmodules/partmc/src/camp_interface.F90 +0 -197
  913. PyPartMC-1.1.4/gitmodules/partmc/src/coagulation.F90 +0 -937
  914. PyPartMC-1.1.4/gitmodules/partmc/src/condense.F90 +0 -774
  915. PyPartMC-1.1.4/gitmodules/partmc/src/condense_solver.c +0 -306
  916. PyPartMC-1.1.4/gitmodules/partmc/src/constants.F90 +0 -75
  917. PyPartMC-1.1.4/gitmodules/partmc/src/env_state.F90 +0 -529
  918. PyPartMC-1.1.4/gitmodules/partmc/src/mosaic.F90 +0 -532
  919. PyPartMC-1.1.4/gitmodules/partmc/src/mpi.F90 +0 -1560
  920. PyPartMC-1.1.4/gitmodules/partmc/src/netcdf.F90 +0 -739
  921. PyPartMC-1.1.4/gitmodules/partmc/src/nucleate.F90 +0 -219
  922. PyPartMC-1.1.4/gitmodules/partmc/src/output.F90 +0 -826
  923. PyPartMC-1.1.4/gitmodules/partmc/src/partmc.F90 +0 -1105
  924. PyPartMC-1.1.4/gitmodules/partmc/src/rand.F90 +0 -639
  925. PyPartMC-1.1.4/gitmodules/partmc/src/run_part.F90 +0 -769
  926. PyPartMC-1.1.4/gitmodules/partmc/src/scenario.F90 +0 -1168
  927. PyPartMC-1.1.4/gitmodules/partmc/src/sort.c +0 -56
  928. PyPartMC-1.1.4/gitmodules/partmc/src/util.F90 +0 -1659
  929. PyPartMC-1.1.4/readme_fortran/CMakeLists.txt +0 -40
  930. PyPartMC-1.1.4/readme_fortran/main.f90 +0 -37
  931. PyPartMC-1.1.4/src/aero_dist.F90 +0 -75
  932. PyPartMC-1.1.4/src/aero_mode.F90 +0 -247
  933. PyPartMC-1.1.4/src/aero_particle.F90 +0 -527
  934. PyPartMC-1.1.4/src/aero_particle.hpp +0 -392
  935. PyPartMC-1.1.4/src/aero_state.F90 +0 -642
  936. PyPartMC-1.1.4/src/aero_state.hpp +0 -675
  937. PyPartMC-1.1.4/src/pypartmc.cpp +0 -580
  938. PyPartMC-1.1.4/src/scenario.F90 +0 -220
  939. PyPartMC-1.1.4/tests/test_aero_particle.py +0 -639
  940. PyPartMC-1.1.4/tests/test_aero_state.py +0 -509
  941. {PyPartMC-1.1.4 → pypartmc-1.2.0}/.binder/postBuild +0 -0
  942. {PyPartMC-1.1.4 → pypartmc-1.2.0}/.binder/requirements.txt +0 -0
  943. {PyPartMC-1.1.4 → pypartmc-1.2.0}/.github/workflows/cancel.yml +0 -0
  944. {PyPartMC-1.1.4 → pypartmc-1.2.0}/.github/workflows/conda.yml +0 -0
  945. {PyPartMC-1.1.4 → pypartmc-1.2.0}/.github/workflows/cpplint.yml +0 -0
  946. {PyPartMC-1.1.4 → pypartmc-1.2.0}/.github/workflows/forlint.yml +0 -0
  947. {PyPartMC-1.1.4 → pypartmc-1.2.0}/.github/workflows/pdoc.yml +0 -0
  948. {PyPartMC-1.1.4 → pypartmc-1.2.0}/.github/workflows/pre-commit.yml +0 -0
  949. {PyPartMC-1.1.4 → pypartmc-1.2.0}/.github/workflows/pylint.yml +0 -0
  950. {PyPartMC-1.1.4 → pypartmc-1.2.0}/.github/workflows/readme_listings.yml +0 -0
  951. {PyPartMC-1.1.4 → pypartmc-1.2.0}/.github/workflows/stale.yml +0 -0
  952. {PyPartMC-1.1.4 → pypartmc-1.2.0}/.gitignore +0 -0
  953. {PyPartMC-1.1.4 → pypartmc-1.2.0}/.pre-commit-config.yaml +0 -0
  954. {PyPartMC-1.1.4 → pypartmc-1.2.0}/.zenodo.json +0 -0
  955. {PyPartMC-1.1.4 → pypartmc-1.2.0}/CITATION.cff +0 -0
  956. {PyPartMC-1.1.4 → pypartmc-1.2.0}/LICENSE +0 -0
  957. {PyPartMC-1.1.4 → pypartmc-1.2.0}/PyPartMC/__init__.py +0 -0
  958. {PyPartMC-1.1.4 → pypartmc-1.2.0}/PyPartMC.egg-info/dependency_links.txt +0 -0
  959. {PyPartMC-1.1.4 → pypartmc-1.2.0}/PyPartMC.egg-info/not-zip-safe +0 -0
  960. {PyPartMC-1.1.4 → pypartmc-1.2.0}/PyPartMC.egg-info/requires.txt +0 -0
  961. {PyPartMC-1.1.4 → pypartmc-1.2.0}/PyPartMC.egg-info/top_level.txt +0 -0
  962. {PyPartMC-1.1.4 → pypartmc-1.2.0}/examples/cloud_parcel.ipynb +0 -0
  963. {PyPartMC-1.1.4 → pypartmc-1.2.0}/examples/hello_world.ipynb +0 -0
  964. {PyPartMC-1.1.4 → pypartmc-1.2.0}/examples/lognorm_ex.ipynb +0 -0
  965. {PyPartMC-1.1.4 → pypartmc-1.2.0}/examples/mie_optical.ipynb +0 -0
  966. {PyPartMC-1.1.4 → pypartmc-1.2.0}/examples/particle_simulation.ipynb +0 -0
  967. {PyPartMC-1.1.4 → pypartmc-1.2.0}/examples/process_simulation_output.ipynb +0 -0
  968. {PyPartMC-1.1.4 → pypartmc-1.2.0}/examples/terminal_velocities.ipynb +0 -0
  969. {PyPartMC-1.1.4 → pypartmc-1.2.0}/examples/widgets_playground.ipynb +0 -0
  970. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Include/amd.h +0 -0
  971. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Include/amd_internal.h +0 -0
  972. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd.f +0 -0
  973. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_1.c +0 -0
  974. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_2.c +0 -0
  975. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_aat.c +0 -0
  976. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_control.c +0 -0
  977. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_defaults.c +0 -0
  978. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_dump.c +0 -0
  979. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_global.c +0 -0
  980. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_info.c +0 -0
  981. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_order.c +0 -0
  982. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_post_tree.c +0 -0
  983. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_postorder.c +0 -0
  984. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_preprocess.c +0 -0
  985. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_valid.c +0 -0
  986. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amdbar.f +0 -0
  987. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/BTF/Include/btf.h +0 -0
  988. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/BTF/Include/btf_internal.h +0 -0
  989. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/BTF/Source/btf_maxtrans.c +0 -0
  990. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/BTF/Source/btf_order.c +0 -0
  991. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/BTF/Source/btf_strongcomp.c +0 -0
  992. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/COLAMD/Include/colamd.h +0 -0
  993. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/COLAMD/Source/colamd.c +0 -0
  994. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Include/klu.h +0 -0
  995. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Include/klu_internal.h +0 -0
  996. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Include/klu_version.h +0 -0
  997. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu.c +0 -0
  998. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_analyze.c +0 -0
  999. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_analyze_given.c +0 -0
  1000. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_defaults.c +0 -0
  1001. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_diagnostics.c +0 -0
  1002. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_dump.c +0 -0
  1003. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_extract.c +0 -0
  1004. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_factor.c +0 -0
  1005. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_free_numeric.c +0 -0
  1006. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_free_symbolic.c +0 -0
  1007. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_kernel.c +0 -0
  1008. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_memory.c +0 -0
  1009. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_refactor.c +0 -0
  1010. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_scale.c +0 -0
  1011. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_solve.c +0 -0
  1012. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_sort.c +0 -0
  1013. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_tsolve.c +0 -0
  1014. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/LICENSE.txt +0 -0
  1015. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/SuiteSparse_config/SuiteSparse_config.c +0 -0
  1016. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/SuiteSparse_config/SuiteSparse_config.h +0 -0
  1017. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/CMakeLists.txt +0 -0
  1018. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/COPYING +0 -0
  1019. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/Jacobian.c +0 -0
  1020. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/Jacobian.h +0 -0
  1021. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_phase_data.F90 +0 -0
  1022. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_phase_solver.c +0 -0
  1023. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_phase_solver.h +0 -0
  1024. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_rep_data.F90 +0 -0
  1025. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_rep_factory.F90 +0 -0
  1026. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_rep_solver.c +0 -0
  1027. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_rep_solver.h +0 -0
  1028. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_reps/aero_rep_modal_binned_mass.F90 +0 -0
  1029. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_reps/aero_rep_modal_binned_mass.c +0 -0
  1030. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_reps/aero_rep_single_particle.F90 +0 -0
  1031. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_reps/aero_rep_single_particle.c +0 -0
  1032. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_reps.h +0 -0
  1033. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/camp_common.h +0 -0
  1034. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/camp_core.F90 +0 -0
  1035. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/camp_debug.h +0 -0
  1036. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/camp_solver.c +0 -0
  1037. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/camp_solver.h +0 -0
  1038. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/camp_solver_data.F90 +0 -0
  1039. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/camp_state.F90 +0 -0
  1040. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/chem_spec_data.F90 +0 -0
  1041. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/constants.F90 +0 -0
  1042. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/debug_diff_check.F90 +0 -0
  1043. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/debug_diff_check.c +0 -0
  1044. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/debug_diff_check.h +0 -0
  1045. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/env_state.F90 +0 -0
  1046. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/mechanism_data.F90 +0 -0
  1047. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/mpi.F90 +0 -0
  1048. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/property.F90 +0 -0
  1049. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rand.F90 +0 -0
  1050. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rand_gsl.c +0 -0
  1051. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxn_data.F90 +0 -0
  1052. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxn_factory.F90 +0 -0
  1053. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxn_solver.c +0 -0
  1054. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxn_solver.h +0 -0
  1055. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_CMAQ_H2O2.F90 +0 -0
  1056. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_CMAQ_H2O2.c +0 -0
  1057. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_CMAQ_OH_HNO3.F90 +0 -0
  1058. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_CMAQ_OH_HNO3.c +0 -0
  1059. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_HL_phase_transfer.F90 +0 -0
  1060. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_HL_phase_transfer.c +0 -0
  1061. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_SIMPOL_phase_transfer.F90 +0 -0
  1062. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_SIMPOL_phase_transfer.c +0 -0
  1063. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_aqueous_equilibrium.F90 +0 -0
  1064. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_aqueous_equilibrium.c +0 -0
  1065. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_arrhenius.F90 +0 -0
  1066. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_arrhenius.c +0 -0
  1067. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_condensed_phase_arrhenius.F90 +0 -0
  1068. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_condensed_phase_arrhenius.c +0 -0
  1069. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_condensed_phase_photolysis.F90 +0 -0
  1070. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_condensed_phase_photolysis.c +0 -0
  1071. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_emission.F90 +0 -0
  1072. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_emission.c +0 -0
  1073. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_first_order_loss.F90 +0 -0
  1074. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_first_order_loss.c +0 -0
  1075. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_photolysis.F90 +0 -0
  1076. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_photolysis.c +0 -0
  1077. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_surface.F90 +0 -0
  1078. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_surface.c +0 -0
  1079. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_ternary_chemical_activation.F90 +0 -0
  1080. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_ternary_chemical_activation.c +0 -0
  1081. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_troe.F90 +0 -0
  1082. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_troe.c +0 -0
  1083. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_wennberg_no_ro2.F90 +0 -0
  1084. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_wennberg_no_ro2.c +0 -0
  1085. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_wennberg_tunneling.F90 +0 -0
  1086. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_wennberg_tunneling.c +0 -0
  1087. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_wet_deposition.F90 +0 -0
  1088. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_wet_deposition.c +0 -0
  1089. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns.h +0 -0
  1090. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/solver_stats.F90 +0 -0
  1091. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/sub_model_data.F90 +0 -0
  1092. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/sub_model_factory.F90 +0 -0
  1093. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/sub_model_solver.c +0 -0
  1094. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/sub_model_solver.h +0 -0
  1095. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/sub_models/sub_model_PDFiTE.F90 +0 -0
  1096. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/sub_models/sub_model_PDFiTE.c +0 -0
  1097. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/sub_models/sub_model_UNIFAC.F90 +0 -0
  1098. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/sub_models/sub_model_UNIFAC.c +0 -0
  1099. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/sub_models/sub_model_ZSR_aerosol_water.F90 +0 -0
  1100. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/sub_models/sub_model_ZSR_aerosol_water.c +0 -0
  1101. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/sub_models.h +0 -0
  1102. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/time_derivative.c +0 -0
  1103. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/time_derivative.h +0 -0
  1104. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/util.F90 +0 -0
  1105. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/util.h +0 -0
  1106. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/LICENSE.MIT +0 -0
  1107. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/adl_serializer.hpp +0 -0
  1108. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/byte_container_with_subtype.hpp +0 -0
  1109. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/conversions/from_json.hpp +0 -0
  1110. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/conversions/to_chars.hpp +0 -0
  1111. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/conversions/to_json.hpp +0 -0
  1112. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/exceptions.hpp +0 -0
  1113. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/hash.hpp +0 -0
  1114. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/input/binary_reader.hpp +0 -0
  1115. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/input/input_adapters.hpp +0 -0
  1116. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/input/json_sax.hpp +0 -0
  1117. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/input/lexer.hpp +0 -0
  1118. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/input/parser.hpp +0 -0
  1119. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/input/position_t.hpp +0 -0
  1120. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/iterators/internal_iterator.hpp +0 -0
  1121. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/iterators/iter_impl.hpp +0 -0
  1122. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/iterators/iteration_proxy.hpp +0 -0
  1123. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/iterators/iterator_traits.hpp +0 -0
  1124. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/iterators/json_reverse_iterator.hpp +0 -0
  1125. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/iterators/primitive_iterator.hpp +0 -0
  1126. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/json_pointer.hpp +0 -0
  1127. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/json_ref.hpp +0 -0
  1128. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/macro_scope.hpp +0 -0
  1129. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/macro_unscope.hpp +0 -0
  1130. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/meta/call_std/begin.hpp +0 -0
  1131. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/meta/call_std/end.hpp +0 -0
  1132. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/meta/cpp_future.hpp +0 -0
  1133. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/meta/detected.hpp +0 -0
  1134. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/meta/identity_tag.hpp +0 -0
  1135. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/meta/is_sax.hpp +0 -0
  1136. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/meta/type_traits.hpp +0 -0
  1137. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/meta/void_t.hpp +0 -0
  1138. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/output/binary_writer.hpp +0 -0
  1139. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/output/output_adapters.hpp +0 -0
  1140. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/output/serializer.hpp +0 -0
  1141. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/string_concat.hpp +0 -0
  1142. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/string_escape.hpp +0 -0
  1143. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/value_t.hpp +0 -0
  1144. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/json.hpp +0 -0
  1145. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/json_fwd.hpp +0 -0
  1146. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/ordered_map.hpp +0 -0
  1147. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/thirdparty/hedley/hedley.hpp +0 -0
  1148. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/thirdparty/hedley/hedley_undef.hpp +0 -0
  1149. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/LICENSE +0 -0
  1150. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_file_module.F90 +0 -0
  1151. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_get_scalar_by_path.inc +0 -0
  1152. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_get_vec_by_path.inc +0 -0
  1153. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_get_vec_by_path_alloc.inc +0 -0
  1154. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_initialize_arguments.inc +0 -0
  1155. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_initialize_dummy_arguments.inc +0 -0
  1156. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_kinds.F90 +0 -0
  1157. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_macros.inc +0 -0
  1158. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_module.F90 +0 -0
  1159. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_parameters.F90 +0 -0
  1160. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_string_utilities.F90 +0 -0
  1161. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_value_module.F90 +0 -0
  1162. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/introspection/test_iso_10646_support.f90 +0 -0
  1163. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_01.F90 +0 -0
  1164. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_02.F90 +0 -0
  1165. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_03.F90 +0 -0
  1166. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_04.F90 +0 -0
  1167. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_05.F90 +0 -0
  1168. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_06.F90 +0 -0
  1169. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_07.F90 +0 -0
  1170. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_08.F90 +0 -0
  1171. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_09.F90 +0 -0
  1172. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_10.F90 +0 -0
  1173. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_11.F90 +0 -0
  1174. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_12.F90 +0 -0
  1175. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_13.F90 +0 -0
  1176. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_14.F90 +0 -0
  1177. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_15.F90 +0 -0
  1178. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_16.F90 +0 -0
  1179. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_17.F90 +0 -0
  1180. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_18.F90 +0 -0
  1181. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_19.F90 +0 -0
  1182. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_20.F90 +0 -0
  1183. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_21.F90 +0 -0
  1184. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_22.F90 +0 -0
  1185. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_23.F90 +0 -0
  1186. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_24.F90 +0 -0
  1187. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_25.F90 +0 -0
  1188. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_26.F90 +0 -0
  1189. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_27.F90 +0 -0
  1190. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_28.F90 +0 -0
  1191. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_29.F90 +0 -0
  1192. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_30.F90 +0 -0
  1193. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_31.F90 +0 -0
  1194. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_32.F90 +0 -0
  1195. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_33.F90 +0 -0
  1196. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_34.F90 +0 -0
  1197. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_35.F90 +0 -0
  1198. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_36.F90 +0 -0
  1199. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_37.F90 +0 -0
  1200. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_38.F90 +0 -0
  1201. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_39.F90 +0 -0
  1202. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_40.F90 +0 -0
  1203. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_41.F90 +0 -0
  1204. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_42.F90 +0 -0
  1205. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_43.F90 +0 -0
  1206. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_44.F90 +0 -0
  1207. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_45.F90 +0 -0
  1208. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_46.F90 +0 -0
  1209. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_47.F90 +0 -0
  1210. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_48.F90 +0 -0
  1211. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_49.F90 +0 -0
  1212. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/CMakeLists.txt +0 -0
  1213. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/COPYRIGHT +0 -0
  1214. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/config.h.cmake.in +0 -0
  1215. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/fbits.h +0 -0
  1216. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nc.h +0 -0
  1217. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nc3dispatch.h +0 -0
  1218. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nc3internal.h +0 -0
  1219. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nc4dispatch.h +0 -0
  1220. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nc4internal.h +0 -0
  1221. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nc_logging.h +0 -0
  1222. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nc_provenance.h +0 -0
  1223. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncauth.h +0 -0
  1224. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncbytes.h +0 -0
  1225. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncconfigure.h +0 -0
  1226. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nccrc.h +0 -0
  1227. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncdispatch.h +0 -0
  1228. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncexternl.h +0 -0
  1229. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nchashmap.h +0 -0
  1230. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nchttp.h +0 -0
  1231. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncindex.h +0 -0
  1232. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nclist.h +0 -0
  1233. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nclog.h +0 -0
  1234. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncmodel.h +0 -0
  1235. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncoffsets.h +0 -0
  1236. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncpathmgr.h +0 -0
  1237. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncrc.h +0 -0
  1238. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncs3sdk.h +0 -0
  1239. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncuri.h +0 -0
  1240. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncutf8.h +0 -0
  1241. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncxml.h +0 -0
  1242. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/netcdf.h +0 -0
  1243. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/netcdf_aux.h +0 -0
  1244. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/netcdf_dispatch.h.in +0 -0
  1245. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/netcdf_f.h +0 -0
  1246. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/netcdf_filter.h +0 -0
  1247. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/netcdf_mem.h +0 -0
  1248. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/netcdf_meta.h.in +0 -0
  1249. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/onstack.h +0 -0
  1250. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/rnd.h +0 -0
  1251. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/datt.c +0 -0
  1252. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dattget.c +0 -0
  1253. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dattinq.c +0 -0
  1254. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dattput.c +0 -0
  1255. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dauth.c +0 -0
  1256. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/daux.c +0 -0
  1257. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dcompound.c +0 -0
  1258. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dcopy.c +0 -0
  1259. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dcrc64.c +0 -0
  1260. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/ddim.c +0 -0
  1261. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/ddispatch.c +0 -0
  1262. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/denum.c +0 -0
  1263. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/derror.c +0 -0
  1264. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dfile.c +0 -0
  1265. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dfilter.c +0 -0
  1266. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dgroup.c +0 -0
  1267. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dinfermodel.c +0 -0
  1268. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dinstance.c +0 -0
  1269. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dinstance_intern.c +0 -0
  1270. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dmissing.c +0 -0
  1271. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dnotnc4.c +0 -0
  1272. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/doffsets.c +0 -0
  1273. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dopaque.c +0 -0
  1274. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dpathmgr.c +0 -0
  1275. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/drc.c +0 -0
  1276. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/ds3util.c +0 -0
  1277. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dstring.c +0 -0
  1278. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dtype.c +0 -0
  1279. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dutf8.c +0 -0
  1280. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dutil.c +0 -0
  1281. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dvar.c +0 -0
  1282. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dvarget.c +0 -0
  1283. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dvarinq.c +0 -0
  1284. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dvarput.c +0 -0
  1285. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dvlen.c +0 -0
  1286. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/nc.c +0 -0
  1287. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/ncbytes.c +0 -0
  1288. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/nchashmap.c +0 -0
  1289. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/nclist.c +0 -0
  1290. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/nclistmgr.c +0 -0
  1291. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/nclog.c +0 -0
  1292. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/ncuri.c +0 -0
  1293. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/utf8proc.c +0 -0
  1294. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/utf8proc.h +0 -0
  1295. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/utf8proc_data.c +0 -0
  1296. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/liblib/nc_initialize.c +0 -0
  1297. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/attr.m4 +0 -0
  1298. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/dim.c +0 -0
  1299. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/memio.c +0 -0
  1300. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/nc3dispatch.c +0 -0
  1301. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/nc3internal.c +0 -0
  1302. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/ncio.c +0 -0
  1303. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/ncio.h +0 -0
  1304. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/ncx.h +0 -0
  1305. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/ncx.m4 +0 -0
  1306. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/posixio.c +0 -0
  1307. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/putget.m4 +0 -0
  1308. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/v1hpg.c +0 -0
  1309. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/var.c +0 -0
  1310. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc4/nc4cache.c +0 -0
  1311. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc4/nc4dispatch.c +0 -0
  1312. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc4/nc4grp.c +0 -0
  1313. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc4/nc4internal.c +0 -0
  1314. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc4/nc4type.c +0 -0
  1315. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc4/nc4var.c +0 -0
  1316. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc4/ncindex.c +0 -0
  1317. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/CMakeExtras/MatchNetCDFFortranTypes.cmake +0 -0
  1318. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/COPYRIGHT +0 -0
  1319. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/module_netcdf4_nc_interfaces.F90 +0 -0
  1320. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/module_netcdf4_nf_interfaces.F90 +0 -0
  1321. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/module_netcdf_nc_data.F90 +0 -0
  1322. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/module_netcdf_nc_interfaces.F90 +0 -0
  1323. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/module_netcdf_nf_data.F90 +0 -0
  1324. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/module_netcdf_nf_interfaces.F90 +0 -0
  1325. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf4.F90 +0 -0
  1326. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf4_eightbyte.F90 +0 -0
  1327. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf4_externals.F90 +0 -0
  1328. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf4_file.F90 +0 -0
  1329. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf4_func.F90 +0 -0
  1330. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf4_overloads.F90 +0 -0
  1331. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf4_variables.F90 +0 -0
  1332. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf4_visibility.F90 +0 -0
  1333. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf_attributes.F90 +0 -0
  1334. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf_constants.F90 +0 -0
  1335. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf_dims.F90 +0 -0
  1336. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf_expanded.F90 +0 -0
  1337. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf_externals.F90 +0 -0
  1338. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf_file.F90 +0 -0
  1339. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf_overloads.F90 +0 -0
  1340. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf_text_variables.F90 +0 -0
  1341. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf_variables.F90 +0 -0
  1342. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf_visibility.F90 +0 -0
  1343. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_attio.F90 +0 -0
  1344. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_control.F90 +0 -0
  1345. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_dim.F90 +0 -0
  1346. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_genatt.F90 +0 -0
  1347. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_geninq.F90 +0 -0
  1348. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_genvar.F90 +0 -0
  1349. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_lib.c +0 -0
  1350. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_misc.F90 +0 -0
  1351. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_nc4.F90 +0 -0
  1352. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_nc_noparallel.F90 +0 -0
  1353. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_var1io.F90 +0 -0
  1354. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_varaio.F90 +0 -0
  1355. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_varmio.F90 +0 -0
  1356. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_varsio.F90 +0 -0
  1357. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/typeSizes.F90 +0 -0
  1358. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/optional/COPYING +0 -0
  1359. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/optional/include/tl/optional.hpp +0 -0
  1360. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/COPYING +0 -0
  1361. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/aero_binned.F90 +0 -0
  1362. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/aero_info_array.F90 +0 -0
  1363. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/aero_weight.F90 +0 -0
  1364. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/aero_weight_array.F90 +0 -0
  1365. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/bin_average_size.F90 +0 -0
  1366. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/chamber.F90 +0 -0
  1367. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/coag_kernel.F90 +0 -0
  1368. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/coag_kernel_additive.F90 +0 -0
  1369. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/coag_kernel_brown.F90 +0 -0
  1370. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/coag_kernel_brown_cont.F90 +0 -0
  1371. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/coag_kernel_brown_free.F90 +0 -0
  1372. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/coag_kernel_constant.F90 +0 -0
  1373. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/coag_kernel_sedi.F90 +0 -0
  1374. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/coag_kernel_zero.F90 +0 -0
  1375. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/coagulation_dist.F90 +0 -0
  1376. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/exact_soln.F90 +0 -0
  1377. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/extract_aero_particles.F90 +0 -0
  1378. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/extract_aero_size.F90 +0 -0
  1379. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/extract_aero_time.F90 +0 -0
  1380. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/extract_env.F90 +0 -0
  1381. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/extract_gas.F90 +0 -0
  1382. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/extract_sectional_aero_size.F90 +0 -0
  1383. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/extract_sectional_aero_time.F90 +0 -0
  1384. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/fractal.F90 +0 -0
  1385. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/gas_data.F90 +0 -0
  1386. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/gas_state.F90 +0 -0
  1387. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/getopt.F90 +0 -0
  1388. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/integer_rmap.F90 +0 -0
  1389. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/integer_rmap2.F90 +0 -0
  1390. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/integer_varray.F90 +0 -0
  1391. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/numeric_average.F90 +0 -0
  1392. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/numeric_diff.F90 +0 -0
  1393. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/photolysis.F90 +0 -0
  1394. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/rand_gsl.c +0 -0
  1395. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/run_exact.F90 +0 -0
  1396. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/run_sect.F90 +0 -0
  1397. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/spec_file.F90 +0 -0
  1398. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/spec_line.F90 +0 -0
  1399. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/stats.F90 +0 -0
  1400. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/sys.F90 +0 -0
  1401. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/CMakeLists.txt +0 -0
  1402. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/LICENSE +0 -0
  1403. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/attr.h +0 -0
  1404. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/buffer_info.h +0 -0
  1405. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/cast.h +0 -0
  1406. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/chrono.h +0 -0
  1407. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/common.h +0 -0
  1408. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/complex.h +0 -0
  1409. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/detail/class.h +0 -0
  1410. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/detail/common.h +0 -0
  1411. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/detail/descr.h +0 -0
  1412. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/detail/init.h +0 -0
  1413. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/detail/internals.h +0 -0
  1414. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/detail/type_caster_base.h +0 -0
  1415. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/detail/typeid.h +0 -0
  1416. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/eigen.h +0 -0
  1417. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/embed.h +0 -0
  1418. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/eval.h +0 -0
  1419. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/functional.h +0 -0
  1420. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/gil.h +0 -0
  1421. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/iostream.h +0 -0
  1422. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/numpy.h +0 -0
  1423. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/operators.h +0 -0
  1424. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/options.h +0 -0
  1425. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/pybind11.h +0 -0
  1426. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/pytypes.h +0 -0
  1427. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/stl/filesystem.h +0 -0
  1428. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/stl.h +0 -0
  1429. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/stl_bind.h +0 -0
  1430. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/tools/FindPythonLibsNew.cmake +0 -0
  1431. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/tools/pybind11Common.cmake +0 -0
  1432. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/tools/pybind11Tools.cmake +0 -0
  1433. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11_json/include/pybind11_json/pybind11_json.hpp +0 -0
  1434. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/span/LICENSE_1_0.txt +0 -0
  1435. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/span/include/tcb/span.hpp +0 -0
  1436. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/string_view-standalone/LICENSE +0 -0
  1437. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/string_view-standalone/include/bpstd/detail/string_view.inl +0 -0
  1438. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/string_view-standalone/include/bpstd/string_view.hpp +0 -0
  1439. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/CMakeLists.txt +0 -0
  1440. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/LICENSE +0 -0
  1441. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/cmake/SundialsIndexSize.cmake +0 -0
  1442. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/cmake/SundialsSetupCompilers.cmake +0 -0
  1443. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/cmake/SundialsSetupConfig.cmake +0 -0
  1444. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/cvode/cvode.h +0 -0
  1445. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/cvode/cvode_bandpre.h +0 -0
  1446. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/cvode/cvode_bbdpre.h +0 -0
  1447. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/cvode/cvode_diag.h +0 -0
  1448. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/cvode/cvode_direct.h +0 -0
  1449. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/cvode/cvode_hypamgpre.h +0 -0
  1450. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/cvode/cvode_ls.h +0 -0
  1451. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/cvode/cvode_proj.h +0 -0
  1452. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/cvode/cvode_spils.h +0 -0
  1453. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_cuda.h +0 -0
  1454. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_hip.h +0 -0
  1455. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_manyvector.h +0 -0
  1456. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_mpimanyvector.h +0 -0
  1457. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_mpiplusx.h +0 -0
  1458. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_openmp.h +0 -0
  1459. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_openmpdev.h +0 -0
  1460. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_parallel.h +0 -0
  1461. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_parhyp.h +0 -0
  1462. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_petsc.h +0 -0
  1463. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_pthreads.h +0 -0
  1464. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_raja.h +0 -0
  1465. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_serial.h +0 -0
  1466. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_sycl.h +0 -0
  1467. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_trilinos.h +0 -0
  1468. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/trilinos/SundialsTpetraVectorInterface.hpp +0 -0
  1469. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/trilinos/SundialsTpetraVectorKernels.hpp +0 -0
  1470. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_band.h +0 -0
  1471. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_config.in +0 -0
  1472. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_cuda_policies.hpp +0 -0
  1473. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_dense.h +0 -0
  1474. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_direct.h +0 -0
  1475. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_fconfig.in +0 -0
  1476. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_fnvector.h +0 -0
  1477. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_futils.h +0 -0
  1478. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_hip_policies.hpp +0 -0
  1479. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_iterative.h +0 -0
  1480. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_lapack.h +0 -0
  1481. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_linearsolver.h +0 -0
  1482. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_math.h +0 -0
  1483. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_matrix.h +0 -0
  1484. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_memory.h +0 -0
  1485. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_mpi_types.h +0 -0
  1486. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_nonlinearsolver.h +0 -0
  1487. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_nvector.h +0 -0
  1488. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_nvector_senswrapper.h +0 -0
  1489. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_sycl_policies.hpp +0 -0
  1490. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_types.h +0 -0
  1491. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_version.h +0 -0
  1492. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_xbraid.h +0 -0
  1493. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_band.h +0 -0
  1494. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_cusolversp_batchqr.h +0 -0
  1495. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_dense.h +0 -0
  1496. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_klu.h +0 -0
  1497. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_lapackband.h +0 -0
  1498. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_lapackdense.h +0 -0
  1499. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_magmadense.h +0 -0
  1500. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_onemkldense.h +0 -0
  1501. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_pcg.h +0 -0
  1502. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_spbcgs.h +0 -0
  1503. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_spfgmr.h +0 -0
  1504. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_spgmr.h +0 -0
  1505. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_sptfqmr.h +0 -0
  1506. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_superludist.h +0 -0
  1507. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_superlumt.h +0 -0
  1508. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunmatrix/sunmatrix_band.h +0 -0
  1509. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunmatrix/sunmatrix_cusparse.h +0 -0
  1510. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunmatrix/sunmatrix_dense.h +0 -0
  1511. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunmatrix/sunmatrix_magmadense.h +0 -0
  1512. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunmatrix/sunmatrix_onemkldense.h +0 -0
  1513. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunmatrix/sunmatrix_slunrloc.h +0 -0
  1514. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunmatrix/sunmatrix_sparse.h +0 -0
  1515. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunnonlinsol/sunnonlinsol_fixedpoint.h +0 -0
  1516. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunnonlinsol/sunnonlinsol_newton.h +0 -0
  1517. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunnonlinsol/sunnonlinsol_petscsnes.h +0 -0
  1518. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/CHANGES +0 -0
  1519. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/CMakeLists.txt +0 -0
  1520. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/LICENSE +0 -0
  1521. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/NOTICE +0 -0
  1522. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/README.md +0 -0
  1523. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode.c +0 -0
  1524. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_bandpre.c +0 -0
  1525. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_bandpre_impl.h +0 -0
  1526. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_bbdpre.c +0 -0
  1527. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_bbdpre_impl.h +0 -0
  1528. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_diag.c +0 -0
  1529. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_diag_impl.h +0 -0
  1530. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_direct.c +0 -0
  1531. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_fused_gpu.cpp +0 -0
  1532. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_fused_stubs.c +0 -0
  1533. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_hypamgpre.c +0 -0
  1534. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_hypamgpre_impl.h +0 -0
  1535. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_impl.h +0 -0
  1536. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_io.c +0 -0
  1537. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_ls.c +0 -0
  1538. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_ls_impl.h +0 -0
  1539. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_nls.c +0 -0
  1540. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_proj.c +0 -0
  1541. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_proj_impl.h +0 -0
  1542. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_spils.c +0 -0
  1543. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/CMakeLists.txt +0 -0
  1544. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/Makefile.in +0 -0
  1545. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvband.c +0 -0
  1546. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvbbd.c +0 -0
  1547. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvbbd.h +0 -0
  1548. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvbp.c +0 -0
  1549. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvbp.h +0 -0
  1550. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvdense.c +0 -0
  1551. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvewt.c +0 -0
  1552. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvjtimes.c +0 -0
  1553. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvnulllinsol.c +0 -0
  1554. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvnullmatrix.c +0 -0
  1555. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvnullnonlinsol.c +0 -0
  1556. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvode.c +0 -0
  1557. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvode.h +0 -0
  1558. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvpreco.c +0 -0
  1559. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvroot.c +0 -0
  1560. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvroot.h +0 -0
  1561. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvsparse.c +0 -0
  1562. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fmod/CMakeLists.txt +0 -0
  1563. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fmod/fcvode_mod.c +0 -0
  1564. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fmod/fcvode_mod.f90 +0 -0
  1565. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/nvector/CMakeLists.txt +0 -0
  1566. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/nvector/serial/CMakeLists.txt +0 -0
  1567. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/nvector/serial/fmod/CMakeLists.txt +0 -0
  1568. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/nvector/serial/fmod/fnvector_serial_mod.c +0 -0
  1569. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/nvector/serial/fmod/fnvector_serial_mod.f90 +0 -0
  1570. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/nvector/serial/fnvector_serial.c +0 -0
  1571. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/nvector/serial/fnvector_serial.h +0 -0
  1572. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/nvector/serial/nvector_serial.c +0 -0
  1573. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/CMakeLists.txt +0 -0
  1574. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/CMakeLists.txt +0 -0
  1575. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_futils_mod.c +0 -0
  1576. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_futils_mod.f90 +0 -0
  1577. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_linearsolver_mod.c +0 -0
  1578. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_linearsolver_mod.f90 +0 -0
  1579. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_matrix_mod.c +0 -0
  1580. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_matrix_mod.f90 +0 -0
  1581. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_nonlinearsolver_mod.c +0 -0
  1582. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_nonlinearsolver_mod.f90 +0 -0
  1583. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_nvector_mod.c +0 -0
  1584. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_nvector_mod.f90 +0 -0
  1585. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_types_mod.c +0 -0
  1586. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_types_mod.f90 +0 -0
  1587. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_band.c +0 -0
  1588. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_cuda.h +0 -0
  1589. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_cuda_kernels.cuh +0 -0
  1590. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_debug.h +0 -0
  1591. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_dense.c +0 -0
  1592. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_direct.c +0 -0
  1593. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_futils.c +0 -0
  1594. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_hip.h +0 -0
  1595. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_hip_kernels.hip.hpp +0 -0
  1596. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_iterative.c +0 -0
  1597. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_linearsolver.c +0 -0
  1598. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_math.c +0 -0
  1599. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_matrix.c +0 -0
  1600. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_memory.c +0 -0
  1601. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_nonlinearsolver.c +0 -0
  1602. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_nvector.c +0 -0
  1603. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_nvector_senswrapper.c +0 -0
  1604. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_sycl.h +0 -0
  1605. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_version.c +0 -0
  1606. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_xbraid.c +0 -0
  1607. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/CMakeLists.txt +0 -0
  1608. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/band/CMakeLists.txt +0 -0
  1609. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/band/fmod/CMakeLists.txt +0 -0
  1610. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/band/fmod/fsunlinsol_band_mod.c +0 -0
  1611. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/band/fmod/fsunlinsol_band_mod.f90 +0 -0
  1612. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/band/fsunlinsol_band.c +0 -0
  1613. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/band/fsunlinsol_band.h +0 -0
  1614. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/band/sunlinsol_band.c +0 -0
  1615. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/dense/CMakeLists.txt +0 -0
  1616. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/dense/fmod/CMakeLists.txt +0 -0
  1617. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/dense/fmod/fsunlinsol_dense_mod.c +0 -0
  1618. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/dense/fmod/fsunlinsol_dense_mod.f90 +0 -0
  1619. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/dense/fsunlinsol_dense.c +0 -0
  1620. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/dense/fsunlinsol_dense.h +0 -0
  1621. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/dense/sunlinsol_dense.c +0 -0
  1622. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/klu/CMakeLists.txt +0 -0
  1623. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/klu/fmod/CMakeLists.txt +0 -0
  1624. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/klu/fmod/fsunlinsol_klu_mod.c +0 -0
  1625. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/klu/fmod/fsunlinsol_klu_mod.f90 +0 -0
  1626. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/klu/fsunlinsol_klu.c +0 -0
  1627. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/klu/fsunlinsol_klu.h +0 -0
  1628. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/klu/sunlinsol_klu.c +0 -0
  1629. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/pcg/CMakeLists.txt +0 -0
  1630. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/pcg/sunlinsol_pcg.c +0 -0
  1631. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/spbcgs/CMakeLists.txt +0 -0
  1632. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c +0 -0
  1633. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/spfgmr/CMakeLists.txt +0 -0
  1634. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c +0 -0
  1635. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/spgmr/CMakeLists.txt +0 -0
  1636. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/spgmr/sunlinsol_spgmr.c +0 -0
  1637. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/sptfqmr/CMakeLists.txt +0 -0
  1638. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c +0 -0
  1639. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunmatrix/CMakeLists.txt +0 -0
  1640. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunmatrix/band/CMakeLists.txt +0 -0
  1641. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunmatrix/band/sunmatrix_band.c +0 -0
  1642. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunmatrix/dense/CMakeLists.txt +0 -0
  1643. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunmatrix/dense/sunmatrix_dense.c +0 -0
  1644. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunmatrix/sparse/CMakeLists.txt +0 -0
  1645. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunmatrix/sparse/sunmatrix_sparse.c +0 -0
  1646. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/CMakeLists.txt +0 -0
  1647. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/CMakeLists.txt +0 -0
  1648. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/fmod/CMakeLists.txt +0 -0
  1649. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/fmod/fsunnonlinsol_fixedpoint_mod.c +0 -0
  1650. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/fmod/fsunnonlinsol_fixedpoint_mod.f90 +0 -0
  1651. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/fsunnonlinsol_fixedpoint.c +0 -0
  1652. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/fsunnonlinsol_fixedpoint.h +0 -0
  1653. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c +0 -0
  1654. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/newton/CMakeLists.txt +0 -0
  1655. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/newton/fmod/CMakeLists.txt +0 -0
  1656. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/newton/fmod/fsunnonlinsol_newton_mod.c +0 -0
  1657. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/newton/fmod/fsunnonlinsol_newton_mod.f90 +0 -0
  1658. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/newton/fsunnonlinsol_newton.c +0 -0
  1659. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/newton/fsunnonlinsol_newton.h +0 -0
  1660. {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/newton/sunnonlinsol_newton.c +0 -0
  1661. {PyPartMC-1.1.4 → pypartmc-1.2.0}/readme_fortran/aero_data.dat +0 -0
  1662. {PyPartMC-1.1.4 → pypartmc-1.2.0}/readme_fortran/aero_dist.dat +0 -0
  1663. {PyPartMC-1.1.4 → pypartmc-1.2.0}/readme_fortran/cooking_comp.dat +0 -0
  1664. {PyPartMC-1.1.4 → pypartmc-1.2.0}/readme_fortran/diesel_comp.dat +0 -0
  1665. {PyPartMC-1.1.4 → pypartmc-1.2.0}/setup.cfg +0 -0
  1666. {PyPartMC-1.1.4 → pypartmc-1.2.0}/setup.py +0 -0
  1667. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/aero_data.F90 +0 -0
  1668. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/aero_data.hpp +0 -0
  1669. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/aero_dist.hpp +0 -0
  1670. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/aero_mode.hpp +0 -0
  1671. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/bin_grid.F90 +0 -0
  1672. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/bin_grid.cpp +0 -0
  1673. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/bin_grid.hpp +0 -0
  1674. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/camp_core.F90 +0 -0
  1675. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/camp_core.hpp +0 -0
  1676. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/condense.F90 +0 -0
  1677. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/condense.cpp +0 -0
  1678. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/condense.hpp +0 -0
  1679. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/env_state.F90 +0 -0
  1680. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/env_state.hpp +0 -0
  1681. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/gas_data.F90 +0 -0
  1682. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/gas_data.hpp +0 -0
  1683. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/gas_state.F90 +0 -0
  1684. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/gas_state.hpp +0 -0
  1685. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/json_resource.cpp +0 -0
  1686. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/json_resource.hpp +0 -0
  1687. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/output.F90 +0 -0
  1688. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/output.cpp +0 -0
  1689. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/output.hpp +0 -0
  1690. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/photolysis.F90 +0 -0
  1691. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/photolysis.hpp +0 -0
  1692. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/pmc_resource.hpp +0 -0
  1693. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/rand.F90 +0 -0
  1694. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/rand.cpp +0 -0
  1695. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/rand.hpp +0 -0
  1696. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/run_part.F90 +0 -0
  1697. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/run_part.cpp +0 -0
  1698. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/run_part.hpp +0 -0
  1699. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/run_part_opt.F90 +0 -0
  1700. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/run_part_opt.hpp +0 -0
  1701. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/scenario.cpp +0 -0
  1702. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/scenario.hpp +0 -0
  1703. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/spec_file_pypartmc.F90 +0 -0
  1704. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/spec_file_pypartmc.cpp +0 -0
  1705. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/sys.F90 +0 -0
  1706. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/sys.cpp +0 -0
  1707. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/util.F90 +0 -0
  1708. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/util.cpp +0 -0
  1709. {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/util.hpp +0 -0
  1710. {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/__init__.py +0 -0
  1711. {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/common.py +0 -0
  1712. {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/conftest.py +0 -0
  1713. {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_aero_data.py +0 -0
  1714. {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_aero_dist.py +0 -0
  1715. {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_aero_mode.py +0 -0
  1716. {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_bin_grid.py +0 -0
  1717. {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_condense.py +0 -0
  1718. {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_dtors.py +0 -0
  1719. {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_env_state.py +0 -0
  1720. {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_gas_data.py +0 -0
  1721. {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_gas_state.py +0 -0
  1722. {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_loss_rate.py +0 -0
  1723. {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_output.py +0 -0
  1724. {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_rand.py +0 -0
  1725. {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_run_part.py +0 -0
  1726. {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_run_part_opt.py +0 -0
  1727. {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_scenario.py +0 -0
  1728. {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_units.py +0 -0
  1729. {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_util.py +0 -0
  1730. {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_version.py +0 -0
@@ -0,0 +1,250 @@
1
+ name: tests+pypi
2
+
3
+ defaults:
4
+ run:
5
+ shell: bash
6
+
7
+ on:
8
+ push:
9
+ branches: [ main ]
10
+ pull_request:
11
+ branches: [ main ]
12
+ schedule:
13
+ - cron: '0 13 * * 4'
14
+ release:
15
+ types: [published]
16
+
17
+ jobs:
18
+ debug_build_ok:
19
+ runs-on: ubuntu-latest
20
+ steps:
21
+ - uses: actions/checkout@v2
22
+ with:
23
+ submodules: recursive
24
+ fetch-depth: 0 # https://github.com/pypa/setuptools_scm/issues/480
25
+ - run: DEBUG=1 VERBOSE=1 pip install --verbose -e .[tests]
26
+ - run: pytest -v -s -We -p no:unraisableexception tests
27
+
28
+ zenodo_json:
29
+ runs-on: ubuntu-latest
30
+ steps:
31
+ - uses: actions/checkout@v2
32
+ - uses: notiz-dev/github-action-json-property@release
33
+ with:
34
+ path: '.zenodo.json'
35
+ prop_path: 'creators'
36
+
37
+ build:
38
+ needs: [debug_build_ok, zenodo_json]
39
+ strategy:
40
+ matrix:
41
+ include:
42
+ - platform: windows-latest
43
+ python-version: "3.7"
44
+ - platform: windows-latest
45
+ python-version: "3.8"
46
+ - platform: windows-latest
47
+ python-version: "3.9"
48
+ - platform: windows-latest
49
+ python-version: "3.10"
50
+ - platform: windows-latest
51
+ python-version: "3.11"
52
+ - platform: macos-12
53
+ python-version: "3.7"
54
+ - platform: macos-12
55
+ python-version: "3.8"
56
+ - platform: macos-12
57
+ python-version: "3.9"
58
+ - platform: macos-12
59
+ python-version: "3.10"
60
+ - platform: macos-12
61
+ python-version: "3.11"
62
+ - platform: macos-14
63
+ python-version: "system"
64
+ - manylinux: "manylinux2010_x86_64"
65
+ platform: ubuntu-latest
66
+ python-version: "3.7"
67
+ - manylinux: "manylinux2010_x86_64"
68
+ platform: ubuntu-latest
69
+ python-version: "3.8"
70
+ - manylinux: "manylinux2010_x86_64"
71
+ platform: ubuntu-latest
72
+ python-version: "3.9"
73
+ - manylinux: "manylinux2010_x86_64"
74
+ platform: ubuntu-latest
75
+ python-version: "3.10"
76
+ - manylinux: "manylinux_2_24_x86_64"
77
+ platform: ubuntu-latest
78
+ python-version: "3.7"
79
+ - manylinux: "manylinux_2_24_x86_64"
80
+ platform: ubuntu-latest
81
+ python-version: "3.8"
82
+ - manylinux: "manylinux_2_24_x86_64"
83
+ platform: ubuntu-latest
84
+ python-version: "3.9"
85
+ - manylinux: "manylinux_2_24_x86_64"
86
+ platform: ubuntu-latest
87
+ python-version: "3.10"
88
+ - manylinux: "manylinux_2_24_x86_64"
89
+ platform: ubuntu-latest
90
+ python-version: "3.11"
91
+ fail-fast: false
92
+ runs-on: ${{ matrix.platform }}
93
+ steps:
94
+ - if: startsWith(matrix.platform, 'macos-')
95
+ run: |
96
+ brew reinstall gcc
97
+ for i in /Applications/Xcode_*.app; do sudo xcode-select -s "$i"; break; done;
98
+ echo MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion` >> $GITHUB_ENV
99
+ echo ARCHFLAGS="-arch `uname -m`" >> $GITHUB_ENV # this seems to have no effect on whl name on Python 3.11!
100
+
101
+ - if: matrix.platform == 'windows-latest'
102
+ uses: msys2/setup-msys2@v2
103
+ with:
104
+ msystem: MINGW64
105
+ update: false
106
+ install: >-
107
+ mingw-w64-x86_64-gcc-fortran
108
+ mingw-w64-x86_64-ninja
109
+ m4
110
+
111
+ - if: matrix.platform == 'windows-latest'
112
+ run: |
113
+ echo CMAKE_ARGS="-DCMAKE_MAKE_PROGRAM=D:/a/_temp/msys64/mingw64/bin/ninja.exe" >> $GITHUB_ENV
114
+ echo CMAKE_PROGRAM_PATH="D:/a/_temp/msys64/usr/bin" >> $GITHUB_ENV
115
+ echo CMAKE_GENERATOR="Ninja" >> $GITHUB_ENV
116
+ echo TEMP="D:/a/_temp/" >> $GITHUB_ENV
117
+
118
+ - uses: jwlawson/actions-setup-cmake@v1.13
119
+ with:
120
+ cmake-version: '3.26.x'
121
+
122
+ - uses: actions/checkout@v2
123
+ with:
124
+ submodules: recursive
125
+ fetch-depth: 0 # https://github.com/pypa/setuptools_scm/issues/480
126
+
127
+ - if: matrix.python-version != 'system'
128
+ uses: actions/setup-python@v4
129
+ with:
130
+ python-version: ${{ matrix.python-version }}
131
+
132
+ - if: matrix.python-version == 'system'
133
+ run: |
134
+ sudo ln -s `which python3` /usr/local/bin/python
135
+ echo PIP_INSTALL_OPTS=--break-system-packages >> $GITHUB_ENV
136
+
137
+ - if: matrix.python-version != 'system'
138
+ run: python -m pip install --upgrade pip==22.1.2
139
+
140
+ - run: python -m pip install $PIP_INSTALL_OPTS "build<1.1" wheel
141
+ - run: cmake --version
142
+ - run: |
143
+ unset CI
144
+ python -m build 2>&1 | tee build.log
145
+ exit `fgrep -i warning build.log | grep -v "WARNING setuptools_scm" | grep -v "-warnings" | grep -v "All Warnings are enabled" | wc -l`
146
+
147
+ - if: startsWith(matrix.platform, 'macos-') && matrix.python-version == '3.11'
148
+ run: |
149
+ # workaround for buggy universal2 wheel name with Python 3.11 (contains x86_64 binary only)
150
+ for whl in dist/*_universal2.whl; do
151
+ export whl_new=${whl/_universal2/_x86_64};
152
+ mv $whl $whl_new;
153
+ python -m wheel unpack $whl_new;
154
+ export whl_new_unpacked=`basename $whl_new | cut -d- -f-2`;
155
+ sed -i '' 's/_universal2/_x86_64/g' $whl_new_unpacked/$whl_new_unpacked.dist-info/WHEEL;
156
+ python -m wheel pack $whl_new_unpacked;
157
+ done
158
+
159
+ - if: matrix.platform == 'ubuntu-latest'
160
+ run: rm dist/*
161
+
162
+ - if: matrix.platform == 'ubuntu-latest'
163
+ run: |
164
+ python -c "import sys; vi=sys.version_info; abitag='m' if vi.minor<8 else ''; print(f'PV=cp{vi.major}{vi.minor}-cp{vi.major}{vi.minor}{abitag}')" >> $GITHUB_ENV
165
+
166
+ - if: ${{ matrix.platform == 'ubuntu-latest' && matrix.manylinux == 'manylinux2010_x86_64' }}
167
+ uses: RalfG/python-wheels-manylinux-build@v0.7.1-manylinux2010_x86_64
168
+ with:
169
+ python-versions: ${{ env.PV }}
170
+ build-requirements: 'setuptools_scm'
171
+ pre-build-command: 'git config --global --add safe.directory "*"'
172
+ - if: ${{ matrix.platform == 'ubuntu-latest' && matrix.manylinux == 'manylinux_2_24_x86_64' }}
173
+ uses: RalfG/python-wheels-manylinux-build@v0.7.1-manylinux_2_24_x86_64
174
+ with:
175
+ python-versions: ${{ env.PV }}
176
+ build-requirements: 'setuptools_scm'
177
+ pre-build-command: 'git config --global --add safe.directory "*"'
178
+
179
+ - if: matrix.platform == 'ubuntu-latest'
180
+ run: rm dist/*-linux_*
181
+
182
+ - uses: actions/upload-artifact@v2
183
+ with:
184
+ name: dist
185
+ path: dist
186
+
187
+ - env:
188
+ SYSTEM_VERSION_COMPAT: 0
189
+ run: |
190
+ python -m pip debug --verbose
191
+ for i in dist/*.whl; do python -m pip install $PIP_INSTALL_OPTS $i[tests]; done;
192
+ python -m pip show --verbose PyPartMC
193
+
194
+ ### make sure PyPartMC is not picked up from a local folder
195
+ - run: |
196
+ cd tests
197
+ python -c "import PyPartMC"
198
+ python -m pytest --durations=10 -v -s -We -p no:unraisableexception .
199
+ cd ..
200
+
201
+ - if: matrix.python-version != '3.7'
202
+ run: |
203
+ python -m pip install $PIP_INSTALL_OPTS -r gitmodules/devops_tests/requirements.txt
204
+ ex -sc 'g/^PyPartMC/d' -cx .binder/requirements.txt
205
+ python -m pip install $PIP_INSTALL_OPTS -r .binder/requirements.txt
206
+ GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python -m pytest --durations=10 -v -s -We -p no:unraisableexception gitmodules/devops_tests
207
+
208
+ ### uncomment to gain ssh access in case of failure
209
+ - if: ${{ failure() }}
210
+ uses: mxschmitt/action-tmate@v3
211
+ with:
212
+ limit-access-to-actor: true
213
+
214
+ dist_check:
215
+ runs-on: ubuntu-latest
216
+ needs: [build]
217
+ steps:
218
+ - uses: actions/setup-python@v2
219
+ with:
220
+ python-version: "3.11"
221
+ - run: pip install twine auditwheel
222
+ - uses: actions/download-artifact@v2
223
+ with:
224
+ name: dist
225
+ path: dist
226
+ - run: twine check --strict dist/*
227
+ - run: for i in dist/*-manylinux*.whl; do auditwheel show $i; done;
228
+
229
+ dist_upload:
230
+ runs-on: ubuntu-latest
231
+ needs: [dist_check]
232
+ permissions:
233
+ id-token: write
234
+ steps:
235
+ - uses: actions/download-artifact@v2
236
+ with:
237
+ name: dist
238
+ path: dist
239
+ - if: github.event_name == 'push' && github.ref == 'refs/heads/main'
240
+ uses: pypa/gh-action-pypi-publish@unstable/v1
241
+ with:
242
+ repository_url: https://test.pypi.org/legacy/
243
+ - run: |
244
+ echo "github.event_name:" ${{ github.event_name }}
245
+ echo "github.event.action:" ${{ github.event.action }}
246
+ echo "github.event.prerelease:" ${{ github.event.prerelease }}
247
+ echo "env.GITHUB_REF:" ${{ env.GITHUB_REF }}
248
+ echo "env.GITHUB_REF:" ${{ env.GITHUB_REF_NAME }}
249
+ - if: github.event_name == 'release' && github.event.prerelease == false
250
+ uses: pypa/gh-action-pypi-publish@unstable/v1
@@ -0,0 +1,60 @@
1
+ [submodule "pybind11"]
2
+ path = gitmodules/pybind11
3
+ url = https://github.com/pybind/pybind11
4
+ shallow = true
5
+ [submodule "partmc"]
6
+ path = gitmodules/partmc
7
+ url = https://github.com/compdyn/partmc
8
+ shallow = true
9
+ [submodule "pybind11_json"]
10
+ path = gitmodules/pybind11_json
11
+ url = https://github.com/pybind/pybind11_json
12
+ shallow = true
13
+ [submodule "json"]
14
+ path = gitmodules/json
15
+ url = https://github.com/nlohmann/json
16
+ shallow = true
17
+ [submodule "sundials"]
18
+ path = gitmodules/sundials
19
+ url = https://github.com/LLNL/sundials
20
+ shallow = true
21
+ [submodule "gitmodules/span"]
22
+ path = gitmodules/span
23
+ url = https://github.com/tcbrindle/span.git
24
+ shallow = true
25
+ [submodule "gitmodules/string_view-standalone"]
26
+ path = gitmodules/string_view-standalone
27
+ url = https://github.com/bitwizeshift/string_view-standalone.git
28
+ shallow = true
29
+ [submodule "gitmodules/camp"]
30
+ path = gitmodules/camp
31
+ url = https://github.com/open-atmos/camp
32
+ shallow = true
33
+ [submodule "gitmodules/SuiteSparse"]
34
+ path = gitmodules/SuiteSparse
35
+ url = https://github.com/DrTimothyAldenDavis/SuiteSparse
36
+ shallow = true
37
+ [submodule "gitmodules/json-fortran"]
38
+ path = gitmodules/json-fortran
39
+ url = https://github.com/jacobwilliams/json-fortran
40
+ shallow = true
41
+ [submodule "gitmodules/devops_tests"]
42
+ path = gitmodules/devops_tests
43
+ url = https://github.com/open-atmos/devops_tests
44
+ shallow = true
45
+ [submodule "gitmodules/netcdf-fortran"]
46
+ path = gitmodules/netcdf-fortran
47
+ url = https://github.com/Unidata/netcdf-fortran.git
48
+ shallow = true
49
+ [submodule "gitmodules/netcdf-c"]
50
+ path = gitmodules/netcdf-c
51
+ url = https://github.com/Unidata/netcdf-c.git
52
+ shallow = true
53
+ [submodule "gitmodules/optional"]
54
+ path = gitmodules/optional
55
+ url = https://github.com/TartanLlama/optional.git
56
+ shallow = true
57
+ [submodule "gitmodules/hdf5"]
58
+ path = gitmodules/hdf5
59
+ url = https://github.com/HDFGroup/hdf5.git
60
+ shallow = true