-
When building the latest version of NECI (commit 558e88c5ae6c30d0505a9badbc69111be0866ba1) with GCC 12.3.0, we're consistently seeing segfaults in the tests, even when a lot of memory is available on …
-
something like
install: all
ocamlfind install dSFMT META dsfmt.cmi dlldsfmt.so dsfmt.cmo dsfmt.cma libdsfmt.a dsfmt.o dsfmt.cmx dsfmt.a dsfmt.cmxa
with appropriate META file for ocamlfind
-
I've opened https://github.com/conda-forge/staged-recipes/pull/3965 to add dSFMT to conda-forge.
We'll need to take a look at a few files in the julia repo to match their build:
https://github.c…
-
Thanks for inviting me to this.
I'm still stuck on building this project.
This is the error message:
```
[agent_based_trading_julia 0.1.0] cargo:warning=cc1.exe: error: unrecognized argument to …
-
Fedora packaging requires building with system versions of libraries if possible. Please and a cmake flag to allow building with an external dSFMT library.
-
Ran into this:
```julia-shell
(LyceumAI) pkg> test
Testing LyceumAI
Resolving package versions...
LyceumAI.jl: Error During Test at /home/colinxs/workspace/juliadev/LyceumAI/test/runtests.j…
-
For me, having the possibility to call GDL with --no-dSFMT or using GDL_NO_DSFMT= 1 is very convenient to cross-check the computations using RANDOM in IDL and in GDL since the series are the same, __e…
-
uses thread to speed up
-
On Ubuntu, there are integration tests running on several platforms, and they [discovered an issue](https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtes…
-
Given the popularity of Numba for Monte Carlo, we might want to consider using a faster MT implementation than NumPy, since we have to put an implementation into Numba anyway.
Julia uses this: http…