threadlevelin 135 ompi/runtime/mpiruntime.h #define OMPI_THREADLEVEL_SET_BITFLAG(threadlevelin,threadlevelout) { \ threadlevelin 136 ompi/runtime/mpiruntime.h if ( MPI_THREAD_SINGLE == threadlevelin ) { \ threadlevelin 138 ompi/runtime/mpiruntime.h } else if ( MPI_THREAD_FUNNELED == threadlevelin ) { \ threadlevelin 140 ompi/runtime/mpiruntime.h } else if ( MPI_THREAD_SERIALIZED == threadlevelin ) { \ threadlevelin 142 ompi/runtime/mpiruntime.h } else if ( MPI_THREAD_MULTIPLE == threadlevelin ) { \