|
|
@@ -17,8 +17,55 @@ 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()'
|
|
|
+ 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
|
|
|
+ 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
|