Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Parallel-in-Time/PararealF90
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ruprecht committed Sep 21, 2015
2 parents eb8884c + ecf8051 commit 7fcd7f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion makefile.defs.DORA
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
F90 = ftn

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

# Flags useful for debugging
#FCFLAGS += -g -frecursive -ffree-form -frange-check -fbacktrace -fvar-tracking -C -Wconversion -fimplicit-none -Warray-temporaries -Wcharacter-truncation -Wline-truncation -fcheck=all -fbounds-check
4 changes: 2 additions & 2 deletions run_parareal_energy.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
generate_q0(Nx, Ny, Nz)
Nproc = 24
Nsamples = 40
Nsamples = 50

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

for kk in range(14,15):
for kk in range(0,Nsamples):
types = [ 'mpi', 'openmp', 'openmp_pipe' ]
for ii in range(0,len(types)):

Expand Down

0 comments on commit 7fcd7f8

Please sign in to comment.