Re: [Rd] Installation of R-4.3.1 with intel 2022

2023-07-20 Thread Giuseppe Calò
Thanks Prof. Brian, Currently I’m using oneapi 2022.1.0 in particular ifort 2021.6.0 20220226 (not ifx). Thanks for the clarification. Regards, Giuseppe. ——— Giuseppe Calò Fondazione CMCC Centro Euro-Mediterraneo sui Cambiamenti Climatici presso Complesso Ecot

Re: [Rd] Installation of R-4.3.1 with intel 2022

2023-07-20 Thread Giuseppe Calò
Thanks Prof. Brian, Current I’m using oneapi 2022.1.0 in particular ifort 2021.6.0 20220226 (not ifx). Thanks for the clarification. Regards, Giuseppe. ——— Giuseppe Calò Fondazione CMCC Centro Euro-Mediterraneo sui Cambiamenti Climatici presso Complesso Ecot

Re: [Rd] Installation of R-4.3.1 with intel 2022

2023-07-18 Thread Prof Brian Ripley
Note that 'intel 2022' is a bit vague. The current version is 2023.1.0, and that has both the 'classic' (icc/icpc/ifort which it seems you used) and new (icx/ixpx/ifx) compilers -- the former are said to be going to be discontinued later this year. R did not know about ifx so did not build wi

Re: [Rd] Installation of R-4.3.1 with intel 2022

2023-06-22 Thread Martin Maechler
> Giuseppe Calò > on Thu, 22 Jun 2023 16:30:03 +0200 writes: > yes I think it is caused by the absence of matther in glibc. To compile R with icc I disabled matther (with gcc matherr is self disabled). Is it safe to keep it disabled matherr? Others, e.g., Tomas, is much more ex

Re: [Rd] Installation of R-4.3.1 with intel 2022

2023-06-22 Thread Giuseppe Calò
yes I think it is caused by the absence of matther in glibc. To compile R with icc I disabled matther (with gcc matherr is self disabled). Is it safe to keep it disabled matherr? ——— Giuseppe Calò Fondazione CMCC Centro Euro-Mediterraneo sui Cambiamenti Clima

Re: [Rd] Installation of R-4.3.1 with intel 2022

2023-06-22 Thread Martin Maechler
> Giuseppe Calò > on Thu, 22 Jun 2023 14:52:00 +0200 writes: > Hello Martin, this is output > R version 4.3.1 (2023-06-16) -- "Beagle Scouts" > Copyright (C) 2023 The R Foundation for Statistical Computing > Platform: x86_64-pc-linux-gnu (64-bit) [.] >

Re: [Rd] Installation of R-4.3.1 with intel 2022

2023-06-22 Thread Giuseppe Calò
Hello Martin, this is output R version 4.3.1 (2023-06-16) -- "Beagle Scouts" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions.

Re: [Rd] Installation of R-4.3.1 with intel 2022

2023-06-22 Thread Martin Maechler
> Giuseppe Calò > on Wed, 21 Jun 2023 13:26:23 +0200 writes: > Ok, I’ll reinstall in /juno/opt/sources/R/R-4.3.1-intel21/ > Other outputs: > > [root@juno-n001][/root]> tail -n 20 /juno/opt/sources/R/R-4.3.1-intel21/tests/d-p-q-r-tst-2.Rout.fail >

Re: [Rd] Installation of R-4.3.1 with intel 2022

2023-06-21 Thread Giuseppe Calò
Ok, I’ll reinstall in /juno/opt/sources/R/R-4.3.1-intel21/ Other outputs: [root@juno-n001][/root]> tail -n 20 /juno/opt/sources/R/R-4.3.1-intel21/tests/d-p-q-r-tst-2.Rout.fail 0 1 2 3 4 5 6 13 22 30 22 10 1 2 > (t2 <- table(rbinom(100, 10*M, pr = 1e-10)) ) 0 1 2 3

Re: [Rd] Installation of R-4.3.1 with intel 2022

2023-06-21 Thread Martin Maechler
> Giuseppe Calò > on Wed, 21 Jun 2023 09:17:14 +0200 writes: > Thanks Tomas, > With my configure (I follower Admin manual for intel) and deleting HAVE_MATHERR in config I’m able to perform, configure, make and make install, only make check has this issue: > running cod

Re: [Rd] Installation of R-4.3.1 with intel 2022

2023-06-21 Thread Giuseppe Calò
Thanks Tomas, With my configure (I follower Admin manual for intel) and deleting HAVE_MATHERR in config I’m able to perform, configure, make and make install, only make check has this issue: running code in 'array-subset.R' ... OK running code in 'reg-tests-1a.R' ... OK running code in 'reg-tes

Re: [Rd] Installation of R-4.3.1 with intel 2022

2023-06-21 Thread Tomas Kalibera
On 6/20/23 18:47, Giuseppe Calò wrote: Hi all, I have the issue: icc -std=c99 -std=gnu11 -I../../src/extra -I../../src/extra/xdr -I. -I../../src/include -I../../src/include -I/usr/local/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O3 -wd188 -ip -mp -c eval.c -o eval.o ar