Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
giraffe
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nek5000
giraffe
Commits
8876fa68
Commit
8876fa68
authored
Oct 06, 2017
by
Elia Merzari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
src_nek/nek_moose.f
src_nek/nek_moose.f
+8
-3
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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