Skip to content

Commit b6c5fee

Browse files
committed
remove leftovers
1 parent f1627c7 commit b6c5fee

File tree

1 file changed

+1
-2
lines changed
  • validation/advanced-tests/src/eb/scripts

1 file changed

+1
-2
lines changed

validation/advanced-tests/src/eb/scripts/gemc.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ function run_gemc () {
6464

6565
for p in "${particles[@]}"
6666
do
67-
[ -z ${multithread+} ] && args= || args=-m
68-
run_gemc -r $run -g $gemc -n $nevents -c $gcard -i $p.txt -o $p.hipo $args
67+
run_gemc -r $run -g $gemc -n $nevents -c $gcard -i $p.txt -o $p.hipo
6968
done
7069
[ -z ${multithread+x} ] || wait
7170

0 commit comments

Comments
 (0)