The basic visualization example with meshalyzer does not fully work on my pc. I suspect that the issue is due to the following variable which I do not understand where to change, since it cannot be found on my settings.yaml file:
CARP: /home/username/openCARP/_build/bin/opencarp-docker
In particular the error I get is the following:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "-buildinfo": executable file not found in \$PATH: unknown.
Furthermore, I do not understand why other examples work even if the docker installation seems to be invoked. As an example I post part of the output of the 01 Basic bench experiment:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "-buildinfo": executable file not found in \$PATH: unknown.
Warning: Error retrieving -buildinfo from openCARP - assuming no mechanics or CUDA
===========================================================================
SETTINGS SUMMARY
===========================================================================
Executables
---------------------------------------------------------------------------
CARP: /home/username/openCARP/_build/bin/opencarp-docker
MESHER: /home/username/openCARP/_build/bin/mesher
BENCH: /home/username/openCARP/_build/bin/bench
IGBHEAD: /home/username/openCARP/_build/bin/igbhead
IGBOPS: /home/username/openCARP/_build/bin/igbops
IGBEXTRACT: /home/username/openCARP/_build/bin/igbextract
IGBAPD: /home/username/openCARP/_build/bin/igbapd
SV2H5B: /home/username/openCARP/external/carputils/bin/bin2h5.py
SV2H5T: /home/username/openCARP/external/carputils/bin/txt2h5.py
CLOSEST_HC: /home/username/openCARP/external/carputils/bin/closest_hc
APDRESTITUTION: /home/username/openCARP/external/carputils/bin/APDrestitution
TUNECV: /home/username/openCARP/external/carputils/bin/tuneCV
RESTITUTECV: /home/username/openCARP/external/carputils/bin/restituteCV
MESHTOOL: /home/username/openCARP/_build/bin/meshtool
But after this preamble the simulation seems ok.
Thank you in advance