Tom Vander Aa
Tom Vander Aa
Running bench_cg. py from the examples, gives me this error: ``` python bench_cg.py ArrayFire v3.6.2 (CUDA, 64-bit Linux, build dc38ef1) Platform: CUDA Toolkit 10, Driver: 410.79 [0] Tesla K80, 11442...
Hi, ZeroSizedLabels are sorted with this function: https://github.com/revng/revng/blob/2f4b716e6ba7862a723b105c3c230aee4710699e/tools/revng-lift/BinaryFile.cpp#L1462-L1465 but this seems to be an incomplete ordering, leading to inconsistently named `.bb.xx` labels: Sometimes I get: ``` ZeroSizedLabels: Symbol @ (0x0_Generic32,0)...
Hi, I'm trying to build `Clang-13.0.1-GCCcore-11.3.0.eb` easybuild with the `--rpath`. It seems the sanity check step fails because the path containing `libstdc++.so` is not added to RPATH. From the log...
Hi, this is a draft PR that adds packages for macOS and Windows. When running `cmake --build . --target package`, a `.dmg` package is created on macOS and a NSIS...
This is a proposed fix for https://github.com/UIUC-PPL/charm/issues/3785
I was testing some charm4py examples and noticing segfaults in `TreeLB::loadConfigFile(CkLBOptions const&)`. Possibly due to the invalid `const char *`-pupping of `legacyName` in `CkLBOptions`: ``` // used in constructor of...
Hi, There is no `set -o pipefail` in `charmc`. Therefore, this pipe: https://github.com/UIUC-PPL/charm/blob/738c09c9e845f2ec82c491f10a27f82729a847a5/src/scripts/charmc#L1915 can cause `charmc` to exit with status code 0, even when `charmxi` fails
Some places in the documentation and python code still mention _rview_. Should be _lore_
First PR in a set of cleanups. This one adds - [x] pyproject.toml package with hatch. You can now do `pip install .` - [x] fix typo: `(old_exernal_ip)` - [x]...