Differences

This shows you the differences between two versions of the page.

Link to this comparison view

python:compiletelemac [2015/07/28 10:34]
n.durand
python:compiletelemac [2022/12/08 11:02] (current)
b.basic [Tools for the compilation of the TELEMAC system : compileTELEMAC.py]
Line 3: Line 3:
  
 \\ \\
-===== Tools for the compilation of the TELEMAC system : compileTELEMAC.py =====+===== Tools for the compilation of the TELEMAC system : compile_telemac.py =====
  
-compileTELEMAC.py +compile_telemac.py 
  
 \\ \\
  
-Arguments available under compileTELEMAC.py are listed with compileTELEMAC.py -help.+Arguments available under compile_telemac.py are listed with compile_telemac.py --help.
 \\ \\
 They are : They are :
-  * -c CONFIGNAME (alternatively ​''​--''​configname=CONFIGNAME) +  * -c CONFIGNAME (alternatively ​<​nowiki>​--</​nowiki>​configname=CONFIGNAME) 
-  * -f CONFIGFILE (alternatively ​''​--''​configfile=CONFIGFILE) +  * -f CONFIGFILE (alternatively ​<​nowiki>​--</​nowiki>​configfile=CONFIGFILE) 
-  * -r ROOTDIR ​   (alternatively ​''​--''​rootdir=ROOTDIR) +  * -r ROOTDIR ​   (alternatively ​<​nowiki>​--</​nowiki>​rootdir=ROOTDIR) 
-  * -m MODULES ​   (alternatively ​''​--''​modules=MODULES) +  * -m MODULES ​   (alternatively ​<​nowiki>​--</​nowiki>​modules=MODULES) 
-  * -b            (alternatively ​''​--''​bypass) +  * -b            (alternatively ​<​nowiki>​--</​nowiki>​bypass) 
-  * ''​--''​rescan +  * <​nowiki>​--</​nowiki>​rescan 
-  * ''​--''​clean+  * <​nowiki>​--</​nowiki>​clean 
 +  * -j NCSIZE 
 +  * -v            (alternatively <​nowiki>​--</​nowiki>​verbose)
  
 \\ \\
Line 42: Line 44:
 \\ \\
  
-''​--''​ rescan performs a new scan of the sources to update all the cmdf files.+''​--''​rescan performs a new scan of the sources to update all the cmdf files.
  
 \\ \\
  
-''​--''​ clean removes the directories created under the TELEMAC system path in relation to the configuration given in argument.+''​--''​clean removes the directories created under the TELEMAC system path in relation to the configuration given in argument. 
 + 
 +\\ 
 + 
 +-j  is used to set the number of cores used for parallel compilation 
 + 
 +\\ 
 + 
 +-v prints every command used during the build
  
 \\ \\