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
52
Issues
52
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
f3324cf7
Commit
f3324cf7
authored
Jul 15, 2019
by
Daniel Wortmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small bugfix provided by P.Bonfa
parent
47d67054
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
juDFT/time.F90
juDFT/time.F90
+1
-1
No files found.
juDFT/time.F90
View file @
f3324cf7
...
...
@@ -351,11 +351,11 @@ CONTAINS
LOGICAL
,
INTENT
(
IN
),
OPTIONAL
::
stdout
INTEGER
::
irank
=
0
CHARACTER
(
len
=
:),
allocatable
::
json_str
CHARACTER
(
len
=
30
)::
filename
#ifdef CPP_MPI
INCLUDE
"mpif.h"
INTEGER
::
err
,
isize
LOGICAL
::
l_mpi
CHARACTER
(
len
=
30
)::
filename
CALL
mpi_initialized
(
l_mpi
,
err
)
if
(
l_mpi
)
CALL
MPI_COMM_RANK
(
MPI_COMM_WORLD
,
irank
,
err
)
#endif
...
...
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