Python kernel on cloud/server

Hi,

Is there any user guide for using salome with python and without GUI on servers. I couldn’t find any sbatch example. What modules I must import for creating geometry, meshing and exporting it specific format?

If you know, please share your experience.

Kind regards,
Said

in principle you need to use --terminal option to be in TUI aka non GUI mode and give your script as an argument to SALOME launcher.

I don’t know what you mean with cloud, but if you’re planning to have some kind of web server on which you want to upload some script to be processed, you can have a look at this discussion SFO-199079478
note that the environment variable is not anymore required.