Closed zhangchonglin closed 9 months ago
What version of Kokkos and Cabana were you using? IIRC, we dropped support for older (< 0.6.0?) cabana versions. @Angelyr Is that correct?
@cwsmith: Cabana master branch with latest commit and Kokkos 4.2.00
.
PUMIPic
is configured enabling test. See below for the cmake
part of the script:
cmake $pumipicsrc -DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED_LIBS=OFF \
-DCMAKE_CXX_COMPILER=mpicxx \
-DENABLE_CABANA=ON \
-DPS_IS_TESTING=ON \
-DIS_TESTING=ON \
-DTEST_DATA_DIR=$pumipicsrc/pumipic-data \
-DCMAKE_INSTALL_PREFIX=$pumipic \
-DCMAKE_CXX_FLAGS="-fPIC" \
I am aware of this issue. It will be fixed in the next patch. For now if you need to use Cabana you can set -DPS_IS_TESTING=OFF and -DIS_TESTING=OFF
I hit the following error building
PUMIPic
when enablingCabana
library inCMake
config:When using
-DENABLE_CABANA=OFF
, the build was fine.Looks like a minor issue where the test was not updated.