File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
benchmarks/linear-elastic-plate-with-hole/extendablefem Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ configurations = config["configurations"]
1010rule setup_julia_environment :
1111 input : f"{ tool } /Project.toml"
1212 output : manifest = f"{ tool } /Manifest.toml"
13- container : "docker://julia:1.12.2-bookworm"
13+ singularity : "docker://julia:1.12.2-bookworm"
1414 shell :
1515 """
1616 julia --project={tool} -e 'using Pkg;Pkg.instantiate()'
@@ -24,7 +24,7 @@ rule run_extendablefem_simulation:
2424 output :
2525 zip = f"{ result_dir } /{{tool}}/solution_field_data_{{configuration}}.zip" ,
2626 metrics = f"{ result_dir } /{{tool}}/solution_metrics_{{configuration}}.json" ,
27- container : "docker://julia:1.12.2-bookworm"
27+ singularity : "docker://julia:1.12.2-bookworm"
2828 shell :
2929 """
3030 julia --project={tool} {tool}/run_extendablefem_simulation.jl --configfile {input.parameters} --meshfile {input.mesh} --outputzip {output.zip} --outputmetrics {output.metrics}
You can’t perform that action at this time.
0 commit comments