| 70e400d6 | 22-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-22/fix-known-snrm2-returns-double' into 'main'
If --known-snrm2-returns-double=0 (or sdot) is provided BlasLapack.py mistakenly makes it a true
See merge request petsc/p
Merge branch 'barry/2023-03-22/fix-known-snrm2-returns-double' into 'main'
If --known-snrm2-returns-double=0 (or sdot) is provided BlasLapack.py mistakenly makes it a true
See merge request petsc/petsc!6220
show more ...
|
| 6c66ab8d | 22-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
If --known-snrm2-returns-double=0 (or sdot) is provided BlasLapack.py mistakenly makes it a true
Since the arg type was not defined with an addArgument() it was not treated as a bool, but instead a
If --known-snrm2-returns-double=0 (or sdot) is provided BlasLapack.py mistakenly makes it a true
Since the arg type was not defined with an addArgument() it was not treated as a bool, but instead a string. So "0" would be true, not false like we would like
Commit-type: configure,bug Reported-by: Don Fernando <Don.Fernando@ipp.mpg.de> Reported-by: Felix Wilms <felix.wilms@ipp.mpg.de>
show more ...
|