Skip to content

Commit ccc2256

Browse files
committed
[hack_ihel6p2] ** COMPLETE HACK_IHEL6P2 ** fix usage message in CODEGEN/generateAndCompare.sh
1 parent 3b5e4ba commit ccc2256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

epochX/cudacpp/CODEGEN/generateAndCompare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ function usage()
511511
echo "ERROR! alpaka mode is no longer supported by this script!"; exit 1
512512
else
513513
# NB: all options with $SCRBCK=cudacpp use the 311 branch by default and always disable helicity recycling
514-
echo "Usage: $0 [-q|--nobrief] [--cpp|--gpu|--madnovec|--madonly|--mad|--madcpp*|--madgpu] [--nopatch|--upstream] [-c '<cmd>'] <proc>"
514+
echo "Usage: $0 [-q|--nobrief] [--cpp|--gpu|--madnovec|--madonly|--mad|--madcpp*|--madgpu] [--nopatch|--upstream] [-c '<cmd>'] [--maxdiagpergroup <dpg>] [ --mindiagperfile <dpf> ] <proc>"
515515
echo " (*Note: the --madcpp option exists but code generation fails for it)"
516516
echo " (**Note: <proc> will be used as a relative path in ${OUTDIR} and should not contain '/' characters"
517517
echo "Example: $0 gg_tt --mad"

0 commit comments

Comments
 (0)