source: CIVL/mods/dev.civl.com/examples/omp/amg2013/OpenMP-files.txt@ cb4d4f4

main test-branch
Last change on this file since cb4d4f4 was aad342c, checked in by Stephen Siegel <siegel@…>, 3 years ago

Performing huge refactor to incorporate ABC, GMC, and SARL into CIVL repo and use Java modules.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5664 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 588 bytes
Line 
1Files with "pragma omp":
2parcsr_ls/par_interp.c
3 - includes barrier
4 - hypre_BoomerAMGInterpTruncation
5 - there is a syntax error in this file!!!
6parcsr_ls/par_multi_interp.c
7 - single method large complex arg list, so driver is complex
8 - hypre_BoomerAMGBuildMultipass
9parcsr_ls/par_relax_more.c
10 - hypre_ParCSRMaxEigEstimateCG
11 - hypre_ParCSRRelax_Cheby3
12 - hypre_ParCSRRelax_Cheby
13 - another function wrapped with "#if 0"
14seq_mv/csr_matvec.c
15 - hypre_CSRMatrixMatvec
16 - hypre_CSRMatrixMatvecT
17 - hypre_CSRMatrixMatvec_FF
18seq_mv/vector.c
19 - all easy to discharge
20utilities/threading.c
Note: See TracBrowser for help on using the repository browser.