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.
- pypartmc-1.2.0/.github/workflows/tests+pypi.yml +250 -0
- pypartmc-1.2.0/.gitmodules +60 -0
- pypartmc-1.2.0/CMakeLists.txt +584 -0
- pypartmc-1.2.0/MANIFEST.in +250 -0
- pypartmc-1.2.0/PKG-INFO +369 -0
- pypartmc-1.2.0/PyPartMC.egg-info/PKG-INFO +369 -0
- pypartmc-1.2.0/PyPartMC.egg-info/SOURCES.txt +1681 -0
- pypartmc-1.2.0/README.md +349 -0
- pypartmc-1.2.0/gitmodules/hdf5/CMakeFilters.cmake +160 -0
- pypartmc-1.2.0/gitmodules/hdf5/CMakeInstallation.cmake +633 -0
- pypartmc-1.2.0/gitmodules/hdf5/CMakeLists.txt +1186 -0
- pypartmc-1.2.0/gitmodules/hdf5/CMakePlugins.cmake +69 -0
- pypartmc-1.2.0/gitmodules/hdf5/CMakeTests.cmake +112 -0
- pypartmc-1.2.0/gitmodules/hdf5/CMakeVOL.cmake +308 -0
- pypartmc-1.2.0/gitmodules/hdf5/COPYING +106 -0
- pypartmc-1.2.0/gitmodules/hdf5/CTestConfig.cmake +44 -0
- pypartmc-1.2.0/gitmodules/hdf5/UserMacros.cmake +32 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/Makefile.am +56 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/README.md +30 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/batch/ctest.qsub.in.cmake +23 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/batch/ctestP.lsf.in.cmake +20 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/batch/ctestP.sl.in.cmake +15 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/batch/ctestS.lsf.in.cmake +17 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/batch/ctestS.sl.in.cmake +15 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/batch/ctest_parallel.cmake.in +12 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/batch/ctest_serial.cmake.in +12 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/batch/knl_ctestP.sl.in.cmake +16 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/batch/knl_ctestS.sl.in.cmake +16 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/batch/ray_ctestP.lsf.in.cmake +22 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/batch/ray_ctestS.lsf.in.cmake +17 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/batch/raybsub +7 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/buildhdf5 +310 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/checkapi +66 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/chkcopyright +844 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/cmakehdf5 +387 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/debug-ohdr +37 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/format_source +38 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/genparser +265 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/h5cc.in +387 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/h5redeploy.in +215 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/h5vers +528 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/iostats +96 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/make_err +395 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/make_overflow +212 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/make_vers +528 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/makehelp +66 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/output_filter.sh +101 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/pkgscrpts/h5rmflags +164 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/pkgscrpts/makeHDF5BinaryTarfiles.pl +365 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/release +536 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/restore.sh +68 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/runbkgprog +87 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/switch_maint_mode +78 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/trace +449 -0
- pypartmc-1.2.0/gitmodules/hdf5/bin/warnhist +783 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/BlankForm +117 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/Makefile.am.blank +66 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/README.md +86 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/apple +201 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cce-fflags +80 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cce-flags +85 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/clang-cxxflags +188 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/clang-fflags +139 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/clang-flags +209 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/clang-warnings/developer-general +3 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/clang-warnings/error-general +80 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/clang-warnings/general +20 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/clang-warnings/no-developer-general +1 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/CMakeFindJavaCommon.cmake +30 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/CPack.Info.plist.in +26 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/CTestCustom.cmake +220 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/ConfigureChecks.cmake +999 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/ConversionTests.c +409 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/FindCIRCLE.cmake +49 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/FindDTCMP.cmake +48 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/FindHDFS.cmake +70 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/FindMFU.cmake +98 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/GetTimeOfDayTest.cpp +26 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/H5pubconf.h.in +669 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDF5DeveloperBuild.cmake +186 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDF5ExampleCache.cmake +74 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDF5Macros.cmake +120 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDF5PluginCache.cmake +42 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDF5PluginMacros.cmake +71 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDF5UseFortran.cmake +437 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDFCXXCompilerFlags.cmake +362 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDFCompilerFlags.cmake +467 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDFFortranCompilerFlags.cmake +158 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDFLibMacros.cmake +80 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDFMacros.cmake +516 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDFTests.c +105 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/HDFUseFortran.cmake +89 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/LIBAEC/CMakeLists.txt +468 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/LIBAEC/CPack.Info.plist.in +26 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/LIBAEC/config.h.in +36 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/LIBAEC/libaec-config-version.cmake.in +42 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/LIBAEC/libaec-config.cmake.in +59 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/NSIS.InstallOptions.ini.in +37 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/NSIS.template.in +974 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/PkgInfo.in +1 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/README.md.cmake.in +80 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/UseJava.cmake +1747 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/UseJavaClassFilelist.cmake +39 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/UseJavaSymlinks.cmake +16 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/UserMacros/Windows_MT.cmake +29 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/ZLIB/CMakeLists.txt +527 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/ZLIB/CPack.Info.plist.in +26 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/ZLIB/zconf.h.in +536 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/ZLIB/zlib-config-version.cmake.in +42 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/ZLIB/zlib-config.cmake.in +58 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/cacheinit.cmake +218 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/examples/CTestScript.cmake +176 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/examples/HDF5_Examples.cmake.in +119 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/examples/HDF5_Examples_options.cmake +81 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/fileCompareTest.cmake +97 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/grepTest.cmake +220 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/hdf.bmp +0 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/hdf.icns +0 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/hdf.ico +0 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/hdf5-config-version.cmake.in +58 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/hdf5-config.cmake.in +241 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/javaTargets.cmake.in +38 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/jrunTest.cmake +321 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/libh5cc.in +52 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/libhdf5.settings.cmake.in +94 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/mccacheinit.cmake +68 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/patch.xml.in +11 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/runTest.cmake +402 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/scripts/CTestScript.cmake +364 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/scripts/HDF5config.cmake +276 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/scripts/HDF5options.cmake +108 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/scripts/HPC/bsub-HDF5options.cmake +31 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/scripts/HPC/qsub-HDF5options.cmake +42 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/scripts/HPC/raybsub-HDF5options.cmake +32 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/scripts/HPC/sbatch-HDF5options.cmake +43 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/userblockTest.cmake +131 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/version.plist.in +17 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/vfdTest.cmake +92 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake/volTest.cmake +92 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cmake-presets/hidden-presets.json +547 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/commence.am +103 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/conclude.am +352 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/conclude_fc.am +32 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/cygwin +21 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/examples.am +119 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/freebsd +85 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-cxxflags +285 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-fflags +198 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-flags +294 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/4.8 +22 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/4.8-4.last +3 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/4.9 +1 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/5 +2 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/6 +9 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/7 +5 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/8 +2 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/9 +2 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/9.3 +1 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/cxx-4.8 +19 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/cxx-4.9 +2 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/cxx-5 +1 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/cxx-9 +4 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/cxx-developer-4.8 +21 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/cxx-error-5 +11 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/cxx-error-general +32 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/cxx-general +30 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/developer-10 +2 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/developer-12 +4 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/developer-4.8 +29 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/developer-7 +1 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/developer-8 +3 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/developer-general +9 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/error-5 +13 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/error-7 +1 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/error-8 +20 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/error-general +63 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/general +26 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/gfort-4.8 +16 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/gfort-6 +1 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/gfort-8 +1 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/gfort-developer-4.8 +3 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/gfort-developer-5 +1 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/gfort-developer-general +3 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/gfort-general +12 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/gfort-no-developer-4.8 +3 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/gfort-no-developer-general +3 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/no-cxx-developer-4.8 +12 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/no-developer-4.8 +13 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/no-developer-8 +2 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/gnu-warnings/no-developer-general +8 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/ibm-aix +132 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/ibm-flags +122 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/intel-cxxflags +179 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/intel-fflags +144 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/intel-flags +174 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/classic/15 +19 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/classic/18 +2 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/classic/developer-general +3 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/classic/general +1 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/classic/ifort-general +1 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/classic/win-developer-general +1 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/classic/win-general +1 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/classic/win-ifort-general +1 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/oneapi/developer-general +2 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/oneapi/general +1 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/oneapi/ifort-general +1 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/oneapi/win-developer-general +2 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/oneapi/win-general +1 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/intel-warnings/oneapi/win-ifort-general +1 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/libhdf5.fpc.in +16 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/libhdf5.pc.in +14 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/linux-gnu +401 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/lt_vers.am +68 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/netbsd +64 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/nvidia-cxxflags +101 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/nvidia-fflags +139 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/nvidia-flags +124 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/oneapi-cxxflags +155 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/oneapi-fflags +145 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/oneapi-flags +151 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/pgi-cxxflags +101 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/pgi-fflags +139 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/pgi-flags +122 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/sanitizer/LICENSE +174 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/sanitizer/README.md +307 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/sanitizer/afl-fuzzing.cmake +108 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/sanitizer/code-coverage.cmake +716 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/sanitizer/dependency-graph.cmake +107 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/sanitizer/formatting.cmake +136 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/sanitizer/sanitizers.cmake +266 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/sanitizer/tools.cmake +160 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/site-specific/BlankForm +44 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/solaris +216 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/toolchain/aarch64.cmake +18 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/toolchain/build32.cmake +79 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/toolchain/clang.cmake +17 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/toolchain/crayle.cmake +10 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/toolchain/gcc.cmake +11 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/toolchain/icc.cmake +11 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/toolchain/intel.cmake +11 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/toolchain/mingw64.cmake +14 -0
- pypartmc-1.2.0/gitmodules/hdf5/config/toolchain/pgi.cmake +11 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/CMakeLists.txt +31 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/CMakeLists.txt +204 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5DO.c +237 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5DOpublic.h +250 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5DS.c +2507 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5DSprivate.h +39 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5DSpublic.h +413 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5HLprivate2.h +25 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5IM.c +1157 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5IMprivate.h +34 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5IMpublic.h +349 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5LD.c +608 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5LDprivate.h +52 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5LDpublic.h +167 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5LT.c +3403 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5LTanalyze.c +2602 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5LTanalyze.l +175 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5LTparse.c +2146 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5LTparse.h +145 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5LTparse.y +392 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5LTprivate.h +30 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5LTpublic.h +1643 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5PT.c +843 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5PTprivate.h +22 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5PTpublic.h +517 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5TB.c +3368 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5TBprivate.h +46 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/H5TBpublic.h +676 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/Makefile.am +39 -0
- pypartmc-1.2.0/gitmodules/hdf5/hl/src/hdf5_hl.h +31 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/CMakeLists.txt +1269 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5.c +1309 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5A.c +2512 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5AC.c +2561 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5ACdbg.c +335 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5ACmodule.h +28 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5ACmpio.c +2213 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5ACpkg.h +403 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5ACprivate.h +456 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5ACproxy_entry.c +609 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5ACpublic.h +778 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Abtree2.c +486 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Adense.c +1820 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Adeprec.c +406 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Aint.c +2743 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Amodule.h +383 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Apkg.h +262 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Aprivate.h +80 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Apublic.h +1266 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Atest.c +135 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5B.c +1962 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5B2.c +1576 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5B2cache.c +1268 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5B2dbg.c +319 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5B2hdr.c +682 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5B2int.c +2021 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5B2internal.c +1425 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5B2leaf.c +1007 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5B2module.h +28 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5B2pkg.h +452 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5B2private.h +149 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5B2stat.c +127 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5B2test.c +611 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Bcache.c +359 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Bdbg.c +261 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Bmodule.h +28 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Bpkg.h +87 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Bprivate.h +146 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5C.c +1422 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5CS.c +293 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5CSprivate.h +30 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5CX.c +3701 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5CXmodule.h +28 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5CXprivate.h +185 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Cdbg.c +1593 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Centry.c +4191 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Cepoch.c +215 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Cimage.c +2820 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Cint.c +2497 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Clog.c +871 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Clog.h +138 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Clog_json.c +1233 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Clog_trace.c +907 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Cmodule.h +28 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Cmpio.c +1548 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Cpkg.h +3291 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Cprefetched.c +318 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Cprivate.h +2249 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Cpublic.h +56 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Cquery.c +388 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ctag.c +798 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ctest.c +148 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5D.c +2449 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Dbtree.c +1479 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Dbtree2.c +1562 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Dchunk.c +8255 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Dcompact.c +681 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Dcontig.c +1881 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ddbg.c +82 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ddeprec.c +338 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Dearray.c +1791 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Defl.c +616 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Dfarray.c +1649 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Dfill.c +612 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Dint.c +4015 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Dio.c +1510 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Dlayout.c +694 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Dmodule.h +2788 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Dmpio.c +6049 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Dnone.c +543 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Doh.c +436 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Dpkg.h +835 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Dprivate.h +201 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Dpublic.h +1893 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Dscatgath.c +1535 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Dselect.c +487 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Dsingle.c +594 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Dtest.c +294 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Dvirtual.c +3227 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5E.c +1667 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5EA.c +1026 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5EAcache.c +2148 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5EAdbg.c +427 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5EAdblkpage.c +325 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5EAdblock.c +469 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5EAhdr.c +801 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5EAiblock.c +489 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5EAint.c +121 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5EAmodule.h +28 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5EApkg.h +461 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5EAprivate.h +146 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5EAsblock.c +441 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5EAstat.c +90 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5EAtest.c +450 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5ES.c +639 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5ESdevelop.h +52 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5ESevent.c +186 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5ESint.c +1002 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5ESlist.c +205 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5ESmodule.h +149 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5ESpkg.h +99 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5ESprivate.h +54 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5ESpublic.h +387 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Edeprec.c +383 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Eint.c +911 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Emodule.h +552 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Epkg.h +139 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Eprivate.h +193 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Epublic.h +972 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5F.c +2740 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FA.c +763 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FAcache.c +1230 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FAdbg.c +266 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FAdblkpage.c +341 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FAdblock.c +446 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FAhdr.c +568 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FAint.c +121 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FAmodule.h +28 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FApkg.h +299 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FAprivate.h +134 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FAstat.c +94 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FAtest.c +379 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FD.c +2774 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDcore.c +1695 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDcore.h +102 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDdevelop.h +414 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDdirect.c +1369 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDdirect.h +127 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDdrvr_module.h +27 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDfamily.c +1517 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDfamily.h +91 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDhdfs.c +1545 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDhdfs.h +140 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDint.c +3377 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDlog.c +1731 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDlog.h +482 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDmirror.c +1907 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDmirror.h +125 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDmirror_priv.h +317 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDmodule.h +28 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDmpi.c +366 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDmpi.h +57 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDmpio.c +3874 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDmpio.h +294 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDmulti.c +2195 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDmulti.h +258 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDonion.c +1759 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDonion.h +185 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDonion_header.c +232 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDonion_header.h +55 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDonion_history.c +306 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDonion_history.h +63 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDonion_index.c +937 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDonion_index.h +150 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDonion_priv.h +28 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDperform.c +57 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDpkg.h +54 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDprivate.h +221 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDpublic.h +429 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDros3.c +1803 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDros3.h +218 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDs3comms.c +2885 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDs3comms.h +557 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsec2.c +1040 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsec2.h +56 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDspace.c +421 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsplitter.c +1589 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsplitter.h +118 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDstdio.c +1191 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDstdio.h +58 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/CMakeLists.txt +60 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5FDioc.c +1794 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5FDioc.h +196 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5FDioc_int.c +441 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5FDioc_priv.h +430 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5FDioc_threads.c +1681 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5FDsubfile_int.c +412 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5FDsubfiling.c +3783 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5FDsubfiling.h +415 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5FDsubfiling_priv.h +66 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5subfiling_common.c +3240 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5subfiling_common.h +299 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/H5subfiling_err.h +272 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/LICENSE.txt +28 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_compiler_attributes.h +48 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_queue.h +116 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_thread.c +164 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_thread.h +226 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_thread_annotation.h +36 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_thread_condition.c +43 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_thread_condition.h +173 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_thread_mutex.c +92 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_thread_mutex.h +124 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_thread_pool.c +176 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_thread_pool.h +115 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_util_config.h +50 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDsubfiling/mercury/src/util/mercury_util_error.h +51 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDtest.c +102 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDwindows.c +56 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FDwindows.h +66 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FL.c +2565 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FLmodule.h +28 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FLprivate.h +435 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FO.c +588 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FOprivate.h +45 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FS.c +1173 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FScache.c +1447 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FSdbg.c +266 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FSint.c +121 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FSmodule.h +28 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FSpkg.h +239 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FSprivate.h +227 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FSsection.c +2449 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FSstat.c +89 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5FStest.c +136 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Faccum.c +1071 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Fcwfs.c +298 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Fdbg.c +134 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Fdeprec.c +243 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Fefc.c +955 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ffake.c +90 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Fint.c +4141 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Fio.c +523 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Fmodule.h +1241 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Fmount.c +627 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Fmpi.c +625 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Fpkg.h +489 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Fprivate.h +675 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Fpublic.h +1986 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Fquery.c +1423 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Fsfile.c +202 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Fspace.c +200 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Fsuper.c +1826 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Fsuper_cache.c +1011 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ftest.c +266 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5G.c +1018 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Gbtree2.c +456 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Gcache.c +301 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Gcompact.c +513 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Gdense.c +1646 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Gdeprec.c +1224 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Gent.c +488 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Gint.c +1400 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Glink.c +599 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Gloc.c +1008 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Gmodule.h +971 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Gname.c +1169 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Gnode.c +1471 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Gobj.c +1151 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Goh.c +381 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Gpkg.h +483 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Gprivate.h +299 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Gpublic.h +1220 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Groot.c +380 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Gstab.c +1014 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Gtest.c +839 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Gtraverse.c +835 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HF.c +872 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HFbtree2.c +950 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HFcache.c +3388 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HFdbg.c +806 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HFdblock.c +688 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HFdtable.c +316 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HFhdr.c +1429 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HFhuge.c +1136 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HFiblock.c +1838 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HFiter.c +570 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HFman.c +643 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HFmodule.h +28 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HFpkg.h +778 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HFprivate.h +137 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HFsection.c +3915 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HFspace.c +553 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HFstat.c +162 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HFtest.c +487 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HFtiny.c +353 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HG.c +858 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HGcache.c +480 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HGdbg.c +147 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HGmodule.h +28 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HGpkg.h +140 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HGprivate.h +68 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HGquery.c +117 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HL.c +1010 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HLcache.c +898 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HLdbg.c +115 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HLdblk.c +257 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HLint.c +205 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HLmodule.h +28 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HLpkg.h +143 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HLprfx.c +150 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5HLprivate.h +59 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5I.c +915 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Idbg.c +201 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Idevelop.h +141 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Iint.c +1767 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Imodule.h +115 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ipkg.h +120 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Iprivate.h +104 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ipublic.h +691 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Itest.c +109 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5L.c +1979 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ldeprec.c +645 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ldevelop.h +324 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Lexternal.c +323 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Lint.c +2176 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Lmodule.h +48 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Lpkg.h +69 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Lprivate.h +94 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Lpublic.h +1955 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5M.c +1441 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5MF.c +3391 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5MFaggr.c +913 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5MFdbg.c +311 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5MFmodule.h +28 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5MFpkg.h +206 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5MFprivate.h +82 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5MFsection.c +924 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5MM.c +262 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5MMprivate.h +58 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5MMpublic.h +36 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Mmodule.h +87 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Mpkg.h +46 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Mprivate.h +76 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Mpublic.h +664 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5O.c +2307 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Oainfo.c +509 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Oalloc.c +2500 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Oattr.c +869 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Oattribute.c +1841 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Obogus.c +212 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Obtreek.c +243 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ocache.c +1607 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ocache_image.c +322 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ochunk.c +400 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ocont.c +254 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ocopy.c +1620 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ocopy_ref.c +477 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Odbg.c +527 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Odeprec.c +1126 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Odrvinfo.c +291 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Odtype.c +2414 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Oefl.c +560 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ofill.c +1046 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Oflush.c +419 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ofsinfo.c +481 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Oginfo.c +321 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Oint.c +2941 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Olayout.c +1436 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Olinfo.c +554 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Olink.c +837 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Omessage.c +2075 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Omodule.h +76 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Omtime.c +424 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Oname.c +258 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Onull.c +49 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Opkg.h +653 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Opline.c +715 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Oprivate.h +1027 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Opublic.h +2471 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Orefcount.c +290 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Osdspace.c +540 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Oshared.c +709 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Oshared.h +439 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Oshmesg.c +231 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ostab.c +401 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Otest.c +781 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ounknown.c +78 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5P.c +1599 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5PB.c +1552 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5PBmodule.h +28 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5PBpkg.h +52 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5PBprivate.h +94 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5PL.c +392 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5PLextern.h +43 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5PLint.c +512 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5PLmodule.h +297 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5PLpath.c +982 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5PLpkg.h +159 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5PLplugin_cache.c +361 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5PLprivate.h +87 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5PLpublic.h +228 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Pacpl.c +76 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Pdapl.c +1545 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Pdcpl.c +3557 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Pdeprec.c +638 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Pdxpl.c +2604 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Pencdec.c +799 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Pfapl.c +6290 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Pfcpl.c +1380 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Pfmpl.c +117 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Pgcpl.c +640 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Pint.c +5721 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Plapl.c +1194 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Plcpl.c +185 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Pmapl.c +206 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Pmcpl.c +102 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Pmodule.h +1119 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Pocpl.c +1762 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Pocpypl.c +853 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ppkg.h +202 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Pprivate.h +218 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ppublic.h +10446 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Pstrcpl.c +253 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ptest.c +117 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5R.c +1166 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5RS.c +776 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5RSmodule.h +28 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5RSprivate.h +56 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Rdeprec.c +801 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Rint.c +1564 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Rmodule.h +40 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Rpkg.h +130 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Rprivate.h +43 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Rpublic.h +981 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5S.c +1966 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5SL.c +2275 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5SLmodule.h +28 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5SLprivate.h +87 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5SM.c +2715 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5SMbtree2.c +188 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5SMcache.c +709 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5SMmessage.c +331 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5SMmodule.h +28 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5SMpkg.h +271 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5SMprivate.h +65 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5SMtest.c +106 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Sall.c +1169 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Sdbg.c +101 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Sdeprec.c +105 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Shyper.c +12452 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Smodule.h +1550 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Smpio.c +1358 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Snone.c +1070 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Spkg.h +410 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Spoint.c +2474 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Sprivate.h +309 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Spublic.h +1419 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Sselect.c +3137 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Stest.c +401 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5T.c +6788 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5TS.c +987 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5TSdevelop.h +50 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5TSprivate.h +137 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tarray.c +377 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tbit.c +666 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tcommit.c +1446 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tcompound.c +611 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tconv.c +10083 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tcset.c +104 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tdbg.c +418 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tdeprec.c +190 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tdevelop.h +227 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tenum.c +507 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tfields.c +441 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tfixed.c +126 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tfloat.c +347 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tinit_float.c +627 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tmodule.h +3971 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tnative.c +1268 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Toffset.c +246 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Toh.c +210 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Topaque.c +97 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Torder.c +257 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tpad.c +99 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tpkg.h +1202 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tprecis.c +256 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tprivate.h +184 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tpublic.h +2964 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tref.c +1358 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tstrpad.c +115 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tvisit.c +148 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Tvlen.c +1075 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5UC.c +123 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5UCprivate.h +58 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VL.c +1060 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLcallback.c +7960 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLconnector.h +1159 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLconnector_passthru.h +258 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLdyn_ops.c +336 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLint.c +2815 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLmodule.h +651 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative.c +613 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative.h +564 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative_attr.c +602 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative_blob.c +199 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative_dataset.c +831 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative_datatype.c +288 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative_file.c +788 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative_group.c +402 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative_introspect.c +260 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative_link.c +419 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative_object.c +570 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative_private.h +169 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLnative_token.c +150 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLpassthru.c +3045 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLpassthru.h +47 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLpkg.h +72 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLprivate.h +311 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLpublic.h +423 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VLtest.c +91 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VM.c +1511 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5VMprivate.h +514 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5WB.c +257 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5WBprivate.h +55 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Z.c +1762 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Zdeflate.c +190 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Zdevelop.h +444 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Zfletcher32.c +142 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Zmodule.h +121 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Znbit.c +1580 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Zpkg.h +56 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Zprivate.h +105 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Zpublic.h +346 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Zscaleoffset.c +1775 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Zshuffle.c +300 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Zszip.c +345 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5Ztrans.c +1658 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5api_adpt.h +251 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5build_settings.autotools.c.in +120 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5build_settings.cmake.c.in +118 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5build_settings.off.c.in +13 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5checksum.c +512 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5dbg.c +132 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5encode.h +292 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5err.txt +294 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5module.h +1458 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5mpi.c +822 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5overflow.txt +43 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5private.h +1789 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5public.h +870 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5system.c +1387 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5timer.c +621 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5trace.c +4120 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5vers.txt +96 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/H5win32defs.h +101 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/Makefile.am +216 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/hdf5.h +81 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/libhdf5.settings.in +96 -0
- pypartmc-1.2.0/gitmodules/hdf5/src/uthash.h +1173 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/include/hdf5dispatch.h +69 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/include/hdf5internal.h +222 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/include/ncdimscale.h +32 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/CMakeLists.txt +27 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/H5FDhttp.c +908 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/H5FDhttp.h +57 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/Makefile.am +26 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5attr.c +908 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5create.c +356 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5debug.c +59 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5debug.h +25 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5dim.c +312 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5dispatch.c +147 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5err.h +34 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5file.c +740 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5filter.c +609 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5grp.c +174 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5internal.c +1133 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5open.c +2906 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5set_format_compatibility.c +100 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5type.c +488 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/hdf5var.c +2398 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/nc4hdf.c +2631 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/nc4info.c +695 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/nc4mem.c +81 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libhdf5/nc4memcb.c +1047 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libsrc4/nc4attr.c +304 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libsrc4/nc4dim.c +211 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libsrc4/nc4filters.c +5 -0
- pypartmc-1.2.0/gitmodules/netcdf-c/libsrc4/ncfunc.c +88 -0
- pypartmc-1.2.0/gitmodules/partmc/src/Makefile.wrf_partmc +210 -0
- pypartmc-1.2.0/gitmodules/partmc/src/aero_component.F90 +94 -0
- pypartmc-1.2.0/gitmodules/partmc/src/aero_data.F90 +1158 -0
- pypartmc-1.2.0/gitmodules/partmc/src/aero_dist.F90 +484 -0
- pypartmc-1.2.0/gitmodules/partmc/src/aero_info.F90 +130 -0
- pypartmc-1.2.0/gitmodules/partmc/src/aero_mode.F90 +1216 -0
- pypartmc-1.2.0/gitmodules/partmc/src/aero_particle.F90 +1147 -0
- pypartmc-1.2.0/gitmodules/partmc/src/aero_particle_array.F90 +327 -0
- pypartmc-1.2.0/gitmodules/partmc/src/aero_sorted.F90 +632 -0
- pypartmc-1.2.0/gitmodules/partmc/src/aero_state.F90 +3555 -0
- pypartmc-1.2.0/gitmodules/partmc/src/bin_average_comp.F90 +89 -0
- pypartmc-1.2.0/gitmodules/partmc/src/bin_grid.F90 +620 -0
- pypartmc-1.2.0/gitmodules/partmc/src/camp_interface.F90 +203 -0
- pypartmc-1.2.0/gitmodules/partmc/src/coagulation.F90 +989 -0
- pypartmc-1.2.0/gitmodules/partmc/src/condense.F90 +774 -0
- pypartmc-1.2.0/gitmodules/partmc/src/condense_solver.c +309 -0
- pypartmc-1.2.0/gitmodules/partmc/src/constants.F90 +77 -0
- pypartmc-1.2.0/gitmodules/partmc/src/env_state.F90 +621 -0
- pypartmc-1.2.0/gitmodules/partmc/src/mosaic.F90 +703 -0
- pypartmc-1.2.0/gitmodules/partmc/src/mpi.F90 +2042 -0
- pypartmc-1.2.0/gitmodules/partmc/src/netcdf.F90 +1281 -0
- pypartmc-1.2.0/gitmodules/partmc/src/nucleate.F90 +230 -0
- pypartmc-1.2.0/gitmodules/partmc/src/output.F90 +967 -0
- pypartmc-1.2.0/gitmodules/partmc/src/partmc.F90 +1114 -0
- pypartmc-1.2.0/gitmodules/partmc/src/rand.F90 +700 -0
- pypartmc-1.2.0/gitmodules/partmc/src/run_part.F90 +779 -0
- pypartmc-1.2.0/gitmodules/partmc/src/scenario.F90 +1190 -0
- pypartmc-1.2.0/gitmodules/partmc/src/sort.c +90 -0
- pypartmc-1.2.0/gitmodules/partmc/src/util.F90 +1975 -0
- pypartmc-1.2.0/readme_fortran/CMakeLists.txt +41 -0
- pypartmc-1.2.0/readme_fortran/main.f90 +37 -0
- pypartmc-1.2.0/src/aero_dist.F90 +75 -0
- pypartmc-1.2.0/src/aero_mode.F90 +247 -0
- pypartmc-1.2.0/src/aero_particle.F90 +554 -0
- pypartmc-1.2.0/src/aero_particle.hpp +402 -0
- pypartmc-1.2.0/src/aero_state.F90 +642 -0
- pypartmc-1.2.0/src/aero_state.hpp +675 -0
- pypartmc-1.2.0/src/pypartmc.cpp +580 -0
- pypartmc-1.2.0/src/scenario.F90 +220 -0
- pypartmc-1.2.0/tests/test_aero_particle.py +639 -0
- pypartmc-1.2.0/tests/test_aero_state.py +510 -0
- PyPartMC-1.1.4/.github/workflows/tests+pypi.yml +0 -250
- PyPartMC-1.1.4/.gitmodules +0 -55
- PyPartMC-1.1.4/CMakeLists.txt +0 -540
- PyPartMC-1.1.4/MANIFEST.in +0 -232
- PyPartMC-1.1.4/PKG-INFO +0 -366
- PyPartMC-1.1.4/PyPartMC.egg-info/PKG-INFO +0 -366
- PyPartMC-1.1.4/PyPartMC.egg-info/SOURCES.txt +0 -835
- PyPartMC-1.1.4/README.md +0 -346
- PyPartMC-1.1.4/gitmodules/partmc/src/aero_data.F90 +0 -967
- PyPartMC-1.1.4/gitmodules/partmc/src/aero_dist.F90 +0 -477
- PyPartMC-1.1.4/gitmodules/partmc/src/aero_info.F90 +0 -130
- PyPartMC-1.1.4/gitmodules/partmc/src/aero_mode.F90 +0 -1186
- PyPartMC-1.1.4/gitmodules/partmc/src/aero_particle.F90 +0 -1026
- PyPartMC-1.1.4/gitmodules/partmc/src/aero_particle_array.F90 +0 -308
- PyPartMC-1.1.4/gitmodules/partmc/src/aero_sorted.F90 +0 -632
- PyPartMC-1.1.4/gitmodules/partmc/src/aero_state.F90 +0 -3006
- PyPartMC-1.1.4/gitmodules/partmc/src/bin_average_comp.F90 +0 -90
- PyPartMC-1.1.4/gitmodules/partmc/src/bin_grid.F90 +0 -568
- PyPartMC-1.1.4/gitmodules/partmc/src/camp_interface.F90 +0 -197
- PyPartMC-1.1.4/gitmodules/partmc/src/coagulation.F90 +0 -937
- PyPartMC-1.1.4/gitmodules/partmc/src/condense.F90 +0 -774
- PyPartMC-1.1.4/gitmodules/partmc/src/condense_solver.c +0 -306
- PyPartMC-1.1.4/gitmodules/partmc/src/constants.F90 +0 -75
- PyPartMC-1.1.4/gitmodules/partmc/src/env_state.F90 +0 -529
- PyPartMC-1.1.4/gitmodules/partmc/src/mosaic.F90 +0 -532
- PyPartMC-1.1.4/gitmodules/partmc/src/mpi.F90 +0 -1560
- PyPartMC-1.1.4/gitmodules/partmc/src/netcdf.F90 +0 -739
- PyPartMC-1.1.4/gitmodules/partmc/src/nucleate.F90 +0 -219
- PyPartMC-1.1.4/gitmodules/partmc/src/output.F90 +0 -826
- PyPartMC-1.1.4/gitmodules/partmc/src/partmc.F90 +0 -1105
- PyPartMC-1.1.4/gitmodules/partmc/src/rand.F90 +0 -639
- PyPartMC-1.1.4/gitmodules/partmc/src/run_part.F90 +0 -769
- PyPartMC-1.1.4/gitmodules/partmc/src/scenario.F90 +0 -1168
- PyPartMC-1.1.4/gitmodules/partmc/src/sort.c +0 -56
- PyPartMC-1.1.4/gitmodules/partmc/src/util.F90 +0 -1659
- PyPartMC-1.1.4/readme_fortran/CMakeLists.txt +0 -40
- PyPartMC-1.1.4/readme_fortran/main.f90 +0 -37
- PyPartMC-1.1.4/src/aero_dist.F90 +0 -75
- PyPartMC-1.1.4/src/aero_mode.F90 +0 -247
- PyPartMC-1.1.4/src/aero_particle.F90 +0 -527
- PyPartMC-1.1.4/src/aero_particle.hpp +0 -392
- PyPartMC-1.1.4/src/aero_state.F90 +0 -642
- PyPartMC-1.1.4/src/aero_state.hpp +0 -675
- PyPartMC-1.1.4/src/pypartmc.cpp +0 -580
- PyPartMC-1.1.4/src/scenario.F90 +0 -220
- PyPartMC-1.1.4/tests/test_aero_particle.py +0 -639
- PyPartMC-1.1.4/tests/test_aero_state.py +0 -509
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/.binder/postBuild +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/.binder/requirements.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/.github/workflows/cancel.yml +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/.github/workflows/conda.yml +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/.github/workflows/cpplint.yml +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/.github/workflows/forlint.yml +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/.github/workflows/pdoc.yml +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/.github/workflows/pre-commit.yml +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/.github/workflows/pylint.yml +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/.github/workflows/readme_listings.yml +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/.github/workflows/stale.yml +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/.gitignore +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/.pre-commit-config.yaml +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/.zenodo.json +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/CITATION.cff +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/LICENSE +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/PyPartMC/__init__.py +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/PyPartMC.egg-info/dependency_links.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/PyPartMC.egg-info/not-zip-safe +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/PyPartMC.egg-info/requires.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/PyPartMC.egg-info/top_level.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/examples/cloud_parcel.ipynb +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/examples/hello_world.ipynb +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/examples/lognorm_ex.ipynb +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/examples/mie_optical.ipynb +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/examples/particle_simulation.ipynb +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/examples/process_simulation_output.ipynb +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/examples/terminal_velocities.ipynb +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/examples/widgets_playground.ipynb +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Include/amd.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Include/amd_internal.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd.f +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_1.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_2.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_aat.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_control.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_defaults.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_dump.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_global.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_info.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_order.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_post_tree.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_postorder.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_preprocess.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amd_valid.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/AMD/Source/amdbar.f +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/BTF/Include/btf.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/BTF/Include/btf_internal.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/BTF/Source/btf_maxtrans.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/BTF/Source/btf_order.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/BTF/Source/btf_strongcomp.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/COLAMD/Include/colamd.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/COLAMD/Source/colamd.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Include/klu.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Include/klu_internal.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Include/klu_version.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_analyze.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_analyze_given.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_defaults.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_diagnostics.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_dump.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_extract.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_factor.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_free_numeric.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_free_symbolic.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_kernel.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_memory.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_refactor.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_scale.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_solve.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_sort.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/KLU/Source/klu_tsolve.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/LICENSE.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/SuiteSparse_config/SuiteSparse_config.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/SuiteSparse/SuiteSparse_config/SuiteSparse_config.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/COPYING +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/Jacobian.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/Jacobian.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_phase_data.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_phase_solver.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_phase_solver.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_rep_data.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_rep_factory.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_rep_solver.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_rep_solver.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_reps/aero_rep_modal_binned_mass.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_reps/aero_rep_modal_binned_mass.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_reps/aero_rep_single_particle.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_reps/aero_rep_single_particle.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/aero_reps.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/camp_common.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/camp_core.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/camp_debug.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/camp_solver.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/camp_solver.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/camp_solver_data.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/camp_state.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/chem_spec_data.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/constants.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/debug_diff_check.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/debug_diff_check.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/debug_diff_check.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/env_state.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/mechanism_data.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/mpi.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/property.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rand.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rand_gsl.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxn_data.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxn_factory.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxn_solver.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxn_solver.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_CMAQ_H2O2.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_CMAQ_H2O2.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_CMAQ_OH_HNO3.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_CMAQ_OH_HNO3.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_HL_phase_transfer.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_HL_phase_transfer.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_SIMPOL_phase_transfer.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_SIMPOL_phase_transfer.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_aqueous_equilibrium.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_aqueous_equilibrium.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_arrhenius.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_arrhenius.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_condensed_phase_arrhenius.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_condensed_phase_arrhenius.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_condensed_phase_photolysis.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_condensed_phase_photolysis.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_emission.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_emission.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_first_order_loss.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_first_order_loss.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_photolysis.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_photolysis.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_surface.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_surface.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_ternary_chemical_activation.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_ternary_chemical_activation.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_troe.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_troe.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_wennberg_no_ro2.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_wennberg_no_ro2.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_wennberg_tunneling.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_wennberg_tunneling.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_wet_deposition.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns/rxn_wet_deposition.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/rxns.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/solver_stats.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/sub_model_data.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/sub_model_factory.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/sub_model_solver.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/sub_model_solver.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/sub_models/sub_model_PDFiTE.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/sub_models/sub_model_PDFiTE.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/sub_models/sub_model_UNIFAC.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/sub_models/sub_model_UNIFAC.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/sub_models/sub_model_ZSR_aerosol_water.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/sub_models/sub_model_ZSR_aerosol_water.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/sub_models.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/time_derivative.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/time_derivative.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/util.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/camp/src/util.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/LICENSE.MIT +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/adl_serializer.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/byte_container_with_subtype.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/conversions/from_json.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/conversions/to_chars.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/conversions/to_json.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/exceptions.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/hash.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/input/binary_reader.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/input/input_adapters.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/input/json_sax.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/input/lexer.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/input/parser.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/input/position_t.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/iterators/internal_iterator.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/iterators/iter_impl.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/iterators/iteration_proxy.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/iterators/iterator_traits.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/iterators/json_reverse_iterator.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/iterators/primitive_iterator.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/json_pointer.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/json_ref.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/macro_scope.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/macro_unscope.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/meta/call_std/begin.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/meta/call_std/end.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/meta/cpp_future.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/meta/detected.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/meta/identity_tag.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/meta/is_sax.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/meta/type_traits.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/meta/void_t.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/output/binary_writer.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/output/output_adapters.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/output/serializer.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/string_concat.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/string_escape.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/detail/value_t.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/json.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/json_fwd.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/ordered_map.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/thirdparty/hedley/hedley.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json/include/nlohmann/thirdparty/hedley/hedley_undef.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/LICENSE +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_file_module.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_get_scalar_by_path.inc +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_get_vec_by_path.inc +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_get_vec_by_path_alloc.inc +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_initialize_arguments.inc +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_initialize_dummy_arguments.inc +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_kinds.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_macros.inc +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_module.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_parameters.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_string_utilities.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/json_value_module.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/introspection/test_iso_10646_support.f90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_01.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_02.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_03.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_04.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_05.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_06.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_07.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_08.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_09.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_10.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_11.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_12.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_13.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_14.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_15.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_16.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_17.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_18.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_19.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_20.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_21.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_22.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_23.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_24.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_25.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_26.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_27.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_28.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_29.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_30.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_31.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_32.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_33.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_34.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_35.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_36.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_37.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_38.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_39.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_40.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_41.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_42.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_43.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_44.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_45.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_46.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_47.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_48.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/json-fortran/src/tests/jf_test_49.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/COPYRIGHT +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/config.h.cmake.in +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/fbits.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nc.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nc3dispatch.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nc3internal.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nc4dispatch.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nc4internal.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nc_logging.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nc_provenance.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncauth.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncbytes.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncconfigure.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nccrc.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncdispatch.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncexternl.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nchashmap.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nchttp.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncindex.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nclist.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/nclog.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncmodel.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncoffsets.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncpathmgr.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncrc.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncs3sdk.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncuri.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncutf8.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/ncxml.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/netcdf.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/netcdf_aux.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/netcdf_dispatch.h.in +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/netcdf_f.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/netcdf_filter.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/netcdf_mem.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/netcdf_meta.h.in +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/onstack.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/include/rnd.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/datt.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dattget.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dattinq.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dattput.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dauth.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/daux.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dcompound.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dcopy.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dcrc64.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/ddim.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/ddispatch.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/denum.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/derror.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dfile.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dfilter.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dgroup.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dinfermodel.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dinstance.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dinstance_intern.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dmissing.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dnotnc4.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/doffsets.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dopaque.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dpathmgr.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/drc.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/ds3util.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dstring.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dtype.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dutf8.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dutil.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dvar.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dvarget.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dvarinq.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dvarput.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/dvlen.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/nc.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/ncbytes.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/nchashmap.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/nclist.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/nclistmgr.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/nclog.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/ncuri.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/utf8proc.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/utf8proc.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libdispatch/utf8proc_data.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/liblib/nc_initialize.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/attr.m4 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/dim.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/memio.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/nc3dispatch.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/nc3internal.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/ncio.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/ncio.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/ncx.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/ncx.m4 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/posixio.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/putget.m4 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/v1hpg.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc/var.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc4/nc4cache.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc4/nc4dispatch.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc4/nc4grp.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc4/nc4internal.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc4/nc4type.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc4/nc4var.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-c/libsrc4/ncindex.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/CMakeExtras/MatchNetCDFFortranTypes.cmake +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/COPYRIGHT +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/module_netcdf4_nc_interfaces.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/module_netcdf4_nf_interfaces.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/module_netcdf_nc_data.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/module_netcdf_nc_interfaces.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/module_netcdf_nf_data.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/module_netcdf_nf_interfaces.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf4.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf4_eightbyte.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf4_externals.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf4_file.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf4_func.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf4_overloads.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf4_variables.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf4_visibility.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf_attributes.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf_constants.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf_dims.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf_expanded.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf_externals.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf_file.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf_overloads.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf_text_variables.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf_variables.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/netcdf_visibility.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_attio.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_control.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_dim.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_genatt.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_geninq.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_genvar.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_lib.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_misc.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_nc4.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_nc_noparallel.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_var1io.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_varaio.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_varmio.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/nf_varsio.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/netcdf-fortran/fortran/typeSizes.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/optional/COPYING +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/optional/include/tl/optional.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/COPYING +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/aero_binned.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/aero_info_array.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/aero_weight.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/aero_weight_array.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/bin_average_size.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/chamber.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/coag_kernel.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/coag_kernel_additive.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/coag_kernel_brown.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/coag_kernel_brown_cont.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/coag_kernel_brown_free.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/coag_kernel_constant.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/coag_kernel_sedi.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/coag_kernel_zero.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/coagulation_dist.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/exact_soln.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/extract_aero_particles.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/extract_aero_size.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/extract_aero_time.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/extract_env.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/extract_gas.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/extract_sectional_aero_size.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/extract_sectional_aero_time.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/fractal.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/gas_data.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/gas_state.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/getopt.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/integer_rmap.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/integer_rmap2.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/integer_varray.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/numeric_average.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/numeric_diff.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/photolysis.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/rand_gsl.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/run_exact.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/run_sect.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/spec_file.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/spec_line.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/stats.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/partmc/src/sys.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/LICENSE +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/attr.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/buffer_info.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/cast.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/chrono.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/common.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/complex.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/detail/class.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/detail/common.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/detail/descr.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/detail/init.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/detail/internals.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/detail/type_caster_base.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/detail/typeid.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/eigen.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/embed.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/eval.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/functional.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/gil.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/iostream.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/numpy.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/operators.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/options.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/pybind11.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/pytypes.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/stl/filesystem.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/stl.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/include/pybind11/stl_bind.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/tools/FindPythonLibsNew.cmake +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/tools/pybind11Common.cmake +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11/tools/pybind11Tools.cmake +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/pybind11_json/include/pybind11_json/pybind11_json.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/span/LICENSE_1_0.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/span/include/tcb/span.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/string_view-standalone/LICENSE +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/string_view-standalone/include/bpstd/detail/string_view.inl +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/string_view-standalone/include/bpstd/string_view.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/LICENSE +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/cmake/SundialsIndexSize.cmake +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/cmake/SundialsSetupCompilers.cmake +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/cmake/SundialsSetupConfig.cmake +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/cvode/cvode.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/cvode/cvode_bandpre.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/cvode/cvode_bbdpre.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/cvode/cvode_diag.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/cvode/cvode_direct.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/cvode/cvode_hypamgpre.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/cvode/cvode_ls.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/cvode/cvode_proj.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/cvode/cvode_spils.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_cuda.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_hip.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_manyvector.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_mpimanyvector.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_mpiplusx.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_openmp.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_openmpdev.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_parallel.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_parhyp.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_petsc.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_pthreads.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_raja.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_serial.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_sycl.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/nvector_trilinos.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/trilinos/SundialsTpetraVectorInterface.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/nvector/trilinos/SundialsTpetraVectorKernels.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_band.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_config.in +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_cuda_policies.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_dense.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_direct.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_fconfig.in +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_fnvector.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_futils.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_hip_policies.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_iterative.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_lapack.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_linearsolver.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_math.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_matrix.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_memory.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_mpi_types.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_nonlinearsolver.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_nvector.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_nvector_senswrapper.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_sycl_policies.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_types.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_version.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sundials/sundials_xbraid.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_band.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_cusolversp_batchqr.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_dense.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_klu.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_lapackband.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_lapackdense.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_magmadense.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_onemkldense.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_pcg.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_spbcgs.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_spfgmr.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_spgmr.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_sptfqmr.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_superludist.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunlinsol/sunlinsol_superlumt.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunmatrix/sunmatrix_band.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunmatrix/sunmatrix_cusparse.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunmatrix/sunmatrix_dense.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunmatrix/sunmatrix_magmadense.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunmatrix/sunmatrix_onemkldense.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunmatrix/sunmatrix_slunrloc.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunmatrix/sunmatrix_sparse.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunnonlinsol/sunnonlinsol_fixedpoint.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunnonlinsol/sunnonlinsol_newton.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/include/sunnonlinsol/sunnonlinsol_petscsnes.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/CHANGES +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/LICENSE +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/NOTICE +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/README.md +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_bandpre.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_bandpre_impl.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_bbdpre.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_bbdpre_impl.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_diag.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_diag_impl.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_direct.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_fused_gpu.cpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_fused_stubs.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_hypamgpre.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_hypamgpre_impl.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_impl.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_io.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_ls.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_ls_impl.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_nls.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_proj.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_proj_impl.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/cvode_spils.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/Makefile.in +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvband.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvbbd.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvbbd.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvbp.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvbp.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvdense.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvewt.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvjtimes.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvnulllinsol.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvnullmatrix.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvnullnonlinsol.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvode.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvode.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvpreco.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvroot.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvroot.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fcmix/fcvsparse.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fmod/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fmod/fcvode_mod.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/cvode/fmod/fcvode_mod.f90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/nvector/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/nvector/serial/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/nvector/serial/fmod/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/nvector/serial/fmod/fnvector_serial_mod.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/nvector/serial/fmod/fnvector_serial_mod.f90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/nvector/serial/fnvector_serial.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/nvector/serial/fnvector_serial.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/nvector/serial/nvector_serial.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_futils_mod.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_futils_mod.f90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_linearsolver_mod.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_linearsolver_mod.f90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_matrix_mod.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_matrix_mod.f90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_nonlinearsolver_mod.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_nonlinearsolver_mod.f90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_nvector_mod.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_nvector_mod.f90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_types_mod.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/fmod/fsundials_types_mod.f90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_band.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_cuda.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_cuda_kernels.cuh +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_debug.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_dense.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_direct.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_futils.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_hip.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_hip_kernels.hip.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_iterative.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_linearsolver.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_math.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_matrix.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_memory.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_nonlinearsolver.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_nvector.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_nvector_senswrapper.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_sycl.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_version.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sundials/sundials_xbraid.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/band/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/band/fmod/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/band/fmod/fsunlinsol_band_mod.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/band/fmod/fsunlinsol_band_mod.f90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/band/fsunlinsol_band.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/band/fsunlinsol_band.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/band/sunlinsol_band.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/dense/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/dense/fmod/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/dense/fmod/fsunlinsol_dense_mod.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/dense/fmod/fsunlinsol_dense_mod.f90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/dense/fsunlinsol_dense.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/dense/fsunlinsol_dense.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/dense/sunlinsol_dense.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/klu/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/klu/fmod/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/klu/fmod/fsunlinsol_klu_mod.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/klu/fmod/fsunlinsol_klu_mod.f90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/klu/fsunlinsol_klu.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/klu/fsunlinsol_klu.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/klu/sunlinsol_klu.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/pcg/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/pcg/sunlinsol_pcg.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/spbcgs/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/spfgmr/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/spgmr/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/spgmr/sunlinsol_spgmr.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/sptfqmr/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunmatrix/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunmatrix/band/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunmatrix/band/sunmatrix_band.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunmatrix/dense/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunmatrix/dense/sunmatrix_dense.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunmatrix/sparse/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunmatrix/sparse/sunmatrix_sparse.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/fmod/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/fmod/fsunnonlinsol_fixedpoint_mod.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/fmod/fsunnonlinsol_fixedpoint_mod.f90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/fsunnonlinsol_fixedpoint.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/fsunnonlinsol_fixedpoint.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/newton/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/newton/fmod/CMakeLists.txt +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/newton/fmod/fsunnonlinsol_newton_mod.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/newton/fmod/fsunnonlinsol_newton_mod.f90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/newton/fsunnonlinsol_newton.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/newton/fsunnonlinsol_newton.h +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/gitmodules/sundials/src/sunnonlinsol/newton/sunnonlinsol_newton.c +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/readme_fortran/aero_data.dat +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/readme_fortran/aero_dist.dat +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/readme_fortran/cooking_comp.dat +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/readme_fortran/diesel_comp.dat +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/setup.cfg +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/setup.py +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/aero_data.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/aero_data.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/aero_dist.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/aero_mode.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/bin_grid.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/bin_grid.cpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/bin_grid.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/camp_core.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/camp_core.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/condense.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/condense.cpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/condense.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/env_state.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/env_state.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/gas_data.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/gas_data.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/gas_state.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/gas_state.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/json_resource.cpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/json_resource.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/output.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/output.cpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/output.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/photolysis.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/photolysis.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/pmc_resource.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/rand.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/rand.cpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/rand.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/run_part.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/run_part.cpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/run_part.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/run_part_opt.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/run_part_opt.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/scenario.cpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/scenario.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/spec_file_pypartmc.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/spec_file_pypartmc.cpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/sys.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/sys.cpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/util.F90 +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/util.cpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/src/util.hpp +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/__init__.py +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/common.py +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/conftest.py +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_aero_data.py +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_aero_dist.py +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_aero_mode.py +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_bin_grid.py +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_condense.py +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_dtors.py +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_env_state.py +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_gas_data.py +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_gas_state.py +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_loss_rate.py +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_output.py +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_rand.py +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_run_part.py +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_run_part_opt.py +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_scenario.py +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_units.py +0 -0
- {PyPartMC-1.1.4 → pypartmc-1.2.0}/tests/test_util.py +0 -0
- {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
|