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-- 205 bytes
CreateThermoMechanicsProcess.cpp -rw-r--r-- 8.5 KB
CreateThermoMechanicsProcess.h -rw-r--r-- 2.5 KB
LocalAssemblerInterface.h -rw-r--r-- 1.8 KB
Tests.cmake -rw-r--r-- 14.7 KB
ThermoMechanicsFEM-impl.h -rw-r--r-- 27.4 KB
ThermoMechanicsFEM.h -rw-r--r-- 13.3 KB
ThermoMechanicsProcess.cpp -rw-r--r-- 16.5 KB
ThermoMechanicsProcess.h -rw-r--r-- 4.0 KB
ThermoMechanicsProcessData.h -rw-r--r-- 1.5 KB

back to top