User Tools

Site Tools


code:start

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
code:start [2015/01/20 19:06] – created oschuettcode:start [2015/01/20 19:46] – add link to SWARM oschuett
Line 1: Line 1:
-====== Flow Chart the Code ======+====== Flow Chart of CP2K ======
  
 <graphviz dot> <graphviz dot>
-digraph foo {+digraph cp2k {
  
   node [shape=box];   node [shape=box];
  
   prog [shape=diamond, label="PROGRAM_NAME ?", URL="http://manual.cp2k.org/trunk/CP2K_INPUT/GLOBAL.html#desc_PROGRAM_NAME"];   prog [shape=diamond, label="PROGRAM_NAME ?", URL="http://manual.cp2k.org/trunk/CP2K_INPUT/GLOBAL.html#desc_PROGRAM_NAME"];
-  Start [shape=circle];+  Start [shape=ellipse];
   Start -> prog;   Start -> prog;
  
Line 15: Line 15:
   prog -> OPTIMIZE_INPUT;   prog -> OPTIMIZE_INPUT;
   prog -> CP2K;   prog -> CP2K;
-  prog -> SWARM;+  prog -> SWARM; SWARM[URL="http://cp2k.org/code:swarm"];
   prog -> TEST;   prog -> TEST;
   prog -> TMC;   prog -> TMC;
Line 31: Line 31:
   runtype -> DRIVER;   runtype -> DRIVER;
   runtype -> EHRENFEST_DYN;   runtype -> EHRENFEST_DYN;
-  runtype -> ENERGY_FORCE;+  runtype -> "ENERGY /\nENERGY_FORCE";
   runtype -> LR;   runtype -> LR;
   runtype -> MC;   runtype -> MC;
code/start.txt · Last modified: 2020/08/21 10:15 by 127.0.0.1