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-- 171 bytes
ConstantParameter.cpp -rw-r--r-- 2.1 KB
ConstantParameter.h -rw-r--r-- 2.2 KB
CoordinateSystem.cpp -rw-r--r-- 6.1 KB
CoordinateSystem.h -rw-r--r-- 2.1 KB
CurveScaledParameter.cpp -rw-r--r-- 1.5 KB
CurveScaledParameter.h -rw-r--r-- 2.4 KB
FunctionParameter.cpp -rw-r--r-- 1.2 KB
FunctionParameter.h -rw-r--r-- 4.9 KB
GroupBasedParameter.cpp -rw-r--r-- 3.9 KB
GroupBasedParameter.h -rw-r--r-- 3.1 KB
MeshElementParameter.cpp -rw-r--r-- 1.4 KB
MeshElementParameter.h -rw-r--r-- 2.7 KB
MeshNodeParameter.cpp -rw-r--r-- 1.3 KB
MeshNodeParameter.h -rw-r--r-- 2.8 KB
Parameter.cpp -rw-r--r-- 4.2 KB
Parameter.h -rw-r--r-- 6.9 KB
RandomFieldMeshElementParameter.cpp -rw-r--r-- 2.4 KB
RandomFieldMeshElementParameter.h -rw-r--r-- 2.8 KB
SpatialPosition.h -rw-r--r-- 2.9 KB
TimeDependentHeterogeneousParameter.cpp -rw-r--r-- 5.6 KB
TimeDependentHeterogeneousParameter.h -rw-r--r-- 2.0 KB
Utils.cpp -rw-r--r-- 895 bytes
Utils.h -rw-r--r-- 6.5 KB

back to top