We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1627c7 commit b6c5feeCopy full SHA for b6c5fee
validation/advanced-tests/src/eb/scripts/gemc.sh
@@ -64,8 +64,7 @@ function run_gemc () {
64
65
for p in "${particles[@]}"
66
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
+ run_gemc -r $run -g $gemc -n $nevents -c $gcard -i $p.txt -o $p.hipo
69
done
70
[ -z ${multithread+x} ] || wait
71
0 commit comments