diff --git a/scripts/Benchmarks/generate_benchmark_scripts.jl b/scripts/Benchmarks/generate_benchmark_scripts.jl index 7e79f1f6..40d4ad66 100644 --- a/scripts/Benchmarks/generate_benchmark_scripts.jl +++ b/scripts/Benchmarks/generate_benchmark_scripts.jl @@ -61,7 +61,7 @@ function generate_jobs(template,phys_type,ndof_per_node,bmark_types) strong_jobs,weak_jobs,dof_sanity_check end -dir_name= "GridapTopOpt"; +dir_name= "GridapTopOpt.jl"; job_output_path = "$(ENV["MYSCRATCH"])/$dir_name/scripts/Benchmarks/jobs-setonix/"; mkpath(job_output_path); @@ -89,7 +89,7 @@ phys_types = [ ]; # Template -template = read("jobtemplate.sh",String) +template = read("$(ENV["SCRATCH"])/$dir_name/scripts/Benchmarks/jobtemplate.sh",String) ## Generate Jobs jobs_by_phys = map(x->(x[1],generate_jobs(template,x[1],x[2],x[3])),phys_types);