Open pramodk opened 1 year ago
There are also FMT related ones now:
"/home/kumbhar/workarena/repos/bbp/nrn/external/fmt/include/fmt/format.h", line 594: warning: routine is both "inline" and "noinline" [inline_gnu_noinline_conflict]
FMT_CONSTEXPR FMT_NOINLINE auto copy_noinline(InputIt begin, InputIt end,
^
Remark: individual warnings can be suppressed with "--diag_suppress <warning-name>"
"/home/kumbhar/workarena/repos/bbp/nrn/external/fmt/include/fmt/format.h", line 1702: warning: routine is both "inline" and "noinline" [inline_gnu_noinline_conflict]
FMT_NOINLINE FMT_CONSTEXPR auto fill(OutputIt it, size_t n, const fill_t& fill)
^
"/home/kumbhar/workarena/repos/bbp/nrn/external/fmt/include/fmt/format.h", line 2207: warning: routine is both "inline" and "noinline" [inline_gnu_noinline_conflict]
FMT_CONSTEXPR FMT_NOINLINE auto write_int_noinline(OutputIt out,
^
"/home/kumbhar/workarena/repos/bbp/nrn/external/fmt/include/fmt/format.h", line 594: warning: routine is both "inline" and "noinline" [inline_gnu_noinline_conflict]
FMT_CONSTEXPR FMT_NOINLINE auto copy_noinline(InputIt begin, InputIt end,
^
Remark: individual warnings can be suppressed with "--diag_suppress <warning-name>"
"/home/kumbhar/workarena/repos/bbp/nrn/external/fmt/include/fmt/format.h", line 1702: warning: routine is both "inline" and "noinline" [inline_gnu_noinline_conflict]
FMT_NOINLINE FMT_CONSTEXPR auto fill(OutputIt it, size_t n, const fill_t& fill)
^
"/home/kumbhar/workarena/repos/bbp/nrn/external/fmt/include/fmt/format.h", line 2207: warning: routine is both "inline" and "noinline" [inline_gnu_noinline_conflict]
FMT_CONSTEXPR FMT_NOINLINE auto write_int_noinline(OutputIt out,
^
"/home/kumbhar/workarena/repos/bbp/nrn/external/fmt/include/fmt/format.h", line 594: warning: routine is both "inline" and "noinline" [inline_gnu_noinline_conflict]
FMT_CONSTEXPR FMT_NOINLINE auto copy_noinline(InputIt begin, InputIt end,
^
Remark: individual warnings can be suppressed with "--diag_suppress <warning-name>"
"/home/kumbhar/workarena/repos/bbp/nrn/external/fmt/include/fmt/format.h", line 1702: warning: routine is both "inline" and "noinline" [inline_gnu_noinline_conflict]
FMT_NOINLINE FMT_CONSTEXPR auto fill(OutputIt it, size_t n, const fill_t& fill)
^
"/home/kumbhar/workarena/repos/bbp/nrn/external/fmt/include/fmt/format.h", line 2207: warning: routine is both "inline" and "noinline" [inline_gnu_noinline_conflict]
FMT_CONSTEXPR FMT_NOINLINE auto write_int_noinline(OutputIt out,
^
"/home/kumbhar/workarena/repos/bbp/nrn/external/fmt/include/fmt/format.h", line 594: warning: routine is both "inline" and "noinline" [inline_gnu_noinline_conflict]
FMT_CONSTEXPR FMT_NOINLINE auto copy_noinline(InputIt begin, InputIt end,
^
Remark: individual warnings can be suppressed with "--diag_suppress <warning-name>"
@alkino : you can install NVHPC from the system package manager.
Eigen is silenced by #3132
While building NEURON with NVHPC compiler, I see lots of warnings like:
@alkino : As we do with other NVHPC warnings here, we may need to silent this one as well?