Skip to content

Commit 7fcd7f8

Browse files
author
Daniel Ruprecht
committed
Merge branch 'master' of github.com:Parallel-in-Time/PararealF90
2 parents eb8884c + ecf8051 commit 7fcd7f8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

makefile.defs.DORA

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
F90 = ftn
22

3-
FCFLAGS = -cpp -O3 -fopenmp -Wtabs -ffree-line-length-none -Wall -fbackslash
3+
#FCFLAGS = -cpp -O3 -fopenmp -Wtabs -ffree-line-length-none -Wall -fbackslash
4+
FCFLAGS = -O3 -h omp -F
45

56
# Flags useful for debugging
67
#FCFLAGS += -g -frecursive -ffree-form -frange-check -fbacktrace -fvar-tracking -C -Wconversion -fimplicit-none -Warray-temporaries -Wcharacter-truncation -Wline-truncation -fcheck=all -fbounds-check

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)