* installing *source* package ‘rxode2’ ... ** package ‘rxode2’ successfully unpacked and MD5 sums checked ** using staged installation R Under development (unstable) (2024-07-02 r86858) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This is only for rxode2 > for (f in c("inst/include/rxode2_RcppExports.h", "src/RcppExports.cpp")) { + l <- readLines(f) + w <- which(regexpr("^[#]include ", l) != -1) + if (length(w) > 0) { + l <- l[-w] + } + w <- which(regexpr("^[#]define R_STRICT_HEADERS", l) != -1) + if (length(w) > 0) { + l <- l[-w] + } + l <- c("#define R_STRICT_HEADERS", + "#include ", + l) + file.out <- file(f, "wb") + writeLines(l, file.out) + close(file.out) + } > > l <- readLines("R/RcppExports.R") > w <- which(regexpr("# Register entry points", l, fixed=TRUE) != -1) > if (length(w) >= 1) { + w <- w[1] + l <- l[seq(1, w-1)] + RcppExports.R <- file("R/RcppExports.R", "wb") + writeLines(l, RcppExports.R) + close(RcppExports.R) + } > > .in <- suppressWarnings(readLines("src/Makevars.in")) > .in <- gsub("@ARMA@", file.path(find.package("RcppArmadillo"),"include"), .in) > .in <- gsub("@BH@", file.path(find.package("BH"),"include"), .in) > .in <- gsub("@RCPP@", file.path(find.package("Rcpp"),"include"), .in) > > > > if (.Platform$OS.type == "windows" && !file.exists("src/Makevars.win")) { + .in <- gsub("@CXX14STD@", "-std=c++1y", .in) + file.out <- file("src/Makevars.win", "wb") + writeLines(gsub("@ISYSTEM@", "I", .in), + file.out) + close(file.out) + } else { + .in <- gsub("@CXX14STD@", "-std=gnu++14", .in) + file.out <- file("src/Makevars", "wb") + writeLines(gsub("@ISYSTEM@", "isystem", .in), + file.out) + close(file.out) + } > > if (file.exists("man/reexports.Rd")) { + l <- readLines("man/reexports.Rd") + if (!any(regexpr("[\\]value", l) != -1)) { + l <- c(l, "\\value{ Inherited from parent routine }") + file.out <- file("man/reexports.Rd", "wb") + writeLines(l, file.out) + close(file.out) + } + } > > > unlink("R/rxode2_md5.R") > > cpp <- list.files("src", pattern = ".(c|h|cpp|f)$") > include <- list.files("inst/include") > #Rfiles <- list.files("R/", pattern = ".R") > > cmd <- file.path(R.home("bin"), "R") > args <- c("CMD", "config") > > md5 <- digest::digest(c(lapply(c(paste0("src/", cpp), + paste0("inst/include/", include)#, + #paste0("R/", Rfiles) + ), digest::digest, file = TRUE), + rxode2parse::rxode2parseMd5(), + rxode2random::rxode2randomMd5(), + ## vapply(c("BLAS_LIBS", "CC", "CFLAGS", "CPICFLAGS", + ## "CXX", "CXXFLAGS", "CXXPICFLAGS", + ## "CXX11", "CXX11STD", "CXX11FLAGS", "CXX11PICFLAGS", + ## "CXX14", "CXX14STD", "CXX14FLAGS", "CXX14PICFLAGS", + ## "CXX17", "CXX17STD", "CXX17FLAGS", "CXX17PICFLAGS", + ## "CXX20", "CXX20STD", "CXX20FLAGS", "CXX20PICFLAGS", + ## "FC", "FFLAGS", "FCFLAGS", "FPICFLAGS"), + ## function(cfg) { + ## rawToChar(sys::exec_internal(cmd, c(args, cfg))$stdout) + ## }, character(1) + ## ), + "" + )) > unlink("R/rxode2_md5.R") > md5file <- file("R/rxode2_md5.R", "wb") > writeLines(sprintf("rxode2.md5 <- \"%s\"\n", md5), md5file) > close(md5file) > > l <- readLines(file.path(system.file(package="rxode2parse"), "include", "sbuf.c")) > > sbuf.c <- file("src/sbuf.c", "wb") > .w <- which(regexpr(" *extern +SEXP +_goodFuns; *", l) != -1) > l <- l[-seq(.w, length(l))] > writeLines(l, sbuf.c) > close(sbuf.c) > > proc.time() user system elapsed 0.883 0.134 1.851 --------[begin src/Makevars]-------- # -*- mode: makefile-gmake -*- BH=/data/gannet/ripley/R/test-dev/BH/include ################################################################################ ## Package library flags. PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) $(SHLIB_OPENMP_CXXFLAGS) # Release options PKG_CFLAGS = -D_isrxode2_ PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -D_REENTRANT -isystem"$(BH)" --------[end src/Makevars]-------- --------[begin R/RxODE_md5.R]-------- rxode2.md5 <- "0c734e700b50f675dda92b24d5ce7557" --------[end R/RxODE_md5.R]-------- ** libs using C compiler: ‘Intel(R) oneAPI DPC++/C++ Compiler 2024.2.0 (2024.2.0.20240602)’ using Fortran compiler: ‘ifx (IFX) 2024.2.0 20240602’ using C++ compiler: ‘Intel(R) oneAPI DPC++/C++ Compiler 2024.2.0 (2024.2.0.20240602)’ make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-Intel/rxode2/src' /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -fiopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -D_REENTRANT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -fpic -O3 -fp-model precise -Wall -c RcppExports.cpp -o RcppExports.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c approx.c -o approx.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -fiopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -D_REENTRANT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -fpic -O3 -fp-model precise -Wall -c boost.cpp -o boost.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c box.c -o box.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c call_dvode.c -o call_dvode.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c cfode.c -o cfode.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c cfode_static.c -o cfode_static.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c common.c -o common.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c corfailure.c -o corfailure.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c correction.c -o correction.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c daxpy.c -o daxpy.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c ddot.c -o ddot.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c dgefa.c -o dgefa.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c dgesl.c -o dgesl.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/ifx -fpic -O3 -fp-model precise -warn all,noexternals -nogen-interfaces -c dgpadm.f -o dgpadm.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/ifx -fpic -O3 -fp-model precise -warn all,noexternals -nogen-interfaces -c dlsoda.f -o dlsoda.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c dop853.c -o dop853.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c dscal.c -o dscal.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/ifx -fpic -O3 -fp-model precise -warn all,noexternals -nogen-interfaces -c dsphiv.f -o dsphiv.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -fiopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -D_REENTRANT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -fpic -O3 -fp-model precise -Wall -c etTran.cpp -o etTran.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -fiopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -D_REENTRANT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -fpic -O3 -fp-model precise -Wall -c expandGrid.cpp -o expandGrid.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -fiopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -D_REENTRANT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -fpic -O3 -fp-model precise -Wall -c expm.cpp -o expm.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c fnorm.c -o fnorm.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -fiopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -D_REENTRANT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -fpic -O3 -fp-model precise -Wall -c forder.cpp -o forder.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c handle_evid.c -o handle_evid.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c idamax.c -o idamax.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c init.c -o init.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c intdy.c -o intdy.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c lsoda.c -o lsoda.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/ifx -fpic -O3 -fp-model precise -warn all,noexternals -nogen-interfaces -c matexp.f -o matexp.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c matexp_HM98.c -o matexp_HM98.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c methodswitch.c -o methodswitch.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -fiopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -D_REENTRANT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -fpic -O3 -fp-model precise -Wall -c nearPD.cpp -o nearPD.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c omegaChol.c -o omegaChol.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/ifx -fpic -O3 -fp-model precise -warn all,noexternals -nogen-interfaces -c opkda2.f -o opkda2.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c orderswitch.c -o orderswitch.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -fiopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -D_REENTRANT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -fpic -O3 -fp-model precise -Wall -c par_solve.cpp -o par_solve.o In file included from par_solve.cpp:16: /data/gannet2/ripley/R/test-MKL/rxode2parse/include/rxode2parseGetTime.h:223:9: warning: unused variable 'curEvid' [-Wunused-variable] 223 | int curEvid = getEvid(ind, ind->idose[*endIdx+1]); | ^~~~~~~ par_solve.cpp:695:11: warning: lambda capture 'ind' is not used [-Wunused-lambda-capture] 695 | [ind, time](int a, int b){ | ^~~~ par_solve.cpp:752:9: warning: variable 'idid' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 752 | if (!isSameTime(xout, xp)) { | ^~~~~~~~~~~~~~~~~~~~~ par_solve.cpp:756:9: note: uninitialized use occurs here 756 | if (idid <= 0) { | ^~~~ par_solve.cpp:752:5: note: remove the 'if' if its condition is always true 752 | if (!isSameTime(xout, xp)) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ par_solve.cpp:749:11: note: initialize the variable 'idid' to silence this warning 749 | int idid, itol=0; | ^ | = 0 par_solve.cpp:1365:39: warning: variable 'oldI' set but not used [-Wunused-but-set-variable] 1365 | ei=0, wh, cmt, wh100, whI, wh0, oldI, | ^ par_solve.cpp:1338:7: warning: variable 'maxSS' set but not used [-Wunused-but-set-variable] 1338 | int maxSS = op->maxSS; | ^ par_solve.cpp:1339:7: warning: variable 'minSS' set but not used [-Wunused-but-set-variable] 1339 | int minSS = op->minSS; | ^ 6 warnings generated. /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c prja.c -o prja.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c rprintf.c -o rprintf.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -fiopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -D_REENTRANT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -fpic -O3 -fp-model precise -Wall -c rxData.cpp -o rxData.o rxData.cpp:3426:53: warning: variable 'hmax2s' set but not used [-Wunused-but-set-variable] 3426 | hmax1n=0.0, hmax2 = 0.0, hmax2m = 0.0, hmax2mo, hmax2s=0.0, | ^ rxData.cpp:3946:7: warning: variable 'curEvent' set but not used [-Wunused-but-set-variable] 3946 | int curEvent = 0, curIdx = 0, curSolve=0; | ^ 2 warnings generated. /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -fiopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -D_REENTRANT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -fpic -O3 -fp-model precise -Wall -c rxInv.cpp -o rxInv.o In file included from rxInv.cpp:10: In file included from /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/RcppArmadillo.h:29: In file included from /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:25: In file included from /data/gannet2/ripley/R/test-MKL/Rcpp/include/RcppCommon.h:62: In file included from /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/functional:64: In file included from /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_algo.h:61: /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_tempbuf.h:263:8: warning: 'get_temporary_buffer>' is deprecated [-Wdeprecated-declarations] 263 | std::get_temporary_buffer(_M_original_len)); | ^ /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_algo.h:4996:15: note: in instantiation of member function 'std::_Temporary_buffer<__gnu_cxx::__normal_iterator *, std::vector>>, arma::arma_sort_index_packet>::_Temporary_buffer' requested here 4996 | _TmpBuf __buf(__first, (__last - __first + 1) / 2); | ^ /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_algo.h:5070:23: note: in instantiation of function template specialization 'std::__stable_sort<__gnu_cxx::__normal_iterator *, std::vector>>, __gnu_cxx::__ops::_Iter_comp_iter>>' requested here 5070 | _GLIBCXX_STD_A::__stable_sort(__first, __last, | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/op_sort_index_meat.hpp:85:12: note: in instantiation of function template specialization 'std::stable_sort<__gnu_cxx::__normal_iterator *, std::vector>>, arma::arma_sort_index_helper_ascend>' requested here 85 | std::stable_sort( packet_vec.begin(), packet_vec.end(), comparator ); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/op_sort_index_meat.hpp:123:10: note: in instantiation of function template specialization 'arma::arma_sort_index_helper, false>' requested here 123 | return arma_sort_index_helper(out, P, sort_type); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/op_sort_index_meat.hpp:147:34: note: in instantiation of function template specialization 'arma::op_sort_index::apply_noalias>' requested here 147 | all_non_nan = op_sort_index::apply_noalias(out2, P, sort_type); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/Mat_meat.hpp:5234:12: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 5234 | op_type::apply(*this, X); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/op_pinv_meat.hpp:211:24: note: in instantiation of function template specialization 'arma::Col::Col, arma::op_sort_index>>' requested here 211 | const uvec indices = sort_index(abs_eigval, "descend"); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/op_inv_gen_meat.hpp:140:48: note: in instantiation of function template specialization 'arma::op_pinv::apply_sym' requested here 140 | if(inv_state.is_sym ) { return op_pinv::apply_sym (out, A, T(0), uword(0)); } | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/op_inv_gen_meat.hpp:49:27: note: in instantiation of function template specialization 'arma::op_inv_gen_full::apply_direct, false>' requested here 49 | return op_inv_gen_full::apply_direct(out, expr, caller_sig, uword(0)); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/fn_inv.hpp:51:43: note: in instantiation of function template specialization 'arma::op_inv_gen_default::apply_direct>' requested here 51 | const bool status = op_inv_gen_default::apply_direct(out, X.get_ref(), "inv()"); | ^ rxInv.cpp:36:13: note: in instantiation of function template specialization 'arma::inv>' requested here 36 | success = inv(imat, smatrix); | ^ /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_tempbuf.h:99:5: note: 'get_temporary_buffer>' has been explicitly marked deprecated here 99 | _GLIBCXX17_DEPRECATED | ^ /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/x86_64-redhat-linux/bits/c++config.h:2359:34: note: expanded from macro '_GLIBCXX17_DEPRECATED' 2359 | # define _GLIBCXX17_DEPRECATED [[__deprecated__]] | ^ 1 warning generated. /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -fiopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -D_REENTRANT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -fpic -O3 -fp-model precise -Wall -c rxOptRep.cpp -o rxOptRep.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -fiopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -D_REENTRANT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -fpic -O3 -fp-model precise -Wall -c rxode2_df.cpp -o rxode2_df.o In file included from rxode2_df.cpp:36: /data/gannet2/ripley/R/test-MKL/rxode2parse/include/rxode2parseGetTime.h:223:9: warning: unused variable 'curEvid' [-Wunused-variable] 223 | int curEvid = getEvid(ind, ind->idose[*endIdx+1]); | ^~~~~~~ 1 warning generated. /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -fiopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -D_REENTRANT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -fpic -O3 -fp-model precise -Wall -c rxode2parse.cpp -o rxode2parse.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -fiopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -D_REENTRANT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -fpic -O3 -fp-model precise -Wall -c rxode2random.cpp -o rxode2random.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c sbuf.c -o sbuf.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c scaleh.c -o scaleh.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c solsy.c -o solsy.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c stoda.c -o stoda.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c strdup_printf.c -o strdup_printf.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c strncmp.c -o strncmp.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c utilc.c -o utilc.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -fiopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -D_REENTRANT -isystem"/data/gannet/ripley/R/test-dev/BH/include" -fpic -O3 -fp-model precise -Wall -c utilcpp.cpp -o utilcpp.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/rxode2parse/include' -I'/data/gannet2/ripley/R/test-MKL/rxode2random/include' -I'/data/gannet2/ripley/R/test-MKL/PreciseSums/include' -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -D_isrxode2_ -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c vmnorm.c -o vmnorm.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -shared -L/data/gannet/ripley/intel/oneapi/compiler/2024.1/lib -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o rxode2.so RcppExports.o approx.o boost.o box.o call_dvode.o cfode.o cfode_static.o common.o corfailure.o correction.o daxpy.o ddot.o dgefa.o dgesl.o dgpadm.o dlsoda.o dop853.o dscal.o dsphiv.o etTran.o expandGrid.o expm.o fnorm.o forder.o handle_evid.o idamax.o init.o intdy.o lsoda.o matexp.o matexp_HM98.o methodswitch.o nearPD.o omegaChol.o opkda2.o orderswitch.o par_solve.o prja.o rprintf.o rxData.o rxInv.o rxOptRep.o rxode2_df.o rxode2parse.o rxode2random.o sbuf.o scaleh.o solsy.o stoda.o strdup_printf.o strncmp.o utilc.o utilcpp.o vmnorm.o -L/data/gannet/ripley/intel/oneapi/mkl/2023.2.0/lib/intel64 -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lifport -lifcoremt -limf -lsvml -lm -lipgo -lirc -lpthread -lirc_s -ldl -fiopenmp -lifport -lifcoremt -limf -lsvml -lm -lipgo -lirc -lpthread -lirc_s -ldl make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-Intel/rxode2/src' make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-Intel/rxode2/src' make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-Intel/rxode2/src' installing via 'install.libs.R' to /data/gannet/ripley/R/packages/tests-Intel/rxode2.Rcheck/00LOCK-rxode2/00new/rxode2 ** R ** data *** moving datasets to lazyload DB ** demo ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** 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 (rxode2)