Difference between revisions of "Outputs"
From orch
(Created page with "=== Compute Trajectories === === DRGEP species === === DRGEP reaction === === Compute QSS Criteria === === Get QSS file === === Get QSS file FORTRAN === === Optimisat...") |
|||
| Line 1: | Line 1: | ||
| + | Once your "condition.cpp" is filled with the desired key words, you can run the code with | ||
| + | |||
| + | <code> | ||
| + | make clean | ||
| + | |||
| + | make | ||
| + | </code> | ||
| + | |||
| + | and | ||
| + | |||
| + | <code> | ||
| + | ./mainProgram | ||
| + | </code> | ||
| + | |||
| + | |||
| + | if the main program is correctly running, your terminal should look like the following screen shot : | ||
| + | |||
| + | [[File:screenshot.png]] | ||
| + | |||
| + | with the ORCh logo and all the information on your flame and your scheme. | ||
| + | |||
=== Compute Trajectories === | === Compute Trajectories === | ||
Revision as of 14:42, 13 March 2017
Once your "condition.cpp" is filled with the desired key words, you can run the code with
make clean
make
and
./mainProgram
if the main program is correctly running, your terminal should look like the following screen shot :
with the ORCh logo and all the information on your flame and your scheme.
