redo-20260123.txt 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. # https://github.com/flnt/Flower.jl/tree/electrolysis
  2. git clone -b electrolysis https://github.com/flnt/Flower.jl
  3. # dans le dossier /usr/local/var/test
  4. julia --project=../Flower.jl -e 'using Pkg; Pkg.instantiate()'
  5. LD_LIBRARY_PATH :/usr/lib/x86_64-linux-gnu
  6. 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
  7. 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
  8. Pour le Makefile
  9. # Initialise les dépendances Julia (à lancer une fois au démarrage du conteneur)
  10. init:
  11. xvfb-run --auto-servernum --server-args="-screen 0 1920x1080x24 -nolisten tcp" julia --project=../Flower.jl -e 'using Pkg; Pkg.instantiate(); Pkg.precompile()'
  12. # Votre commande de run existante
  13. run-convergence:
  14. 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
  15. 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
  16. YAML file ../Flower.jl/examples/convergence_diffusion_constant_conductivity_bubble_wall_Newton.yml
  17. number of points [32, 64, 128]
  18. Print parameters from yml file
  19. elec_cond : 1.36e+02
  20. Re : 1.00e-01 1.49e+06 1.26e+03 8.43e-04
  21. 'Re' i.e. rho/mu : 1.49e+06 1.49e+06 1.26e+03 8.43e-04
  22. WARNING no scalar transport
  23. nb_transported_scalars: 0
  24. diffusion time [1.7241379310344829, 3.125, 3.125]
  25. end Print parameters from yml file
  26. [20:00:09][Decl'HDF5] *** info: Plugin loaded successfully
  27. [20:00:09][PDI] *** info: Initialization successful
  28. PDI INIT status 0
  29. Timestep 0.0001
  30. mesh ratio 1
  31. nx 32 ny 32
  32. ns_advection trueERROR: LoadError: UndefVarError: `safefill_with_aliases_and_extra_already_init` not defined in `Main`
  33. Suggestion: check for spelling errors or missing imports.
  34. Stacktrace:
  35. [1] top-level scope
  36. @ /usr/local/var/Flower.jl/examples/convergence.jl:341
  37. [2] include(mod::Module, _path::String)
  38. @ Base ./Base.jl:306
  39. [3] exec_options(opts::Base.JLOptions)
  40. @ Base ./client.jl:317
  41. [4] _start()
  42. @ Base ./client.jl:550
  43. in expression starting at /usr/local/var/Flower.jl/examples/convergence.jl:228
  44. [20:00:19][PDI] *** info: Finalization
  45. [20:00:19][Decl'HDF5] *** info: Closing plugin