Tobias Ribizel
Tobias Ribizel
@stanisic could you check what RPATH the libginkgo_device.so has? `readelf -d file.so | grep RPATH`
~~Easybuild may not, but CMake should set the RPATH to $ORIGIN, which is also what the install script assumes.~~ Can you post the full output of `readelf` here? It might...
Can you attach the output of `make VERBOSE=1 ginkgo` on a clean build? We are mostly interested in the linker commands.
looks like something is going wrong on CMake's side: the RPATH is indeed empty ``` [ 0%] Linking CXX shared library ../lib/libginkgo_device.so cd /home/l00568700/tmp/bug_report/ginkgo/build/devices && /media/nfs/bdw-00-datashare/aarch64/easybuild/software/CMake/3.20.1-GCCcore-10.3.0/bin/cmake -E cmake_link_script CMakeFiles/ginkgo_device.dir/link.txt --verbose=1...
Our system is not able to do that portably (and may not until C++ supports it natively) since you can't reconstruct the original pointer returned from `malloc` after it has...
views::transform is an input range that applies the transformation after reading from the wrapped range. I need an output range that applies the transformation before writing to the wrapped range....
@PointKernel yes, should we wait with the review until #11652 is merged? Many of the suggestions also apply to the refactored code.
@vuule @ttnghia apologies for the confusion, the PR was still not up-to-date. I am used to a rebase-then-merge workflow rather than a merge-then-squash, so I hope me rebasing the branch...
rerun tests
rerun tests