# 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: julia --project=../Flower.jl -e 'using Pkg; Pkg.instantiate(); Pkg.precompile()' # Votre commande de run existante run-convergence: julia --project=../Flower.jl --threads=1 ../Flower.jl/examples/convergence.jl ../Flower.jl/examples/convergence_diffusion_constant_conductivity_bubble_wall_Newton.yml