File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11F90 = 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
Original file line number Diff line number Diff line change 1111#
1212generate_q0 (Nx , Ny , Nz )
1313Nproc = 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
3232Nfine = timemesh .get ('Nfine' )
3333Ncoarse = 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
You can’t perform that action at this time.
0 commit comments