Dear INLA experts,
I am unable to run `inla.group.cv()` on models fitted with INLA 25.10.19 on an HTCondor HTC cluster. I must use INLA 25.10.19 because as far ask I know it is the most recent stable build compatible with GLIBC 2.34 on our cluster nodes.
However, after a model fitted on HPC completes successfully, calling `inla.group.cv()` on its output eventually fails. As far as I understand, errors should not occur during computation, but only when R attempts to read the results back from the temporary directory. The error message is only:
r-sf/libgdal build for R 4.6 on our channels. inla_build: check for unused entries in[/tmp/Rtmpa0jXep/file347d9b2b52e980/Model.ini]
Unused entry [INLA.Expert!opt.storage]=[0]Unused entry [INLA.Expert!memory.alignment]=[0]Unused entry [INLA.Expert!blas.num.threads]=[0]Unused entry [INLA.stiles!block.size]=[-1]Unused entry [INLA.stiles!param]=[$inladatadir/file347d9b658bd13]Unused entry [INLA.taucs!min.block.size]=[4]
inla_build: [/tmp/Rtmpa0jXep/file347d9b2b52e980/Model.ini] contain[6] unused entries. PLEASE CHECK..doneWarning in bru_log_warn(paste0("iinla: Problem in inla:\n", result)) :iinla: Problem in inla:Error in inla.core.safe(formula = formula, family = family, contrasts = contrasts, :The inla-program exited with an error. Unless you interupted it yourself, please rerun with verbose=TRUE and check the output carefully.If this does not help, please contact the developers at <he...@r-inla.org>.
did you do
inla.binary.install()
after upgrade? try with 'Rocky8' as CentOS7 is past end-of-life.
On Tue, 2026-07-21 at 15:04 +0200, Leonardo Cefalo wrote:
> Thank you for your very quick reply!
>
> Initially I tried using the testing version, but it seems it cannot work with
> GLIBC2.34 - I immediately get errors of the form:
> /lustrehome/lcef97/miniconda3/envs/r_env/lib/R/library/INLA/bin/linux/64bit/in
> la.mkl: /lib64/libc.so.6: version `GLIBC_2.38' not found (required by
> /lustrehome/lcef97/miniconda3/envs/r_env/lib/R/library/INLA/bin/linux/64bit/in
> la.mkl)
> /lustrehome/lcef97/miniconda3/envs/r_env/lib/R/library/INLA/bin/linux/64bit/in
> la.mkl: /lib64/libm.so.6: version `GLIBC_2.38' not found (required by
> /lustrehome/lcef97/miniconda3/envs/r_env/lib/R/library/INLA/bin/linux/64bit/li
> bRmath.so)
> and so on
>
> Is there a way to circumvent this issue using the testing version as well?
>
> Il giorno mar 21 lug 2026 alle ore 14:07 Helpdesk (Haavard Rue)
> <he...@r-inla.org> ha scritto:
Thank you, indeed by looking at the Rocky8 binary file timestamp it results modified 2025-10-31.
For comparison, my working CentOS7 binary (paired with the older stable R package, 25.10.19) results modified on 2025-10-31 as well.
Is there a more recent binary that matches 26.06.08, still being compatible with GLIBC ≤2.34? If one isn't available yet, would you recommend I pin the R package back to the 2025.10.19 version?
Kindest regards,
LC