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
sunfluidh:sunfluidh_install [2017/12/11 13:11] yannsunfluidh:sunfluidh_install [2023/07/10 10:30] (Version actuelle) yann
Ligne 1: Ligne 1:
 ===== SUNFLUIDH INSTALL ===== ===== SUNFLUIDH INSTALL =====
-[[:start|Click here to come back to the previous page]]+
 ----- -----
-==== Download the sunfluidh project ==== 
- 
-   * [[ Sunfluidh_install_limsi | For Limsi users]] 
-   * [[ Sunfluidh_install_external | For the class 5AF32 ]]  
-    
- 
-==== Environment 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 files :  
-      * Some tutorial data files in order to explore various possibilities of the code (input_xxxx.dat) where xxxx is meant to help you picking the one closest to your configuration. The file must be copied in your directory for testing purpose and renamed as "input3d.dat" in order to be recognized by sunfluidh. 
-      * 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, some tuning of the shell script may be necessary according to the computer you are using. For now, gfortran is the recommanded compiler even so any f95 compliant compiler should work.  
-      * 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. 
- 
-[[:start|Click here to come back to the previous page]] 
- 
-==== 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 (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). 
- 
-[[:start|Click here to come back to the previous page]] 
- 
-==== How do start to work ==== 
- 
-Before starting to work with the code, find here some advices : 
- 
-We suppose here your operating system is __UNIX, LINUX or BSD__ and your shell is __the BASH__. 
- 
-    * Create a local working directory in your home directory (for instance "WORK"). 
-    * Create your own data file for sunfluidh in your working directory. This data file must be named "input3d.dat" in order to be recognized by sunfluidh. You can be guided by the various examples of data files provided in the directory "~/SUNFLUIDH/TRUNK/DATA". 
-    * Place the executable file (sunfluidh.x) in your working directory and run it : ./sunfluidh.x \\ The command to run sunfluidh must be executed in the working directory. All the result files created by the code will also be stored in the working directory. 
- 
  
-It is often better to create a specific local directory in order to store your executable files rather than moving them from the compilation directory to the working directory. This prevents against the harmful overgrowth of executable files while more and more working directories are created over the time. For that : +  * [[sunfluidh:sunfluidh_install_limsi| From the SVN forge (until the version 1195 - date 8 July 2023]] 
-      * Create a specific directory in your home directory in order to store your own executable files (for instance "~/BIN"+  [[sunfluidh:sunfluidh_install_gitlab| From the Gitlab forge (Gitlab is used from the SVN version 1195 - date : 8 July 2023) ]] 
-      Move your executable files (here just sunfluidh.x) from the compilation directory to "BIN". +  [[sunfluidh:sunfluidh_install_external| From an archive (.tar]]
-      In order to executable files can be ran anywhere in your working space, you must inform your computer system where they are stored. In your local root directory (your home), open the system file named .profile (or .bashrc, or .bashrc_profile this depends on your operating systemand write the command line : export PATH="your_home_directory_path"/BIN:$PATH \\ "your_home_directory_path" is just a generic name to define the access to your home from the root directory of the sytem (use the UNIX/LINUX command "pwd" in your home directory to know it).+
  
 [[:start|Click here to come back to the previous page]] [[:start|Click here to come back to the previous page]]
sunfluidh/sunfluidh_install.1512994310.txt.gz · Dernière modification : 2017/12/11 13:11 de yann

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki