Skip to content

🚀 ParaMonte 2 C, C++, Fortran prerelease

Pre-release
Pre-release
Compare
Choose a tag to compare
@shahmoradi shahmoradi released this 29 Apr 17:38
· 322 commits to main since this 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 the curl 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 $libname

For 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 $libname

Replace the library names with any other desired download names. Do NOT download the ParaMonte library for macOS through > your web browser.