Displaying 1 result from an estimated 1 matches for "aocl".
Did you mean:
acl
2025 Jan 21
1
R test suite LAPACK error with AOCL
Hello,
We are running an AMD-Genoa compute cluster. For this system I compiled
R-4.4.2 configured and linked against AMD Optimizing CPU Libraries
(AOCL) downloaded from
https://www.amd.com/en/developer/aocl.html
When running the R test suite (make check), I get this error:
$ cat tests/lapack.Rout.fail
...
> ## ------- tests of non-finite values -----------------
>
> a <- matrix(NaN, 3, 3,, list(one=1:3, two=letters[1:3]))
>...