When I launch the sat/sat config SALOME-9.12.0-native --check_system from the SALOME folder I get the following error:
***** salomeTools ERROR: sat config
Traceback (most recent call last):
File “/home/galina/SALOME/sat/src/salomeTools.py”, line 478, in run_command
res = module.run(argv, self, logger_command)
File “/home/galina/SALOME/sat/commands/config.py”, line 1112, in run
(options, args) = parser.parse_args(args)
File “/home/galina/SALOME/sat/src/options.py”, line 222, in parse_args
raise Exception(msg)
Exception: option --check_system~ not recognized on ‘–check_system~’
Thanks, I managed to run the sat and see what`s missing. I will try installing them all of the run list (quite many). I hope the compile list is not needed.
Salome works fine. Unfortunately I realized (too late) that it is salome_meca that I needed, since I also want to use code_aster. Working on Ubuntu 22 it does not seem as an easy task to install salome_meca 2020. Is there an easy way?
AFAIK, salome_meca is distributed as a singularity image file which ensures it runs on your Ubuntu.
Try installing singularity which is aimed to bootstrap the singularity image and report issue to salome_meca dedicated forum.
Hopefully someone who managed to compile salome_meca on top of SALOME can share his experience.