Skip to content

Commit 0e54f5d

Browse files
author
Daniel Ruprecht
committed
fixed parameter in energy measurement script
1 parent ef264a0 commit 0e54f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_parareal_energy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#
1212
generate_q0(Nx, Ny, Nz)
1313
Nproc = 24
14-
Nsamples = 40
14+
Nsamples = 50
1515

1616
# Prepare generation of a bash script to rename RUR output...
1717
# These log files are identified using the JobID. Running rename.sh after all jobs are finished will
@@ -32,7 +32,7 @@
3232
Nfine = timemesh.get('Nfine')
3333
Ncoarse = timemesh.get('Ncoarse')
3434

35-
for kk in range(14,15):
35+
for kk in range(0,Nsamples):
3636
types = [ 'mpi', 'openmp', 'openmp_pipe' ]
3737
for ii in range(0,len(types)):
3838

0 commit comments

Comments
 (0)