Commit a2c44674be6e55bfee1b2b520c5e6e1d282da3f2

Authored by Elena.Budnik
1 parent c08dc0c6

wsdl correct

generic_data/SpecialSettings/Settings.xml
1 1 <?xml version="1.0"?>
2   -<users>
3   - <user xml:id="budnik">
  2 +<users>
  3 + <user xml:id="genot">
4 4 <!--- 1024*1024*1000 pour 1000Mo -->
5   - <setting name="DISK_QUOTA" value="1048576000"/>
  5 + <setting name="DISK_QUOTA" value="1048576000"/>
  6 + <setting isSetting='true' name="memory_limit" value="100000000"/>
  7 + <setting isSetting='true' name="max_execution_time" value="1200"/>
  8 + </user>
  9 + <user xml:id="budnik">
  10 + <!--- 1024*1024*1000 pour 1000Mo -->
  11 + <setting name="DISK_QUOTA" value="1048576000"/>
6 12 <setting isSetting='true' name="memory_limit" value="100000000"/>
7 13 <setting isSetting='true' name="max_execution_time" value="1200"/>
8 14 </user>
... ...
index.html
... ... @@ -36,9 +36,21 @@
36 36 <div id="Logos_partenaires"></div>
37 37  
38 38 <div id="PaveAnnoucements">
39   -<div id="TitrePaveAnnoucement">Announcements </div>
40   -<div id="DateAnnoucement">12/05/2016</div>
41   -<div id="TexteAnnoucement">New instance for CU tests </div>
  39 +<div id="TitrePaveAnnoucement">To Test : </div>
  40 +<div id="DateAnnoucement">Updated : 11/04/2018</div>
  41 +<div id="TexteAnnoucement"><a href="https://projects.irap.omp.eu/issues/5943" target="new">Redmine #5943</a> : la fenetre de Log...</div>
  42 +<div id="DateAnnoucement">Updated : 10/04/2018</div>
  43 +<div id="TexteAnnoucement"><a href="https://projects.irap.omp.eu/issues/5960" target="new">Redmine #5960</a> : Params with different samplings</div>
  44 +<div id="TexteAnnoucement"><a href="https://projects.irap.omp.eu/issues/5689" target="new">Redmine #5689</a> : Bug plot MEX ELS</div>
  45 +<div id="TexteAnnoucement"><a href="https://projects.irap.omp.eu/issues/5849" target="new">Redmine #5849</a> : Download 2 params for TT</div>
  46 +<div id="DateAnnoucement">Updated : 30/03/2018</div>
  47 +<div id="TexteAnnoucement">SPASE modifs : Cluster-Rumba => Cluster1, etc</div>
  48 +<div id="TexteAnnoucement"><a href="https://projects.irap.omp.eu/issues/6010" target="new">Redmine #6010</a> : Statistics window</div>
  49 +<div id="TexteAnnoucement"><a href="https://projects.irap.omp.eu/issues/5340" target="new">Redmine #5340</a> : Legende Y axis</div>
  50 +<div id="TexteAnnoucement"><a href="https://projects.irap.omp.eu/issues/5993" target="new">Redmine #5993</a> : Change Label !!!!</div>
  51 +<div id="TexteAnnoucement"><a href="https://projects.irap.omp.eu/issues/5744" target="new">Redmine #5744</a> : netCDF reader</div>
  52 +<div id="TexteAnnoucement"><a href="https://projects.irap.omp.eu/issues/5727" target="new">Redmine #5727</a> : Plot : tickmarks</div>
  53 +<div id="TexteAnnoucement"><a href="https://projects.irap.omp.eu/issues/5358" target="new">Redmine #5358</a> : user groups</div>
42 54 </div>
43 55  
44 56 </div><!--TousLesBoutons-->
... ...
install-scripts.sh
... ... @@ -3,7 +3,7 @@
3 3 # script to compile/install php/src C executables
4 4  
5 5 # AMDA_IHM installation root
6   -export IHM_DIR=/home/budnik/AMDA/AMDA_IHM
  6 +export IHM_DIR=/home/myriam/AMDA_20170601/AMDA_IHM
7 7  
8 8  
9 9 cd $IHM_DIR/php/src && make clean && make && make install && make clean
... ...
js/resources/css/AccueilAmda.css
1   -@charset "UTF-8"; @import url("../fonts/stylesheet.css"); /* CSS Document */ body{ text-align: left; background-color: #FFF; } /*โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข couvercle et trou โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข*/ #trou{ position: relative; margin-right: 50%; margin-left: 50%; left: -1050px; top: -10px; width: 1920px; height: 1170px; z-index: 1; background-attachment: scroll; background-image: url(../images/trou.jpg); background-repeat: no-repeat; } #couvercle{ position: relative; margin-right: auto; margin-left: auto; left: -276px; top: -130px; width: 676px; height: 676px; z-index: 1; background: url(../images/Couvercle_complet.png) 0 0 no-repeat scroll; background-repeat: no-repeat; background-image: url(../images/Couvercle_complet.png); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; } #couvercle:hover{ left: -400px; top: -100px; /* -webkit-transform: rotate(-5deg)*/ } /*โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข boutons โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข*/ #TousLesBoutons{ left: 937px; top: -608px; z-index: 6; position: relative; width: 350px; height: 500px; } #Btn_FirstVisit, #Btn_Rules, #Btn_Login, #Btn_Register, #Btn_Contact{ background: url(../images/bouton_off.png) 0 0 no-repeat scroll; z-index: 6; position: relative; width: 40px; height: 40px; } #Btn_FirstVisit:hover, #Btn_Rules:hover, #Btn_Login:hover, #Btn_Register:hover, #Btn_Contact:hover{ background: url(../images/bouton_over.png) 0 0 no-repeat scroll; } #Btn_EnterLogin, #Btn_EnterPassword{ left: 90px; z-index: 6; position: relative; width: 230px; height: 25px; background-color: rgba(0, 0, 0, 1); border-radius:5px 0px 10px 5px; padding: 1px 0px 0px 15px; border:none; } #Btn_EnterLogin:hover, #Btn_EnterPassword:hover{ background-color: rgba(66, 66, 66, 1); } #Btn_EnterLogin, #Btn_EnterPassword{ font-family: orbitronbold; font-size: 10px; text-align: left; } .PlaceHolder { color: #0CF; } /*โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข positionnement des boutons โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข*/ #Btn_FirstVisit{ left: 83px; top: 0px; } #Btn_Rules{ left: 92px; top: 13px; } #Btn_EnterLogin{ top: 35px; } #Btn_EnterPassword{ top: 45px; } #Btn_Login{ left: 83px; top: 75px; border: none; } #Btn_Register{ left: 62px; top: 95px; display: block; } #Btn_Contact{ left: 30px; top: 112px; display: block; } #Logo_CDPP{ width: 209px; height: 144px; display: block; top: -70px; left:400px; z-index: 50; position: absolute; background: url(../images/Logo_CDPP_off.png) 0 0 no-repeat scroll; } #Logo_CDPP:hover{ background: url(../images/Logo_CDPP_over.png) 0 0 no-repeat scroll; z-index: 100; } #Logos_partenaires{ margin-right: auto; margin-left: auto; left:15%; right:10%; width: 1500px; height: 42px; bottom: 50px; z-index: 50; position: fixed; background: url(../images/LogosPartenaires.png) 0px 0px no-repeat scroll; } #PaveGuest{ font-family: orbitronbold; font-size: 15px; color: rgba(0, 0, 42, 0.3); left: 350px; top: -178px; width: 300px; height: 30px; z-index: 100; padding:20px 20px 20px 20px; position: relative; background-color: rgba(255, 255, 255, 0); border-radius:0px 30px 0px 30px; } #TitrePaveGuest{ font-family: orbitronlight; font-size: 17px; color: rgba(0, 0, 0, 0.3); background-color: rgba(255, 100, 255, 0); margin-top:20px; } #TextePaveGuest{ font-family: orbitronlight; font-size: 14px; color: rgba(0, 0, 0, 0.5); background-color: rgba(255, 255, 255, 0.2); padding:5px 10px 2px 5px; border-radius:0px 0px 20px 0px; } /* โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข ANNOUCEMENTSโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข*/ #PaveAnnoucements{ font-family: orbitronbold; font-size: 30px; color: rgba(0, 0, 42, 0.3); left: 300px; top: -100px; width: 300px; height: 300px; z-index: 100; padding:20px 20px 20px 20px; position: relative; background-color: rgba(255, 255, 255, 0); border-radius:0px 30px 0px 30px; } #TitrePaveAnnoucement{ font-family: orbitronlight; font-size: 35px; color: rgba(0, 0, 0, 0.2); background-color: rgba(255, 100, 255, 0); margin-top:20px; } #DateAnnoucement{ font-family: orbitronbold; font-size: 12px; color: rgba(163, 224, 255, 1); background-color: rgba(0, 0, 0, 1); padding:4px 5px 2px 5px; border-radius:3px 3px 3px 3px; width: 100px; } #DateAnnoucementRed{ font-family: orbitronbold; font-size: 12px; color: #F00; background-color: rgba(0, 0, 0, 1); padding:4px 5px 2px 5px; border-radius:3px 3px 3px 3px; width: 100px; } #TexteAnnoucement{ font-family: orbitronlight; font-size: 14px; color: rgba(0, 0, 0, 0.5); background-color: rgba(255, 255, 255, 0.2); padding:5px 10px 5px 10px; border-top:1px solid rgba(255, 255, 255, 1); border-radius:0px 0px 20px 0px; } #TexteAnnoucementRed{ font-family: orbitronbold; font-size: 14px; color: #F00; text-decoration: blink; background-color: rgba(255, 255, 255, 0.2); padding:5px 10px 5px 10px; border-top:1px solid rgba(255, 255, 255, 1); border-radius:0px 0px 20px 0px; }
2 1 \ No newline at end of file
  2 +@charset "UTF-8"; @import url("../fonts/stylesheet.css"); /* CSS Document */ body{ text-align: left; background-color: #FFF; } /*โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข couvercle et trou โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข*/ #trou{ position: relative; margin-right: 50%; margin-left: 50%; left: -1050px; top: -10px; width: 1920px; height: 1170px; z-index: 1; background-attachment: scroll; background-image: url(../images/trou.jpg); background-repeat: no-repeat; } #couvercle{ position: relative; margin-right: auto; margin-left: auto; left: -276px; top: -130px; width: 676px; height: 676px; z-index: 1; background: url(../images/Couvercle_complet.png) 0 0 no-repeat scroll; background-repeat: no-repeat; background-image: url(../images/Couvercle_complet.png); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; } #couvercle:hover{ left: -400px; top: -100px; /* -webkit-transform: rotate(-5deg)*/ } /*โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข boutons โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข*/ #TousLesBoutons{ left: 937px; top: -608px; z-index: 6; position: relative; width: 350px; height: 500px; } #Btn_FirstVisit, #Btn_Rules, #Btn_Login, #Btn_Register, #Btn_Contact{ background: url(../images/bouton_off.png) 0 0 no-repeat scroll; z-index: 6; position: relative; width: 40px; height: 40px; } #Btn_FirstVisit:hover, #Btn_Rules:hover, #Btn_Login:hover, #Btn_Register:hover, #Btn_Contact:hover{ background: url(../images/bouton_over.png) 0 0 no-repeat scroll; } #Btn_EnterLogin, #Btn_EnterPassword{ left: 90px; z-index: 6; position: relative; width: 230px; height: 25px; background-color: rgba(0, 0, 0, 1); border-radius:5px 0px 10px 5px; padding: 1px 0px 0px 15px; border:none; } #Btn_EnterLogin:hover, #Btn_EnterPassword:hover{ background-color: rgba(66, 66, 66, 1); } #Btn_EnterLogin, #Btn_EnterPassword{ font-family: orbitronbold; font-size: 10px; text-align: left; } .PlaceHolder { color: #0CF; } /*โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข positionnement des boutons โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข*/ #Btn_FirstVisit{ left: 83px; top: 0px; } #Btn_Rules{ left: 92px; top: 13px; } #Btn_EnterLogin{ top: 35px; } #Btn_EnterPassword{ top: 45px; } #Btn_Login{ left: 83px; top: 75px; border: none; } #Btn_Register{ left: 62px; top: 95px; display: block; } #Btn_Contact{ left: 30px; top: 112px; display: block; } #Logo_CDPP{ width: 209px; height: 144px; display: block; top: -70px; left:400px; z-index: 50; position: absolute; background: url(../images/Logo_CDPP_off.png) 0 0 no-repeat scroll; } #Logo_CDPP:hover{ background: url(../images/Logo_CDPP_over.png) 0 0 no-repeat scroll; z-index: 100; } #Logos_partenaires{ margin-right: auto; margin-left: auto; left:15%; right:10%; width: 1500px; height: 42px; bottom: 50px; z-index: 50; position: fixed; background: url(../images/LogosPartenaires.png) 0px 0px no-repeat scroll; } #PaveGuest{ font-family: orbitronbold; font-size: 15px; color: rgba(0, 0, 42, 0.3); left: 350px; top: -178px; width: 300px; height: 30px; z-index: 100; padding:20px 20px 20px 20px; position: relative; background-color: rgba(255, 255, 255, 0); border-radius:0px 30px 0px 30px; } #TitrePaveGuest{ font-family: orbitronlight; font-size: 17px; color: rgba(0, 0, 0, 0.3); background-color: rgba(255, 100, 255, 0); margin-top:20px; } #TextePaveGuest{ font-family: orbitronlight; font-size: 14px; color: rgba(0, 0, 0, 0.5); background-color: rgba(255, 255, 255, 0.2); padding:5px 10px 2px 5px; border-radius:0px 0px 20px 0px; } /* โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข ANNOUCEMENTSโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข*/ #PaveAnnoucements{ font-family: orbitronbold; font-size: 30px; color: rgba(0, 0, 42, 0.3); left: 300px; top: -100px; width: 300px; height: 300px; z-index: 100; padding:20px 20px 20px 20px; position: relative; background-color: rgba(255, 255, 255, 0); border-radius:0px 30px 0px 30px; } #TitrePaveAnnoucement{ font-family: orbitronlight; font-size: 35px; color: rgba(0, 0, 0, 0.2); background-color: rgba(255, 100, 255, 0); margin-top:20px; } #DateAnnoucement{ font-family: orbitronbold; font-size: 12px; color: rgba(163, 224, 255, 1); background-color: rgba(0, 0, 0, 1); padding:4px 5px 2px 5px; border-radius:3px 3px 3px 3px; width: 200px; } #DateAnnoucementRed{ font-family: orbitronbold; font-size: 12px; color: #F00; background-color: rgba(0, 0, 0, 1); padding:4px 5px 2px 5px; border-radius:3px 3px 3px 3px; width: 100px; } #TexteAnnoucement{ font-family: orbitronlight; font-size: 12px; color: rgba(0, 0, 0, 0.5); background-color: rgba(255, 255, 255, 0.2); padding:5px 10px 5px 10px; border-top:1px solid rgba(255, 255, 255, 1); border-radius:0px 0px 20px 0px; } #TexteAnnoucementRed{ font-family: orbitronbold; font-size: 14px; color: #F00; text-decoration: blink; background-color: rgba(255, 255, 255, 0.2); padding:5px 10px 5px 10px; border-top:1px solid rgba(255, 255, 255, 1); border-radius:0px 0px 20px 0px; }
3 3 \ No newline at end of file
... ...
php/config.php
... ... @@ -85,6 +85,7 @@ define(&#39;IMPEX_INTERVAL_LIMIT&#39;, 86400); // one day for impex request
85 85 define('USERPATH', IHM_SRC_DIR . 'data/');
86 86  
87 87 // Shared dir
  88 +
88 89 define('SHAREDPATH', IHM_SRC_DIR . 'shared_data/');
89 90  
90 91 // AKKA - KERNELBIN is now the new kernel bin dir
... ...
php/my_config.php
... ... @@ -3,18 +3,18 @@
3 3 * @file my_config.php
4 4 * @version $Id: my_config.php 2372 2014-05-21 09:38:38Z myriam $
5 5 *
  6 + *
6 7 */
7 8  
8 9 //AKKA - Path to AMDA_Integration base dir
9   -define('INTEGRATION_BASE_PATH', '/home/myriam/AMDA_20161215/AMDA_Integration/');
  10 +define('INTEGRATION_BASE_PATH', '/home/myriam/AMDA_20170601/AMDA_Integration/');
10 11  
11 12 require_once(INTEGRATION_BASE_PATH.'config/AMDAIntegrationConfig.php');
12   -
13   -define('CEFLIB', '/opt/local/cef/lib');
  13 +
  14 +define('CEFLIB', '/usr/local/cef/lib');
14 15 define('CDFLIB', '/opt/local/lib');
15   -
16 16 define('SYS_LIBS', '/lib:/usr/lib:/usr/local/lib64');
17   -define('SYS_BIN', '/bin:/usr/bin/:/usr/local/bin/');
  17 +define('SYS_BIN','/bin:/usr/bin/:/usr/local/bin/');
18 18  
19 19 //AKKA - For compatibility with IHM
20 20 define('BASE_PATH', IHM_SRC_DIR);
... ... @@ -27,10 +27,9 @@ define(&#39;log&#39;, IHM_SRC_DIR.&#39;LOG&#39;);
27 27 // User apache
28 28 define('APACHE_USER', 'apache');
29 29 // Alias for name of AMDA
30   -
31 30 define('APACHE_ALIAS', '/');
32 31 //email to send errors from AmdaUpdate/AmdaInstall
33   -define('email','ebudnik@irap.omp.eu');
  32 +define('email','mbouchemit@irap.omp.eu');
34 33  
35 34 //DDPATH
36 35 define('DDBIN','/opt/local/bin/');
... ... @@ -39,8 +38,8 @@ define(&#39;DDLIB&#39;,&#39;/opt/local/lib/&#39;);
39 38 // for updateAmda
40 39 define('DD_WSDL','http://amda-dev.irap.omp.eu/BASE/DDService/dd.wsdl');
41 40  
42   -//define('DD_WSDL','http://apus.irap.omp.eu/NEWAMDA/DDService/dd.wsdl');
43   -define('TITLE', 'AMDANEW-Test');
  41 +define('TITLE', 'AMDADEV-Test');
  42 +$SERVER_NAME = "amdadev.irap.omp.eu";
44 43  
45 44 // real upload_max_filesize is defined in /etc/php.ini : ini_get('upload_max_filesize')
46 45 // here for additional flexibility
... ...
public/wsdl/Methods_AMDA.wsdl
... ... @@ -1378,7 +1378,7 @@ of a set of typically orthogonal axes.
1378 1378  
1379 1379 <wsdl:service name="Methods_AMDA">
1380 1380 <wsdl:port name="Methods_AMDAPort" binding="tns:Methods_AMDASoapBinding">
1381   - <soap:address location="http://amdadev.irap.op.eu/php/AMDA_METHODS_WSDL.php"/>
  1381 + <soap:address location="http://amdadev.irap.omp.eu/php/AMDA_METHODS_WSDL.php"/>
1382 1382 </wsdl:port>
1383 1383 </wsdl:service>
1384 1384 </wsdl:definitions>
... ...
update_amda/updateEnv.sh
1 1 #!/bin/bash
2 2  
3   - export AMDA_SPASE_INTERFACE=/home/budnik/AMDA_SPASE_INTERFACE/
  3 + export AMDA_SPASE_INTERFACE=/home/myriam/AMDA_20170601/AMDA_SPASE_INTERFACE/
4 4 if [[ ${AMDA_SPASE_INTERFACE: -1} != "/" ]]; then
5 5 export AMDA_SPASE_INTERFACE=$AMDA_SPASE_INTERFACE/
6 6 fi
7 7  
8 8 # info dirs will be written here
9   - export NEWMETA=/home/budnik/NEWMETA/
  9 + export NEWMETA=/home/myriam/AMDA_20170601/NEWMETA/
10 10 if [[ ${NEWMETA: -1} != "/" ]]; then
11 11 export NEWMETA=$NEWMETA/
12 12 fi
13 13  
14 14 # AMDA internal parameter XMLs
15   - export AMDAINTERNALDIR=/home/budnik/AMDA_INTERNAL_METADATA/
  15 + export AMDAINTERNALDIR=/home/myriam/AMDA_20170601/AMDA_INTERNAL_METADATA/
16 16 if [[ ${AMDAINTERNALDIR: -1} != "/" ]]; then
17 17 export AMDAINTERNALDIR=$AMDAINTERNALDIR/
18 18 fi
19 19  
20 20 # AMDA Installation
21   - export AMDAINSTALLATION=/home/budnik/AMDA
  21 + export AMDAINSTALLATION=/home/myriam/AMDA_20170601
22 22 # DD Installation
23 23 export DDROOT=/opt/local
24 24 # GCC Installation
25 25 export GCCROOT=/opt/tools/gcc/4.7.2/rtf
26 26 #AMDA_Kernel build type to use for paraminfo generation
27   - export BUILD_TYPE=Debug
  27 + export BUILD_TYPE=Release
28 28  
29 29 export AMDA_IHM=$AMDAINSTALLATION/AMDA_IHM
30 30 export LD_LIBRARY_PATH=$GCCROOT/lib64:$GCCROOT/lib:$DDROOT/lib
... ...