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
code:start [2015/01/20 19:06] – created oschuettcode:start [2020/08/21 10:15] (current) – external edit 127.0.0.1
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:run_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_FORCE; ENERGY_FORCE[label="ENERGY /\nENERGY_FORCE", URL="http://cp2k.org/code:force_env_calc_energy_force"];
   runtype -> LR;   runtype -> LR;
   runtype -> MC;   runtype -> MC;
code/start.1421780805.txt.gz · Last modified: 2020/08/21 10:14 (external edit)