update to new flags in a few missing places; reformatting
This commit is contained in:
parent
dbe11e8484
commit
d377d60d4f
8 changed files with 64 additions and 50 deletions
|
@ -73,8 +73,8 @@ static void bench_sht (int spin, int nv, sharp_jobtype type,
|
|||
{
|
||||
double jtime;
|
||||
unsigned long long jopcnt;
|
||||
sharp_execute(type,spin,0,&alm[0],&map[0],tinfo,alms,ntrans,1,nv,&jtime,
|
||||
&jopcnt);
|
||||
sharp_execute(type,spin,0,&alm[0],&map[0],tinfo,alms,ntrans,SHARP_DP,nv,
|
||||
&jtime,&jopcnt);
|
||||
|
||||
if (jopcnt<*opcnt) *opcnt=jopcnt;
|
||||
if (jtime<*time) *time=jtime;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue