Re: Error with gcc v10 + ( No.1 ) |
- Date: 2021/07/30 00:27
- Name: Pavel Ondracka <pavel.ondracka@email.cz>
- I'm neither an OpenMX developer nor fortran expert (so I can't say if this should be fixed here or if gfortran is just too strict), however -fallow-argument-mismatch compiler option should make it work.
|
Re: Error with gcc v10 + ( No.2 ) |
- Date: 2021/07/30 12:44
- Name: T. Ozaki
- Hi,
gcc v10 reports an error if variables with the same name are allocated in different variable types even in different subroutines. But this is not an error apparently. So, please just add -fallow-argument-mismatch as FC option as suggested by Dr. Ondracka.
A similar report is also found at http://www.openmx-square.org/forum/patio.cgi?mode=view&no=2704
Regards,
TO
|