Dear Chi-Tuan
I am trying to compile Telemac to use TelApy as described in the installation link
installation link:
[C9.gfortran.dyn]
brief: Gfortran compiler 4.9.2 with open_mpi for a debian 8 all libraries are compiled in dynamic
#
options: api
#
sfx_lib: .so
#
mpi_cmdexec: mpirun -machinefile MPI_HOSTFILE -np <ncsize> <exename>
#
cmd_obj: mpif90 -c -cpp -fPIC -O2 -fconvert=big-endian -frecord-marker=4 -DHAVE_MPI -DHAVE_MUMPS -DHAVE_MED -DHAVE_VTK <mods> <incs> <f95name>
cmd_lib: mpif90 -fPIC -shared -fconvert=big-endian -frecord-marker=4 -lpthread -lm -o <libname> <objs>
cmd_exe: mpif90 -fPIC -fconvert=big-endian -frecord-marker=4 -lpthread -lm -o <exename> <objs> <libs>
#
libs_all: -L$MUMPSHOME/lib -ldmumps -lmumps_common -lpord
-L$SCALAPACKHOME/lib -lscalapack
-lblas
-lm -L$MEDHOME/lib -lmed -L$HDF5HOME/lib -lhdf5 -ldl -lstdc++ -lz
-L$METISHOME/lib -lmetis
cmd_obj_c: gcc -c -fPIC <srcName> -o <objName>
In this section it is specified HDF5 and MED in the libraries. I already changed the version of HDF5, and it solved it. Now, I am facing another issue. The ./ configuration in med 4.1.0 displays this error:
checking for python... no
configure: error: Cannot find python in your system path
I have added /usr/bin/python3.4 to the PATH in .bashrc
I also have set PYTHONPATH in the .bashrc file.
I have been looking for some support online but not succeeding. I cannot find another version to try.
I will appreciate any support.
Kind regards,
Marcelo