portion of UCP related fixes for PGI#4260
Conversation
hoopoepg
commented
Oct 8, 2019
- first portion of UCP related fixes for PGI compiler support
|
Test PASSed. |
|
Test PASSed. |
| p += sizeof(ucp_md_map_t); | ||
|
|
||
| *((uint8_t *)p++) = mem_type; | ||
| *(p++) = mem_type; |
There was a problem hiding this comment.
plz remove casting on line 59 as well
| ucs_for_each_bit(md_index, md_map) { | ||
| md_size = *((uint8_t*)rkey_buffer); | ||
| rkey_buffer += sizeof(uint8_t); | ||
| md_size = *((uint8_t*)rkey_buf); |
| } | ||
| }; | ||
|
|
||
| static ucs_stats_class_t ucp_worker_stats_class = { |
There was a problem hiding this comment.
PGI compiler bug, reported to PGI compiler team
|
Test PASSed. |
|
bot:mlx:retest |
|
Test PASSed. |
Mellanox CI: PASSED on 29 workers (click for details)Note: the logs will be deleted after 17-Oct-2019
|
|
plz, resolve conflict |
- first portion of UCP related fixes for PGI compiler support
86e1a97 to
a3cb967
Compare
|
Test PASSed. |
Mellanox CI: PASSED on 29 workers (click for details)Note: the logs will be deleted after 17-Oct-2019
|
|
Test FAILed. |
|
Test FAILed. |
Mellanox CI: FAILED on 8 of 29 workers (click for details)Note: the logs will be deleted after 17-Oct-2019
|
|
bot:mlx:retest |
|
Test PASSed. |
Mellanox CI: PASSED on 29 workers (click for details)Note: the logs will be deleted after 18-Oct-2019
|
|
bot:bgate:retest |
|
Test PASSed. |
|
@brminich ok to merge? |
|
we need to add PGI checks to our CI asap. Looks like it is very easy to break PGI compilation |