Dear Aurel,
here below the file settings.yaml.
Thanks.
Ciao,
Simone
%%%%%
# openCARP executables directory
# Specify as many alternative directories as you like, and use the key (e.g.
# 'CPU'/'GPU') with the --build flag on the command line to select which one
# to run with. Whether the build uses GPU or not is determined automatically.
CARP_EXE_DIR:
CPU: /home/users/simone.scacchi/software/bin
# Other paths
MESHALYZER_DIR: /home/users/simone.scacchi/software/meshalyzer
LIMPETGUI_DIR: /home/users/simone.scacchi/software/limpetgui
MESH_DIR: /home/users/simone.scacchi/software/meshes
MESHTOOL_DIR: /home/users/simone.scacchi/software/bin
# Execution settings and configuration defaults
# Some of these can be overridden on the command line
MPIEXEC: mpiexec # Affects desktop only
SILENT: No # choose Yes or No
VISUALIZE: No # visualization default (Yes, No)
FLAVOR: petsc # choose petsc, direct or pt
DIRECT_SOLVER: MUMPS # choose MUMPS, SUPERLU_DIST or PASTIX
PURK_SOLVER: GMRES # choose GMRES, MUMPS, SUPERLU_DIST or PASTIX
PLATFORM: desktop # choose default hardware profile
BUILD: CPU # choose default CARP build (CPU, GPU)
# Regression testing settings
# The path to a directory containing the reference solution repositories
# (required):
REGRESSION_REF: /home/users/simone.scacchi/carp-tests-reference
# Default packages to run tests from (can use the Python subpackage notation
# to select specific submodules, e.g. devtests.mechanics):
REGRESSION_PKG: []
# Examples
# - devtests
# - benchmarks
# - devtests.mechanics # Would cause duplication with full devtests above
# Uncomment the following line to control the location of temporary
# files generated by the regression testing framework. By default, temporary
# files are generated in your system /tmp
REGRESSION_TEMP: None
# Uncomment to limit resources
# MAX_NP: 16 # set maximum number of processes
# Personal information
EMAIL: you@example.com # Email for notifications