Skip to content

Commit 9d31a03

Browse files
committed
Correct A100 name.
1 parent 3dc9579 commit 9d31a03

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

visu/fig_parperf3D_all_3.png

-2.96 KB
Loading

visu/fig_perf23D_stokes_3.png

-2.67 KB
Loading

visu/viz_perf_stokes.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
'linewidth',1.5, 'MarkerFaceColor','k')
120120
hold off
121121
title({'3D visco-elastic'; 'Stokes'},'fontsize',FS-2)
122-
lg=legend('Tesla A100 SXM2', 'Tesla V100 SXM2', 'Tesla P100 PCIe'); set(lg,'box','off')
122+
lg=legend('Tesla A100 SXM4', 'Tesla V100 SXM2', 'Tesla P100 PCIe'); set(lg,'box','off')
123123
ylim(mylim)
124124
xlim(mylimx)
125125
set(gca, 'XTick',stokes_3D_volta_2(2,:), 'YTicklabel',[])
@@ -163,7 +163,7 @@
163163
'linewidth',3, 'MarkerFaceColor','k'), set(gca, 'fontsize',FS, 'linewidth',1.4)
164164
title({'3D visco-elastic'; 'Stokes'},'fontsize',FS-2)
165165
% ylabel({' ';'\bf{E}'}, 'fontsize',FS)
166-
lg=legend('Tesla A100 SXM2', 'Tesla V100 SXM2', 'Tesla P100 PCIe'); set(lg,'box','off')
166+
lg=legend('Tesla A100 SXM4', 'Tesla V100 SXM2', 'Tesla P100 PCIe'); set(lg,'box','off')
167167
ylim(mylim2)
168168
xlim(mylimx2)
169169
set(gca, 'XTick',stokes_3D_mxpu_daint_2(1,:), 'YTicklabel',[])

0 commit comments

Comments
 (0)