Salome HOME
0023582: [CEA] Rename MED module to FIELDS V9_2_0a2 V9_2_0b1
authorvsr <vsr@opencascade.com>
Tue, 16 Oct 2018 14:59:19 +0000 (17:59 +0300)
committervsr <vsr@opencascade.com>
Tue, 16 Oct 2018 15:01:10 +0000 (18:01 +0300)
FIELDS_index.html
dev/cmake/source/config.rst
dev/cmake/source/intro.rst
dev/cmake/source/skeleton.rst
index.html

index 68be1e2db0b347c72e6ec89e8e5b7c876157fba9..5a1c63910d3d104881cb04fb7233c1d6bfcbf028 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en"><html><head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-  <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]"><title>MED Module Documentation</title></head>
+  <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]"><title>FIELDS Module Documentation</title></head>
 <body bgcolor="#ffffff" text="#000000" link="#0000ee" alink="#0000ee" vlink="#551a8b">
 
 <div style="text-align: left; background-color: #175783; border: 1px solid; height: 80px; background-repeat: no-repeat; margin-bottom: 10px;">
@@ -8,13 +8,13 @@
 </div>
 
 <div align="center">    
-<h1>MED Module Documentation</h1>
+<h1>FIELDS Module Documentation</h1>
 </div>
 
 <div align="center">       
 <p><img src="about.png" alt="about.png"></p>
 <br><br>
-<big><a href="dev/MED/index.html">User's Guide</a></big>
+<big><a href="dev/FIELDS/index.html">User's Guide</a></big>
 <br><br>
 <big><a href="dev/MEDCoupling/index.html">MEDCoupling: User's Guide</a></big>
 <br><br>
index bcadedcc211172f363cb3e625760a3ec0bbafefe..d63f832c4ba721eb476bc662916afa85b967d453 100644 (file)
@@ -25,7 +25,7 @@ The last point was however never tested in the SALOME context, and probably need
 In the SALOME context this logic offers the advantage to have a minimal specification on the prerequisites. Technically one just needs to set the _ROOT_DIR variables for the packages that were never found before, and to get "for free" what was already found in a dependent module (for example Qt4 in GUI, but not OmniORB as it was already used by KERNEL). This works thanks to the exposition of all the ROOT_DIR used by one module into its configuration file. This can then be automatically reused by a dependent module.
 
 Inspired from the CMake tutorial (http://www.cmake.org/Wiki/CMake/Tutorials/How_to_create_a_ProjectConfig.cmake_file) some 
-important module use this scheme and install the \*Config.cmake files facilitating the configuration of other dependent modules. Most important SALOME modules (KERNEL, GUI, MED) expose their configuration in such a way. 
+important module use this scheme and install the \*Config.cmake files facilitating the configuration of other dependent modules. Most important SALOME modules (KERNEL, GUI, FIELDS) expose their configuration in such a way. 
 
 
 Guidelines
index 66b822a1ea2ee4e020898202776ac1d0409d81c2..ea993ffcc0f62deb759966432926d460b7f05ad9 100644 (file)
@@ -89,14 +89,14 @@ GUI module - on top of some of the KERNEL prerequisites, the following variables
 * QWT_ROOT_DIR: Qwt package
 * OPENGL_ROOT_DIR: OpenGL package
 
-MED module - on top of some of the KERNEL and GUI prerequisites, the following variables are used:
+FIELDS module - on top of some of the KERNEL and GUI prerequisites, the following variables are used:
 
 * MEDFILE_ROOT_DIR: MEDFile package
 * METIS_ROOT_DIR (optional): Metis package
 * PARMETIS_ROOT_DIR (optional): ParMetis package
 * SCOTCH_ROOT_DIR (optional): Scotch package
 
-PARAVIS module - on top of some of the KERNEL, GUI and MED prerequisites, the following variables are used:
+PARAVIS module - on top of some of the KERNEL, GUI and FIELDS prerequisites, the following variables are used:
 
 * PARAVIEW_ROOT_DIR: ParaView package
 * at present for a proper build of PARAVIS, the env variables LD_LIBRARY_PATH and PYTHONPATH should be set to contain the HDF5 and ParaView libraries. This is required since the configuration process itself uses a Python script in which the environment is not overriden::
index dc4cf6aecd9edf90cd12250ecd0849117674bbbb..79d4b0622596fa3af92fcc5a386f5372e72860f8 100644 (file)
@@ -16,7 +16,7 @@ The root CMakeLists.txt should contain the following elements:
   * SALOME_BUILD_TESTS: wether the unit tests should be built
   * SALOME_BUILD_DOC: wether the documentation for the current module should be generated and installed
 
-  Other flags specific to the module might be added, and should then start with *SALOME_XYZ_* where <XYZ> is the module's name (MED for example).
+  Other flags specific to the module might be added, and should then start with *SALOME_XYZ_* where <XYZ> is the module's name (FIELDS for example).
 
 * Detection of the required prerequisites for the module. All prerequisites in SALOME are detected through a call to FIND_PACKAGE(SalomeXYZ ...). See section :ref:`package`::
 
index 3f3a6e3ae94cc4d0632b14b9050556a5cd03eb7b..5461f15fdd7b05f312c3fead3f8b89138a4201de 100644 (file)
         <li><a href="GUI_index.html">GUI</a></li>
         <li><a href="GEOM_index.html">Geometry</a></li>
         <li><a href="SMESH_index.html">Mesh</a></li>
-        <li><a href="MED_index.html">Med</a></li>
+        <li><a href="FIELDS_index.html">Fields</a></li>
         <li><a href="PARAVIS_index.html">ParaVis</a></li>
         <li><a href="YACS_index.html">YACS</a></li>
         <li><a href="JOBMANAGER_index.html">JobManager</a></li>