rework interface, put mor stuff into flags

This commit is contained in:
Martin Reinecke 2012-11-09 12:53:14 +01:00
parent 0a1a9e5716
commit 9f46084386
12 changed files with 113 additions and 160 deletions

View file

@ -188,8 +188,8 @@ int main(int argc, char **argv)
{
double ltime;
unsigned long long lopcnt;
sharp_execute_mpi(MPI_COMM_WORLD,jtype,spin,0,&alm[0],&map[0],
tinfo,alms,ntrans,SHARP_DP,0,&ltime,&lopcnt);
sharp_execute_mpi(MPI_COMM_WORLD,jtype,spin,&alm[0],&map[0],
tinfo,alms,ntrans,SHARP_DP,&ltime,&lopcnt);
ltime=maxTime(ltime);
if (ltime<time) { time=ltime; opcnt=totalops(lopcnt); }