This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
cluster:210 [2022/01/03 15:00] hmeij07 created |
cluster:210 [2022/01/03 15:14] (current) hmeij07 |
||
---|---|---|---|
Line 3: | Line 3: | ||
- | For other years view: [[cluster: | + | For other years view: [[cluster: |
- | ==== 2020 Queue Usage ==== | + | ==== 2021 Queue Usage ==== |
- | ^ | + | ^ |
| | | | | | ||
^ HPC Cluster | ^ HPC Cluster | ||
| | | | | | ||
- | | {{:cluster:2020total.png}} | | + | | {{:cluster:total_2021.jpg}} | |
| | | | | | ||
| | | | | | ||
- | | {{:cluster:2020total60kless.png}} | | + | | {{:cluster:total_2021-pending-limit.jpg}} | |
| | | | | | ||
+ | |||
< | < | ||
- | date, | ||
- | 07/ | ||
- | 07/ | ||
- | ... | ||
- | 07/ | ||
- | 07/ | ||
- | 07/ | ||
- | 07/ | ||
- | </code> | + | /* import total into work.one */ |
- | + | ||
- | + | ||
- | < | + | |
/* import total into work.one */ | /* import total into work.one */ | ||
- | data two; set one; if var2 eq ' | + | data two; set one; if var2 eq ' |
title1 j=c ' | title1 j=c ' | ||
- | title2 j=c ' | + | title2 j=c ' |
- | footnote | + | title3 |
axis1 label=(" | axis1 label=(" | ||
Line 50: | Line 40: | ||
proc gplot data=two; | proc gplot data=two; | ||
plot var4*var1 var3*var1 / | plot var4*var1 var3*var1 / | ||
- | haxis=axis2 vaxis=axis1 overlay vref=2096; | + | haxis=axis2 vaxis=axis1 overlay vref=2056; |
run; | run; | ||
quit; | quit; | ||
+ | |||
</ | </ |