Fix the deployment the ProxyApp with USE_RAJA on a HIP architecture with Guix
In relation with issue #11 (closed), In a development environment created using Guix shell and some package transformations, the ProxyApp is built and installed successfully. However, it fails to run. The environment might be partially correct, the test test_raja_hip_daxpy
succeed. The output reads:
Memory access fault by GPU node-1 (Agent handle: 0x55ea47e33fa0) on address 0x55ea480a0000. Reason: Page not present or supervisor privilege.
GPU core dump failed
Aborted
DoD
-
The proxyApp is built and run on Grid5000 with ENABLE_HIP=ON for the option USE_RAJA -
The specified manifest and the package transformation with Guix is added to the Git repository
Edited by Aurélien Dauteuil