Skip to content

Commit b9894f2

Browse files
author
Daniel Ruprecht
committed
put all dora timings into single zip file
1 parent e73a809 commit b9894f2

File tree

10 files changed

+3
-2
lines changed

10 files changed

+3
-2
lines changed

data/energy/rur_dora.zip

-62.7 KB
Binary file not shown.

data/scaling/dora/timings_2.zip

-14.8 KB
Binary file not shown.
-41.3 KB
Binary file not shown.
-41.3 KB
Binary file not shown.
-41.3 KB
Binary file not shown.
-41.3 KB
Binary file not shown.
-41.3 KB
Binary file not shown.
206 KB
Binary file not shown.

plot_parareal_energy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def extract_energy(line):
1616

1717
fs = 8
1818
Nsamples = 50
19+
Nsamples = 1
1920

2021
#Nprocs = numpy.array([2, 4, 6, 8, 12, 24])
2122
Nprocs = numpy.array([24])
@@ -83,4 +84,4 @@ def extract_energy(line):
8384
ax.set_xticklabels( ('MPI', 'OpenMP', 'OpenMP(pipe)') , fontsize=fs)
8485
ax.set_ylabel('Energy-to-solution (kilojoule)', fontsize=fs, labelpad=15)
8586
fig.savefig('Energy.pdf', bbox_inches='tight')
86-
plt.show()
87+
plt.show()

plot_parareal_scaling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
fs = 8
66

7-
Nsamples = 4
7+
Nsamples = 5
88

99
machine = "dora"
1010

0 commit comments

Comments
 (0)