Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwegert committed Jul 5, 2024
1 parent 94368f7 commit 69c67ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/Benchmarks/generate_benchmark_scripts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 69c67ab

Please sign in to comment.