-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I am experiencing a small problem with installation on WIndows 11. Apparently the fortran compiler provided with anaconda does not support ieee_arithmetic module, nor the gfortran isnan() function. Temporarily I have bypassed the problem by commenting relevant instructions in dbm_eos.f95
! if (.not. ieee_isnan(sum_term)) then
sum1 = sum1 + sum_term
! end if
The system works, but I feel a bit unconfortable with this solution. Has anybody found a better one?
regards
floriano gianfelici
Metadata
Metadata
Assignees
Labels
No labels