Outils pour utilisateurs

Outils du site


sunfluidh:sunfluidh_install

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
sunfluidh:sunfluidh_install [2016/01/19 16:52] yannsunfluidh:sunfluidh_install [2016/01/19 17:18] yann
Ligne 1: Ligne 1:
 ==== SUNFLUIDH INSTALL ==== SUNFLUIDH INSTALL
 ----- -----
 +
 +=== Download the sunfluidh project ===
  
 The sunfluidh project is placed on the forge and is handled with the version control system [[ http://svnbook.red-bean.com/en/1.6/svn.preface.html | svn]]. The sunfluidh project is placed on the forge and is handled with the version control system [[ http://svnbook.red-bean.com/en/1.6/svn.preface.html | svn]].
Ligne 8: Ligne 10:
     * Go to the directory SUNFLUIDH     * Go to the directory SUNFLUIDH
     * run the next command : \\ svn co --username your_login https://forge.limsi.fr/svn/SUNFLUIDH_PRD/TRUNK \\ The last version of the sunfluidh project will be downloaded in the directory "~/SUNFLUIDH/TRUNK"     * run the next command : \\ svn co --username your_login https://forge.limsi.fr/svn/SUNFLUIDH_PRD/TRUNK \\ The last version of the sunfluidh project will be downloaded in the directory "~/SUNFLUIDH/TRUNK"
-    * In the directory "~/SUNFLUIDH/TRUNK", you will find three directories : 
-      * DOC : It constains all documents related to the numerical methods implemented in the code (in french at present) 
-      * DATA : It constains differents data files :  
-        * different tutorial data files in order to test the code (input_xxxx.dat). These files must be copied in the sunfluidh data file named input3d.dat in order to be used. 
-        * different shell scripts in order to run the code in batch on various type of computers (local cluster, IDRIS computers). their names start with "script". 
-        * A directory .../DATA/REACTIVE_FLOWS/ that contains differents special files ( .inc) which could be included in the code during the compilation procedure. They are devoted to the specific reactive flow simulations if needed. 
-      * SOURCES : This diretory constains all the source files needed to compile the code. These sources files are compiled by means of the makefile file. 
  
 +=== Setup of the project ===
 +
 +In the directory "~/SUNFLUIDH/TRUNK", you will find three directories :
 +    * DOC : It contains all documents related to the numerical methods implemented in the code (in french at present)
 +    * DATA : It contains different data files : 
 +      * different tutorial data files in order to test the code (input_xxxx.dat). These files must be copied in the sunfluidh data file named input3d.dat in order to be used.
 +      * different shell scripts in order to run the code in batch on various type of computers (local cluster, IDRIS computers). their names start with "script". Beware, these shell script must be adjusted to your needs before using them.
 +      * A directory .../DATA/REACTIVE_FLOWS/ that contains differents special files ( .inc) which could be included in the code during the compilation procedure. They are devoted to the specific reactive flow simulations if needed.
 +      * SOURCES : This directory contains all the source files needed to compile the code. These sources files are compiled by means of the makefile file.
 +
 +=== Compilation procedure ===
 +
 +In order to compile the code on your computer, please, follow these steps :
  
 +    * Go to the directory "~/SUNFLUIDH/TRUNK/SOURCES"
 +    * Open the file "makefile", choose the compiler (you can use pgi, ifort or gfortran) in regard to your system environment and define the relevant options of compilation [[ sunfluidh:makefile_configuration | (see "How to configure the makefile") ]]
 +    * Run the command "make" :The source files are compiled and an executable file is created. Its name is defined in the makefile ("sunfluidh.x by default).
  
  
sunfluidh/sunfluidh_install.txt · Dernière modification : 2023/07/10 10:30 de yann

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki