Salome HOME
updated scripts
[tools/simanio.git] / scripts / README
index 4f2a18d32b0a1e225bca1c8ca79a55f59763a31a..d26b9644bc7a242972edb900fb1dfaca49641fd2 100644 (file)
@@ -19,7 +19,7 @@ where <branch name> is :
 2. Copy the required WSO2 Web Services product : copy the folder wso2-wsf-cpp-2.1.0 (including source and binary build for correspondent target platforms) from SALOME-SIMAN binary delivery to the current build directory.
 You can also build this product using provided product sources and documentation.
 
 2. Copy the required WSO2 Web Services product : copy the folder wso2-wsf-cpp-2.1.0 (including source and binary build for correspondent target platforms) from SALOME-SIMAN binary delivery to the current build directory.
 You can also build this product using provided product sources and documentation.
 
-3. Copy the required scripts from SIMANIO_SRC/scripts directory to root directory (../..) and adjust them as necessary
+3. Copy the required scripts from SIMANIO_SRC/scripts directory to root directory (../..) and adjust them as necessary, including setting the run permissions
 build.sh - SALOME build script
 env_build.sh - SALOME build environment
 env_products.sh - SALOME run environment
 build.sh - SALOME build script
 env_build.sh - SALOME build environment
 env_products.sh - SALOME run environment
@@ -29,6 +29,8 @@ README - this file
 env_siman.sh - SIMAN (SIMANIO) build environment
 siman_build.sh - SIMAN (SIMANIO) build script
 castem_env_products.sh - CASTEM run environment
 env_siman.sh - SIMAN (SIMANIO) build environment
 siman_build.sh - SIMAN (SIMANIO) build script
 castem_env_products.sh - CASTEM run environment
+eficas_aster_env_products.sh - EFICAS & ASTER run environment
+syrthes_env_products.sh - SYRTHES run environment
 run_salome_siman.sh - the script used by SIMAN for SALOME running in the SIMAN mode
 
 For Mandriva 2010-64 rename and use env_build_mandiva-2010-64.sh env_products_mandriva-2010-64.sh.
 run_salome_siman.sh - the script used by SIMAN for SALOME running in the SIMAN mode
 
 For Mandriva 2010-64 rename and use env_build_mandiva-2010-64.sh env_products_mandriva-2010-64.sh.
@@ -49,11 +51,23 @@ The setting the SIMANIO_ROOT_DIR variable is provided by executing (. env_siman.
 
 It can be also achieved by usage of the configure option --with-simanio=$SIMANIO_ROOT_DIR.
 
 
 It can be also achieved by usage of the configure option --with-simanio=$SIMANIO_ROOT_DIR.
 
-
 Additionally the following SALOME modules (not currently impacted with SIMAN changes) can be also built to using in SIMAN project test cases.
 "VISU PARAVIS YACS NETGENPLUGIN GHS3DPLUGIN BLSURFPLUGIN HexoticPLUGIN GHS3DPRLPLUGIN"
 
 Additionally the following SALOME modules (not currently impacted with SIMAN changes) can be also built to using in SIMAN project test cases.
 "VISU PARAVIS YACS NETGENPLUGIN GHS3DPLUGIN BLSURFPLUGIN HexoticPLUGIN GHS3DPRLPLUGIN"
 
-6. Set SALOME runtime environment and Check runnability of SALOME in two modes - without and with SIMAN :
+6. If necessary, build CASTEM SALOME module in usual manner
+Use modified CASTEM_SRC codes include necessary updates of script scripts (e0_donnees.py, CASTEM.py)
+Set proper value of CASTEM solver binaries location in e0_donnees.py, for example
+castem_exe  = modele("castem_exe"   , "/data/SIMAN/_CEA_V7_siman_6.6.0/castem10/bin/castem10")
+
+7. If necessary, build and configure EFICAS, ASTER and SYRTHES SALOME modules and the tools used by them :
+Eficasv1 (TOOL), EFICAS (MODULE used by SALOME_MECA), CODE_ASTER (TOOL), ASTER_MODULE and CODE_SYRTHES (TOOL), MODULE_SYRTHES
+in usual manner as described in INSTALL_Applications.txt by Cedric AGUERRE, EDF R&D.
+
+8. Set SALOME runtime environment and Check runnability of SALOME in two modes - without and with SIMAN :
 . env_siman.sh
 . env_siman.sh
+. castem_env_products.sh (if necessary)
+. eficas_aster_env_products.sh (if necessary)
+. syrthes_env_products.sh (if necessary)
 runSalome
 runSalome --siman
 runSalome
 runSalome --siman
+