-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inverse tests are failing for MAGMA builds #539
Comments
I found a potentially relevant bug report at olcf/olcf-user-docs#78 . Could you try whether that solves it? |
Thanks @nicolasbock , that seems to fix the issue on Summit. I will push a PR with a new build script for Summit |
Here is the error message on Spock: AA^{-1}: |
I created a new issue to track this problem @mewall |
Describe the bug
Inverse tests are failing for builds of BML against MAGMA using modules on summit and spock
To Reproduce
Steps to reproduce the behavior:
Log into summit
Modify scripts/build_olcf_summit_gnu_mgma_openblas.sh to load the revised gcc module:
module load gcc/9.1.0
Build against MAGMA:
bash scripts/build_olcf_summit_gnu_mgma_openblas.sh
Load the modules:
module load cmake
module load cuda
module load gcc/9.1.0
module load netlib-lapack
module load openblas
module load magma
Allocate a debug node:
bsub -q debug -P csc304 -W 00:30 -nnodes 1 -Is $SHELL
Run an inverse test:
(base) bash-4.4$ jsrun -n1 -a1 -g1 -c7 build/tests/C-tests/bml-test -n inverse -t dense -p single_real
inverse
N = 13
CUDA Hook Library: Failed to find symbol mem_find_dreg_entries, build/tests/C-tests/bml-test: undefined symbol: __PAMI_Invalidate_region
magma_queue_create
Expected behavior
The test should pass
Screenshots
N/A
Desktop (please complete the following information):
Fails on OLCF summit and spock
The text was updated successfully, but these errors were encountered: