Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
E3SM
Kernels
Commits
2c23785d
Commit
2c23785d
authored
Jul 27, 2020
by
Youngsung Kim
Browse files
used json as file name extension
parent
12beb131
Changes
4
Hide whitespace changes
Inline
Side-by-side
atm/rrtmg_lw/getpapi.py
View file @
2c23785d
...
...
@@ -78,5 +78,5 @@ with open(sys.argv[1]) as f:
else
:
print
(
"Warning: kernel execution for papi %s is failed."
%
event
)
with
open
(
"kernel_papi.
log
"
,
"w"
)
as
kp
:
with
open
(
"kernel_papi.
json
"
,
"w"
)
as
kp
:
json
.
dump
(
data
,
kp
)
atm/rrtmg_lw/kernel_papi_compy.
log
→
atm/rrtmg_lw/kernel_papi_compy.
json
View file @
2c23785d
File moved
atm/rrtmg_lw/kernel_papi_corihaswell.
log
→
atm/rrtmg_lw/kernel_papi_corihaswell.
json
View file @
2c23785d
File moved
atm/rrtmg_lw/kernel_papi_summit.
log
→
atm/rrtmg_lw/kernel_papi_summit.
json
View file @
2c23785d
File moved
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