| d33816bf | 24-Mar-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Improvements to petscnagfor
Previous petscnagfor dropped the warning and error messages from compiling the Fortran code, it now prints it Now supports -O and -C=xxx options More robust script, no lo
Improvements to petscnagfor
Previous petscnagfor dropped the warning and error messages from compiling the Fortran code, it now prints it Now supports -O and -C=xxx options More robust script, no longer conflicts with other users also using nagfor due to the use of /tmp
Commit-type: error-checking, testing-fix, feature Reported-by: Thibaut Appel <gitlab@thbtppl>
show more ...
|
| c760c33e | 14-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
f2cblaslapack: add support for building with BLIS
In this mode, we build only libf2clapack (as before) and libf2cblas contains only the auxiliary symbols needed by libf2clapack, with the real BLAS i
f2cblaslapack: add support for building with BLIS
In this mode, we build only libf2clapack (as before) and libf2cblas contains only the auxiliary symbols needed by libf2clapack, with the real BLAS implementation provided by BLIS.
Add to arch-ci-linux-clang-avx.
Requested-by: Barry Smith <bsmith@mcs.anl.gov>
show more ...
|