From c88790ffd4b77cf0d693b481175fdc5b7658713e Mon Sep 17 00:00:00 2001 From: Andy Stone Date: Wed, 28 Aug 2024 17:21:16 -0500 Subject: [PATCH] . --- Signed-off-by: Andy Stone --- test/studies/bale/indexgather/ig.plot.drive.bash | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/studies/bale/indexgather/ig.plot.drive.bash b/test/studies/bale/indexgather/ig.plot.drive.bash index baf6d7e6d1f6..a7ee30bd65f1 100755 --- a/test/studies/bale/indexgather/ig.plot.drive.bash +++ b/test/studies/bale/indexgather/ig.plot.drive.bash @@ -8,17 +8,17 @@ export CHPLEXP_MAX_LOCALES=4 \ `#name features options command` \ `#-------------------------------------------------------------------------` \ - __skip__chpl_fine_1lpn comm --var CHPLEXP_NUM_SUBLOCALES=1 \ + chpl_fine_1lpn comm --var CHPLEXP_NUM_SUBLOCALES=1 \ ./ig.plot.gather.bash \ \ - __skip__chpl_fine_2lpn comm --skip-if-colocales-unsupported \ + chpl_fine_2lpn comm --skip-if-colocales-unsupported \ --var CHPLEXP_NUM_SUBLOCALES=2 \ ./ig.plot.gather.bash \ \ - __skip__chpl_agg_1lpn comm --var CHPLEXP_NUM_SUBLOCALES=1 \ + chpl_agg_1lpn comm --var CHPLEXP_NUM_SUBLOCALES=1 \ ./ig.plot.gather.agg.bash \ \ - __skip__chpl_agg_2lpn comm --skip-if-colocales-unsupported \ + chpl_agg_2lpn comm --skip-if-colocales-unsupported \ --var CHPLEXP_NUM_SUBLOCALES=2 \ ./ig.plot.gather.agg.bash \ \