* installing *source* package ‘gpboost’ ...
** this is package ‘gpboost’ version ‘1.6.7’
** package ‘gpboost’ successfully unpacked and MD5 sums checked
** using staged installation
checking location of R... /Library/Frameworks/R.framework/Resources
checking whether MM_PREFETCH works... no
checking whether MM_MALLOC works... yes
checking whether OpenMP will work in a package... no
***********************************************************************************************
OpenMP is unavailable on this macOS system. GPBoost code will run single-threaded as a result.
To use all CPU cores for training jobs, you should install OpenMP by running
brew install libomp
***********************************************************************************************
configure: creating ./config.status
config.status: creating src/Makevars
** libs
using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using C++17
using SDK: ‘MacOSX11.3.1.sdk’
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c boosting/boosting.cpp -o boosting/boosting.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c boosting/gbdt.cpp -o boosting/gbdt.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c boosting/gbdt_model_text.cpp -o boosting/gbdt_model_text.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c boosting/gbdt_prediction.cpp -o boosting/gbdt_prediction.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c boosting/prediction_early_stop.cpp -o boosting/prediction_early_stop.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c io/bin.cpp -o io/bin.o
io/bin.cpp:164:9: warning: variable 'left_cnt_data' set but not used [-Wunused-but-set-variable]
int left_cnt_data = 0;
^
io/bin.cpp:165:9: warning: variable 'cnt_zero' set but not used [-Wunused-but-set-variable]
int cnt_zero = 0;
^
io/bin.cpp:166:9: warning: variable 'right_cnt_data' set but not used [-Wunused-but-set-variable]
int right_cnt_data = 0;
^
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c io/config.cpp -o io/config.o
In file included from boosting/gbdt_prediction.cpp:6:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:26:
In file included from ./include/Eigen/SparseCore:61:
./include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
Index count = 0;
^
In file included from boosting/gbdt_prediction.cpp:6:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:29:
In file included from ./include/Eigen/SparseLU:35:
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
^
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
Index nsuper_et = 0; // Number of relaxed snodes in the original etree
^
In file included from boosting/gbdt.cpp:6:
In file included from boosting/gbdt.h:10:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:26:
In file included from ./include/Eigen/SparseCore:61:
./include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
Index count = 0;
^
In file included from boosting/gbdt.cpp:6:
In file included from boosting/gbdt.h:10:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:29:
In file included from ./include/Eigen/SparseLU:35:
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
^
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
Index nsuper_et = 0; // Number of relaxed snodes in the original etree
^
In file included from boosting/boosting.cpp:7:
In file included from boosting/dart.hpp:16:
In file included from boosting/gbdt.h:10:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:26:
In file included from ./include/Eigen/SparseCore:61:
./include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
Index count = 0;
^
In file included from boosting/boosting.cpp:7:
In file included from boosting/dart.hpp:16:
In file included from boosting/gbdt.h:10:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:29:
In file included from ./include/Eigen/SparseLU:35:
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
^
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
Index nsuper_et = 0; // Number of relaxed snodes in the original etree
^
In file included from boosting/gbdt_model_text.cpp:6:
In file included from ./include/LightGBM/metric.h:12:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:26:
In file included from ./include/Eigen/SparseCore:61:
./include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
Index count = 0;
^
In file included from boosting/gbdt_model_text.cpp:6:
In file included from ./include/LightGBM/metric.h:12:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:29:
In file included from ./include/Eigen/SparseLU:35:
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
^
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
Index nsuper_et = 0; // Number of relaxed snodes in the original etree
^
In file included from boosting/gbdt_prediction.cpp:6:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:13:
In file included from ./include/GPBoost/re_model_template.h:19:
./include/GPBoost/likelihoods.h:1464:31: warning: variable 'Wpos' set but not used [-Wunused-but-set-variable]
double W = 0.0, W0 = 0.0, Wpos = 0.0;
^
In file included from boosting/gbdt.cpp:6:
In file included from boosting/gbdt.h:10:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:13:
In file included from ./include/GPBoost/re_model_template.h:19:
./include/GPBoost/likelihoods.h:1464:31: warning: variable 'Wpos' set but not used [-Wunused-but-set-variable]
double W = 0.0, W0 = 0.0, Wpos = 0.0;
^
In file included from boosting/gbdt_model_text.cpp:6:
In file included from ./include/LightGBM/metric.h:12:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:13:
In file included from ./include/GPBoost/re_model_template.h:19:
./include/GPBoost/likelihoods.h:1464:31: warning: variable 'Wpos' set but not used [-Wunused-but-set-variable]
double W = 0.0, W0 = 0.0, Wpos = 0.0;
^
In file included from boosting/boosting.cpp:7:
In file included from boosting/dart.hpp:16:
In file included from boosting/gbdt.h:10:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:13:
In file included from ./include/GPBoost/re_model_template.h:19:
./include/GPBoost/likelihoods.h:1464:31: warning: variable 'Wpos' set but not used [-Wunused-but-set-variable]
double W = 0.0, W0 = 0.0, Wpos = 0.0;
^
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c io/config_auto.cpp -o io/config_auto.o
In file included from boosting/gbdt_model_text.cpp:6:
In file included from ./include/LightGBM/metric.h:12:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:13:
./include/GPBoost/re_model_template.h:387:95: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (gp_approx_ != "vecchia" && gp_approx_ != "full_scale_vecchia" && gp_approx_ != "fitc" && gp_approx_ != "full_scale_tapering" ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:387:95: note: place parentheses around the '&&' expression to silence this warning
if (gp_approx_ != "vecchia" && gp_approx_ != "full_scale_vecchia" && gp_approx_ != "fitc" && gp_approx_ != "full_scale_tapering" ||
^
( )
./include/GPBoost/re_model_template.h:443:31: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && !only_one_grouped_RE_calculations_on_RE_scale_ || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:443:31: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && !only_one_grouped_RE_calculations_on_RE_scale_ || grouped_RE_and_vecchia_GP_) {
^
( )
In file included from boosting/gbdt.cpp:6:
In file included from boosting/gbdt.h:10:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:13:
./include/GPBoost/re_model_template.h:387:95: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (gp_approx_ != "vecchia" && gp_approx_ != "full_scale_vecchia" && gp_approx_ != "fitc" && gp_approx_ != "full_scale_tapering" ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:387:95: note: place parentheses around the '&&' expression to silence this warning
if (gp_approx_ != "vecchia" && gp_approx_ != "full_scale_vecchia" && gp_approx_ != "fitc" && gp_approx_ != "full_scale_tapering" ||
^
( )
./include/GPBoost/re_model_template.h:443:31: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && !only_one_grouped_RE_calculations_on_RE_scale_ || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:443:31: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && !only_one_grouped_RE_calculations_on_RE_scale_ || grouped_RE_and_vecchia_GP_) {
^
( )
In file included from boosting/gbdt_prediction.cpp:6:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:13:
./include/GPBoost/re_model_template.h:387:95: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (gp_approx_ != "vecchia" && gp_approx_ != "full_scale_vecchia" && gp_approx_ != "fitc" && gp_approx_ != "full_scale_tapering" ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:387:95: note: place parentheses around the '&&' expression to silence this warning
if (gp_approx_ != "vecchia" && gp_approx_ != "full_scale_vecchia" && gp_approx_ != "fitc" && gp_approx_ != "full_scale_tapering" ||
^
( )
./include/GPBoost/re_model_template.h:443:31: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && !only_one_grouped_RE_calculations_on_RE_scale_ || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:443:31: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && !only_one_grouped_RE_calculations_on_RE_scale_ || grouped_RE_and_vecchia_GP_) {
^
( )
./include/GPBoost/re_model_template.h:4016:42: warning: '&&' within '||' [-Wlogical-op-parentheses]
gp_approx_ != "full_scale_vecchia" && gp_approx_ != "vecchia" || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:4016:42: note: place parentheses around the '&&' expression to silence this warning
gp_approx_ != "full_scale_vecchia" && gp_approx_ != "vecchia" || grouped_RE_and_vecchia_GP_) {
^
)
In file included from boosting/boosting.cpp:7:
In file included from boosting/dart.hpp:16:
In file included from boosting/gbdt.h:10:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:13:
./include/GPBoost/re_model_template.h:387:95: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (gp_approx_ != "vecchia" && gp_approx_ != "full_scale_vecchia" && gp_approx_ != "fitc" && gp_approx_ != "full_scale_tapering" ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:387:95: note: place parentheses around the '&&' expression to silence this warning
if (gp_approx_ != "vecchia" && gp_approx_ != "full_scale_vecchia" && gp_approx_ != "fitc" && gp_approx_ != "full_scale_tapering" ||
^
( )
./include/GPBoost/re_model_template.h:443:31: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && !only_one_grouped_RE_calculations_on_RE_scale_ || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:443:31: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && !only_one_grouped_RE_calculations_on_RE_scale_ || grouped_RE_and_vecchia_GP_) {
^
( )
./include/GPBoost/re_model_template.h:4016:42: warning: '&&' within '||' [-Wlogical-op-parentheses]
gp_approx_ != "full_scale_vecchia" && gp_approx_ != "vecchia" || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:4016:42: note: place parentheses around the '&&' expression to silence this warning
gp_approx_ != "full_scale_vecchia" && gp_approx_ != "vecchia" || grouped_RE_and_vecchia_GP_) {
^
)
./include/GPBoost/re_model_template.h:4016:42: warning: '&&' within '||' [-Wlogical-op-parentheses]
gp_approx_ != "full_scale_vecchia" && gp_approx_ != "vecchia" || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:4016:42: note: place parentheses around the '&&' expression to silence this warning
gp_approx_ != "full_scale_vecchia" && gp_approx_ != "vecchia" || grouped_RE_and_vecchia_GP_) {
^
)
./include/GPBoost/re_model_template.h:6740:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:6740:32: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
^
( )
./include/GPBoost/re_model_template.h:6762:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:6762:32: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
^
( )
./include/GPBoost/re_model_template.h:4016:42: warning: '&&' within '||' [-Wlogical-op-parentheses]
gp_approx_ != "full_scale_vecchia" && gp_approx_ != "vecchia" || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:4016:42: note: place parentheses around the '&&' expression to silence this warning
gp_approx_ != "full_scale_vecchia" && gp_approx_ != "vecchia" || grouped_RE_and_vecchia_GP_) {
^
)
./include/GPBoost/re_model_template.h:6740:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:6740:32: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
^
( )
./include/GPBoost/re_model_template.h:6762:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:6762:32: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
^
( )
./include/GPBoost/re_model_template.h:6740:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:6740:32: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
^
( )
./include/GPBoost/re_model_template.h:6762:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:6762:32: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
^
( )
./include/GPBoost/re_model_template.h:6740:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:6740:32: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
^
( )
./include/GPBoost/re_model_template.h:6762:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:6762:32: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
^
( )
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c io/dataset.cpp -o io/dataset.o
3 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c io/dataset_loader.cpp -o io/dataset_loader.o
9 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c io/file_io.cpp -o io/file_io.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c io/json11.cpp -o io/json11.o
9 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c io/metadata.cpp -o io/metadata.o
9 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c io/parser.cpp -o io/parser.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c io/train_share_states.cpp -o io/train_share_states.o
9 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c io/tree.cpp -o io/tree.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c metric/dcg_calculator.cpp -o metric/dcg_calculator.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c metric/metric.cpp -o metric/metric.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c objective/objective_function.cpp -o objective/objective_function.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c network/ifaddrs_patch.cpp -o network/ifaddrs_patch.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c network/linker_topo.cpp -o network/linker_topo.o
In file included from metric/dcg_calculator.cpp:5:
In file included from ./include/LightGBM/metric.h:12:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:26:
In file included from ./include/Eigen/SparseCore:61:
./include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
Index count = 0;
^
In file included from metric/dcg_calculator.cpp:5:
In file included from ./include/LightGBM/metric.h:12:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:29:
In file included from ./include/Eigen/SparseLU:35:
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
^
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
Index nsuper_et = 0; // Number of relaxed snodes in the original etree
^
In file included from objective/objective_function.cpp:6:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:26:
In file included from ./include/Eigen/SparseCore:61:
./include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
Index count = 0;
^
In file included from objective/objective_function.cpp:6:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:29:
In file included from ./include/Eigen/SparseLU:35:
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
^
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
Index nsuper_et = 0; // Number of relaxed snodes in the original etree
^
In file included from metric/metric.cpp:6:
In file included from ./include/LightGBM/metric.h:12:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:26:
In file included from ./include/Eigen/SparseCore:61:
./include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
Index count = 0;
^
In file included from metric/metric.cpp:6:
In file included from ./include/LightGBM/metric.h:12:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:29:
In file included from ./include/Eigen/SparseLU:35:
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
^
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
Index nsuper_et = 0; // Number of relaxed snodes in the original etree
^
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c network/linkers_mpi.cpp -o network/linkers_mpi.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c network/linkers_socket.cpp -o network/linkers_socket.o
In file included from metric/dcg_calculator.cpp:5:
In file included from ./include/LightGBM/metric.h:12:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:13:
In file included from ./include/GPBoost/re_model_template.h:19:
./include/GPBoost/likelihoods.h:1464:31: warning: variable 'Wpos' set but not used [-Wunused-but-set-variable]
double W = 0.0, W0 = 0.0, Wpos = 0.0;
^
In file included from metric/metric.cpp:6:
In file included from ./include/LightGBM/metric.h:12:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:13:
In file included from ./include/GPBoost/re_model_template.h:19:
./include/GPBoost/likelihoods.h:1464:31: warning: variable 'Wpos' set but not used [-Wunused-but-set-variable]
double W = 0.0, W0 = 0.0, Wpos = 0.0;
^
In file included from objective/objective_function.cpp:6:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:13:
In file included from ./include/GPBoost/re_model_template.h:19:
./include/GPBoost/likelihoods.h:1464:31: warning: variable 'Wpos' set but not used [-Wunused-but-set-variable]
double W = 0.0, W0 = 0.0, Wpos = 0.0;
^
network/linkers_socket.cpp:174:7: warning: variable 'need_connect_cnt' set but not used [-Wunused-but-set-variable]
int need_connect_cnt = 0;
^
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c network/network.cpp -o network/network.o
1 warning generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c treelearner/data_parallel_tree_learner.cpp -o treelearner/data_parallel_tree_learner.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c treelearner/feature_parallel_tree_learner.cpp -o treelearner/feature_parallel_tree_learner.o
In file included from metric/dcg_calculator.cpp:5:
In file included from ./include/LightGBM/metric.h:12:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:13:
./include/GPBoost/re_model_template.h:387:95: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (gp_approx_ != "vecchia" && gp_approx_ != "full_scale_vecchia" && gp_approx_ != "fitc" && gp_approx_ != "full_scale_tapering" ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:387:95: note: place parentheses around the '&&' expression to silence this warning
if (gp_approx_ != "vecchia" && gp_approx_ != "full_scale_vecchia" && gp_approx_ != "fitc" && gp_approx_ != "full_scale_tapering" ||
^
( )
./include/GPBoost/re_model_template.h:443:31: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && !only_one_grouped_RE_calculations_on_RE_scale_ || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:443:31: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && !only_one_grouped_RE_calculations_on_RE_scale_ || grouped_RE_and_vecchia_GP_) {
^
( )
./include/GPBoost/re_model_template.h:4016:42: warning: '&&' within '||' [-Wlogical-op-parentheses]
gp_approx_ != "full_scale_vecchia" && gp_approx_ != "vecchia" || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:4016:42: note: place parentheses around the '&&' expression to silence this warning
gp_approx_ != "full_scale_vecchia" && gp_approx_ != "vecchia" || grouped_RE_and_vecchia_GP_) {
^
)
In file included from metric/metric.cpp:6:
In file included from ./include/LightGBM/metric.h:12:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:13:
./include/GPBoost/re_model_template.h:387:95: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (gp_approx_ != "vecchia" && gp_approx_ != "full_scale_vecchia" && gp_approx_ != "fitc" && gp_approx_ != "full_scale_tapering" ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:387:95: note: place parentheses around the '&&' expression to silence this warning
if (gp_approx_ != "vecchia" && gp_approx_ != "full_scale_vecchia" && gp_approx_ != "fitc" && gp_approx_ != "full_scale_tapering" ||
^
( )
./include/GPBoost/re_model_template.h:443:31: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && !only_one_grouped_RE_calculations_on_RE_scale_ || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:443:31: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && !only_one_grouped_RE_calculations_on_RE_scale_ || grouped_RE_and_vecchia_GP_) {
^
( )
./include/GPBoost/re_model_template.h:6740:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:6740:32: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
^
( )
./include/GPBoost/re_model_template.h:6762:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:6762:32: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
^
( )
In file included from objective/objective_function.cpp:6:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:13:
./include/GPBoost/re_model_template.h:387:95: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (gp_approx_ != "vecchia" && gp_approx_ != "full_scale_vecchia" && gp_approx_ != "fitc" && gp_approx_ != "full_scale_tapering" ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:387:95: note: place parentheses around the '&&' expression to silence this warning
if (gp_approx_ != "vecchia" && gp_approx_ != "full_scale_vecchia" && gp_approx_ != "fitc" && gp_approx_ != "full_scale_tapering" ||
^
( )
./include/GPBoost/re_model_template.h:443:31: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && !only_one_grouped_RE_calculations_on_RE_scale_ || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:443:31: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && !only_one_grouped_RE_calculations_on_RE_scale_ || grouped_RE_and_vecchia_GP_) {
^
( )
./include/GPBoost/re_model_template.h:4016:42: warning: '&&' within '||' [-Wlogical-op-parentheses]
gp_approx_ != "full_scale_vecchia" && gp_approx_ != "vecchia" || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:4016:42: note: place parentheses around the '&&' expression to silence this warning
gp_approx_ != "full_scale_vecchia" && gp_approx_ != "vecchia" || grouped_RE_and_vecchia_GP_) {
^
)
./include/GPBoost/re_model_template.h:4016:42: warning: '&&' within '||' [-Wlogical-op-parentheses]
gp_approx_ != "full_scale_vecchia" && gp_approx_ != "vecchia" || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:4016:42: note: place parentheses around the '&&' expression to silence this warning
gp_approx_ != "full_scale_vecchia" && gp_approx_ != "vecchia" || grouped_RE_and_vecchia_GP_) {
^
)
./include/GPBoost/re_model_template.h:6740:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:6740:32: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
^
( )
./include/GPBoost/re_model_template.h:6762:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:6762:32: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
^
( )
./include/GPBoost/re_model_template.h:6740:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:6740:32: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
^
( )
./include/GPBoost/re_model_template.h:6762:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:6762:32: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
^
( )
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c treelearner/gpu_tree_learner.cpp -o treelearner/gpu_tree_learner.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c treelearner/linear_tree_learner.cpp -o treelearner/linear_tree_learner.o
9 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c treelearner/serial_tree_learner.cpp -o treelearner/serial_tree_learner.o
In file included from objective/objective_function.cpp:8:
objective/binary_objective.hpp:209:14: warning: private field 'deterministic_' is not used [-Wunused-private-field]
const bool deterministic_;
^
In file included from objective/objective_function.cpp:12:
objective/xentropy_objective.hpp:147:14: warning: private field 'deterministic_' is not used [-Wunused-private-field]
const bool deterministic_;
^
objective/xentropy_objective.hpp:279:14: warning: private field 'deterministic_' is not used [-Wunused-private-field]
const bool deterministic_;
^
In file included from treelearner/serial_tree_learner.cpp:9:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:26:
In file included from ./include/Eigen/SparseCore:61:
./include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
Index count = 0;
^
In file included from treelearner/serial_tree_learner.cpp:9:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:29:
In file included from ./include/Eigen/SparseLU:35:
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
^
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
Index nsuper_et = 0; // Number of relaxed snodes in the original etree
^
In file included from treelearner/serial_tree_learner.cpp:9:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:13:
In file included from ./include/GPBoost/re_model_template.h:19:
./include/GPBoost/likelihoods.h:1464:31: warning: variable 'Wpos' set but not used [-Wunused-but-set-variable]
double W = 0.0, W0 = 0.0, Wpos = 0.0;
^
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c treelearner/tree_learner.cpp -o treelearner/tree_learner.o
9 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c treelearner/voting_parallel_tree_learner.cpp -o treelearner/voting_parallel_tree_learner.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c c_api.cpp -o c_api.o
12 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c gpboost_R.cpp -o gpboost_R.o
In file included from c_api.cpp:12:
In file included from ./include/GPBoost/re_model.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:26:
In file included from ./include/Eigen/SparseCore:61:
./include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
Index count = 0;
^
In file included from c_api.cpp:12:
In file included from ./include/GPBoost/re_model.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:29:
In file included from ./include/Eigen/SparseLU:35:
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
^
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
Index nsuper_et = 0; // Number of relaxed snodes in the original etree
^
In file included from treelearner/serial_tree_learner.cpp:9:
In file included from ./include/LightGBM/objective_function.h:9:
In file included from ./include/GPBoost/re_model.h:13:
./include/GPBoost/re_model_template.h:387:95: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (gp_approx_ != "vecchia" && gp_approx_ != "full_scale_vecchia" && gp_approx_ != "fitc" && gp_approx_ != "full_scale_tapering" ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:387:95: note: place parentheses around the '&&' expression to silence this warning
if (gp_approx_ != "vecchia" && gp_approx_ != "full_scale_vecchia" && gp_approx_ != "fitc" && gp_approx_ != "full_scale_tapering" ||
^
( )
./include/GPBoost/re_model_template.h:443:31: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && !only_one_grouped_RE_calculations_on_RE_scale_ || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:443:31: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && !only_one_grouped_RE_calculations_on_RE_scale_ || grouped_RE_and_vecchia_GP_) {
^
( )
./include/GPBoost/re_model_template.h:4016:42: warning: '&&' within '||' [-Wlogical-op-parentheses]
gp_approx_ != "full_scale_vecchia" && gp_approx_ != "vecchia" || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:4016:42: note: place parentheses around the '&&' expression to silence this warning
gp_approx_ != "full_scale_vecchia" && gp_approx_ != "vecchia" || grouped_RE_and_vecchia_GP_) {
^
)
./include/GPBoost/re_model_template.h:6740:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:6740:32: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
^
( )
./include/GPBoost/re_model_template.h:6762:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:6762:32: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
^
( )
In file included from c_api.cpp:12:
In file included from ./include/GPBoost/re_model.h:13:
In file included from ./include/GPBoost/re_model_template.h:19:
./include/GPBoost/likelihoods.h:1464:31: warning: variable 'Wpos' set but not used [-Wunused-but-set-variable]
double W = 0.0, W0 = 0.0, Wpos = 0.0;
^
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c re_model.cpp -o re_model.o
In file included from re_model.cpp:9:
In file included from ./include/GPBoost/re_model.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:26:
In file included from ./include/Eigen/SparseCore:61:
./include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
Index count = 0;
^
In file included from re_model.cpp:9:
In file included from ./include/GPBoost/re_model.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:29:
In file included from ./include/Eigen/SparseLU:35:
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
^
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
Index nsuper_et = 0; // Number of relaxed snodes in the original etree
^
In file included from re_model.cpp:9:
In file included from ./include/GPBoost/re_model.h:13:
In file included from ./include/GPBoost/re_model_template.h:19:
./include/GPBoost/likelihoods.h:1464:31: warning: variable 'Wpos' set but not used [-Wunused-but-set-variable]
double W = 0.0, W0 = 0.0, Wpos = 0.0;
^
In file included from c_api.cpp:12:
In file included from ./include/GPBoost/re_model.h:13:
./include/GPBoost/re_model_template.h:387:95: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (gp_approx_ != "vecchia" && gp_approx_ != "full_scale_vecchia" && gp_approx_ != "fitc" && gp_approx_ != "full_scale_tapering" ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:387:95: note: place parentheses around the '&&' expression to silence this warning
if (gp_approx_ != "vecchia" && gp_approx_ != "full_scale_vecchia" && gp_approx_ != "fitc" && gp_approx_ != "full_scale_tapering" ||
^
( )
./include/GPBoost/re_model_template.h:443:31: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && !only_one_grouped_RE_calculations_on_RE_scale_ || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:443:31: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && !only_one_grouped_RE_calculations_on_RE_scale_ || grouped_RE_and_vecchia_GP_) {
^
( )
./include/GPBoost/re_model_template.h:4016:42: warning: '&&' within '||' [-Wlogical-op-parentheses]
gp_approx_ != "full_scale_vecchia" && gp_approx_ != "vecchia" || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:4016:42: note: place parentheses around the '&&' expression to silence this warning
gp_approx_ != "full_scale_vecchia" && gp_approx_ != "vecchia" || grouped_RE_and_vecchia_GP_) {
^
)
./include/GPBoost/re_model_template.h:6740:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:6740:32: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
^
( )
./include/GPBoost/re_model_template.h:6762:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:6762:32: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
^
( )
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c sparse_matrix_utils.cpp -o sparse_matrix_utils.o
In file included from sparse_matrix_utils.cpp:9:
In file included from ./include/GPBoost/sparse_matrix_utils.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:26:
In file included from ./include/Eigen/SparseCore:61:
./include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
Index count = 0;
^
In file included from re_model.cpp:9:
In file included from ./include/GPBoost/re_model.h:13:
./include/GPBoost/re_model_template.h:387:95: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (gp_approx_ != "vecchia" && gp_approx_ != "full_scale_vecchia" && gp_approx_ != "fitc" && gp_approx_ != "full_scale_tapering" ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:387:95: note: place parentheses around the '&&' expression to silence this warning
if (gp_approx_ != "vecchia" && gp_approx_ != "full_scale_vecchia" && gp_approx_ != "fitc" && gp_approx_ != "full_scale_tapering" ||
^
( )
./include/GPBoost/re_model_template.h:443:31: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && !only_one_grouped_RE_calculations_on_RE_scale_ || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:443:31: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && !only_one_grouped_RE_calculations_on_RE_scale_ || grouped_RE_and_vecchia_GP_) {
^
( )
In file included from sparse_matrix_utils.cpp:9:
In file included from ./include/GPBoost/sparse_matrix_utils.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:29:
In file included from ./include/Eigen/SparseLU:35:
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
^
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
Index nsuper_et = 0; // Number of relaxed snodes in the original etree
^
./include/GPBoost/re_model_template.h:4016:42: warning: '&&' within '||' [-Wlogical-op-parentheses]
gp_approx_ != "full_scale_vecchia" && gp_approx_ != "vecchia" || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:4016:42: note: place parentheses around the '&&' expression to silence this warning
gp_approx_ != "full_scale_vecchia" && gp_approx_ != "vecchia" || grouped_RE_and_vecchia_GP_) {
^
)
./include/GPBoost/re_model_template.h:6740:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:6740:32: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
^
( )
./include/GPBoost/re_model_template.h:6762:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
./include/GPBoost/re_model_template.h:6762:32: note: place parentheses around the '&&' expression to silence this warning
if (use_woodbury_identity_ && ((num_re_group_total_ > 1) || linear_kernel_use_woodbury_identity_) || grouped_RE_and_vecchia_GP_) {
^
( )
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c GP_utils.cpp -o GP_utils.o
3 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c DF_utils.cpp -o DF_utils.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c Vecchia_utils.cpp -o Vecchia_utils.o
In file included from GP_utils.cpp:9:
In file included from ./include/GPBoost/GP_utils.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:26:
In file included from ./include/Eigen/SparseCore:61:
./include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
Index count = 0;
^
In file included from GP_utils.cpp:9:
In file included from ./include/GPBoost/GP_utils.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:29:
In file included from ./include/Eigen/SparseLU:35:
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
^
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
Index nsuper_et = 0; // Number of relaxed snodes in the original etree
^
In file included from Vecchia_utils.cpp:9:
In file included from ./include/GPBoost/Vecchia_utils.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:26:
In file included from ./include/Eigen/SparseCore:61:
./include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
Index count = 0;
^
In file included from Vecchia_utils.cpp:9:
In file included from ./include/GPBoost/Vecchia_utils.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:29:
In file included from ./include/Eigen/SparseLU:35:
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
^
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
Index nsuper_et = 0; // Number of relaxed snodes in the original etree
^
Vecchia_utils.cpp:462:9: warning: variable 'start_dim' set but not used [-Wunused-but-set-variable]
int start_dim = 0;
^
Vecchia_utils.cpp:1290:17: warning: variable 'ctr_grad' set but not used [-Wunused-but-set-variable]
int ctr = 0, ctr_grad = 0;
^
3 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -pthread -fPIC -falign-functions=64 -Wall -g -O2 -c CG_utils.cpp -o CG_utils.o
In file included from CG_utils.cpp:9:
In file included from ./include/GPBoost/CG_utils.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:26:
In file included from ./include/Eigen/SparseCore:61:
./include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
Index count = 0;
^
In file included from CG_utils.cpp:9:
In file included from ./include/GPBoost/CG_utils.h:12:
In file included from ./include/GPBoost/type_defs.h:20:
In file included from ./include/Eigen/Sparse:29:
In file included from ./include/Eigen/SparseLU:35:
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
^
./include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
Index nsuper_et = 0; // Number of relaxed snodes in the original etree
^
9 warnings generated.
clang -arch arm64 -std=gnu2x -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c cs_spsolve.c -o cs_spsolve.o
clang -arch arm64 -std=gnu2x -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c cs_reach.c -o cs_reach.o
clang -arch arm64 -std=gnu2x -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c cs_dfs.c -o cs_dfs.o
3 warnings generated.
9 warnings generated.
5 warnings generated.
9 warnings generated.
clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o gpboost.so boosting/boosting.o boosting/gbdt.o boosting/gbdt_model_text.o boosting/gbdt_prediction.o boosting/prediction_early_stop.o io/bin.o io/config.o io/config_auto.o io/dataset.o io/dataset_loader.o io/file_io.o io/json11.o io/metadata.o io/parser.o io/train_share_states.o io/tree.o metric/dcg_calculator.o metric/metric.o objective/objective_function.o network/ifaddrs_patch.o network/linker_topo.o network/linkers_mpi.o network/linkers_socket.o network/network.o treelearner/data_parallel_tree_learner.o treelearner/feature_parallel_tree_learner.o treelearner/gpu_tree_learner.o treelearner/linear_tree_learner.o treelearner/serial_tree_learner.o treelearner/tree_learner.o treelearner/voting_parallel_tree_learner.o c_api.o gpboost_R.o re_model.o sparse_matrix_utils.o GP_utils.o DF_utils.o Vecchia_utils.o CG_utils.o cs_spsolve.o cs_reach.o cs_dfs.o -pthread -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.5/gpboost.Rcheck/00LOCK-gpboost/00new/gpboost/libs
** generating debug symbols (dSYM)
** R
** data
** demo
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (gpboost)