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
792682a1
Commit
792682a1
authored
Jan 05, 2019
by
Matthias Redies
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repair OMP in excepbe
parent
d11789a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
xc-pot/excepbe.f90
xc-pot/excepbe.f90
+6
-6
No files found.
xc-pot/excepbe.f90
View file @
792682a1
...
...
@@ -36,11 +36,11 @@ CONTAINS
REAL
,
PARAMETER
::
sml
=
1.e-14
REAL
,
PARAMETER
::
smlc
=
2.01e-14
!
OMP parallel do default(private)
!
OMP& SHARED(xcpot,jspins,mirm,irmx)
!
OMP& SHARED(rh,agr,agru,agrd)
!
OMP& SHARED(g2ru,g2rd,gggr,gggru,gggrd)
!
OMP&
SHARED(exc)
!
$OMP parallel do default(private) &
!
$OMP SHARED(xcpot,jspins,mirm,irmx) &
!
$OMP SHARED(rh,agr,agru,agrd) &
!
$OMP SHARED(g2ru,g2rd,gggr,gggru,gggrd) &
!
$OMP
SHARED(exc)
DO
i
=
1
,
irmx
IF
(
jspins
==
1
)
THEN
...
...
@@ -99,6 +99,6 @@ CONTAINS
exc
(
i
)
=
xced
*
2
! in ry
ENDDO
!
OMP end parallel do
!
$
OMP end parallel do
END
SUBROUTINE
excepbe
END
MODULE
m_excepbe
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