Hi,
The error message in your log file is :
" time: cannot run out830_gfortran_linux.exe: No such file or directory "
This EXE should exist in the temporary directory (cas*tmp)
=> If the EXE file doesn't exist, please check in cas*err*log file if there are more error messages. But, well, I don't see no reason why it shouldn't exist. EXE file is created after the "*** LINKING ***" operation. Is a file named t2d_loire-ingrandes.f_gfortran_linux_v6p1.exe in the base directory?
=> If the EXE file does exist in the temporary directory, it seems that the system is not able to run the EXE. This can be solved by adding the "." directory in the PATH (cf FAQ : Export the ‘.’ Directory in your PATH. ; export PATH=’.’:$PATH)
Exporting variables [Linux] :
+ Well, you can export these variables in your $HOME/.bashrc file, it will be automatically sourced in new terminals.
+ + But I prefer put them in a source file (say src.telemac.gfortran.v6p0.sh) activated by an alias ("source ..../src.telemac.gfortran.v6p0.sh" in .bashrc or .bash_aliases). It allows me to switch easily between versions and configurations (compilers, options, specific sources...). Also more comfortable for sharing versions with different users (and debugging them).
+ + + Or using Linux modules but I'm not comfortable with. If anyone knows how to, I will be interested in.
Best regards,
Fabien Decung