Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
68052d22
Commit
68052d22
authored
Oct 08, 2017
by
James Willis
Browse files
Merge branch 'master' into dopair2-vectorisation
parents
636b18b9
ea50f018
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/common_io.c
View file @
68052d22
...
...
@@ -375,6 +375,7 @@ void io_write_code_description(hid_t h_file) {
h_grpcode
=
H5Gcreate1
(
h_file
,
"/Code"
,
0
);
if
(
h_grpcode
<
0
)
error
(
"Error while creating code group"
);
io_write_attribute_s
(
h_grpcode
,
"Code"
,
"SWIFT"
);
io_write_attribute_s
(
h_grpcode
,
"Code Version"
,
package_version
());
io_write_attribute_s
(
h_grpcode
,
"Compiler Name"
,
compiler_name
());
io_write_attribute_s
(
h_grpcode
,
"Compiler Version"
,
compiler_version
());
...
...
Write
Preview
Supports
Markdown
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