Yeonsoo Kim
Yeonsoo Kim
https://github.com/JuliaPackaging/WinRPM.jl/pull/158 We already have one! And it does not seem to conflict with this pr.
> we are getting one copy of all binaries per installed WinRPM version The problem comes when we execute `Pkg.gc()`, then all previous version will be gone. Then, some packages...
Reading `WinRPM.installdir` at the begining of top-level module can be one solution. Using binary manager packages like BinaryProvider.jl or BinDeps.jl could be another solution. (I didn't test this with precompiled...
I tested with ```mpirun_cmd = `mpiexec -np 2 -hosts localhost,node2` ``` on node2 and it ran as expected. ``` julia> using MPI julia> manager = MPIManager(np = 2, mpirun_cmd =...
2.58.2 panics at the beginning of the `erigon import` with segmentation fault. (Download link: [erigon-2.58.2-import.log](https://github.com/ledgerwatch/erigon/files/14733063/erigon-2.58.2-import.log)) ``` [INFO] [03-24|02:20:40.625] logging to file system log dir=datadir.erigon/logs file prefix=erigon log level=info json=false [INFO]...
I tested `erigon import` with past versions. Until version 2.52.5 it works fine. It immediately panics from version 2.53.0. ``` INFO[05-09|21:43:56.496] logging to file system log dir=datadir.erigon-2.53/logs file prefix=erigon log...