Skip to content

Zoltan: remove warnings generated by gcc 7.2

James Willenbring requested to merge kddevin:gcc7ZoltanWarnings into develop

Created by: kddevin

@trilinos/zoltan

Description

Changes to remove warnings generated when compiling with gcc 7.2. Most were sprintf to insufficiently allocated strings, or replacing a multiplication with logical-and in if conditions.

Motivation and Context

SST is moving to gcc 7.3, and reported warnings during their conversion

How Has This Been Tested?

Tested on skybridge using gcc 7.2 (I couldn't find gcc 7.3 in SEMS).

Merge request reports