ELPA now tests both variants by default
Description
ELPA now tests both variants by default Here is the updated check matrix:
| LIBS_ELPA="-lelpa_openmp" | LIBS_ELPA="-lelpa" | LIBS_ELPA not set | |
|---|---|---|---|
| Octopus+openmp | Test Elpa_openmp | Test Elpa sequential | Test Elpa_openmp then Elpa sequential |
| Octopus Serial | Warn use of openmp and Test Elpa_openmp | Test Elpa sequential | Test Elpa_openmp then Elpa sequential |
Checklist
-
I have checked that my code follows the Octopus coding standards -
I have added tests for all the new features added in this request.