You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
519 B
Markdown
21 lines
519 B
Markdown
# Computational Routines Test
|
|
This is a directory containing all the tests done in order to analyze the correctness of the computational routines present in PSBLAS.
|
|
|
|
## Test Environment
|
|
These tests are developed using a linux environment, in particular Rocky Linux 9.5 (Blue Onyx).
|
|
|
|
The compiler used is:
|
|
- gnu 12.2.1
|
|
|
|
The necessary dependnces are:
|
|
- mpich 4.2.2
|
|
- psblas 3.9
|
|
|
|
In order to have the exact same environment used for testing compile PSBALS library using cuda 12.5.
|
|
|
|
|
|
|
|
|
|
## Routines
|
|
- psb_geaxby
|
|
- psb_spmm |