From 55e4357d77195383b3f1eed31f04e360dfa2fe4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miikka=20V=C3=A4is=C3=A4l=C3=A4?= Date: Mon, 16 Sep 2019 02:16:15 +0000 Subject: [PATCH] compile_acc.sh edited online with Bitbucket. Corrections to --help. --- scripts/compile_acc.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/compile_acc.sh b/scripts/compile_acc.sh index 640e129..efbcc71 100755 --- a/scripts/compile_acc.sh +++ b/scripts/compile_acc.sh @@ -26,7 +26,9 @@ while [ "$#" -gt 0 ] do case $1 in -h|--help) - echo "You can set a custom files for DSL under the path $AC_HOME/" + echo "This script will help to compile DSL to CUDA code." + echo "The resulting kernels will be stored to $OUTPUT_DIR." + echo "You can set a custom files for DSL under the path $AC_DIR/" echo "Example:" echo "compile_acc.sh -a custom_setup/custom_assembly.sas -p custom_setup/custom_process.sps --header custom_setup/custom_header.h" exit 0