The TELEMAC-MASCARET system is only compatible with the 1.2.0 version of the AED2 library, which you can download from here:

Uncompress the file, go to the aed2_1.2 directory and enter the following command to build AED2 as a shared library:

make shared

Then, to install the library to a specific folder, e.g. $HOME/opt/aed2-1.2, you need to do the following:

mkdir -p ~/opt/aed2-1.2/include
mkdir ~/opt/aed2-1.2/lib
cp *.mod ~/opt/aed2-1.2/include
cp include/* ~/opt/aed2-1.2/include
cp libaed2.so ~/opt/aed2-1.2/lib
installation_linux_aed.txt · Last modified: 2022/10/24 15:16 by b.basic