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
elpa
elpa
Commits
29d84527
Commit
29d84527
authored
Feb 18, 2016
by
Andreas Marek
Browse files
Merge branch 'master' of gitlab.mpcdf.mpg.de:elpa/elpa
parents
339b4fca
0eacaed7
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa1_compute.F90
View file @
29d84527
...
@@ -2538,6 +2538,8 @@ module ELPA1_compute
...
@@ -2538,6 +2538,8 @@ module ELPA1_compute
#ifdef WITH_OPENMP
#ifdef WITH_OPENMP
integer
(
kind
=
ik
)
::
max_threads
,
my_thread
integer
(
kind
=
ik
)
::
max_threads
,
my_thread
integer
(
kind
=
ik
)
::
omp_get_max_threads
,
omp_get_thread_num
integer
(
kind
=
ik
)
::
omp_get_max_threads
,
omp_get_thread_num
integer
(
kind
=
ik
)
::
istat
character
(
200
)
::
errorMessage
max_threads
=
omp_get_max_threads
()
max_threads
=
omp_get_max_threads
()
...
...
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