Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##----------------------------------------------------------------------
- ## OSs
- os <- c(
- "CentOS Linux-6",
- "CentOS Linux-7",
- "CentOS Linux-8",
- "CentOS Stream-8",
- "Rocky Linux-8",
- "Rocky Linux-9",
- "Fedora-33",
- "Fedora-34",
- "Fedora Linux-35",
- "Fedora Linux-36",
- "Fedora Linux-37",
- "Fedora Linux-38",
- "Fedora Linux-39",
- "Fedora Linux-40",
- "Ubuntu-16.04",
- "Ubuntu-18.04",
- "Ubuntu-20.04",
- "Ubuntu-22.04",
- "Ubuntu-24.04"
- )
- options(timeout = 600)
- inla.binary.install(os = os[19])
- ##----------------------------------------------------------------------
- ## "Ubuntu-24.04"
- ## Pardiso OK
- ## Optimise using DEFAULT METHOD
- ## malloc(): invalid size (unsorted)
- ## 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 <[email protected]>.
- ## The inla program failed and the maximum number of tries has been reached.
- ##----------------------------------------------------------------------
- ## "Ubuntu-22.04"
- ## > inla.pardiso.check()
- ## sh: symbol lookup error: sh: undefined symbol: rl_trim_arg_from_keyseq
- ## sh: symbol lookup error: sh: undefined symbol: rl_trim_arg_from_keyseq
- ## [1] "[Panua] Internal error 0x3c"
- ## attr(,"status")
- ## [1] 60
- ## Warning message:
- ## In system(paste(shQuote(inla.call.no.remote()), "-m pardiso"), intern = TRUE) :
- ## running command ''/home/mayer/R/library/INLA/bin/linux/64bit/inla.mkl.run' -m pardiso' had status 60
- ##----------------------------------------------------------------------
- ## From "Ubuntu-16.04" to "Ubuntu-20.04"
- ## * Looking for Version_24.06.19 and os=Ubuntu-16.04
- ## Error in inla.binary.install(os = os[15]) :
- ## Sorry, os=Ubuntu-16.04 is not available for Version_24.06.19
- ##----------------------------------------------------------------------
- ## "Fedora Linux-40"
- ## > inla.pardiso.check()
- ## flexiblas Failed to load the BLAS fallback library. Abort!
- ##----------------------------------------------------------------------
- ## From "Fedora-33" to "Fedora Linux-39"
- ## * Looking for Version_24.06.19 and os=Fedora-33
- ## Error in inla.binary.install(os = os[7]) :
- ## Sorry, os=Fedora-33 is not available for Version_24.06.19
- ##----------------------------------------------------------------------
- ## "Rocky Linux-9"
- ## > inla.pardiso.check()
- ## flexiblas Failed to load the BLAS fallback library. Abort!
- ##----------------------------------------------------------------------
- ## "Rocky Linux-8"
- ## Pardiso OK
- ## Optimise using DEFAULT METHOD
- ## malloc(): invalid size (unsorted)
- ## munmap_chunk(): invalid pointer
- ## 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 <[email protected]>.
- ## The inla program failed and the maximum number of tries has been reached.
- ##----------------------------------------------------------------------
- ## "CentOS Stream-8"
- ## * Looking for Version_24.06.19 and os=CentOS Stream-8
- ## Error in inla.binary.install(os = os[4]) :
- ## Sorry, os=CentOS Stream-8 is not available for Version_24.06.19
- ##----------------------------------------------------------------------
- ## "CentOS Linux-8"
- ## * Looking for Version_24.06.19 and os=CentOS Linux-8
- ## Error in inla.binary.install(os = os[3]) :
- ## Sorry, os=CentOS Linux-8 is not available for Version_24.06.19
- ##----------------------------------------------------------------------
- ## "CentOS Linux-7"
- ## Pardiso OK
- ## Optimise using DEFAULT METHOD
- ## malloc(): invalid size (unsorted)
- ## munmap_chunk(): invalid pointer
- ## 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 <[email protected]>.
- ## The inla program failed and the maximum number of tries has been reached.
- ##----------------------------------------------------------------------
- ## "CentOS Linux-6"
- ## * Looking for Version_24.06.19 and os=CentOS Linux-6
- ## Error in inla.binary.install(os = os[1]) :
- ## Sorry, os=CentOS Linux-6 is not available for Version_24.06.19
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement