Skip to content

TAMOC installation on Windows 11 #28

@floriano-gianfelici

Description

@floriano-gianfelici

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions