# https://github.com/flnt/Flower.jl/tree/electrolysis git clone -b electrolysis https://github.com/flnt/Flower.jl # dans le dossier /usr/local/var/test julia --project=../Flower.jl -e 'using Pkg; Pkg.instantiate()' LD_LIBRARY_PATH :/usr/lib/x86_64-linux-gnu python3 ../../../Flower.jl/examples/flower_post_proc.py ../../../Flower.jl/examples/convergence_diffusion_constant_conductivity_bubble_wall_Newton.yml --func plot_all_fig_func --h5 flower_00000001.h5 --name current_lines julia +1.10.5 --project=../Flower.jl --threads=1 ../Flower.jl/examples/convergence.jl ../Flower.jl/examples/convergence_diffusion_constant_conductivity_bubble_wall_Newton.yml Pour le Makefile # Initialise les dépendances Julia (à lancer une fois au démarrage du conteneur) init: xvfb-run --auto-servernum --server-args="-screen 0 1920x1080x24 -nolisten tcp" julia --project=../Flower.jl -e 'using Pkg; Pkg.instantiate(); Pkg.precompile()' # Votre commande de run existante run-convergence: xvfb-run --auto-servernum --server-args="-screen 0 1920x1080x24 -nolisten tcp" julia --project=../Flower.jl --threads=1 ../Flower.jl/examples/convergence.jl ../Flower.jl/examples/convergence_diffusion_constant_conductivity_bubble_wall_Newton.yml coder@651071fc97ae:/usr/local/var/test$ xvfb-run --auto-servernum --server-args="-screen 0 1920x1080x24 -nolisten tcp" julia --project=../Flower.jl --threads=1 ../Flower.jl/examples/convergence.jl ../Flower.jl/examples/convergence_diffusion_constant_conductivity_bubble_wall_Newton.yml YAML file ../Flower.jl/examples/convergence_diffusion_constant_conductivity_bubble_wall_Newton.yml number of points [32, 64, 128] Print parameters from yml file elec_cond : 1.36e+02 Re : 1.00e-01 1.49e+06 1.26e+03 8.43e-04 'Re' i.e. rho/mu : 1.49e+06 1.49e+06 1.26e+03 8.43e-04 WARNING no scalar transport nb_transported_scalars: 0 diffusion time [1.7241379310344829, 3.125, 3.125] end Print parameters from yml file [20:00:09][Decl'HDF5] *** info: Plugin loaded successfully [20:00:09][PDI] *** info: Initialization successful PDI INIT status 0 Timestep 0.0001 mesh ratio 1 nx 32 ny 32 ns_advection trueERROR: LoadError: UndefVarError: `safefill_with_aliases_and_extra_already_init` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] top-level scope @ /usr/local/var/Flower.jl/examples/convergence.jl:341 [2] include(mod::Module, _path::String) @ Base ./Base.jl:306 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:317 [4] _start() @ Base ./client.jl:550 in expression starting at /usr/local/var/Flower.jl/examples/convergence.jl:228 [20:00:19][PDI] *** info: Finalization [20:00:19][Decl'HDF5] *** info: Closing plugin