Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
fleur
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
51
Issues
51
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
fleur
fleur
Commits
6dc01f46
Commit
6dc01f46
authored
Dec 17, 2018
by
Matthias Redies
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
included git hash into usage data
parent
088e558e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
io/xmlOutput.F90
io/xmlOutput.F90
+2
-0
juDFT/usage_data.F90
juDFT/usage_data.F90
+2
-2
No files found.
io/xmlOutput.F90
View file @
6dc01f46
...
...
@@ -45,6 +45,7 @@ MODULE m_xmlOutput
SUBROUTINE
startXMLOutput
()
USE
m_juDFT_args
USE
m_juDFT_usage
USE
m_constants
USE
m_utility
USE
m_compile_descr
...
...
@@ -91,6 +92,7 @@ MODULE m_xmlOutput
CALL
get_compile_desc
(
gitdesc
,
githash
,
gitbranch
,
compile_date
,
compile_user
,
compile_host
,
compile_flags
,
link_flags
)
gitdescTemp
=
gitdesc
githashTemp
=
githash
CALL
add_usage_data
(
"githash"
,
githash
)
gitbranchTemp
=
gitbranch
compile_dateTemp
=
compile_date
compile_userTemp
=
compile_user
...
...
juDFT/usage_data.F90
View file @
6dc01f46
...
...
@@ -8,8 +8,8 @@ MODULE m_judft_usage
PRIVATE
CHARACTER
(
LEN
=
99
),
PARAMETER
::
URL_STRING
=
"www.flapw.de/collect.pl"
INTEGER
,
PARAMETER
::
MAX_NO_KEYS
=
20
CHARACTER
(
LEN
=
20
)
::
keys
(
MAX_NO_KEYS
)
CHARACTER
(
LEN
=
20
)
::
values
(
MAX_NO_KEYS
)
CHARACTER
(
LEN
=
20
0
)
::
keys
(
MAX_NO_KEYS
)
CHARACTER
(
LEN
=
20
0
)
::
values
(
MAX_NO_KEYS
)
INTEGER
::
no_keys
=
0
INTERFACE
add_usage_data
...
...
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