Skip to content
Snippets Groups Projects
Commit cedf1472 authored by John Lafin's avatar John Lafin
Browse files

Update README

parent b12bee4f
Branches main
No related merge requests found
...@@ -8,4 +8,14 @@ OpenBLAS version 0.3.20 does not return correct values on the 256GBv2 node in R. ...@@ -8,4 +8,14 @@ OpenBLAS version 0.3.20 does not return correct values on the 256GBv2 node in R.
## Testing ## Testing
This repo contains Dockerfiles to build containers from both UBI7 and UBI8, with either OpenBLAS version 0.3.20 (broken) or 0.3.21 (fixed). On the 256GBv2 node, both UBI7 and UBI8-based containers fail to perform correctly. This repo contains Dockerfiles to build containers from both UBI7 and UBI8, with either OpenBLAS version 0.3.20 (broken) or 0.3.21 (fixed). Running the script "test_prcomp.R" should return the following result:
|Row |PC1 |PC2 |PC3 |PC4 |PC5
|--- |--- |--- |--- |--- |---
|[1,] |-2.4385671 |1.1230959 |2.7945365 |-0.1271279 |0.34131468
|[2,] | 0.4850968 |0.3487195 |-1.5139594 |0.9399146 |-0.25624760
|[3,] | 3.1161759 |0.6065403 |-1.3607199 |2.1727956 |0.04986757
|[4,] |-1.0795616 |1.2354913 |2.2494478 |-1.0057524 |-2.20666862
|[5,] | 1.1159772 |-1.6191869 |0.8313536 |-1.7698615 |-0.96669941
On the 256GBv2 node, both UBI7 and UBI8-based containers fail to perform correctly, and instead return a matrix full of NA's.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment