You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!doctype html><htmllang="en"><head><metacharset="utf-8"/><linkrel="shortcut icon" href="/autosubmitapp/favicon.ico"/><linkrel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous"/><scripttype="text/javascript" src="https://unpkg.com/vis-network@latest/dist/vis-network.min.js"></script><linkhref="https://cdnjs.cloudflare.com/ajax/libs/vis/4.21.0/vis-network.min.css" rel="stylesheet"/><linkrel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"/><scriptsrc="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script><scriptsrc="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script><scriptsrc="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script><script>$(document).ready((function(){$("body").tooltip({selector:"[data-toggle=tooltip]"})}))</script><metaname="viewport" content="width=device-width,initial-scale=1"/><metaname="theme-color" content="#000000"/><linkrel="manifest" href="/autosubmitapp/manifest.json"/><title>Autosubmit GUI</title><linkhref="/autosubmitapp/static/css/main.3206b6c4.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><divid="root"></div><script>!function(e){functiont(t){for(varn,i,a=t[0],l=t[1],p=t[2],c=0,s=[];c<a.length;c++)i=a[c],Object.prototype.hasOwnProperty.call(o,i)&&o[i]&&s.push(o[i][0]),o[i]=0;for(ninl)Object.prototype.hasOwnProperty.call(l,n)&&(e[n]=l[n]);for(f&&f(t);s.length;)s.shift()();returnu.push.apply(u,p||[]),r()}functionr(){for(vare,t=0;t<u.length;t++){for(varr=u[t],n=!0,a=1;a<r.length;a++){varl=r[a];0!==o[l]&&(n=!1)}n&&(u.splice(t--,1),e=i(i.s=r[0]))}returne}varn={},o={1:0},u=[];functioni(t){if(n[t])returnn[t].exports;varr=n[t]={i:t,l:!1,exports:{}};returne[t].call(r.exports,r,r.exports,i),r.l=!0,r.exports}i.m=e,i.c=n,i.d=function(e,t,r){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},i.r=function(e){"undefined"!=typeofSymbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)returne;if(4&t&&"object"==typeofe&&e&&e.__esModule)returne;varr=Object.create(null);if(i.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeofe)for(varnine)i.d(r,n,function(t){returne[t]}.bind(null,n));returnr},i.n=function(e){vart=e&&e.__esModule?function(){returne.default}:function(){returne};returni.d(t,"a",t),t},i.o=function(e,t){returnObject.prototype.hasOwnProperty.call(e,t)},i.p="/autosubmitapp/";vara=this.webpackJsonpautosubmitgui=this.webpackJsonpautosubmitgui||[],l=a.push.bind(a);a.push=t,a=a.slice();for(varp=0;p<a.length;p++)t(a[p]);varf=l;r()}([])</script><scriptsrc="/autosubmitapp/static/js/2.78dc1ab9.chunk.js"></script><scriptsrc="/autosubmitapp/static/js/main.f2d23f19.chunk.js"></script></body><scripttype="text/javascript">functionshowTreeTab(){$('#myTab a[href="#treeview"]').tab("show")}functionshowGraphTab(){$('#myTab a[href="#graph"]').tab("show")}functionshowLogTab(){$('#myTab a[href="#log"]').tab("show")}functionshowStatsTab(){$('#myTab a[href="#stats"]').tab("show")}functioncopyToClip(o){vare=document.getElementById(o);e?(e.select(),e.setSelectionRange(0,99999),document.execCommand("copy")):console.log("No selection")}functionfallbackCopyTextToClipboard(o){vare=document.createElement("textarea");e.value=o,e.style.top="0",e.style.left="0",e.style.position="fixed",document.body.appendChild(e),e.focus(),e.select();try{vart=document.execCommand("copy")?"successful":"unsuccessful";console.log("Fallback: Copying text command was "+t)}catch(o){console.error("Fallback: Oops, unable to copy",o)}document.body.removeChild(e)}functioncopyTextToClipboard(o){navigator.clipboard?navigator.clipboard.writeText(o).then((function(){console.log("Async: Copying to clipboard was successful!")}),(function(o){console.error("Async: Could not copy text: ",o)})):fallbackCopyTextToClipboard(o)}functionscrollToBottom(){varo=document.getElementById("log_scroll");o&&(o.scrollTop=o.scrollHeight-o.clientHeight)}</script><linkhref="//cdn.jsdelivr.net/npm/[email protected]/dist/skin-win8/ui.fancytree.min.css" rel="stylesheet"/></html>
1
+
<!doctype html><htmllang="en"><head><metacharset="utf-8"/><linkrel="shortcut icon" href="/autosubmitapp/favicon.ico"/><linkrel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous"/><scripttype="text/javascript" src="https://unpkg.com/vis-network@latest/dist/vis-network.min.js"></script><linkhref="https://cdnjs.cloudflare.com/ajax/libs/vis/4.21.0/vis-network.min.css" rel="stylesheet"/><linkrel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"/><scriptsrc="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script><scriptsrc="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script><scriptsrc="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script><script>$(document).ready((function(){$("body").tooltip({selector:"[data-toggle=tooltip]"})}))</script><metaname="viewport" content="width=device-width,initial-scale=1"/><metaname="theme-color" content="#000000"/><linkrel="manifest" href="/autosubmitapp/manifest.json"/><title>Autosubmit GUI</title><linkhref="/autosubmitapp/static/css/main.3206b6c4.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><divid="root"></div><script>!function(e){functiont(t){for(varn,i,a=t[0],l=t[1],p=t[2],c=0,s=[];c<a.length;c++)i=a[c],Object.prototype.hasOwnProperty.call(o,i)&&o[i]&&s.push(o[i][0]),o[i]=0;for(ninl)Object.prototype.hasOwnProperty.call(l,n)&&(e[n]=l[n]);for(f&&f(t);s.length;)s.shift()();returnu.push.apply(u,p||[]),r()}functionr(){for(vare,t=0;t<u.length;t++){for(varr=u[t],n=!0,a=1;a<r.length;a++){varl=r[a];0!==o[l]&&(n=!1)}n&&(u.splice(t--,1),e=i(i.s=r[0]))}returne}varn={},o={1:0},u=[];functioni(t){if(n[t])returnn[t].exports;varr=n[t]={i:t,l:!1,exports:{}};returne[t].call(r.exports,r,r.exports,i),r.l=!0,r.exports}i.m=e,i.c=n,i.d=function(e,t,r){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},i.r=function(e){"undefined"!=typeofSymbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)returne;if(4&t&&"object"==typeofe&&e&&e.__esModule)returne;varr=Object.create(null);if(i.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeofe)for(varnine)i.d(r,n,function(t){returne[t]}.bind(null,n));returnr},i.n=function(e){vart=e&&e.__esModule?function(){returne.default}:function(){returne};returni.d(t,"a",t),t},i.o=function(e,t){returnObject.prototype.hasOwnProperty.call(e,t)},i.p="/autosubmitapp/";vara=this.webpackJsonpautosubmitgui=this.webpackJsonpautosubmitgui||[],l=a.push.bind(a);a.push=t,a=a.slice();for(varp=0;p<a.length;p++)t(a[p]);varf=l;r()}([])</script><scriptsrc="/autosubmitapp/static/js/2.78dc1ab9.chunk.js"></script><scriptsrc="/autosubmitapp/static/js/main.0b1f18b5.chunk.js"></script></body><scripttype="text/javascript">functionshowTreeTab(){$('#myTab a[href="#treeview"]').tab("show")}functionshowGraphTab(){$('#myTab a[href="#graph"]').tab("show")}functionshowLogTab(){$('#myTab a[href="#log"]').tab("show")}functionshowStatsTab(){$('#myTab a[href="#stats"]').tab("show")}functioncopyToClip(o){vare=document.getElementById(o);e?(e.select(),e.setSelectionRange(0,99999),document.execCommand("copy")):console.log("No selection")}functionfallbackCopyTextToClipboard(o){vare=document.createElement("textarea");e.value=o,e.style.top="0",e.style.left="0",e.style.position="fixed",document.body.appendChild(e),e.focus(),e.select();try{vart=document.execCommand("copy")?"successful":"unsuccessful";console.log("Fallback: Copying text command was "+t)}catch(o){console.error("Fallback: Oops, unable to copy",o)}document.body.removeChild(e)}functioncopyTextToClipboard(o){navigator.clipboard?navigator.clipboard.writeText(o).then((function(){console.log("Async: Copying to clipboard was successful!")}),(function(o){console.error("Async: Could not copy text: ",o)})):fallbackCopyTextToClipboard(o)}functionscrollToBottom(){varo=document.getElementById("log_scroll");o&&(o.scrollTop=o.scrollHeight-o.clientHeight)}</script><linkhref="//cdn.jsdelivr.net/npm/[email protected]/dist/skin-win8/ui.fancytree.min.css" rel="stylesheet"/></html>
Copy file name to clipboardexpand all lines: src/components/experiment/FAQ.js
+10-5
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,26 @@ import React from 'react'
3
3
constFAQ=()=>{
4
4
return(
5
5
<divclassName='card-body'>
6
-
<h5>Where does the information in the <strong>Tree/Graph/Quick</strong> View come from?</h5>
6
+
<ul>
7
+
<li><h5>Where does the information in the <strong>Tree/Graph/Quick</strong> View come from?</h5></li>
7
8
<pclassName='lead'>The information directly related to the jobs' status comes from the <em>pkl</em> file that Autosubmit generates and constantly updates when your experiment is running. This file stores key information from your jobs that allow us to identify them and retrieve their information.</p>
8
9
<pclassName='lead'> The <em>queuing</em> and <em>running</em> times come from the files that Autosubmit generates to store the submit, start, finish times, and the status of your job. These files usually end with the string <em>*_TOTAL_STATS</em> where <strong>*</strong> is replaced by the job's name. This file can contain the registers for many runs of the same job. Moreover, the latest version of Autosubmit implements a job historical database that improves the previously described functionality and extends its data retrieval capabilities. If this information is available, it will be prioritized over the former source.</p>
10
+
11
+
9
12
10
-
<h5>What does it mean for a job's <strong>STATUS</strong> to be shown as <em>SUSPICIOUS</em>?</h5>
13
+
<li><h5>What does it mean for a job's <strong>STATUS</strong> to be shown as <em>SUSPICIOUS</em>?</h5></li>
11
14
<pclassName='lead'>The <em>pkl</em> file of your experiment stores the current status of its jobs. The <em>*_TOTAL_STATS</em> files that Autosubmit generates also store the status of the corresponding job in the experiment. Whenever the values on these sources differ, the GUI assumes that something is not working right and it will show the <em>SUSPICIOUS</em> status text next to the job's name as a warning. Sometimes there is a little bit of delay between Autosubmit updating the <em>pkl</em> file and updating or creating the <em>*_TOTAL_STATS</em> file, in this case the <em>SUSPICIOUS</em> status should be replaced by the right status after some minutes if you <spanclassName="badge badge-success">Refresh</span> (or <em>F5</em>) the Tree/Graph/Quick view of your experiment, or if the <spanclassName="badge badge-success">Job Monitor</span> tool is active. However, if it does not disappear, it could mean that truly something wrong is happening with your experiment.</p>
12
15
13
-
<h5>I see a big <spanclassName='text-danger'>Permission Denied</span> message in the top bar. What to do?</h5>
16
+
<li><h5>I see a big <spanclassName='text-danger'>Permission Denied</span> message in the top bar. What to do?</h5></li>
14
17
<pclassName="lead">This means the Autosubmit GUI could not read the <strong>conf</strong> files of your experiment due to their level of protection. Make sure that your <strong>conf</strong> files have read permission for your user group.</p>
15
18
16
-
<h5>Where can I report an issue?</h5>
19
+
<li><h5>Where can I report an issue?</h5></li>
17
20
<pclassName="lead">If you find that something is broken or you suspect that it is not working correctly, you can open an issue at <ahref="https://earth.bsc.es/gitlab/es/autosubmit/-/issues"rel="noopener noreferrer"target="_blank">Autosubmit Project Issues</a>.</p>
18
21
19
-
<h5>The Job Information Panel shows the values SYPD and ASYPD. What are those?</h5>
22
+
<li><h5>The Job Information Panel shows the values SYPD and ASYPD. What are those?</h5></li>
20
23
<pclassName="lead">Refer to the definition of the <em>Generalization of SYPD and ASYPD</em> at <ahref="https://earth.bsc.es/gitlab/wuruchi/autosubmitreact/-/wikis/Performance-Metrics"target="_blank"rel="noreferrer">Autosubmit API Wiki: Performance Metrics</a>. <em>SYPD</em> is automatically updated when Job Monitor is active. <em>ASYPD</em>, due to the nature of its computation, will require a reload of the Tree or Graph view to be updated.</p>
24
+
25
+
</ul>
21
26
22
27
<pclassName="small text-muted">We will continue adding more information. For suggestions, you can open an issue on the Autosubmit project.</p>
0 commit comments