[Lahey/Windows -> gfortran/Linux] Byte of padding
Bonjour,
Je souhaite actuellement adapter un programme écris en fortran 90 habituellement compilé par lahey sous windows vers du gfortran sous linux. Or, un warning que je ne comprends pas apparait :
Code:
1 2 3 4 5 6 7 8 9 10 11 12
| ComBalEqSolver.for:57.26:
Included at BalEqSolver-gfortran.for:1196:
COMMON /comREACTION/ Reaction,strReaction,NReaction,StoeR,StoeP,
1
Warning: COMMON 'comreaction' at (1) requires 1 bytes of padding at start
ComBalEqSolver.for:60.25:
Included at BalEqSolver-gfortran.for:1196:
COMMON /comESPECES/ Espece,EspeceTrad,strEspece,NEspece,DensINI,At
1
Warning: COMMON 'comespeces' at (1) requires 2 bytes of padding at start |
Quelqu'un a t'il une idée de l'origine de ce warning?