filippi-claudia/champ

Code cannot run when compiled with GNU Fortran 7.5.0 (default on Ubuntu 18)

Closed this issue · 1 comments

When compiled on Ubuntu 18 that uses by default GNU Fortran 7.5.0, the code code compiles fine but get the following error message :

At line 2208 of file /home/runner/work/champ/champ/src/parser/fdf.F90 (unit = 10)
Fortran runtime error: File already opened in another unit

When compiled on Ubuntu 20, that uses GNU Fortran 9.3 by default, no such issue is found

All dependencies needs to be installed via conda as the package on apt are not recent enough