We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef264a0 commit 0e54f5dCopy full SHA for 0e54f5d
run_parareal_energy.py
@@ -11,7 +11,7 @@
11
#
12
generate_q0(Nx, Ny, Nz)
13
Nproc = 24
14
-Nsamples = 40
+Nsamples = 50
15
16
# Prepare generation of a bash script to rename RUR output...
17
# These log files are identified using the JobID. Running rename.sh after all jobs are finished will
@@ -32,7 +32,7 @@
32
Nfine = timemesh.get('Nfine')
33
Ncoarse = timemesh.get('Ncoarse')
34
35
-for kk in range(14,15):
+for kk in range(0,Nsamples):
36
types = [ 'mpi', 'openmp', 'openmp_pipe' ]
37
for ii in range(0,len(types)):
38
0 commit comments