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
4278a0d4
Commit
4278a0d4
authored
Feb 05, 2021
by
Andreas Marek
Browse files
new openmp directives in elpa2_bandred
parent
d3a5bab4
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa2/elpa2_bandred_template.F90
View file @
4278a0d4
...
...
@@ -693,7 +693,11 @@ max_threads)
!This does not help performance due to the addition of two openmp barriers around the MPI call,
!But in the future this may be beneficial if these barriers are replaced with a faster implementation
!$omp parallel private(mynlc, j, lcx, ii, pp ) shared(aux1)
!$omp parallel &
!$omp default(none) &
!$omp shared(lc, istep, nbw, my_pcol, np_cols, nblk, &
!$omp& lr, vr, a_mat, transformChunkSize, tau, aux1, aux2, wantDebug, mpi_comm_rows, obj) &
!$omp private(mynlc, j, lcx, ii, pp, mpierr )
mynlc
=
0
! number of local columns
!This loop does not have independent iterations,
...
...
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