Hi Sébastien,
thank you for replying my posts.
I'm using the python version: 2.7.3,
mpiexec: 1.4.3,
gfortran(gcc): 4.6.3.
I did a little test and I tried to install the Telemac system in serial mode. I had a successful compilation and installation process, even I have run some test cases and I didn't have any problem.
In order to compile in serial mode, my configuration file has these lines:
# _____ _______________________________
# ____/ TELEMAC Project Definitions /______________________________/
#
[Configurations]
configs: ubugfortrans
[general]
root: /home/gar/telemac_se/v6p3r2
version: v6p3r2
language: 2
modules: update system -dredgesim
options:
#
mods_all: -I <config>
#
sfx_zip: .gztar
sfx_lib: .a
sfx_obj: .o
sfx_mod: .mod
sfx_exe:
#
val_root: <root>/examples
val_rank: all
# also possible val_rank: <3 >7 6
# _____ ____________________________________
# ____/ Ubuntu gfortran scalar /___________________________________/
[ubugfortrans]
#
cmd_obj: gfortran -c -O3 -fconvert=big-endian -frecord-marker=4 <mods> <incs> <f95name>
cmd_lib: ar cru <libname> <objs>
cmd_exe: gfortran -fconvert=big-endian -frecord-marker=4 -v -o <exename> <objs> <libs>
If I have been able to compile Telemac system in serial mode, I believe that my python and gfortran versions are right. About mpi libraries, I have done some test cases and I have not had problems with mpi.
Even, as you can see... using in line:
I could compile the system.
Kind Regards.
Gabriel.