Search found 3 matches

by vdananic
Sun Apr 11, 2021 11:44 pm
Forum: Configuring and compiling ABINIT
Topic: gfortran complex/real cast complaint [SOLVED]
Replies: 4
Views: 19066

Re: gfortran complex/real cast complaint [SOLVED]

Hi, see for a example with .ac file https://forum.abinit.org/viewtopic.php?f=3&t=4453&p=13172&hilit=mismatch#p13172 have you try with ./configure ... FCFLAGS_EXTRA="-g -Wall -fallow-argument-mismatch" Yes, I've tried everything mentioned by you and others, and everything else I could imagine. No fl...
by vdananic
Fri Apr 02, 2021 4:58 pm
Forum: Configuring and compiling ABINIT
Topic: gfortran complex/real cast complaint [SOLVED]
Replies: 4
Views: 19066

Re: gfortran complex/real cast complaint [SOLVED]

Does anyone know of a flag for gfortran to make it more lenient (like before) or how I can circumvent this without recoding all of the abinit interfaces. With gfortran > 10, you need to add --fallow-argument-mismatch to your compiler options That's what I'm talking about--whatever I do, such as ./c...
by vdananic
Fri Apr 02, 2021 2:43 pm
Forum: Configuring and compiling ABINIT
Topic: Fortran compilation [SOLVED]
Replies: 1
Views: 10873

Fortran compilation [SOLVED]

Dear all, I am struggling with the compilation of abinit. Architecture: x86_64 gcc version: 10.2.1 20210130 (Mageia 10.2.1-0.20210130.1.mga8) After successful execution of ./configure, the fallback script ./build-abinit-fallbacks.sh persistently ends with the messages such as: mpif90 -I. -g -O2 -I/h...