You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With RHEL9 (gfortran 11.2.1), the Fortran bindings fail to build on master.
For F90, multiple errors of the form:
/code/bindings/f90/NXmodule.f90:1052:53:
1052 | status = nxifputattr(file_id, NXCstring(name), value, 1, NX_FLOAT64)
| 1
......
1068 | status = nxifputattr(file_id, NXCstring(name), NXCstring(value), &
| 2
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(1)).
and for F77:
/code/bindings/f77/napif.f:265:41:
250 | NXGETDATA = NXIGETDATA(FILEID, DATA)
| 2
......
265 | NXGETCHARDATA = NXIGETDATA(FILEID, IDATA)
| 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(1)/INTEGER(4)).
The text was updated successfully, but these errors were encountered:
With RHEL9 (gfortran 11.2.1), the Fortran bindings fail to build on master.
For F90, multiple errors of the form:
and for F77:
The text was updated successfully, but these errors were encountered: