Jan Michalski
Jan Michalski
Try to use the search button at the top of the webpage. In result, I got the following message: ``` Search results Unable to execute your query. Ensure that a...
1. https://pmem.io/vmem/libvmem/ looks really bad. 2. libvmem is mentioned in `data/releases_*.yml` till 1.12 where it is not released for quite some time.
It might be a good idea to track if building Python documentation at least does not produce any errors. It can be easily added to the current build system e.g....
If no private data provided for ```rdma_accept(3)``` the client may find it anyway. During our experiments, it was a chunk of zeroed-out memory. Thanks @osalyk for finding this issue! :-)
Currently, when benchmarking is done a few JSON files come to existence e.g.: ``` . ├── apm_dram_vs_pmem.json ├── apm_pmem_vs_gpspm_pmem.json ├── ib_read_vs_rpma_read_dram.json ├── mix_rand.json ├── mix_seq.json ├── report.json └── rpma_read_dram_vs_pmem.json ```...
Currently, when benchmarking is done a few JSON files come to existence e.g.: ``` . ├── apm_dram_vs_pmem.json ├── apm_pmem_vs_gpspm_pmem.json ├── ib_read_vs_rpma_read_dram.json ├── mix_rand.json ├── mix_seq.json ├── report.json └── rpma_read_dram_vs_pmem.json ```...
Force-push to the source branch for the given PR seems to work around the issue. Before force-push: https://github.com/pmem/pmdk/actions/runs/5819012690 After force-push: https://github.com/pmem/pmdk/actions/runs/5819349562 No changes to the PR's labels before and after.
> The following actions uses node12 which is deprecated and will be forced to run on node16: Zomzog/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/ Ref: https://github.com/pmem/pmdk/actions/runs/5924425697
- `workflow_dispatch` preview: https://github.com/janekmi/pmdk/actions/runs/11129529643/job/30926826588 - "Clear caches" preview: https://github.com/pmem/pmdk/actions/runs/11129894953/attempts/1 - "DAOS tests" matrix preview: https://github.com/pmem/pmdk/actions/runs/11129894953 This change is [](https://reviewable.io/reviews/pmem/pmdk/6116)