paramonte icon indicating copy to clipboard operation
paramonte copied to clipboard

ParaMonte: Parallel Monte Carlo and Machine Learning Library for Python, MATLAB, Fortran, C++, C.

Results 17 paramonte issues
Sort by recently updated
recently updated
newest added

**The programming language (e.g., all/C/C++/Fortran/Julia/MATLAB/Python/R/...)**: MATLAB **The compiler/interprerter (e.g., none/GNU/Intel/IBM/NAG/Cray/PGI-NVIDIA/Anaconda/...)**: any **The operating system (e.g., all/Windows/Linux/macOS/WSL1/WSL2/...)**: Windows (possibly others) **The architecture (e.g., all/x86_x64/Intelx64/ARM/POWER9/...)**: amd64 **Describe the bug** A clear and...

This does not occur on `paramonte` from the main repo from commit 08b5ee74e1dc9045fca8fd7d94e3bbc979a3c425 Something got broken in recent commits to `paramonteMatPar`. ``` [ 5%] Building Fortran object obj/CMakeFiles/paramonte.dir/ParaMonteLogFunc_mod.f90.o cd /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_math_paramonte/paramonte-devel/work/build/obj...

``` 883 tests performed. 99.89% of 883 tests passed. 1 tests failed. The total elapsed wall-clock time: 48.717209 seconds. The following tests FAILED: 1 - Test_Statistics_mod@test_getBetaCDF_SPR_1 ``` Where do I...

Apparently it was forgotten to be added to sources list in CMakeLists: ``` ---> Building paramonte Executing: cd "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_math_paramonte/paramonte/work/build" && /usr/bin/make -j6 -w all VERBOSE=ON make: Entering directory `/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_math_paramonte/paramonte/work/build' /opt/local/bin/cmake...

I Have Paramonte running well via the Matlab interface, and also am seeing significant speedup when running Paramonte from a terminal using 'mpiexec'. However, I also have a Matlab Parallel...

Apparently `paramonte` has `python`, `julia` and `matlab` interfaces, but not `R` or `octave`. Maybe add those, or at least just `R`?

* matlab R2023; M1 Apple mac; OS Sonoma 14.4.1* I cloned the toolbox from Github, and tried to build the toolbox as: ./install.sh --lang MATLAB --build release --par omp Then,...