Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with running R-INLA on Redhat linux 8 Server #94

Open
dhdemaree opened this issue Apr 4, 2024 · 3 comments
Open

Issues with running R-INLA on Redhat linux 8 Server #94

dhdemaree opened this issue Apr 4, 2024 · 3 comments

Comments

@dhdemaree
Copy link

The servers that we were running an R script for INLA on were recently updated to Redhat Enterprise Linux 8, and now were having issues running the INLA package. We are able to run all the functions for running a model but when we run the inla function in R we get the following error.

results4 <- inla(formula4,

  •              family = 'binomial',
    
  •              control.family = list(link = 'logit'),
    
  •              data = inla.stack.data(stack),
    
  •              control.predictor = list(
    
  •                A = inla.stack.A(stack),
    
  •                compute = T, link = 1 # compute = T enables the fitted.values calculation, link = 1
    
  •              ),
    
  •              control.inla = list(int.strategy = 'eb'),
    
  •              verbose = T,
    
  •              control.compute = list(dic = T,cpo = T))
    

crypto/fips/fips.c:154: OpenSSL internal error: FATAL FIPS SELFTEST FAILURE
crypto/fips/fips.c:154: OpenSSL internal error: FATAL FIPS SELFTEST FAILURE

*** inla.core.safe: The inla program failed, but will rerun in case better initial values may help. try=1/1
crypto/fips/fips.c:154: OpenSSL internal error: FATAL FIPS SELFTEST FAILURE
crypto/fips/fips.c:154: OpenSSL internal error: FATAL FIPS SELFTEST FAILURE
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.
Calls: inla -> inla.core.safe
Execution halted

I am not sure if the issues stem from on of the other steps that we took when installing the INLA package. We installed INLA.
library (INLA)
inla.binary.install()

After that in the server we deleted some of the Lib files in 64bit since they were conflicts.

Any help would be appreciated.

@hrue
Copy link
Owner

hrue commented Apr 4, 2024 via email

@hrue
Copy link
Owner

hrue commented Apr 4, 2024 via email

@dhdemaree
Copy link
Author

Thanks I will give that a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants