Revision 4060392b0c16e8285bfc28f4b6581cf268c36b02 authored by Lars Bilke on 17 May 2021, 09:19:32 UTC, committed by Dmitry Yu. Naumov on 18 May 2021, 17:22:10 UTC
Better parallelization of the build:

There are two job pools:

- light_tasks on most systems will utilize all available logical cores
  (default)
- heavy_tasks requires 4 GB of free memory per job, is used for all
  processes. Could be optimized by introducing another pool with less
  memory requirements (medium_tasks) and use it in the more simple
  processes.
1 parent fee75ce
History
File Mode Size
CMakeLists.txt -rw-r--r-- 207 bytes
CreateLocalAssemblers.h -rw-r--r-- 2.8 KB
CreateSmallDeformationProcess.cpp -rw-r--r-- 6.0 KB
CreateSmallDeformationProcess.h -rw-r--r-- 2.2 KB
LocalAssemblerInterface.h -rw-r--r-- 2.1 KB
LocalDataInitializer.h -rw-r--r-- 11.0 KB
SmallDeformationFEM.h -rw-r--r-- 19.2 KB
SmallDeformationProcess.cpp -rw-r--r-- 11.5 KB
SmallDeformationProcess.h -rw-r--r-- 3.1 KB
SmallDeformationProcessData.h -rw-r--r-- 1.7 KB
Tests.cmake -rw-r--r-- 9.7 KB

back to top