Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nek5000
giraffe
Commits
8876fa68
Commit
8876fa68
authored
Oct 06, 2017
by
Elia Merzari
Browse files
Some cleaning up
parent
069d2a7c
Pipeline
#2767
failed with stages
in 306 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src_nek/nek_moose.f
View file @
8876fa68
...
...
@@ -63,16 +63,21 @@ C=======================================================================
include
'CTIMER'
common
/
cht_coupler
/
pstep
integer
pstep
logical
ifdoin
character
*
3
prefix
real
*
4
papi_mflops
integer
*
8
papi_flops
integer
icall
,
kstep
,
knstep
,
i
pstep
=
2
if
(
param
(
103
)
.gt.
0
)
call
q_filter
(
param
(
103
))
call
setup_convect
(
pstep
)
! Save convective velocity _after_ filter
call
userchk
call
prepost
(
.false.
,
'his'
)
prefix
=
'his'
ifdoin
=
.false.
call
prepost
(
ifdoin
,
prefix
)
call
in_situ_check
()
if
(
mod
(
istep
,
nsteps
)
.eq.
0
)
lastep
=
1
...
...
@@ -123,7 +128,7 @@ C=======================================================================
enddo
c
For
Testing
call
nek_testp
()
c
call
nek_testp
()
return
end
C
=======================================================================
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment