Skip to content

Commit

Permalink
Change file ext
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwegert committed Jul 5, 2024
1 parent 69c67ab commit fc400d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Benchmarks/generate_benchmark_scripts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ for jobs in jobs_by_phys
for job in vcat(strong_jobs,weak_jobs)
name = job[1]
content = job[2]
open(job_output_path*"$name.pbs","w") do f
open(job_output_path*"$name.sh","w") do f
write(f,content)
end
end
Expand Down

0 comments on commit fc400d6

Please sign in to comment.