Searched refs:itmax (Results 1 - 7 of 7) sorted by relevance

/barrelfish-2018-10-04/usr/bench/rcce/lu/
H A Dread_input.c12 //c itmax = number of pseudo time steps
23 itmax = itmax_default;
54 printf("Iterations: %d\n", itmax);
H A Dlu.c132 ssor(itmax);
150 mflops = (double)(itmax)*(1984.77*(double)( nx0 )
159 &ny0, &nz0, &itmax, &nnodes_compiled,
H A Dverify.c33 if ((nx0 == 12) && (ny0 == 12) && (nz0 == 12) && (itmax == 50 )) {
64 if ((nx0 == 33) && (ny0 == 33) && (nz0 == 33) && (itmax == 300)) {
94 if ((nx0 == 64) && (ny0 == 64) && (nz0 == 64) && (itmax == 250)) {
125 if ((nx0 == 102) && (ny0 == 102) && (nz0 == 102) && (itmax == 250)) {
157 if ((nx0 == 162) && (ny0 == 162) && (nz0 == 162) && (itmax == 250)) {
189 if ((nx0 == 408) && (ny0 == 408) && (nz0 == 408) && (itmax == 300)) {
221 if ((nx0 == 1020) && (ny0 == 1020) && (nz0 == 1020) && (itmax == 300) ) {
H A Dapplu.h61 int itmax, invert; variable
108 #pragma omp threadprivate(itmax, invert, \
H A Dssor.c55 if ( istep%20 == 0 || istep == itmax || istep == 1) {
123 if (istep == itmax) {
H A Dapplu_share.h21 extern int itmax, invert;
55 #pragma omp threadprivate(itmax, invert, \
/barrelfish-2018-10-04/usr/bench/rcce/bt/
H A Dapplu_share.h21 extern int itmax, invert;
54 #pragma omp threadprivate(itmax, invert, \

Completed in 159 milliseconds