Skip to content

Ipx iris fix warnings

Nickolas Davis requested to merge (removed):ipx-iris-fix-warnings into master

A few warnings pop up when building with the intel compiler using openmp on iris.

  • First is related to the OPENMP #pragma for changing the loop iterator value to be an unsigned int type automatically (?? couldn't find any docs for this), which causes type warnings when using vtkm::Id
  • Second is related to the intel compiler float cast being picky and needing individual casting to prevent precision loss warnings.

warnings

Edited by Nickolas Davis

Merge request reports