npz                24 orte/test/mpi/parallel_r64.c #define np (npx*npy*npz)  /* total PE count */
npz                71 orte/test/mpi/parallel_r64.c         printf(" number of PE's in z direction: %3d\n",npz);
npz               128 orte/test/mpi/parallel_r64.c   dims[2] = npz;
npz               145 orte/test/mpi/parallel_r64.c   psize[2] = npz;
npz                24 orte/test/mpi/parallel_r8.c #define np (npx*npy*npz)  /* total PE count */
npz                71 orte/test/mpi/parallel_r8.c         printf(" number of PE's in z direction: %3d\n",npz);
npz               128 orte/test/mpi/parallel_r8.c   dims[2] = npz;
npz               145 orte/test/mpi/parallel_r8.c   psize[2] = npz;
npz                24 orte/test/mpi/parallel_w64.c #define np (npx*npy*npz)  /* total PE count */
npz                71 orte/test/mpi/parallel_w64.c         printf(" number of PE's in z direction: %4d\n",npz);
npz               133 orte/test/mpi/parallel_w64.c   dims[2] = npz;
npz               150 orte/test/mpi/parallel_w64.c   psize[2] = npz;
npz                23 orte/test/mpi/parallel_w8.c #define np (npx*npy*npz)  /* total PE count */
npz                70 orte/test/mpi/parallel_w8.c             printf(" number of PE's in z direction: %4d\n",npz);
npz               132 orte/test/mpi/parallel_w8.c     dims[2] = npz;
npz               149 orte/test/mpi/parallel_w8.c     psize[2] = npz;