+19
−9
kitsune/examples/kokkos/run-kokkos-examples.sh.in
deleted100755 → 0
+0
−16
Loading
1. -fkokkos mode forces -fno-exceptions to avoid code gen issues
around parallelism code gen and internal exception mechanisms.
2. following #1, added a patch to #ifdef out exceptions (try and
catch blocks) in Kokkos memory spaces.
3. fixed a bug in the realm ABI that only showed up for some
examples -- would crash the compiler via an assertion on the
types of a binary operator.
4. tweaked some of the kokkos examples to actually behave like a
good kokkos program should...