You can see below my error:
... checking the executable
t2dfort.f:46.17:
INTEGER LNG,LU
1
t2dfort.f:39.9:
USE BIEF
2
Error: Symbol 'lng' at (1) conflicts with symbol from module 'declarations_special', use-associated at (2)
t2dfort.f:47.21:
COMMON/INFO/LNG,LU
1
Error: Cannot change attributes of USE-associated symbol lng at (1)
t2dfort.f:239.17:
INTEGER LNG,LU
1
t2dfort.f:235.9:
USE BIEF
2
Error: Symbol 'lng' at (1) conflicts with symbol from module 'declarations_special', use-associated at (2)
t2dfort.f:240.21:
COMMON/INFO/LNG,LU
1
Error: Cannot change attributes of USE-associated symbol lng at (1)
t2dfort.f:506.17:
INTEGER LNG,LU
1
t2dfort.f:500.9:
USE BIEF
2
Error: Symbol 'lng' at (1) conflicts with symbol from module 'declarations_special', use-associated at (2)
t2dfort.f:507.21:
COMMON/INFO/LNG,LU
1
Error: Cannot change attributes of USE-associated symbol lng at (1)
t2dfort.f:629.17:
INTEGER LNG,LU
1
t2dfort.f:623.9:
USE BIEF
2
Error: Symbol 'lng' at (1) conflicts with symbol from module 'declarations_special', use-associated at (2)
t2dfort.f:630.21:
COMMON/INFO/LNG,LU
1
Error: Cannot change attributes of USE-associated symbol lng at (1)
t2dfort.f:775.17:
INTEGER LNG,LU
1
t2dfort.f:770.9:
USE BIEF
2
Error: Symbol 'lng' at (1) conflicts with symbol from module 'declarations_special', use-associated at (2)
t2dfort.f:776.21:
COMMON/INFO/LNG,LU
1
Error: Cannot change attributes of USE-associated symbol lng at (1)
runCAS: could not compile: saint-laurent_Qmin
|processExecutable: could not compile your FORTRAN (runcode=1).
|
I have seen that 2 posts deal with this type of message :
www.opentelemac.org/index.php/kunena/2-w...error?start=10#24637
www.opentelemac.org/index.php/kunena/2-w...error?start=10#24637
I don't use a windows configuration but a linux hpc cluster configuration.
Florian