Skip to content
Snippets Groups Projects
Commit edcfcb45 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

typo

parent 107bbcf3
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ p1 = area(Ts0D(2:end),TIME_PER_FCT,'LineStyle','none'); ...@@ -36,7 +36,7 @@ p1 = area(Ts0D(2:end),TIME_PER_FCT,'LineStyle','none');
legend('Compute RHS','Adv. fields','Poisson', 'comm', 'Sapj','Check+Sym','Diag','Missing') legend('Compute RHS','Adv. fields','Poisson', 'comm', 'Sapj','Check+Sym','Diag','Missing')
xlabel('Sim. Time [$\rho_s/c_s$]'); ylabel('Step Comp. Time [s]') xlabel('Sim. Time [$\rho_s/c_s$]'); ylabel('Step Comp. Time [s]')
xlim([Ts0D(2),Ts0D(end)]); xlim([Ts0D(2),Ts0D(end)]);
title(sprintf('Proc. #1, total sim. time ~%.0f [h]',CPUTIME/3600)) title(sprintf('Proc. 1, total sim. time ~%.0f [h]',CPUTIME/3600))
hold on hold on
FIGNAME = 'profiler'; FIGNAME = 'profiler';
save_figure save_figure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment