First time here? Checkout the FAQ!
x
–1 vote
by (190 points)

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

related to an answer for: where is settings.yaml?

1 Answer

0 votes
by (7.8k points)
Hi!

The settings.yaml file looks like it was not yet configured. Please make sure the paths CARP_EXE_DIR, MESHALYZER_DIR etc. point to the corresponding directories on the machine. Also, please check the install documentation:

https://git.opencarp.org/openCARP/carputils/-/blob/master/INSTALL.md#development-installation

If you think that the settings.yaml is correctly configured, please re-run your experiment and post the resulting output.

Best, Aurel
asked May 26, 2021 by (190 points) 01_basic_bench
Welcome to openCARP Q&A. Ask questions and receive answers from other members of the community. For best support, please use appropriate TAGS!
architecture, carputils, documentation, experiments, installation-containers-packages, limpet, slimfem, website, governance
...