compile_acc.sh edited online with Bitbucket. Corrections to --help.

This commit is contained in:
Miikka Väisälä
2019-09-16 02:16:15 +00:00
parent ef292c5e90
commit 55e4357d77

View File

@@ -26,7 +26,9 @@ while [ "$#" -gt 0 ]
do do
case $1 in case $1 in
-h|--help) -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 "Example:"
echo "compile_acc.sh -a custom_setup/custom_assembly.sas -p custom_setup/custom_process.sps --header custom_setup/custom_header.h" echo "compile_acc.sh -a custom_setup/custom_assembly.sas -p custom_setup/custom_process.sps --header custom_setup/custom_header.h"
exit 0 exit 0