reduce warnings when compiling with KOKKOS
This commit is contained in:
@ -315,7 +315,9 @@
|
|||||||
|
|
||||||
// Enable minimal optimizations for more compact code in debug mode.
|
// Enable minimal optimizations for more compact code in debug mode.
|
||||||
FMT_GCC_PRAGMA("GCC push_options")
|
FMT_GCC_PRAGMA("GCC push_options")
|
||||||
#ifndef __OPTIMIZE__
|
// LAMMPS CUSTOMIZATION: suppress warning about pragma with KOKKOS
|
||||||
|
#if !defined(__OPTIMIZE__) && !defined(LMP_KOKKOS)
|
||||||
|
// END LAMMPS CUSTOMIZATION
|
||||||
FMT_GCC_PRAGMA("GCC optimize(\"Og\")")
|
FMT_GCC_PRAGMA("GCC optimize(\"Og\")")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user