Difference between revisions of "Install the TELEMAC system"

From SourceWiki
Jump to navigation Jump to search
Line 3: Line 3:
 
= Downloading the TELEMAC system =
 
= Downloading the TELEMAC system =
  
To download the code, it is recommended to use "subversion" and the meta project <tt>systel90-meta</tt>. From now on, we assume that the user wants to install the TELEMAC system into the <tt>systel90</tt> folder located at <code>/path/to/systel90/</code>. The command to use is:
+
To download the code, it is recommended to use "subversion" and the meta project <tt>systel90-meta</tt>. From now on, we assume that the user wants to install the TELEMAC system into the <code>systel90</code> folder located at <code>/path/to/systel90/</code>. The command to use is:
 
<code><pre>
 
<code><pre>
 
svn checkout http://source.ggy.bris.ac.uk/subversion/systel90-meta systel90
 
svn checkout http://source.ggy.bris.ac.uk/subversion/systel90-meta systel90

Revision as of 08:40, 13 August 2007

It is possible to install the TELEMAC system in one go with subversion by checking out the meta project systel90-meta. This will pull from the server the full dependencies for ESTEL-3D and ESTEL-2D. This article describes how to download, configure and compile a full installation of the TELEMAC system for ESTEL.

Downloading the TELEMAC system

To download the code, it is recommended to use "subversion" and the meta project systel90-meta. From now on, we assume that the user wants to install the TELEMAC system into the systel90 folder located at /path/to/systel90/. The command to use is:

svn checkout http://source.ggy.bris.ac.uk/subversion/systel90-meta systel90

This will create a systel90 folder containing all necessary source files for the TELEMAC system. The typical folder tree obtained after downloading is shown at the bottom of this page.

Configuration

before being able to compile the TELEMAC system, a few configuration steps are necessary.

Paths

The executable files for the TELEMAC systel are located in the

bin/

directory of the TELEMAC tree. The directory needs to be added to the

PATH

variable of the user. Moreover, the TELEMAC launching scripts require the current directory (

./

) to be in the

PATH

as well. A typicval entry in a user login file ( for instance .bashrc) would be:

PATH=./:/path/to/systel90/bin:$PATH
export PATH

systel.ini

Config is just a template.

cfgmak

Multiple configuration

SYSTELCFG=

Compilation

Final TELEMAC tree

  • systel90
    • bief
      • bief_v5p7
        • sources
      • bief_v5p8
        • sources
    • bin
    • config-template
    • damocles
      • damo_v5p7
        • sources
      • damo_v5p8
        • sources
    • estel2d
      • estel2d_v5p7
        • lib
        • sources
        • test.gb
      • estel2d_v5p8
        • lib
        • sources
        • test.gb
    • estel3d
      • estel2d_v5p7
        • sources
        • test.gb
      • estel2d_v5p8
        • sources
        • test.gb
    • parallel
      • parallel_v5p7
        • metis_distrib
        • sources
      • parallel_v5p8
        • metis_distrib
        • sources
    • paravoid
      • paravoid_v5p7
        • sources
      • paravoid_v5p8
        • sources
    • special
      • special_v5p7
        • sources
      • special_v5p8
        • sources
    • sisyphe
      • sisyphe_v5p7
        • lib
        • sources
        • sources_util
      • sisyphe_v5p8
        • lib
        • sources
        • sources_util
    • telemac2d
      • tel2d_v5p7
        • lib
        • sources
      • tel2d_v5p8
        • lib
        • sources