<div id="checking-the-results"> <span id="index-0"></span><span id="id1"></span> <p>Let us now see how our suite ran:</p> <div ><pre>> ecf_client --group="get ; show state"</pre> </div> <p>This shows the <a href="/wiki/display/ECFLOW/Glossary#term-node"><em >node</em></a> tree and the state of each <a href="/wiki/display/ECFLOW/Glossary#term-node"><em >node</em></a>. Look at the <a href="/wiki/display/ECFLOW/Glossary#term-task"><em >task</em></a> <strong>t1</strong> if it is <a href="/wiki/display/ECFLOW/Glossary#term-complete"><em >complete</em></a> and the <a href="/wiki/display/ECFLOW/Glossary#term-suite"><em >suite</em></a> is <em>complete</em> then the run was successful.</p> <p>If this is not the case, and you might see <a href="/wiki/display/ECFLOW/Glossary#term-aborted"><em >aborted</em></a>. Please check the location (directory) of your <a href="/wiki/display/ECFLOW/Glossary#term-ecf-script"><em >ecf script</em></a> before referring to your instructor.</p> <p>The <a href="/wiki/display/ECFLOW/Glossary#term-job-file"><em >job file</em></a> created by the server is located in the same directory as the <a href="/wiki/display/ECFLOW/Glossary#term-ecf-script"><em >ecf script</em></a>, and is named <em>t1.job1</em>. Compare the files <tt ><span >t1.ecf</span></tt>, <tt ><span >head.h</span></tt>, <tt ><span >tail.h</span></tt> and <tt ><span >t1.job1</span></tt>.</p> <p>The <strong>output</strong> of the job is located in the same directory as the <a href="/wiki/display/ECFLOW/Glossary#term-ecf-script"><em >ecf script</em></a>, and is named <tt ><span >t1.1</span></tt>.</p> <p>What to do:</p> <ol > <li>Locate the ECF job and the output</li> </ol> </div> |