Hello,
I use the Telemac v7, compiler gfortran, linux.(I had no problem with v6)
The compilation is correctly with executables and libraries in their places
When I run without a fortran file - the run completes successfully.
But with a fortran file i have that:
Loading Options and Configurations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
... parsing configuration file: /home/nheili/telemac_version/configs/systel.cfg
Running your CAS file for:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+> configuration: sv7
+> root: /home/nheili/telemac_version/v7
+> version v7
+> options:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running tom_frot_T_V5P6.cas with tomawac under /home/nheili/telemac_version/v7/examples/tomawac/bottom_friction
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
... reading module dictionary
... simulation en Francais avec tom_frot_T_V5P6.cas
copying: tomawac.dico /home/nheili/telemac_version/v7/examples/tomawac/bottom_friction/tom_frot_T_V5P6.cas_2014-11-03-17h15min18s/WACDICO
re-writing: /home/nheili/telemac_version/v7/examples/tomawac/bottom_friction/tom_frot_T_V5P6.cas_2014-11-03-17h15min18s/WACCAS
copying: tom_frot_V5P6.f /home/nheili/telemac_version/v7/examples/tomawac/bottom_friction/tom_frot_T_V5P6.cas_2014-11-03-17h15min18s/wacfort.f
copying: geo_frot_V5P6.slf /home/nheili/telemac_version/v7/examples/tomawac/bottom_friction/tom_frot_T_V5P6.cas_2014-11-03-17h15min18s/WACGEO
copying: geo_frot_V5P6.cli /home/nheili/telemac_version/v7/examples/tomawac/bottom_friction/tom_frot_T_V5P6.cas_2014-11-03-17h15min18s/WACCLI
copying: fom_frot_T_d5-f0.1-h1.slf /home/nheili/telemac_version/v7/examples/tomawac/bottom_friction/tom_frot_T_V5P6.cas_2014-11-03-17h15min18s/WACREF
gfortran -c -O3 -fconvert=big-endian -pg -frecord-marker=4 -I [root]/builds/sv7/lib/utils/special -I [root]/builds/sv7/lib/utils/parallel -I [root]/builds/sv7/lib/utils/damocles -I [root]/builds/sv7/lib/utils/bief -I [root]/builds/sv7/lib/tomawac wacfort.f
wacfort.f:41.72:
USE BIEF
1
Fatal Error: Can't open module file 'bief.mod' for reading at (1): No such file or directory
... The following command failed for the reason above
gfortran -c -O3 -fconvert=big-endian -pg -frecord-marker=4 -I [root]/builds/sv7/lib/utils/special -I [root]/builds/sv7/lib/utils/parallel -I [root]/builds/sv7/lib/utils/damocles -I [root]/builds/sv7/lib/utils/bief -I [root]/builds/sv7/lib/tomawac wacfort.f "
Any help please?
Regards