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
BoundaryCondition
ComponentTransport
Deformation
HT
HeatConduction
HeatTransportBHE
HydroMechanics
LIE
LiquidFlow
Output
PhaseField
RichardsComponentTransport
RichardsFlow
RichardsMechanics
SmallDeformation
SmallDeformationNonlocal
SourceTerms
SteadyStateDiffusion
SurfaceFlux
TES
TH2M
ThermalTwoPhaseFlowWithPP
ThermoHydroMechanics
ThermoMechanicalPhaseField
ThermoMechanics
ThermoRichardsMechanics
TwoPhaseFlowWithPP
TwoPhaseFlowWithPrho
Utils
AbstractJacobianAssembler.h -rw-r--r-- 2.1 KB
AnalyticalJacobianAssembler.cpp -rw-r--r-- 1.7 KB
AnalyticalJacobianAssembler.h -rw-r--r-- 1.9 KB
CMakeLists.txt -rw-r--r-- 1.8 KB
CentralDifferencesJacobianAssembler.cpp -rw-r--r-- 7.1 KB
CentralDifferencesJacobianAssembler.h -rw-r--r-- 3.0 KB
CompareJacobiansJacobianAssembler.cpp -rw-r--r-- 13.5 KB
CompareJacobiansJacobianAssembler.h -rw-r--r-- 2.9 KB
CoupledSolutionsForStaggeredScheme.cpp -rw-r--r-- 1.8 KB
CoupledSolutionsForStaggeredScheme.h -rw-r--r-- 2.0 KB
CreateDeactivatedSubdomain.cpp -rw-r--r-- 11.8 KB
CreateDeactivatedSubdomain.h -rw-r--r-- 1.1 KB
CreateJacobianAssembler.cpp -rw-r--r-- 1.3 KB
CreateJacobianAssembler.h -rw-r--r-- 523 bytes
CreateProcessData.cpp -rw-r--r-- 5.9 KB
CreateProcessData.h -rw-r--r-- 640 bytes
CreateTimeLoop.cpp -rw-r--r-- 3.6 KB
CreateTimeLoop.h -rw-r--r-- 996 bytes
DeactivatedSubdomain.cpp -rw-r--r-- 2.4 KB
DeactivatedSubdomain.h -rw-r--r-- 3.6 KB
LocalAssemblerInterface.cpp -rw-r--r-- 5.9 KB
LocalAssemblerInterface.h -rw-r--r-- 6.4 KB
LocalAssemblerTraits.h -rw-r--r-- 6.2 KB
Process.cpp -rw-r--r-- 16.1 KB
Process.h -rw-r--r-- 13.2 KB
ProcessData.h -rw-r--r-- 2.5 KB
ProcessVariable.cpp -rw-r--r-- 12.3 KB
ProcessVariable.h -rw-r--r-- 4.5 KB
TimeLoop.cpp -rw-r--r-- 33.2 KB
TimeLoop.h -rw-r--r-- 4.6 KB
VariableTransformation.h -rw-r--r-- 2.3 KB
VectorMatrixAssembler.cpp -rw-r--r-- 6.5 KB
VectorMatrixAssembler.h -rw-r--r-- 2.8 KB

back to top