18#ifndef MOTIV_CONSTANTS_HPP
19#define MOTIV_CONSTANTS_HPP
23 const int Z_LAYER_HIGHLIGHTED_OFFSET = 20;
24 const int Z_LAYER_P2P_COMMUNICATIONS = 100;
25 const int Z_LAYER_COLLECTIVE_COMMUNICATIONS = 110;
26 const int Z_LAYER_SLOTS_MIN_PRIORITY = 10;
27 const int Z_LAYER_SLOTS_MAX_PRIORITY = Z_LAYER_SLOTS_MIN_PRIORITY + Z_LAYER_HIGHLIGHTED_OFFSET - 1;
28 const int Z_LAYER_SELECTION = 200;
32 const QColor COLOR_SLOT_MPI = QColor::fromRgb(0xCDDC39);
33 const QColor COLOR_SLOT_OPEN_MP = QColor::fromRgb(0xFF5722);
34 const QColor COLOR_SLOT_PLAIN = QColor::fromRgb(0xBDBDBD);
35 const QColor COLOR_COLLECTIVE_COMMUNICATION = QColor::fromRgb(0x42A5F5);