Changes between Version 1 and Version 2 of Get


Ignore:
Timestamp:
10/30/08 11:32:39 (16 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Get

    v1 v2  
    77 
    88      To simplify the explanation, we suppose that we install SUPERBIB in your {{{${HOME}}}}. 
    9       We need to create one directory: 
     9      We need to create 2 directories: 
    1010       
    11  * {{{${HOME}/SUPERBIB_DIR}}} that will contain the files of SUPERBIB. It should not be modified by the user to simplify later updates. 
     11 * {{{${HOME}/SUPERBIB_DIR}}} that will contain the source files of SUPERBIB. It should not be modified by the user to simplify later updates. 
    1212          
    1313{{{ 
     
    1515<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    1616  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">cd</strong></span> <em class="parameter"><code>${HOME}</code></em></code></strong> 
    17   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">mkdir</strong></span> <em class="parameter"><code>SUPERBIB_DIR</code></em></code></strong> 
     17  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">mkdir</strong></span> <em class="parameter"><code>My_IDL</code></em></code></strong> 
    1818      </pre> 
    1919}}} 
     
    2121== Get SUPERBIB files == 
    2222 
    23 === If you work at LOCEAN === 
     23=== If you work at IDRIS, IPSL or LOCEAN === 
    2424SUPERBIB is already installed at 
    2525 
    26  * LOCEAN: {{{/usr/home/fplod/SUPERBIB_DIR}}} 
     26 * IDRIS, on {{{rhodes}}}: {{{/home/rech/eee/reee217/SUPERBIB_DIR}}} 
     27 * IPSL: {{{/home/smlod/SUPERBIB_DIR}}} 
     28 * LOCEAN: {{{/usr/home/smasson/SUPERBIB_DIR}}} 
    2729If you can access one of theses directories, there is no need to re-install SUPERBIB again! In that case, you only have to link {{{${HOME}/SUPERBIB_DIR}}} to the appropriate directory: 
     30 
     31 
     32'''IDRIS''' 
     33{{{ 
     34#!html 
     35<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     36  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">ln</strong></span> <code class="option">-s</code> <em class="parameter"><code>/home/rech/eee/reee217/SUPERBIB_DIR</code></em> <em class="parameter"><code>${HOME}/SUPERBIB_DIR</code></em></code></strong> 
     37  </pre> 
     38}}} 
     39 
     40 
     41'''IPSL''' 
     42{{{ 
     43#!html 
     44<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     45  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">ln</strong></span> <code class="option">-s</code> <em class="parameter"><code>/home/smlod/SUPERBIB_DIR</code></em> <em class="parameter"><code>${HOME}/SUPERBIB_DIR</code></em></code></strong> 
     46  </pre> 
     47}}} 
    2848 
    2949 
     
    3252#!html 
    3353<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    34   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">ln</strong></span> <code class="option">-s</code> <em class="parameter"><code>/usr/home/fplod/SUPERBIB_DIR</code></em> <em class="parameter"><code>${HOME}/SUPERBIB_DIR</code></em></code></strong> 
     54  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">ln</strong></span> <code class="option">-s</code> <em class="parameter"><code>/usr/home/smasson/SUPERBIB_DIR</code></em> <em class="parameter"><code>${HOME}/SUPERBIB_DIR</code></em></code></strong> 
    3555  </pre> 
    3656}}} 
     
    5070}}} 
    5171 
     72The latest revision of the '''source files''' (X Mb) can be checked out with the following command: 
     73 
     74{{{ 
     75#!html 
     76<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     77  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">svn</strong></span> <code class="option">checkout</code> <em class="parameter"><code>http://forge.ipsl.jussieu.fr/superbib/svn/trunk/SRC</code></em> <em class="parameter"><code>SUPERBIB_DIR/SRC</code></em></code></strong> 
     78</pre> 
     79}}} 
     80 
     81The latest revision of the '''NetCDF data files''' (X Mb) used by the test programs can be checked out with the following command: 
     82 
     83{{{ 
     84#!html 
     85<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     86  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">svn</strong></span> <code class="option">checkout</code> <em class="parameter"><code>http://forge.ipsl.jussieu.fr/superbib/svn/trunk/DATA</code></em> <em class="parameter"><code>SUPERBIB_DIR/DATA</code></em></code></strong> 
     87</pre> 
     88}}} 
     89 
    5290==== Contributors ==== 
    5391'''Contributors''' should better use the following command (and replace login by their own login): 
     
    62100=== Get SUPERBIB from a tar file === 
    63101 
    64 If you need this (because you can't use {{{svn}}}), please ask ! 
     102==== Get SUPERBIB source files (X Mb) ==== 
     103 
     104  Create your {{{${HOME}/SUPERBIB_DIR}}} directory 
 
     105   
     106{{{ 
     107#!html 
     108<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     109  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">cd</strong></span> <em class="parameter"><code>${HOME}</code></em></code></strong> 
     110  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">mkdir</strong></span> <em class="parameter"><code>SUPERBIB_DIR</code></em></code></strong> 
     111  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">cd</strong></span> <em class="parameter"><code>SUPERBIB_DIR</code></em></code></strong> 
     112  </pre> 
     113}}} 
     114 
     115  
 and download it the latest version of the sources tar file: [http://forge.ipsl.jussieu.fr/superbib/download/SUPERBIB_SRC_YYYYMMDD.tar.gz SUPERBIB_SRC_YYYYMMDD.tar.gz] (X Mb). 
     116 
     117This tar.gz file could also be downloaded with {{{wget}}} or {{{curl}}} 
     118 
     119'''wget''' 
     120{{{ 
     121#!html 
     122<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     123  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">wget</strong></span> <em class="parameter"><code>http://forge.ipsl.jussieu.fr/superbib/download/SUPERBIB_SRC_YYYYMMDD.tar.gz</code></em></code></strong> 
     124  </pre> 
     125}}} 
     126 
     127 
     128'''curl''' 
     129{{{ 
     130#!html 
     131<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     132  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">curl</strong></span> <code class="option">-O</code> <em class="parameter"><code>http://forge.ipsl.jussieu.fr/superbib/download/SUPERBIB_SRC_YYYYMMDD.tar.gz</code></em></code></strong> 
     133  </pre> 
     134}}} 
     135 
     136 
     137Untar the file 
     138 
     139{{{ 
     140#!html 
     141<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     142  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">cd</strong></span> <em class="parameter"><code>${HOME}/SUPERBIB_DIR</code></em></code></strong> 
     143  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">tar</strong></span> <code class="option">xvfz</code> <em class="parameter"><code>SUPERBIB_SRC_YYYYMMDD.tar.gz</code></em></code></strong> 
     144  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">rm</strong></span> <em class="parameter"><code>SUPERBIB_SRC_YYYYMMDD.tar.gz</code></em></code></strong> 
     145</pre> 
     146}}} 
     147 
     148==== Get SUPERBIB tests data files (X Mb) ==== 
     149 
     150If you want to use the tests programs, you need to download the data tests files ({{{SUPERBIB_DATA_YYYYMMDD.tar.gz}}}), you may download theses files in 
     151 
     152 * {{{${HOME}/My_IDL}}}. This is the easiest solution but it could be inconvenient if your ${HOME} disk space is limited. 
     153            
     154{{{ 
     155#!html 
     156<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     157  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">cd</strong></span> <em class="parameter"><code>${HOME}</code></em></code></strong> 
     158  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">mkdir</strong></span> <em class="parameter"><code><code class="replaceable">CHOSEN_DIR</code></code></em></code></strong> 
     159  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">cd</strong></span> <em class="parameter"><code><code class="replaceable">CHOSEN_DIR</code></code></em></code></strong> 
     160</pre> 
     161}}} 
     162 
     163Download [http://forge.ipsl.jussieu.fr/superbib/download/SUPERBIB_DATA_YYYYMMDD.tar.gz SUPERBIB_DATA_YYYYMMDD.tar.gz] (X Mb) 
     164or with {{{wget}}} or {{{curl}}} 
 
     165 
     166 
     167'''wget''' 
     168{{{ 
     169#!html 
     170<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     171  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">wget</strong></span> <em class="parameter"><code>http://forge.ipsl.jussieu.fr/superbib/download/SUPERBIB_DATA_YYYYMMDD.tar.gz</code></em></code></strong> 
     172   </pre> 
     173}}} 
     174 
     175 
     176'''curl''' 
     177{{{ 
     178#!html 
     179<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     180  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">curl</strong></span> <code class="option">-O</code> <em class="parameter"><code>http://forge.ipsl.jussieu.fr/superbib/download/SUPERBIB_DATA_YYYYMMDD.tar.gz</code></em></code></strong> 
     181  </pre> 
     182}}} 
     183 
    65184 
    66185== After this ==