Skip to content

Commit

Permalink
remove leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
baltzell committed Jan 8, 2025
1 parent f8eb9b9 commit 1ca3a76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions validation/advanced-tests/src/eb/scripts/gemc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ function run_gemc () {

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

0 comments on commit 1ca3a76

Please sign in to comment.