fixed bug that caused starbench.py source code to be included twice (and one of them causing syntax errors)

This commit is contained in:
Guillaume Raffy 2022-06-09 11:15:00 +02:00
parent 43ae0a3068
commit 5bc51c78ca
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ starbench_path="${temp_dir}/starbench.py"
output_dir="${temp_dir}"
num_cores=${NSLOTS}
# the starbench.py code is expected to be included in the job script as a replacement of the tag <include:starbench.py>
# the starbench.py code is expected to be included in the job script as a replacement of the tag include:starbench.py
cat <<-'EOF' > "${starbench_path}"
<include:starbench.py>
EOF