Closed
Description
Using "ifort (IFORT) 18.0.1 20171018" on linux x86_64, test_savetxt_qp fails
The routine qsavetxt writes one number per line, which is allowed by the star format.
I propose a fix in https://github.com/pdebuyl/stdlib/tree/qsavetxt_format_string , tested with said ifort and with gfortran 6.4.0 and 8.3.0.
I have not opened a PR yet, as I don't know if ifort compatibility is considered necessary at this point. I would support keeping stdlib working with several compilers early on.