[OMPI users] Decision map for MPI collective operations

2008-04-19 Thread Andy Georgi
hello all, i want to measure the time needed for collective operations on a cluster by using ompi 1.2.5. i read that the algorithm which is used depends on msgsize and/or commsize and ompi constructs a decision map for the collective on the system. now my question: where can i find these decisio

Re: [OMPI users] Decision map for MPI collective operations

2008-04-19 Thread George Bosilca
You need access to the source in order to look at the decision maps. They are in ompi/mca/coll/tuned/coll_tuned_decision_fixed.c file. george. On Apr 19, 2008, at 3:41 AM, Andy Georgi wrote: hello all, i want to measure the time needed for collective operations on a cluster by using omp