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
54
Issues
54
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
06c7afb0
Commit
06c7afb0
authored
Sep 26, 2017
by
Daniel Wortmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added blanck line in front of stop messages to avoid messing up output with non-advancing IO before
parent
9c2ad1ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
juDFT/stop.F90
juDFT/stop.F90
+5
-3
No files found.
juDFT/stop.F90
View file @
06c7afb0
...
@@ -78,7 +78,7 @@ CONTAINS
...
@@ -78,7 +78,7 @@ CONTAINS
ELSE
ELSE
callstop
=
.TRUE.
callstop
=
.TRUE.
ENDIF
ENDIF
IF
(
.NOT.
warn
)
THEN
IF
(
.NOT.
warn
)
THEN
WRITE
(
text
(
1
),
*
)
PE
,
"**************juDFT-Error*****************"
WRITE
(
text
(
1
),
*
)
PE
,
"**************juDFT-Error*****************"
ELSE
ELSE
...
@@ -115,9 +115,11 @@ CONTAINS
...
@@ -115,9 +115,11 @@ CONTAINS
linenr
=
linenr
+1
linenr
=
linenr
+1
WRITE
(
text
(
linenr
),
'(a)'
)
"Warnings not ignored. Touch 'JUDFT_WARN_ONLY' to make the warning nonfatal"
WRITE
(
text
(
linenr
),
'(a)'
)
"Warnings not ignored. Touch 'JUDFT_WARN_ONLY' to make the warning nonfatal"
ENDIF
ENDIF
write
(
0
,
"(10(a,/))"
)
(
trim
(
text
(
n
)),
n
=
1
,
linenr
)
WRITE
(
0
,
*
)
WRITE
(
0
,
"(10(a,/))"
)
(
TRIM
(
text
(
n
)),
n
=
1
,
linenr
)
CALL
juDFT_STOP
()
CALL
juDFT_STOP
()
ENDIF
ENDIF
WRITE
(
0
,
*
)
write
(
0
,
"(10(a,/))"
)
(
trim
(
text
(
n
)),
n
=
1
,
linenr
)
write
(
0
,
"(10(a,/))"
)
(
trim
(
text
(
n
)),
n
=
1
,
linenr
)
END
SUBROUTINE
juDFT_error
END
SUBROUTINE
juDFT_error
...
@@ -161,7 +163,7 @@ CONTAINS
...
@@ -161,7 +163,7 @@ CONTAINS
CALL
endXMLOutput
()
CALL
endXMLOutput
()
END
IF
END
IF
END
IF
END
IF
WRITE
(
0
,
*
)
WRITE
(
0
,
*
)
"*****************************************"
WRITE
(
0
,
*
)
"*****************************************"
WRITE
(
0
,
*
)
"Run finished successfully"
WRITE
(
0
,
*
)
"Run finished successfully"
WRITE
(
0
,
*
)
"Stop message:"
WRITE
(
0
,
*
)
"Stop message:"
...
...
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