/* Auto-generated from interp_lb_profile.bin — do not edit */ #ifndef INTERP_LB_PROFILE_DATA_H #define INTERP_LB_PROFILE_DATA_H #define INTERP_LB_NPROCS 64 #define INTERP_LB_NUM_HEAVY 4 static const int interp_lb_heavy_blocks[4] = {27, 35, 28, 36}; /* Split table: {block_id, r_left, r_right} */ static const int interp_lb_splits[4][3] = { {27, 26, 27}, {35, 34, 35}, {28, 28, 29}, {36, 36, 37}, }; /* Rank remap for displaced neighbor blocks */ static const int interp_lb_num_remaps = 4; static const int interp_lb_remaps[][2] = { {26, 25}, {29, 30}, {34, 33}, {37, 38}, }; #endif /* INTERP_LB_PROFILE_DATA_H */