Searched refs:commSize (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/gups/
H A Dsingle_cpu.c33 int myRank = 0, commSize = 1; local
35 scl *= commSize;
39 if (1 == commSize) {
43 if (rank > 0 && rank < commSize)
H A Dsingle_cpu_lcg.c34 int myRank, commSize; local
38 MPI_Comm_size( comm, &commSize );
40 scl *= commSize;
43 if (1 == commSize)
47 if (rank > 0 && rank < commSize)

Completed in 30 milliseconds