347 if (!m_sub_domain->parallelMng()->isMasterIO())
351 m_global_def_writer = OTF2_Archive_GetGlobalDefWriter(m_archive);
359 OTF2_GlobalDefWriter_WriteClockProperties(m_global_def_writer, 1000000000,
360 global_start_time, global_end_time - global_start_time + 1
361#
if OTF2_VERSION_MAJOR >= 3
362 ,OTF2_UNDEFINED_TIMESTAMP
368 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
369 static_cast<uint32_t
>(eMpiName::Bcast),
MpiInfo(eMpiName::Bcast).name().localstr());
370 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
371 static_cast<uint32_t
>(eMpiName::Gather),
MpiInfo(eMpiName::Gather).name().localstr());
372 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
373 static_cast<uint32_t
>(eMpiName::Gatherv),
MpiInfo(eMpiName::Gatherv).name().localstr());
374 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
375 static_cast<uint32_t
>(eMpiName::Allgather),
MpiInfo(eMpiName::Allgather).name().localstr());
376 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
377 static_cast<uint32_t
>(eMpiName::Allgatherv),
MpiInfo(eMpiName::Allgatherv).name().localstr());
378 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
379 static_cast<uint32_t
>(eMpiName::Scatterv),
MpiInfo(eMpiName::Scatterv).name().localstr());
380 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
381 static_cast<uint32_t
>(eMpiName::Alltoall),
MpiInfo(eMpiName::Alltoall).name().localstr());
382 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
383 static_cast<uint32_t
>(eMpiName::Alltoallv),
MpiInfo(eMpiName::Alltoallv).name().localstr());
384 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
385 static_cast<uint32_t
>(eMpiName::Barrier),
MpiInfo(eMpiName::Barrier).name().localstr());
386 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
387 static_cast<uint32_t
>(eMpiName::Reduce),
MpiInfo(eMpiName::Reduce).name().localstr());
388 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
389 static_cast<uint32_t
>(eMpiName::Allreduce),
MpiInfo(eMpiName::Allreduce).name().localstr());
390 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
391 static_cast<uint32_t
>(eMpiName::Scan),
MpiInfo(eMpiName::Scan).name().localstr());
392 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
393 static_cast<uint32_t
>(eMpiName::Sendrecv),
MpiInfo(eMpiName::Sendrecv).name().localstr());
394 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
395 static_cast<uint32_t
>(eMpiName::Isend),
MpiInfo(eMpiName::Isend).name().localstr());
396 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
397 static_cast<uint32_t
>(eMpiName::Send),
MpiInfo(eMpiName::Send).name().localstr());
398 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
399 static_cast<uint32_t
>(eMpiName::Irecv),
MpiInfo(eMpiName::Irecv).name().localstr());
400 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
401 static_cast<uint32_t
>(eMpiName::Recv),
MpiInfo(eMpiName::Recv).name().localstr());
402 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
403 static_cast<uint32_t
>(eMpiName::Test),
MpiInfo(eMpiName::Test).name().localstr());
404 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
405 static_cast<uint32_t
>(eMpiName::Probe),
MpiInfo(eMpiName::Probe).name().localstr());
406 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
407 static_cast<uint32_t
>(eMpiName::Get_count),
MpiInfo(eMpiName::Get_count).name().localstr());
408 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
409 static_cast<uint32_t
>(eMpiName::Wait),
MpiInfo(eMpiName::Wait).name().localstr());
410 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
411 static_cast<uint32_t
>(eMpiName::Waitall),
MpiInfo(eMpiName::Waitall).name().localstr());
412 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
413 static_cast<uint32_t
>(eMpiName::Testsome),
MpiInfo(eMpiName::Testsome).name().localstr());
414 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
415 static_cast<uint32_t
>(eMpiName::Waitsome),
MpiInfo(eMpiName::Waitsome).name().localstr());
417 u_int32_t offset(
static_cast<uint32_t
>(eMpiName::NameOffset));
420 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
421 static_cast<uint32_t
>(eMpiName::Bcast) + offset,
MpiInfo(eMpiName::Bcast).description().localstr());
422 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
423 static_cast<uint32_t
>(eMpiName::Gather) + offset,
MpiInfo(eMpiName::Gather).description().localstr());
424 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
425 static_cast<uint32_t
>(eMpiName::Gatherv) + offset,
MpiInfo(eMpiName::Gatherv).description().localstr());
426 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
427 static_cast<uint32_t
>(eMpiName::Allgather) + offset,
MpiInfo(eMpiName::Allgather).description().localstr());
428 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
429 static_cast<uint32_t
>(eMpiName::Allgatherv) + offset,
MpiInfo(eMpiName::Allgatherv).description().localstr());
430 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
431 static_cast<uint32_t
>(eMpiName::Scatterv) + offset,
MpiInfo(eMpiName::Scatterv).description().localstr());
432 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
433 static_cast<uint32_t
>(eMpiName::Alltoall) + offset,
MpiInfo(eMpiName::Alltoall).description().localstr());
434 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
435 static_cast<uint32_t
>(eMpiName::Alltoallv) + offset,
MpiInfo(eMpiName::Alltoallv).description().localstr());
436 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
437 static_cast<uint32_t
>(eMpiName::Barrier) + offset,
MpiInfo(eMpiName::Barrier).description().localstr());
438 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
439 static_cast<uint32_t
>(eMpiName::Reduce) + offset,
MpiInfo(eMpiName::Reduce).description().localstr());
440 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
441 static_cast<uint32_t
>(eMpiName::Allreduce) + offset,
MpiInfo(eMpiName::Allreduce).description().localstr());
442 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
443 static_cast<uint32_t
>(eMpiName::Scan) + offset,
MpiInfo(eMpiName::Scan).description().localstr());
444 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
445 static_cast<uint32_t
>(eMpiName::Sendrecv) + offset,
MpiInfo(eMpiName::Sendrecv).description().localstr());
446 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
447 static_cast<uint32_t
>(eMpiName::Isend) + offset,
MpiInfo(eMpiName::Isend).description().localstr());
448 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
449 static_cast<uint32_t
>(eMpiName::Send) + offset,
MpiInfo(eMpiName::Send).description().localstr());
450 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
451 static_cast<uint32_t
>(eMpiName::Irecv) + offset,
MpiInfo(eMpiName::Irecv).description().localstr());
452 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
453 static_cast<uint32_t
>(eMpiName::Recv) + offset,
MpiInfo(eMpiName::Recv).description().localstr());
454 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
455 static_cast<uint32_t
>(eMpiName::Test) + offset,
MpiInfo(eMpiName::Test).description().localstr());
456 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
457 static_cast<uint32_t
>(eMpiName::Probe) + offset,
MpiInfo(eMpiName::Probe).description().localstr());
458 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
459 static_cast<uint32_t
>(eMpiName::Get_count) + offset,
MpiInfo(eMpiName::Get_count).description().localstr());
460 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
461 static_cast<uint32_t
>(eMpiName::Wait) + offset,
MpiInfo(eMpiName::Wait).description().localstr());
462 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
463 static_cast<uint32_t
>(eMpiName::Waitall) + offset,
MpiInfo(eMpiName::Waitall).description().localstr());
464 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
465 static_cast<uint32_t
>(eMpiName::Testsome) + offset,
MpiInfo(eMpiName::Testsome).description().localstr());
466 OTF2_GlobalDefWriter_WriteString(m_global_def_writer,
467 static_cast<uint32_t
>(eMpiName::Waitsome) + offset,
MpiInfo(eMpiName::Waitsome).description().localstr());
472 OTF2_GlobalDefWriter_WriteString(m_global_def_writer, offset++,
"");
474 OTF2_GlobalDefWriter_WriteString(m_global_def_writer, offset++,
"Master Thread");
478 OTF2_GlobalDefWriter_WriteString(m_global_def_writer, offset++,
"Compute node");
480 OTF2_GlobalDefWriter_WriteString(m_global_def_writer, offset++,
"MPI_COMM_WORLD");
482 OTF2_GlobalDefWriter_WriteString(m_global_def_writer, offset++,
"MPI");
485 OTF2_GlobalDefWriter_WriteString(m_global_def_writer, offset++,
"Comm ${id}");
487 OTF2_GlobalDefWriter_WriteString(m_global_def_writer, offset++,
"Win ${id}");
489 OTF2_GlobalDefWriter_WriteString(m_global_def_writer, offset++,
"MPI_COMM_SELF");
492 OTF2_GlobalDefWriter_WriteString(m_global_def_writer, offset++,
"Entry Point");
494 OTF2_GlobalDefWriter_WriteString(m_global_def_writer, offset++,
"Synchronize");
496 OTF2_GlobalDefWriter_WriteString(m_global_def_writer, offset++, m_sub_domain->application()->applicationName().localstr());
498 for (
Int32 i(0); i < m_sub_domain->nbSubDomain(); ++i) {
499 String mpi_rank_name(std::string(
"MPI Rank ") + std::to_string(i));
500 OTF2_GlobalDefWriter_WriteString(m_global_def_writer, offset++, mpi_rank_name.
localstr());
503 for (
auto i : m_sub_domain->timeLoopMng()->usedTimeLoopEntryPoints())
505 OTF2_GlobalDefWriter_WriteString(m_global_def_writer, offset++, i->fullName().localstr());
575 if (!m_sub_domain->parallelMng()->isMasterIO())
580 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Bcast),
581 static_cast<uint32_t
>(eMpiName::Bcast),
static_cast<uint32_t
>(eMpiName::Bcast),
582 static_cast<uint32_t
>(eMpiName::Bcast) + m_id.m_desc_offset,
583 OTF2_REGION_ROLE_COLL_ONE2ALL,
585 OTF2_REGION_FLAG_NONE,
586 m_id.m_mpi_id, 0, 0);
588 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Gather),
589 static_cast<uint32_t
>(eMpiName::Gather),
static_cast<uint32_t
>(eMpiName::Gather),
590 static_cast<uint32_t
>(eMpiName::Gather) + m_id.m_desc_offset,
591 OTF2_REGION_ROLE_COLL_ALL2ONE,
593 OTF2_REGION_FLAG_NONE,
594 m_id.m_mpi_id, 0, 0);
596 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Gatherv),
597 static_cast<uint32_t
>(eMpiName::Gatherv),
static_cast<uint32_t
>(eMpiName::Gatherv),
598 static_cast<uint32_t
>(eMpiName::Gatherv) + m_id.m_desc_offset,
599 OTF2_REGION_ROLE_COLL_ALL2ONE,
601 OTF2_REGION_FLAG_NONE,
602 m_id.m_mpi_id, 0, 0);
604 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Allgather),
605 static_cast<uint32_t
>(eMpiName::Allgather),
static_cast<uint32_t
>(eMpiName::Allgather),
606 static_cast<uint32_t
>(eMpiName::Allgather) + m_id.m_desc_offset,
607 OTF2_REGION_ROLE_COLL_ALL2ALL,
609 OTF2_REGION_FLAG_NONE,
610 m_id.m_mpi_id, 0, 0);
612 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Allgatherv),
613 static_cast<uint32_t
>(eMpiName::Allgatherv),
static_cast<uint32_t
>(eMpiName::Allgatherv),
614 static_cast<uint32_t
>(eMpiName::Allgatherv) + m_id.m_desc_offset,
615 OTF2_REGION_ROLE_COLL_ALL2ALL,
617 OTF2_REGION_FLAG_NONE,
618 m_id.m_mpi_id, 0, 0);
620 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Scatterv),
621 static_cast<uint32_t
>(eMpiName::Scatterv),
static_cast<uint32_t
>(eMpiName::Scatterv),
622 static_cast<uint32_t
>(eMpiName::Scatterv) + m_id.m_desc_offset,
623 OTF2_REGION_ROLE_COLL_ONE2ALL,
625 OTF2_REGION_FLAG_NONE,
626 m_id.m_mpi_id, 0, 0);
628 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Alltoall),
629 static_cast<uint32_t
>(eMpiName::Alltoall),
static_cast<uint32_t
>(eMpiName::Alltoall),
630 static_cast<uint32_t
>(eMpiName::Alltoall) + m_id.m_desc_offset,
631 OTF2_REGION_ROLE_COLL_ALL2ALL,
633 OTF2_REGION_FLAG_NONE,
634 m_id.m_mpi_id, 0, 0);
636 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Alltoallv),
637 static_cast<uint32_t
>(eMpiName::Alltoallv),
static_cast<uint32_t
>(eMpiName::Alltoallv),
638 static_cast<uint32_t
>(eMpiName::Alltoallv) + m_id.m_desc_offset,
639 OTF2_REGION_ROLE_COLL_ALL2ALL,
641 OTF2_REGION_FLAG_NONE,
642 m_id.m_mpi_id, 0, 0);
644 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Barrier),
645 static_cast<uint32_t
>(eMpiName::Barrier),
static_cast<uint32_t
>(eMpiName::Barrier),
646 static_cast<uint32_t
>(eMpiName::Barrier) + m_id.m_desc_offset,
647 OTF2_REGION_ROLE_BARRIER,
649 OTF2_REGION_FLAG_NONE,
650 m_id.m_mpi_id, 0, 0);
652 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Reduce),
653 static_cast<uint32_t
>(eMpiName::Reduce),
static_cast<uint32_t
>(eMpiName::Reduce),
654 static_cast<uint32_t
>(eMpiName::Reduce) + m_id.m_desc_offset,
655 OTF2_REGION_ROLE_COLL_ALL2ONE,
657 OTF2_REGION_FLAG_NONE,
658 m_id.m_mpi_id, 0, 0);
660 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Allreduce),
661 static_cast<uint32_t
>(eMpiName::Allreduce),
static_cast<uint32_t
>(eMpiName::Allreduce),
662 static_cast<uint32_t
>(eMpiName::Allreduce) + m_id.m_desc_offset,
663 OTF2_REGION_ROLE_COLL_ALL2ALL,
665 OTF2_REGION_FLAG_NONE,
666 m_id.m_mpi_id, 0, 0);
668 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Scan),
669 static_cast<uint32_t
>(eMpiName::Scan),
static_cast<uint32_t
>(eMpiName::Scan),
670 static_cast<uint32_t
>(eMpiName::Scan) + m_id.m_desc_offset,
671 OTF2_REGION_ROLE_COLL_OTHER,
673 OTF2_REGION_FLAG_NONE,
674 m_id.m_mpi_id, 0, 0);
676 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Sendrecv),
677 static_cast<uint32_t
>(eMpiName::Sendrecv),
static_cast<uint32_t
>(eMpiName::Sendrecv),
678 static_cast<uint32_t
>(eMpiName::Sendrecv) + m_id.m_desc_offset,
679 OTF2_REGION_ROLE_POINT2POINT,
681 OTF2_REGION_FLAG_NONE,
682 m_id.m_mpi_id, 0, 0);
684 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Isend),
685 static_cast<uint32_t
>(eMpiName::Isend),
static_cast<uint32_t
>(eMpiName::Isend),
686 static_cast<uint32_t
>(eMpiName::Isend) + m_id.m_desc_offset,
687 OTF2_REGION_ROLE_POINT2POINT,
689 OTF2_REGION_FLAG_NONE,
690 m_id.m_mpi_id, 0, 0);
692 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Send),
693 static_cast<uint32_t
>(eMpiName::Send),
static_cast<uint32_t
>(eMpiName::Send),
694 static_cast<uint32_t
>(eMpiName::Send) + m_id.m_desc_offset,
695 OTF2_REGION_ROLE_POINT2POINT,
697 OTF2_REGION_FLAG_NONE,
698 m_id.m_mpi_id, 0, 0);
700 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Irecv),
701 static_cast<uint32_t
>(eMpiName::Irecv),
static_cast<uint32_t
>(eMpiName::Irecv),
702 static_cast<uint32_t
>(eMpiName::Irecv) + m_id.m_desc_offset,
703 OTF2_REGION_ROLE_POINT2POINT,
705 OTF2_REGION_FLAG_NONE,
706 m_id.m_mpi_id, 0, 0);
708 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Recv),
709 static_cast<uint32_t
>(eMpiName::Recv),
static_cast<uint32_t
>(eMpiName::Recv),
710 static_cast<uint32_t
>(eMpiName::Recv) + m_id.m_desc_offset,
711 OTF2_REGION_ROLE_POINT2POINT,
713 OTF2_REGION_FLAG_NONE,
714 m_id.m_mpi_id, 0, 0);
716 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Test),
717 static_cast<uint32_t
>(eMpiName::Test),
static_cast<uint32_t
>(eMpiName::Test),
718 static_cast<uint32_t
>(eMpiName::Test) + m_id.m_desc_offset,
719 OTF2_REGION_ROLE_FUNCTION,
721 OTF2_REGION_FLAG_NONE,
722 m_id.m_mpi_id, 0, 0);
724 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Probe),
725 static_cast<uint32_t
>(eMpiName::Probe),
static_cast<uint32_t
>(eMpiName::Probe),
726 static_cast<uint32_t
>(eMpiName::Probe) + m_id.m_desc_offset,
727 OTF2_REGION_ROLE_POINT2POINT,
729 OTF2_REGION_FLAG_NONE,
730 m_id.m_mpi_id, 0, 0);
732 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Get_count),
733 static_cast<uint32_t
>(eMpiName::Get_count),
static_cast<uint32_t
>(eMpiName::Get_count),
734 static_cast<uint32_t
>(eMpiName::Get_count) + m_id.m_desc_offset,
735 OTF2_REGION_ROLE_FUNCTION,
737 OTF2_REGION_FLAG_NONE,
738 m_id.m_mpi_id, 0, 0);
740 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Wait),
741 static_cast<uint32_t
>(eMpiName::Wait),
static_cast<uint32_t
>(eMpiName::Wait),
742 static_cast<uint32_t
>(eMpiName::Wait) + m_id.m_desc_offset,
743 OTF2_REGION_ROLE_FUNCTION,
745 OTF2_REGION_FLAG_NONE,
746 m_id.m_mpi_id, 0, 0);
748 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Waitall),
749 static_cast<uint32_t
>(eMpiName::Waitall),
static_cast<uint32_t
>(eMpiName::Waitall),
750 static_cast<uint32_t
>(eMpiName::Waitall) + m_id.m_desc_offset,
751 OTF2_REGION_ROLE_FUNCTION,
753 OTF2_REGION_FLAG_NONE,
754 m_id.m_mpi_id, 0, 0);
756 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Testsome),
757 static_cast<uint32_t
>(eMpiName::Testsome),
static_cast<uint32_t
>(eMpiName::Testsome),
758 static_cast<uint32_t
>(eMpiName::Testsome) + m_id.m_desc_offset,
759 OTF2_REGION_ROLE_FUNCTION,
761 OTF2_REGION_FLAG_NONE,
762 m_id.m_mpi_id, 0, 0);
764 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(eMpiName::Waitsome),
765 static_cast<uint32_t
>(eMpiName::Waitsome),
static_cast<uint32_t
>(eMpiName::Waitsome),
766 static_cast<uint32_t
>(eMpiName::Waitsome) + m_id.m_desc_offset,
767 OTF2_REGION_ROLE_FUNCTION,
769 OTF2_REGION_FLAG_NONE,
770 m_id.m_mpi_id, 0, 0);
772 for (
const auto& i : m_id.m_ep_id_set) {
773 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer,
static_cast<uint32_t
>(i.m_id),
774 static_cast<uint32_t
>(i.m_id),
static_cast<uint32_t
>(i.m_id),
775 static_cast<uint32_t
>(i.m_id),
776 OTF2_REGION_ROLE_FUNCTION,
778 OTF2_REGION_FLAG_NONE,
782 OTF2_GlobalDefWriter_WriteRegion(m_global_def_writer, m_id.m_sync_id,
783 m_id.m_sync_id, m_id.m_sync_id, m_id.m_sync_id,
784 OTF2_REGION_ROLE_FUNCTION,
786 OTF2_REGION_FLAG_NONE,
787 m_id.m_sync_id, 0, 0);