🚀 ParaMonte 2 C, C++, Fortran prerelease
Pre-release
Pre-release
Version 2024.04.29 -- C/C++/Fortran prerelease
Major
This is a significant revision of the original ParaMonte 1 library toward the full release of the new ParaMonte 2 library.
Compiler Compatibility.
Compiler Suite | Windows (amd64) | Linux (amd64) | macOS (amd64) | macOS (arm64) |
---|---|---|---|---|
GNU Compiler Collection >= 10.3 | ✅ | ✅ | ✅ | ✅ |
Intel OneAPI >= 2021.8.0 | ✅ | ✅ | ✅ | ❌ |
WARNING:
On macOS systems, you must download the prebuilt libraries via thecurl
software as in the following examples:For macOS ARM64 (M1, M2, M3, etc.):
libname=libparamonte_matlab_darwin_arm64 curl -OL https://github.com/cdslaborg/paramonte/releases/download/2024.04.29/$libname.tar.gz tar xvzf $libname.tar.gz && cd $libnameFor macOS AMD64 (Intel chip):
libname=libparamonte_matlab_darwin_amd64 curl -OL https://github.com/cdslaborg/paramonte/releases/download/2024.04.29/$libname.tar.gz tar xvzf $libname.tar.gz && cd $libnameReplace the library names with any other desired download names. Do NOT download the ParaMonte library for macOS through > your web browser.