Skip to content

Commit

Permalink
Fix hermitian flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncbowman committed Nov 12, 2022
1 parent ee83122 commit 83279c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/timing.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def main(argv):
-a<start>
-b<stop>
-I<increment (if not testing powers of 2)>
-p<cconv,hybridconv,cconv2,cconv3,conv,hybridconv,conv2,conv3,tconv,tconv2>
-p<hybridconv,hybridconv2,hybridconv3,hybridconvh,hybridconvh2,hybridconvh3,cconv,cconv2,cconv3,conv,conv2,conv3,tconv,tconv2>
-T<number of threads>
-A<quoted arg list for timed program>
-B<pre-commands (eg srun)>
Expand Down Expand Up @@ -292,7 +292,7 @@ def main(argv):
print(p + " has no pruned option")
dorun = False

if p == "hybridconvh":
if p == "hybridconvh" || p == "hybridconvh2" || p == "hybridconvh3":
hermitian = True

if p == "conv2":
Expand Down

0 comments on commit 83279c5

Please sign in to comment.