High Performance Computing with Elmer
-
vencels
- Posts: 58
- Joined: 20 Sep 2016, 17:05
- Antispam: Yes
- Location: Latvia
-
Contact:
Post
by vencels »
In the file ElmerSolver.f90, line 171:
Code: Select all
! Set number of OpenMP threads
nthreads = 1
!$ nthreads = omp_get_max_threads()
Why OpenMP is disabled in such a way?
-
raback
- Site Admin
- Posts: 4700
- Joined: 22 Aug 2009, 11:57
- Antispam: Yes
- Location: Espoo, Finland
-
Contact:
Post
by raback »
Hi
OpenMP is used only in parts of the code and we have struggled yet to find examples where it would beat pure MPI based computation.
-Peter