Command line options: Difference between revisions

From The Yambo Project
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
 
'''Uppercase''' options modify some of the code's default settings:
$ yambo -H
  Tool: yambo 4.1.2 rev.14024
  Tool: yambo 4.1.2 rev.14024
  Description: A shiny pot of fun and happiness [C.D.Hogan]  
  Description: A shiny pot of fun and happiness [C.D.Hogan]  
-h :Short Help
-H :Long Help
  -J <opt> :Job string identifier
  -J <opt> :Job string identifier
  -V <opt> :Input file verbosity
  -V <opt> :Input file verbosity
[opt=RL,kpt,sc,qp,io,gen,resp,all,par]
                [opt=RL,kpt,sc,qp,io,gen,resp,all,par]
  -F <opt> :Input file
  -F <opt> :Input file
  -I <opt> :Core I/O directory
  -I <opt> :Core I/O directory
Line 17: Line 15:
  -M :Switch-off MPI support (serial run)
  -M :Switch-off MPI support (serial run)
  -N :Switch-off OpenMP support (single thread run)
  -N :Switch-off OpenMP support (single thread run)
 
[Lower case options]
 
Here some exercises using -J, -V, -F


== Links ==
== Links ==
* [[Tutorials|Back to tutorials menu]]
* [[Tutorials|Back to tutorials menu]]

Revision as of 19:47, 23 March 2017

Uppercase options modify some of the code's default settings:

$ yambo -H
Tool: yambo 4.1.2 rev.14024
Description: A shiny pot of fun and happiness [C.D.Hogan] 
-J <opt>	:Job string identifier
-V <opt>	:Input file verbosity
                [opt=RL,kpt,sc,qp,io,gen,resp,all,par]
-F <opt>	:Input file
-I <opt>	:Core I/O directory
-O <opt>	:Additional I/O directory
-C <opt>	:Communications I/O directory
-D		:DataBases properties
-W <opt>	:Wall Time limitation (1d2h30m format)
-Q		:Don't launch the text editor
-M		:Switch-off MPI support (serial run)
-N		:Switch-off OpenMP support (single thread run)
[Lower case options]

Here some exercises using -J, -V, -F

Links