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
20206932
Commit
20206932
authored
Feb 24, 2021
by
Andreas Marek
Browse files
Merge branch 'GPU_in_openmp_code_path' into 'master_pre_stage'
Add missing variable to openmp clause shared See merge request
!57
parents
5b55ad7a
8c6edbd2
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/elpa2/elpa2_bandred_template.F90
View file @
20206932
...
...
@@ -1399,7 +1399,7 @@ max_threads)
!$omp parallel &
!$omp default(none) &
!$omp private( ii, i, lcs, lce, lre, n_way, m_way, m_id, n_id, work_per_thread, mystart, myend ) &
!$omp shared(n_threads, istep, tile_size, nbw, n_cols, obj, vmrcpu, l_cols_tile, l_rows, l_rows_tile, &
!$omp shared(
a_mat,
n_threads, istep, tile_size, nbw, n_cols, obj, vmrcpu, l_cols_tile, l_rows, l_rows_tile, &
!$omp& umccpu, l_cols, a_dev, vmr_dev, useGPU, cur_l_rows, umc_dev, cur_l_cols, lda )
n_threads
=
omp_get_num_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