From 5bc51c78cafde51dbc23a748842d337e63a46059 Mon Sep 17 00:00:00 2001 From: Guillaume Raffy Date: Thu, 9 Jun 2022 11:15:00 +0200 Subject: [PATCH] fixed bug that caused starbench.py source code to be included twice (and one of them causing syntax errors) --- .ipr/starbench-template.job | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ipr/starbench-template.job b/.ipr/starbench-template.job index 07d79fd..9400200 100644 --- a/.ipr/starbench-template.job +++ b/.ipr/starbench-template.job @@ -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 +# 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}" EOF