Oksana Shadura

Results 83 issues of Oksana Shadura

- [x] branch off mkretz/datapar - [x] go through the unmerged commits on mkretz/NEON (https://github.com/VcDevel/Vc/compare/mkretz/NEON) and make a list of commits that should be merged to mkretz/datapar and/or your NEON...

type: enhancement

Another interesting issue, I noticed about cpt.py that on macOS it looks like it requires Macports for an (optional?) Zlib dependency: https://gist.github.com/oshadura/26ae5b7b07c37bfd2b19aa2671858147 I have homebrew and definitely I have libz...

Trying to build and test cling on MacOS 11.1 with `cpt.py`: `./tools/packaging/cpt.py --check-requirements && ./tools/packaging/cpt.py --create-dev-env Debug --with-workdir=./builds`, I am getting 6 test failures: ``` Failing Tests (6): Cling ::...

Probably fixes: #470 cc: @bbockelm

enhancement
all job schedulers

This PR replaces stalled #4111 (@bbockelm, since your PR has conflicts and it was not anymore easy to rebase on master, I took patch directly from our distributed.git fork). We...

``` 2: TestTutorial/Test_nopch_fftw/manual_time 712825 us 419 us 1 RSS=275.712k 2: Warning in : macro /usr/share/miniconda/envs/root-nightly/tutorials//mlp/mlpHiggs.C not found 2: root: unrecognized option '/usr/share/miniconda/envs/root-nightly/tutorials//mlp/mlpHiggs.C' ```

I added a new CMake option: experiment-datafiles - that allows to download experiments files (CMS, ATLAS) that are bigger then 1.5 GB I also used these benchmarks for testing FLZMA2...

@eguiraud I tried but I am confused why it works from the terminal but doesn't generate anything in ctest... From rootbench build directory: ``` export PATH=$PWD/FlameGraph-prefix/src/FlameGraph/:$PATH ./tools/flamegraph.sh -d . -b...

help wanted

Best news of this year from FOSDEM 2020 talk by Grafana Labs: https://grafana.com/blog/2020/02/26/how-to-configure-grafana-as-code/ cc: @vgvassilev @eguiraud @stwunsch

enhancement

Since `hadd` is heavily used from CMake and from executables, so we need to add routine to ensure we actually have it (in PATH or from the build directory in...