<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://orch.coria-cfd.fr/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jaouen</id>
		<title>orch - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://orch.coria-cfd.fr/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jaouen"/>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php/Special:Contributions/Jaouen"/>
		<updated>2026-06-03T05:08:54Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=168</id>
		<title>Linux</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=168"/>
				<updated>2016-03-16T15:07:14Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* Convert Images */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Run on multi-procs ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main &amp;lt;log &amp;amp;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Manage your .bashrc ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   export &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   alias &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do not forget to source your .bashrc file. This is done automatically when opening a new terminal.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   source .bashrc&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== SSH keys ==&lt;br /&gt;
&lt;br /&gt;
You should first go to your personal repository and generate a new key if there is no &amp;lt;code&amp;gt;id_dsa.pub&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;.ssh&amp;lt;/code&amp;gt; directory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   cd&lt;br /&gt;
   ssh-keygen -t dsa&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should get the following message,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   Generating public/private dsa key pair&lt;br /&gt;
   Enter file in which to save the key (/home/login/.ssh/id_dsa):&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just press enter. You must then copy the public key that you will find in &amp;lt;code&amp;gt;.ssh/id_dsa.pub&amp;lt;/code&amp;gt; to the file &amp;lt;code&amp;gt;.ssh/authorized_keys&amp;lt;/code&amp;gt; of the distant host you want to give access to. This public key should have the following format.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   ssh-dss AAAAB3NzaC................................................................................. login@machine   &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Convert Images ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   convert *.png video.gif&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure to specify the correct dimension for the image (here 840x1188). -160 means the image is to remove 160 units from the right part of the image. (+160 for the left part). -600 means the reduction will be of 600 units from the bottom of the image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   convert 000.png -crop 840x1188-160-600 000_crop.png&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=167</id>
		<title>Linux</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=167"/>
				<updated>2016-03-16T15:03:27Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Run on multi-procs ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main &amp;lt;log &amp;amp;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Manage your .bashrc ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   export &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   alias &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do not forget to source your .bashrc file. This is done automatically when opening a new terminal.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   source .bashrc&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== SSH keys ==&lt;br /&gt;
&lt;br /&gt;
You should first go to your personal repository and generate a new key if there is no &amp;lt;code&amp;gt;id_dsa.pub&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;.ssh&amp;lt;/code&amp;gt; directory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   cd&lt;br /&gt;
   ssh-keygen -t dsa&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should get the following message,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   Generating public/private dsa key pair&lt;br /&gt;
   Enter file in which to save the key (/home/login/.ssh/id_dsa):&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just press enter. You must then copy the public key that you will find in &amp;lt;code&amp;gt;.ssh/id_dsa.pub&amp;lt;/code&amp;gt; to the file &amp;lt;code&amp;gt;.ssh/authorized_keys&amp;lt;/code&amp;gt; of the distant host you want to give access to. This public key should have the following format.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   ssh-dss AAAAB3NzaC................................................................................. login@machine   &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Convert Images ==&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=166</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=166"/>
				<updated>2016-03-11T15:03:26Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== First script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set terminal postscript eps enhanced color &amp;quot;Times-Roman&amp;quot; 20&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set style line 1 linetype 1 linecolor rgb &amp;quot;696969&amp;quot; linewidth 3.0 pointtype 1&lt;br /&gt;
   set style line 2 linetype 1 linecolor rob &amp;quot;FF6600&amp;quot; linewidth 3.0 pointtype 1&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set output &amp;quot;graph.eps&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   a = 0.8&lt;br /&gt;
   f(x) = a * cos(x)&lt;br /&gt;
   g(x) = a * sin(x)&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   pi = 3.14159265359&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;  &lt;br /&gt;
   set xrange [0:3*pi]&lt;br /&gt;
   set yrange [-1:1]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set xlabel &amp;quot;x coordinate&amp;quot;&lt;br /&gt;
   unset ylabel&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   plot f(x) with points title 'sin(x)' ls 1,\&lt;br /&gt;
        g(x) with points notitle ls 2&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Macros ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set macros&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot;&lt;br /&gt;
   B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   L_GRAPH = &amp;quot;set lmargin at screen 0.12; set rmargin at screen 0.45&amp;quot;&lt;br /&gt;
   R_GRAPH = &amp;quot;set lmargin at screen 0.61; set rmargin at screen 0.94&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Multiplot ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set multiplot&lt;br /&gt;
   unset multiplot&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Latex&amp;diff=165</id>
		<title>Latex</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Latex&amp;diff=165"/>
				<updated>2016-03-11T15:01:33Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* Colors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Colors ==&lt;br /&gt;
&lt;br /&gt;
=== Define a rgb color ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   \definecolor{DarkOrange}{HTML}{FF6600}&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Latex&amp;diff=164</id>
		<title>Latex</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Latex&amp;diff=164"/>
				<updated>2016-03-11T15:00:59Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: Created page with &amp;quot;== Colors ==  Define a rgb color  &amp;lt;code&amp;gt;    \definecolor{DarkOrange}{HTML}{FF6600} &amp;lt;/code&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Colors ==&lt;br /&gt;
&lt;br /&gt;
Define a rgb color&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   \definecolor{DarkOrange}{HTML}{FF6600}&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Main_Page&amp;diff=163</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Main_Page&amp;diff=163"/>
				<updated>2016-03-11T14:59:44Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* ORCh background */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ORCh background ==&lt;br /&gt;
ORCh (Optimised and Reduced Chemistry) is a fully automated method to reduce detailed chemical schemes. This page describes the architecture of the method and explains how to install and run ORCh. &lt;br /&gt;
&lt;br /&gt;
ORCh is reported in two archival papers (make sure to cite those papers when using this program):&lt;br /&gt;
* N. Jaouen, L. Vervisch, P. Domingo (submitted) Auto-thermal reforming (ATR) of natural gas: An automated derivation of optimised reduced chemical schemes.&lt;br /&gt;
* N. Jaouen, L. Vervisch, P. Domingo, G. Ribert (submitted) Automatic reduction and optimisation of chemistry for turbulent combustion modelling: Impact of the canonical problem&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Chemical kinetics]]&lt;br /&gt;
&lt;br /&gt;
* [[Directed Relation Graph with Error Propagation]]&lt;br /&gt;
&lt;br /&gt;
* [[Quasi-Steady State analysis]]&lt;br /&gt;
&lt;br /&gt;
* [[Optimisation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tools&lt;br /&gt;
&lt;br /&gt;
* [[Gnuplot]]&lt;br /&gt;
&lt;br /&gt;
* [[Linux]]&lt;br /&gt;
&lt;br /&gt;
* [[Latex]]&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=162</id>
		<title>Linux</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=162"/>
				<updated>2016-03-11T14:57:29Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* Manage your .bashrc */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Run on multi-procs ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main &amp;lt;log &amp;amp;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Manage your .bashrc ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   export &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   alias &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do not forget to source your .bashrc file. This is done automatically when opening a new terminal.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   source .bashrc&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== SSH keys ==&lt;br /&gt;
&lt;br /&gt;
You should first go to your personal repository and generate a new key if there is no &amp;lt;code&amp;gt;id_dsa.pub&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;.ssh&amp;lt;/code&amp;gt; directory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   cd&lt;br /&gt;
   ssh-keygen -t dsa&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should get the following message,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   Generating public/private dsa key pair&lt;br /&gt;
   Enter file in which to save the key (/home/login/.ssh/id_dsa):&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just press enter. You must then copy the public key that you will find in &amp;lt;code&amp;gt;.ssh/id_dsa.pub&amp;lt;/code&amp;gt; to the file &amp;lt;code&amp;gt;.ssh/authorized_keys&amp;lt;/code&amp;gt; of the distant host you want to give access to. This public key should have the following format.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   ssh-dss AAAAB3NzaC................................................................................. login@machine   &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=161</id>
		<title>Linux</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=161"/>
				<updated>2016-03-11T14:57:20Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* Manage your .bashrc */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Run on multi-procs ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main &amp;lt;log &amp;amp;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Manage your .bashrc ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   export &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   alias &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Do not forget to source your .bashrc file. This is done automatically when opening a new terminal.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   source .bashrc&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== SSH keys ==&lt;br /&gt;
&lt;br /&gt;
You should first go to your personal repository and generate a new key if there is no &amp;lt;code&amp;gt;id_dsa.pub&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;.ssh&amp;lt;/code&amp;gt; directory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   cd&lt;br /&gt;
   ssh-keygen -t dsa&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should get the following message,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   Generating public/private dsa key pair&lt;br /&gt;
   Enter file in which to save the key (/home/login/.ssh/id_dsa):&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just press enter. You must then copy the public key that you will find in &amp;lt;code&amp;gt;.ssh/id_dsa.pub&amp;lt;/code&amp;gt; to the file &amp;lt;code&amp;gt;.ssh/authorized_keys&amp;lt;/code&amp;gt; of the distant host you want to give access to. This public key should have the following format.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   ssh-dss AAAAB3NzaC................................................................................. login@machine   &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=160</id>
		<title>Linux</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=160"/>
				<updated>2016-03-11T14:49:04Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* Manage your .bashrc */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Run on multi-procs ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main &amp;lt;log &amp;amp;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Manage your .bashrc ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   source .bashrc&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== SSH keys ==&lt;br /&gt;
&lt;br /&gt;
You should first go to your personal repository and generate a new key if there is no &amp;lt;code&amp;gt;id_dsa.pub&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;.ssh&amp;lt;/code&amp;gt; directory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   cd&lt;br /&gt;
   ssh-keygen -t dsa&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should get the following message,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   Generating public/private dsa key pair&lt;br /&gt;
   Enter file in which to save the key (/home/login/.ssh/id_dsa):&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just press enter. You must then copy the public key that you will find in &amp;lt;code&amp;gt;.ssh/id_dsa.pub&amp;lt;/code&amp;gt; to the file &amp;lt;code&amp;gt;.ssh/authorized_keys&amp;lt;/code&amp;gt; of the distant host you want to give access to. This public key should have the following format.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   ssh-dss AAAAB3NzaC................................................................................. login@machine   &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=159</id>
		<title>Linux</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=159"/>
				<updated>2016-03-11T14:48:30Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* .bashrc */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Run on multi-procs ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main &amp;lt;log &amp;amp;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Manage your .bashrc ==&lt;br /&gt;
&lt;br /&gt;
== SSH keys ==&lt;br /&gt;
&lt;br /&gt;
You should first go to your personal repository and generate a new key if there is no &amp;lt;code&amp;gt;id_dsa.pub&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;.ssh&amp;lt;/code&amp;gt; directory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   cd&lt;br /&gt;
   ssh-keygen -t dsa&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should get the following message,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   Generating public/private dsa key pair&lt;br /&gt;
   Enter file in which to save the key (/home/login/.ssh/id_dsa):&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just press enter. You must then copy the public key that you will find in &amp;lt;code&amp;gt;.ssh/id_dsa.pub&amp;lt;/code&amp;gt; to the file &amp;lt;code&amp;gt;.ssh/authorized_keys&amp;lt;/code&amp;gt; of the distant host you want to give access to. This public key should have the following format.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   ssh-dss AAAAB3NzaC................................................................................. login@machine   &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=158</id>
		<title>Linux</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=158"/>
				<updated>2016-03-11T14:42:58Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* SSH keys */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Run on multi-procs ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main &amp;lt;log &amp;amp;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== .bashrc ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== SSH keys ==&lt;br /&gt;
&lt;br /&gt;
You should first go to your personal repository and generate a new key if there is no &amp;lt;code&amp;gt;id_dsa.pub&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;.ssh&amp;lt;/code&amp;gt; directory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   cd&lt;br /&gt;
   ssh-keygen -t dsa&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should get the following message,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   Generating public/private dsa key pair&lt;br /&gt;
   Enter file in which to save the key (/home/login/.ssh/id_dsa):&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just press enter. You must then copy the public key that you will find in &amp;lt;code&amp;gt;.ssh/id_dsa.pub&amp;lt;/code&amp;gt; to the file &amp;lt;code&amp;gt;.ssh/authorized_keys&amp;lt;/code&amp;gt; of the distant host you want to give access to. This public key should have the following format.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   ssh-dss AAAAB3NzaC................................................................................. login@machine   &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=157</id>
		<title>Linux</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=157"/>
				<updated>2016-03-11T14:42:48Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* SSH keys */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Run on multi-procs ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main &amp;lt;log &amp;amp;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== .bashrc ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== SSH keys ==&lt;br /&gt;
&lt;br /&gt;
You should first go to your personal repository and generate a new key if there is no &amp;lt;code&amp;gt;id_dsa.pub&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;.ssh&amp;lt;/code&amp;gt; directory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   cd&lt;br /&gt;
   ssh-keygen -t dsa&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should get the following message,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   Generating public/private dsa key pair&lt;br /&gt;
   Enter file in which to save the key (/home/login/.ssh/id_dsa):&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just press enter. You must then copy the public key that you will find in &amp;lt;code&amp;gt;.ssh/id_dsa.pub&amp;lt;/code&amp;gt; to the file &amp;lt;code&amp;gt;.ssh/authorized_keys&amp;lt;/code&amp;gt; of the distant host you want to give access to. This public key should have the following format.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
ssh-dss AAAAB3NzaC................................................................................. login@machine   &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=156</id>
		<title>Linux</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=156"/>
				<updated>2016-03-11T14:39:54Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* SSH keys */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Run on multi-procs ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main &amp;lt;log &amp;amp;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== .bashrc ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== SSH keys ==&lt;br /&gt;
&lt;br /&gt;
You should first go to your personal repository and generate a new key if there is no &amp;lt;code&amp;gt;id_dsa.pub&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;.ssh&amp;lt;/code&amp;gt; directory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   cd&lt;br /&gt;
   ssh-keygen -t dsa&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should get the following message,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   Generating public/private dsa key pair&lt;br /&gt;
   Enter file in which to save the key (/home/login/.ssh/id_dsa):&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just press enter. You must then copy the public key that you will find in &amp;lt;code&amp;gt;.ssh/id_dsa.pub&amp;lt;/code&amp;gt; to the file &amp;lt;code&amp;gt;.ssh/authorized_keys&amp;lt;/code&amp;gt; of the distant host you want to give access to. This public key should have the following format.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   ssh -dss .....&lt;br /&gt;
   @....local&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=155</id>
		<title>Linux</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=155"/>
				<updated>2016-03-11T14:39:24Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* SSH keys */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Run on multi-procs ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main &amp;lt;log &amp;amp;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== .bashrc ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== SSH keys ==&lt;br /&gt;
&lt;br /&gt;
You should first go to your personal repository and generate a new key if there is no &amp;lt;code&amp;gt;id_dsa.pub&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;.ssh&amp;lt;/code&amp;gt; directory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   cd&lt;br /&gt;
   ssh-keygen -t dsa&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should get the following message,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   Generating public/private dsa key pair&lt;br /&gt;
   Enter file in which to save the key (/home/login/.ssh/id_dsa):&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just press enter. You must then copy the public key that you will find in &amp;lt;code&amp;gt;.ssh/id_dsa.pub&amp;lt;/code&amp;gt; to the file &amp;lt;code&amp;gt;.ssh/authorized_keys&amp;lt;/code&amp;gt; of the distant host you want to give access to. This key should have the following format.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   ssh -dss .....&lt;br /&gt;
   @....local&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=154</id>
		<title>Linux</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=154"/>
				<updated>2016-03-11T14:39:10Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* SSH keys */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Run on multi-procs ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main &amp;lt;log &amp;amp;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== .bashrc ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== SSH keys ==&lt;br /&gt;
&lt;br /&gt;
You should first go to your personal repository and generate a new key if there is no &amp;lt;code&amp;gt;id_dsa.pub&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;.ssh&amp;lt;/code&amp;gt; directory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   cd&lt;br /&gt;
   ssh-keygen -t dsa&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should get the following message,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   Generating public/private dsa key pair&lt;br /&gt;
   Enter file in which to save the key (/home/login/.ssh/id_dsa):&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just press enter. You must then copy the public key that you will in &amp;lt;code&amp;gt;.ssh/id_dsa.pub&amp;lt;/code&amp;gt; to the file &amp;lt;code&amp;gt;.ssh/authorized_keys&amp;lt;/code&amp;gt; of the distant host you want to give access to. This key should have the following format.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   ssh -dss .....&lt;br /&gt;
   @....local&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=153</id>
		<title>Linux</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=153"/>
				<updated>2016-03-11T14:38:34Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* SSH keys */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Run on multi-procs ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main &amp;lt;log &amp;amp;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== .bashrc ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== SSH keys ==&lt;br /&gt;
&lt;br /&gt;
You should first go to your personal repository and generate a new key if there is no &amp;lt;code&amp;gt;id_dsa.pub&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;.ssh&amp;lt;/code&amp;gt; directory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   cd&lt;br /&gt;
   ssh-keygen -t dsa&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should get the following message,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   Generating public/private dsa key pair&lt;br /&gt;
   Enter file in which to save the key (/home/login/.ssh/id_dsa&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just press enter. You must then copy the public key that you will in &amp;lt;code&amp;gt;.ssh/id_dsa.pub&amp;lt;/code&amp;gt; to the file &amp;lt;code&amp;gt;.ssh/authorized_keys&amp;lt;/code&amp;gt; of the distant host you want to give access to. This key should have the following format.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   ssh -dss .....&lt;br /&gt;
   @....local&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=152</id>
		<title>Linux</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=152"/>
				<updated>2016-03-11T14:38:00Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* SSH keys */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Run on multi-procs ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main &amp;lt;log &amp;amp;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== .bashrc ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== SSH keys ==&lt;br /&gt;
&lt;br /&gt;
You should first go to your personal repository and generate a new key if there is no &amp;lt;code&amp;gt;id_dsa.pub&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;.ssh&amp;lt;/code&amp;gt; directory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   cd&lt;br /&gt;
   ssh-keygen -t dsa&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should get the following message,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   Generating public/private dosa key pair&lt;br /&gt;
   Enter file in which to save the key (/home/login/.ssh/id_dsa&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just press enter. You must then copy the public key that you will in &amp;lt;code&amp;gt;.ssh/id_dsa.pub&amp;lt;/code&amp;gt; to the file &amp;lt;code&amp;gt;.ssh/authorized_keys&amp;lt;/code&amp;gt; of the distant host you want to give access to. This key should have the following format.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   ssh -dss .....&lt;br /&gt;
   @....local&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=151</id>
		<title>Linux</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=151"/>
				<updated>2016-03-11T14:36:46Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* ssh keys */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Run on multi-procs ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main &amp;lt;log &amp;amp;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== .bashrc ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== SSH keys ==&lt;br /&gt;
&lt;br /&gt;
You should first go to your personal repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   cd&lt;br /&gt;
   ssh-keygen -t dsa&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should get the following message,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   Generating public/private dosa key pair&lt;br /&gt;
   Enter file in which to save the key (/home/login/.ssh/id_dsa&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just press enter. You must then copy the public key that you will in &amp;lt;code&amp;gt;.ssh/id_dsa.pub&amp;lt;/code&amp;gt; to the file &amp;lt;code&amp;gt;.ssh/authorized_keys&amp;lt;/code&amp;gt; of the distant host you want to give access to. This key should have the following format.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   ssh -dss .....&lt;br /&gt;
   @....local&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=150</id>
		<title>Linux</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=150"/>
				<updated>2016-03-11T14:36:20Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* ssh keys */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Run on multi-procs ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main &amp;lt;log &amp;amp;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== .bashrc ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ssh keys ==&lt;br /&gt;
&lt;br /&gt;
You should first go to your personal repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   cd&lt;br /&gt;
   ssh-keygen -t dsa&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should get the following message,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   Generating public/private dosa key pair&lt;br /&gt;
   Enter file in which to save the key (/home/login/.ssh/id_dsa&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just press enter. You must then copy the public key that you will in &amp;lt;code&amp;gt;.ssh/id_dsa.pub&amp;lt;/code&amp;gt; to the file &amp;lt;code&amp;gt;.ssh/authorized_keys&amp;lt;/code&amp;gt; of the distant host you want to give access to. This key should have the following format.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   ssh -dss .....&lt;br /&gt;
   @....local&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=149</id>
		<title>Linux</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=149"/>
				<updated>2016-03-11T14:23:56Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Run on multi-procs ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main &amp;lt;log &amp;amp;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== .bashrc ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ssh keys ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   .ssh/&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=148</id>
		<title>Linux</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=148"/>
				<updated>2016-03-11T14:22:49Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Run on multi-procs ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main &amp;lt;log &amp;amp;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== .bashrc ==&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=147</id>
		<title>Linux</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Linux&amp;diff=147"/>
				<updated>2016-03-11T14:21:57Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: Created page with &amp;quot;  &amp;lt;code&amp;gt;    mpirun -np 12 main &amp;lt;/code&amp;gt;  &amp;lt;code&amp;gt;    mpirun -np 12 main &amp;lt;log &amp;amp; &amp;lt;/code&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   mpirun -np 12 main &amp;lt;log &amp;amp;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Main_Page&amp;diff=146</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Main_Page&amp;diff=146"/>
				<updated>2016-03-11T14:20:49Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* ORCh background */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ORCh background ==&lt;br /&gt;
ORCh (Optimised and Reduced Chemistry) is a fully automated method to reduce detailed chemical schemes. This page describes the architecture of the method and explains how to install and run ORCh. &lt;br /&gt;
&lt;br /&gt;
ORCh is reported in two archival papers (make sure to cite those papers when using this program):&lt;br /&gt;
* N. Jaouen, L. Vervisch, P. Domingo (submitted) Auto-thermal reforming (ATR) of natural gas: An automated derivation of optimised reduced chemical schemes.&lt;br /&gt;
* N. Jaouen, L. Vervisch, P. Domingo, G. Ribert (submitted) Automatic reduction and optimisation of chemistry for turbulent combustion modelling: Impact of the canonical problem&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Chemical kinetics]]&lt;br /&gt;
&lt;br /&gt;
* [[Directed Relation Graph with Error Propagation]]&lt;br /&gt;
&lt;br /&gt;
* [[Quasi-Steady State analysis]]&lt;br /&gt;
&lt;br /&gt;
* [[Optimisation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tools&lt;br /&gt;
&lt;br /&gt;
* [[Gnuplot]]&lt;br /&gt;
&lt;br /&gt;
* [[Linux]]&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=145</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=145"/>
				<updated>2016-03-11T14:16:20Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* First script */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== First script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set terminal postscript eps enhanced color &amp;quot;Times-Roman&amp;quot; 20&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set style line 1 linetype 1 linecolor rgb &amp;quot;696969&amp;quot; linewidth 3.0 pointtype 1&lt;br /&gt;
   set style line 2 linetype 1 linecolor rob &amp;quot;FF6600&amp;quot; linewidth 3.0 pointtype 1&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set output &amp;quot;graph.eps&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   a = 0.8&lt;br /&gt;
   f(x) = a * cos(x)&lt;br /&gt;
   g(x) = a * sin(x)&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   pi = 3.14159265359&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;  &lt;br /&gt;
   set xrange [0:3*pi]&lt;br /&gt;
   set yrange [-1:1]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set xlabel &amp;quot;x coordinate&amp;quot;&lt;br /&gt;
   unset ylabel&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   plot f(x) with points title 'sin(x)' ls 1,\&lt;br /&gt;
        g(x) with points notitle ls 2&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Macros ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set macros&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot;&lt;br /&gt;
   B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   L_GRAPH = &amp;quot;set lmargin at screen 0.12; set rmargin at screen 0.45&amp;quot;&lt;br /&gt;
   R_GRAPH = &amp;quot;set lmargin at screen 0.61; set rmargin at screen 0.94&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Multiplot ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set multiplot&lt;br /&gt;
   unset multiplot&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=144</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=144"/>
				<updated>2016-03-11T13:07:04Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== First script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set terminal postscript eps enhanced color &amp;quot;Times-Roman&amp;quot; 20&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set style line 1 linetype 1 linecolor rgb &amp;quot;696969&amp;quot; linewidth 3.0 pointtype 1&lt;br /&gt;
   set style line 2 linetype 1 linecolor rob &amp;quot;FF6600&amp;quot; linewidth 3.0 pointtype 1&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set output &amp;quot;graph.eps&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   a = 0.8&lt;br /&gt;
   f(x) = a * cos(x)&lt;br /&gt;
   g(x) = a * sin(x)&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   pi = 3.14159265359&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;  &lt;br /&gt;
   set xrange [0:3*pi]&lt;br /&gt;
   set yrange [-1:1]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set xlabel &amp;quot;x coordinate&amp;quot;&lt;br /&gt;
   unset ylabel&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   plot f(x) with points title 'sin(x)' ls 1,\&lt;br /&gt;
          g(x) with points notitle ls 2&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Macros ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set macros&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot;&lt;br /&gt;
   B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   L_GRAPH = &amp;quot;set lmargin at screen 0.12; set rmargin at screen 0.45&amp;quot;&lt;br /&gt;
   R_GRAPH = &amp;quot;set lmargin at screen 0.61; set rmargin at screen 0.94&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Multiplot ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set multiplot&lt;br /&gt;
   unset multiplot&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=143</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=143"/>
				<updated>2016-03-11T13:05:03Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* First script */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== First script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set terminal postscript eps enhanced color &amp;quot;Times-Roman&amp;quot; 20&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set style line 1 linetype 1 linecolor rgb &amp;quot;696969&amp;quot; linewidth 3.0 pointtype 1&lt;br /&gt;
   set style line 2 linetype 1 linecolor rob &amp;quot;FF6600&amp;quot; linewidth 3.0 pointtype 1&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set output &amp;quot;graph.eps&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   a = 0.8&lt;br /&gt;
   f(x) = a * cos(x)&lt;br /&gt;
   g(x) = a * sin(x)&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   pi = 3.14159265359&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;  &lt;br /&gt;
   set xrange [0:3*pi]&lt;br /&gt;
   set yrange [-1:1]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set xlabel &amp;quot;x coordinate&amp;quot;&lt;br /&gt;
   unset ylabel&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   plot f(x) with points title 'sin(x)' ls 1,\&lt;br /&gt;
          g(x) with points notitle ls 2&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Macros ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot;&lt;br /&gt;
   B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   L_GRAPH = &amp;quot;set lmargin at screen 0.12; set rmargin at screen 0.45&amp;quot;&lt;br /&gt;
   R_GRAPH = &amp;quot;set lmargin at screen 0.61; set rmargin at screen 0.94&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=142</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=142"/>
				<updated>2016-03-11T13:03:58Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* First script */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== First script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set terminal postscript eps enhanced color &amp;quot;Times-Roman&amp;quot; 20&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set style line 1 linetype 1 linecolor rgb &amp;quot;696969&amp;quot; linewidth 3.0 pointtype 1&lt;br /&gt;
   set style line 2 linetype 1 linecolor rob &amp;quot;FF6600&amp;quot; linewidth 3.0 pointtype 1&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set output &amp;quot;graph.eps&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   a = 0.8&lt;br /&gt;
   f(x) = a * cos(x)&lt;br /&gt;
   g(x) = a * sin(x)&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   pi = 3.14159265359&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;  &lt;br /&gt;
   set xrange [0:3*pi]&lt;br /&gt;
   set orange [-1:1]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set xlabel &amp;quot;x coordinate&amp;quot;&lt;br /&gt;
   unset ylabel&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   plot f(x) with points title 'sin(x)' ls 1,\&lt;br /&gt;
          g(x) with points notitle ls 2&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Macros ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot;&lt;br /&gt;
   B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   L_GRAPH = &amp;quot;set lmargin at screen 0.12; set rmargin at screen 0.45&amp;quot;&lt;br /&gt;
   R_GRAPH = &amp;quot;set lmargin at screen 0.61; set rmargin at screen 0.94&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=141</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=141"/>
				<updated>2016-03-11T13:01:50Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* First script */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== First script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set terminal postscript eps enhanced color &amp;quot;Times-Roman&amp;quot; 20&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set style line 1 linetype 1 linecolor rgb &amp;quot;696969&amp;quot; linewidth 3.0 pointtype 1&lt;br /&gt;
   set style line 2 linetype 1 linecolor rob &amp;quot;FF6600&amp;quot; linewidth 3.0 pointtype 1&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set output &amp;quot;graph.eps&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   a = 0.8&lt;br /&gt;
   f(x) = a * cos(x)&lt;br /&gt;
   g(x) = a * sin(x)&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   pi = 3.14159265359&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;  &lt;br /&gt;
   set xrange [0:3*pi]&lt;br /&gt;
   set orange [-1:1]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Macros ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot;&lt;br /&gt;
   B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   L_GRAPH = &amp;quot;set lmargin at screen 0.12; set rmargin at screen 0.45&amp;quot;&lt;br /&gt;
   R_GRAPH = &amp;quot;set lmargin at screen 0.61; set rmargin at screen 0.94&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=140</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=140"/>
				<updated>2016-03-11T12:59:19Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* First script */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== First script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set terminal postscript eps enhanced color &amp;quot;Times-Roman&amp;quot; 20&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set style line 1 linetype 1 linecolor rgb &amp;quot;696969&amp;quot; linewidth 3.0 pointtype 1&lt;br /&gt;
   set style line 2 linetype 1 linecolor rob &amp;quot;FF6600&amp;quot; linewidth 3.0 pointtype 1&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set output &amp;quot;graph.eps&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Macros ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot;&lt;br /&gt;
   B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   L_GRAPH = &amp;quot;set lmargin at screen 0.12; set rmargin at screen 0.45&amp;quot;&lt;br /&gt;
   R_GRAPH = &amp;quot;set lmargin at screen 0.61; set rmargin at screen 0.94&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=139</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=139"/>
				<updated>2016-03-11T12:58:32Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* First script */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== First script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set terminal postscript eps enhanced color &amp;quot;Times-Roman&amp;quot; 20&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   set style line 1 linetype 1 linecolor rgb &amp;quot;696969&amp;quot; linewidth 3.0 pointtype 1&lt;br /&gt;
   set style line 2 linetype 1 linecolor rob &amp;quot;FF6600&amp;quot; linewidth 3.0 pointtype 1&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Macros ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot;&lt;br /&gt;
   B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   L_GRAPH = &amp;quot;set lmargin at screen 0.12; set rmargin at screen 0.45&amp;quot;&lt;br /&gt;
   R_GRAPH = &amp;quot;set lmargin at screen 0.61; set rmargin at screen 0.94&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=138</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=138"/>
				<updated>2016-03-11T12:56:20Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* First script */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== First script ==&lt;br /&gt;
&lt;br /&gt;
== Macros ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot;&lt;br /&gt;
   B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   L_GRAPH = &amp;quot;set lmargin at screen 0.12; set rmargin at screen 0.45&amp;quot;&lt;br /&gt;
   R_GRAPH = &amp;quot;set lmargin at screen 0.61; set rmargin at screen 0.94&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=137</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=137"/>
				<updated>2016-03-11T12:56:12Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* Macros */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=== First script ===&lt;br /&gt;
&lt;br /&gt;
== Macros ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot;&lt;br /&gt;
   B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   L_GRAPH = &amp;quot;set lmargin at screen 0.12; set rmargin at screen 0.45&amp;quot;&lt;br /&gt;
   R_GRAPH = &amp;quot;set lmargin at screen 0.61; set rmargin at screen 0.94&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=136</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=136"/>
				<updated>2016-03-11T12:56:03Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* First script */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=== First script ===&lt;br /&gt;
&lt;br /&gt;
==== Macros ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot;&lt;br /&gt;
   B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   L_GRAPH = &amp;quot;set lmargin at screen 0.12; set rmargin at screen 0.45&amp;quot;&lt;br /&gt;
   R_GRAPH = &amp;quot;set lmargin at screen 0.61; set rmargin at screen 0.94&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=135</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=135"/>
				<updated>2016-03-11T12:55:53Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==== First script ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Macros ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot;&lt;br /&gt;
   B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   L_GRAPH = &amp;quot;set lmargin at screen 0.12; set rmargin at screen 0.45&amp;quot;&lt;br /&gt;
   R_GRAPH = &amp;quot;set lmargin at screen 0.61; set rmargin at screen 0.94&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=134</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=134"/>
				<updated>2016-03-11T12:54:04Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* Macros */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Macros ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot;&lt;br /&gt;
   B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   L_GRAPH = &amp;quot;set lmargin at screen 0.12; set rmargin at screen 0.45&amp;quot;&lt;br /&gt;
   R_GRAPH = &amp;quot;set lmargin at screen 0.61; set rmargin at screen 0.94&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=133</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=133"/>
				<updated>2016-03-11T12:50:52Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* Macros */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Macros ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot;&lt;br /&gt;
   B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=132</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=132"/>
				<updated>2016-03-11T12:50:32Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* Macros */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Macros ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot;&lt;br /&gt;
   B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; a &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot; &lt;br /&gt;
B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot; &amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=131</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=131"/>
				<updated>2016-03-11T12:49:46Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* Macros */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Macros ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
    T_GRAPH = &amp;quot;set margin at screen 0.99; set bmargin at screen 0.81&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; a &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot; &lt;br /&gt;
B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot; &amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=130</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=130"/>
				<updated>2016-03-11T12:49:02Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* Macros */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Macros ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
    T_GRAPH = &amp;quot;&amp;quot;&amp;lt;reaction reversible=&amp;quot;yes&amp;quot; type=&amp;quot;falloff&amp;quot; id=&amp;quot;0012&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; a &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot; &lt;br /&gt;
B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot; &amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=129</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=129"/>
				<updated>2016-03-11T12:48:53Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* Macros */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Macros ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
    T_GRAPH &amp;lt;reaction reversible=&amp;quot;yes&amp;quot; type=&amp;quot;falloff&amp;quot; id=&amp;quot;0012&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; a &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot; &lt;br /&gt;
B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot; &amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=128</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=128"/>
				<updated>2016-03-11T12:48:42Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* Macros */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Macros ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
    T &amp;lt;reaction reversible=&amp;quot;yes&amp;quot; type=&amp;quot;falloff&amp;quot; id=&amp;quot;0012&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; a &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot; &lt;br /&gt;
B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot; &amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=127</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=127"/>
				<updated>2016-03-11T12:48:21Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* Macros */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Macros ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
    &amp;lt;!-- reaction 0012    --&amp;gt;&lt;br /&gt;
    &amp;lt;reaction reversible=&amp;quot;yes&amp;quot; type=&amp;quot;falloff&amp;quot; id=&amp;quot;0012&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; a &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot; &lt;br /&gt;
B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot; &amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=126</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=126"/>
				<updated>2016-03-11T12:48:04Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Macros ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
    &amp;lt;!-- reaction 0012    --&amp;gt;&lt;br /&gt;
    &amp;lt;reaction reversible=&amp;quot;yes&amp;quot; type=&amp;quot;falloff&amp;quot; id=&amp;quot;0012&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;equation&amp;gt;O + CO (+ M) [=] CO2 (+ M)&amp;lt;/equation&amp;gt;&lt;br /&gt;
      &amp;lt;rateCoeff&amp;gt;&lt;br /&gt;
        &amp;lt;Arrhenius&amp;gt;&lt;br /&gt;
           &amp;lt;A&amp;gt;1.800000E+07&amp;lt;/A&amp;gt;&lt;br /&gt;
           &amp;amp;lt;b&amp;gt;0&amp;amp;lt;/b&amp;gt;&lt;br /&gt;
           &amp;lt;E units=&amp;quot;cal/mol&amp;quot;&amp;gt;2385.000000&amp;lt;/E&amp;gt;&lt;br /&gt;
        &amp;lt;/Arrhenius&amp;gt;&lt;br /&gt;
        &amp;lt;Arrhenius name=&amp;quot;k0&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;A&amp;gt;6.020000E+08&amp;lt;/A&amp;gt;&lt;br /&gt;
           &amp;amp;lt;b&amp;gt;0&amp;amp;lt;/b&amp;gt;&lt;br /&gt;
           &amp;lt;E units=&amp;quot;cal/mol&amp;quot;&amp;gt;3000.000000&amp;lt;/E&amp;gt;&lt;br /&gt;
        &amp;lt;/Arrhenius&amp;gt;&lt;br /&gt;
        &amp;lt;efficiencies default=&amp;quot;1.0&amp;quot;&amp;gt;AR:0.5  C2H6:3  CH4:2  CO:1.5  CO2:3.5  H2:2  H2O:6  O2:6 &amp;lt;/efficiencies&amp;gt;&lt;br /&gt;
        &amp;lt;falloff type=&amp;quot;Lindemann&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/rateCoeff&amp;gt;&lt;br /&gt;
      &amp;lt;reactants&amp;gt;CO:1 O:1.0&amp;lt;/reactants&amp;gt;&lt;br /&gt;
      &amp;lt;products&amp;gt;CO2:1.0&amp;lt;/products&amp;gt;&lt;br /&gt;
    &amp;lt;/reaction&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; a &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot; &lt;br /&gt;
B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot; &amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=125</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=125"/>
				<updated>2016-03-11T12:47:34Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* Macros */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==== Macros ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; a &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot; &lt;br /&gt;
B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot; &amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=124</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=124"/>
				<updated>2016-03-11T12:47:11Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* Macros */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==== Macros ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot; &lt;br /&gt;
B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot; &amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=123</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=123"/>
				<updated>2016-03-11T12:46:37Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* Macros */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==== Macros ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot; &lt;br /&gt;
B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=122</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=122"/>
				<updated>2016-03-11T12:45:47Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* Macros */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==== Macros ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot; &lt;br /&gt;
&lt;br /&gt;
B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=121</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=121"/>
				<updated>2016-03-11T12:45:40Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* Macros */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==== Macros ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot; //&lt;br /&gt;
B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=120</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=120"/>
				<updated>2016-03-11T12:45:26Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: /* Macros */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==== Macros ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot;&lt;br /&gt;
B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	<entry>
		<id>https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=119</id>
		<title>Gnuplot</title>
		<link rel="alternate" type="text/html" href="https://orch.coria-cfd.fr/index.php?title=Gnuplot&amp;diff=119"/>
				<updated>2016-03-11T12:45:18Z</updated>
		
		<summary type="html">&lt;p&gt;Jaouen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==== Macros ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
	T_GRAPH = &amp;quot;set tmargin at screen 0.99; set bmargin at screen 0.81&amp;quot;&lt;br /&gt;
	B_GRAPH = &amp;quot;set tmargin at screen 0.74; set bmargin at screen 0.56&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaouen</name></author>	</entry>

	</feed>