Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting "File already opened in another unit" with gfortran (running Cubic_bulk example) #4

Open
martin-frbg opened this issue Jul 3, 2022 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@martin-frbg
Copy link

martin-frbg commented Jul 3, 2022

As far as I can tell, the code is missing a CLOSE(10) in Eatools_main.f90 line 1409 , that is, immediately before the call to Csound (which wants to open Cij.dat on unit 61). I guess this works with Intel ifc, but it is not portable - and as far as I could tell, nothing tries to read from unit 10 beyond that point anyway.

@shahramyalameha
Copy link
Owner

Thank you. I will fix it in a future release

@shahramyalameha shahramyalameha added bug Something isn't working good first issue Good for newcomers labels Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants