* installing *source* package ‘CSTools’ ...
** this is package ‘CSTools’ version ‘5.3.0’
** package ‘CSTools’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 22.1.0 (https://github.com/llvm/llvm-project 4434dabb69916856b824f68a64b029c67175e532)’
using Fortran compiler: ‘flang version 22.1.0 (https://github.com/llvm/llvm-project 4434dabb69916856b824f68a64b029c67175e532)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/CSTools/src'
flang-22  -fpic  -O2 -pedantic  -c  mod_csts.f90 -o mod_csts.o
flang-22  -fpic  -O2 -pedantic  -c  mod_funcs.f90 -o mod_funcs.o
./mod_funcs.f90:228:45: warning: Value of local variable 'ser1' is never used [-Wunused-variable]
        real yy(n),xx(nvarx,n),res1(n),res(n),ser1(n),ser2(n),aa(n)
                                              ^^^^
./mod_funcs.f90:232:12: warning: Value of local variable 'yyes' is never used [-Wunused-variable]
        real yyes(n),sst,sse,cdet,cdeta,cdetp(nvarx),myy,incr
             ^^^^
./mod_funcs.f90:232:24: warning: Value of local variable 'sse' is never used [-Wunused-variable]
        real yyes(n),sst,sse,cdet,cdeta,cdetp(nvarx),myy,incr
                         ^^^
./mod_funcs.f90:232:39: warning: Value of local variable 'cdetp' is never used [-Wunused-variable]
        real yyes(n),sst,sse,cdet,cdeta,cdetp(nvarx),myy,incr
                                        ^^^^^
./mod_funcs.f90:1259:12: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 3.1415927410125732421875_4 is inexact [-Wreal-constant-widening]
        PI = 3.14159265
             ^^^^^^^^^^
./mod_funcs.f90:1263:12: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 9.98317182064056396484375e-1_4 is inexact [-Wreal-constant-widening]
        A0 = 0.998317208055891
             ^^^^^^^^^^^^^^^^^
./mod_funcs.f90:1293:15: warning: Value of uninitialized local variable 'normal' is used but never defined [-Wused-undefined-variable]
        INTEGER NORMAL(12)
                ^^^^^^
flang-22  -fpic  -O2 -pedantic  -c  calculo_tempes_densi_sealevel.f90 -o calculo_tempes_densi_sealevel.o
flang-22  -fpic  -O2 -pedantic  -c  clasif_era_pen_kmeans.f90 -o clasif_era_pen_kmeans.o
flang-22  -fpic  -O2 -pedantic  -c  downscaling_prec.f90 -o downscaling_prec.o
./downscaling_prec.f90:75:15: warning: Value of local variable 'nvar' is never used [-Wunused-variable]
        integer nvar
                ^^^^
./downscaling_prec.f90:77:15: warning: Value of local variable 'jt' is never used [-Wunused-variable]
        integer jt,jp
                ^^
./downscaling_prec.f90:77:18: warning: Value of local variable 'jp' is never used [-Wunused-variable]
        integer jt,jp
                   ^^
./downscaling_prec.f90:82:56: warning: Value of local variable 'ir' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,i7,iana,ice,ien,ipos,ips,ipu,ir,ire,iti,jk,k
                                                         ^^
./downscaling_prec.f90:82:67: warning: Value of local variable 'jk' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,i7,iana,ice,ien,ipos,ips,ipu,ir,ire,iti,jk,k
                                                                    ^^
./downscaling_prec.f90:83:15: warning: Value of local variable 'mesa' is never used [-Wunused-variable]
        integer mesa,nan,nan2,nanf,nanv,nen,nmm,np
                ^^^^
./downscaling_prec.f90:89:36: warning: Value of local variable 'puh' is never used [-Wunused-variable]
        integer anai(nanx),ana(nanx),puh(ic)
                                     ^^^
./downscaling_prec.f90:97:17: warning: Value of local variable 'sc' is never used [-Wunused-variable]
        character sc*8,pt*9,nomeb*90
                  ^^
./downscaling_prec.f90:97:22: warning: Value of local variable 'pt' is never used [-Wunused-variable]
        character sc*8,pt*9,nomeb*90
                       ^^
./downscaling_prec.f90:97:27: warning: Value of local variable 'nomeb' is never used [-Wunused-variable]
        character sc*8,pt*9,nomeb*90
                            ^^^^^
./downscaling_prec.f90:100:15: warning: Value of local variable 'annoa' is never used [-Wunused-variable]
        integer annoa
                ^^^^^
./downscaling_prec.f90:101:23: warning: Value of local variable 'eqc' is never used [-Wunused-variable]
        integer ior(nd),eqc(nptos)
                        ^^^
./downscaling_prec.f90:102:15: warning: Value of local variable 'ref' is never used [-Wunused-variable]
        integer ref(nptos),puce(neni),puen(neni,5001) 
                ^^^
./downscaling_prec.f90:104:15: warning: Value of local variable 'est' is never used [-Wunused-variable]
        integer est(nptos)
                ^^^
flang-22  -fpic  -O2 -pedantic  -c  downscaling_temp.f90 -o downscaling_temp.o
./downscaling_temp.f90:76:15: warning: Value of local variable 'ii' is never used [-Wunused-variable]
        integer ii,jp
                ^^
./downscaling_temp.f90:77:12: warning: Value of local variable 'sp' is never used [-Wunused-variable]
        real sp,dd
             ^^
./downscaling_temp.f90:77:15: warning: Value of local variable 'dd' is never used [-Wunused-variable]
        real sp,dd
                ^^
./downscaling_temp.f90:79:28: warning: Value of local variable 'it' is never used [-Wunused-variable]
        integer jv,kk,kki,ik,it,kp,imes,ida,ida2,idia,mi,mm
                             ^^
./downscaling_temp.f90:81:21: warning: Value of local variable 'i3' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,i7,iana,ice,ien,ipos,ips,ipu,ir,ire,iti,jk,k
                      ^^
./downscaling_temp.f90:81:24: warning: Value of local variable 'i4' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,i7,iana,ice,ien,ipos,ips,ipu,ir,ire,iti,jk,k
                         ^^
./downscaling_temp.f90:81:27: warning: Value of local variable 'i7' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,i7,iana,ice,ien,ipos,ips,ipu,ir,ire,iti,jk,k
                            ^^
./downscaling_temp.f90:81:39: warning: Value of local variable 'ien' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,i7,iana,ice,ien,ipos,ips,ipu,ir,ire,iti,jk,k
                                        ^^^
./downscaling_temp.f90:81:48: warning: Value of local variable 'ips' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,i7,iana,ice,ien,ipos,ips,ipu,ir,ire,iti,jk,k
                                                 ^^^
./downscaling_temp.f90:81:56: warning: Value of local variable 'ir' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,i7,iana,ice,ien,ipos,ips,ipu,ir,ire,iti,jk,k
                                                         ^^
./downscaling_temp.f90:81:63: warning: Value of local variable 'iti' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,i7,iana,ice,ien,ipos,ips,ipu,ir,ire,iti,jk,k
                                                                ^^^
./downscaling_temp.f90:81:67: warning: Value of local variable 'jk' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,i7,iana,ice,ien,ipos,ips,ipu,ir,ire,iti,jk,k
                                                                    ^^
./downscaling_temp.f90:82:15: warning: Value of local variable 'mesa' is never used [-Wunused-variable]
        integer mesa,nan,nan2,nanf,nanv,nen,nmm,np
                ^^^^
./downscaling_temp.f90:82:24: warning: Value of local variable 'nan2' is never used [-Wunused-variable]
        integer mesa,nan,nan2,nanf,nanv,nen,nmm,np
                         ^^^^
./downscaling_temp.f90:82:29: warning: Value of local variable 'nanf' is never used [-Wunused-variable]
        integer mesa,nan,nan2,nanf,nanv,nen,nmm,np
                              ^^^^
./downscaling_temp.f90:82:34: warning: Value of local variable 'nanv' is never used [-Wunused-variable]
        integer mesa,nan,nan2,nanf,nanv,nen,nmm,np
                                   ^^^^
./downscaling_temp.f90:82:43: warning: Value of local variable 'nmm' is never used [-Wunused-variable]
        integer mesa,nan,nan2,nanf,nanv,nen,nmm,np
                                            ^^^
./downscaling_temp.f90:82:47: warning: Value of local variable 'np' is never used [-Wunused-variable]
        integer mesa,nan,nan2,nanf,nanv,nen,nmm,np
                                                ^^
./downscaling_temp.f90:83:36: warning: Value of local variable 'dmin' is never used [-Wunused-variable]
        real disu5,disu9,disv5,disv9,dmin,dt,du5,du9,dv5,dv9,supo
                                     ^^^^
./downscaling_temp.f90:83:41: warning: Value of local variable 'dt' is never used [-Wunused-variable]
        real disu5,disu9,disv5,disv9,dmin,dt,du5,du9,dv5,dv9,supo
                                          ^^
./downscaling_temp.f90:83:44: warning: Value of local variable 'du5' is never used [-Wunused-variable]
        real disu5,disu9,disv5,disv9,dmin,dt,du5,du9,dv5,dv9,supo
                                             ^^^
./downscaling_temp.f90:83:48: warning: Value of local variable 'du9' is never used [-Wunused-variable]
        real disu5,disu9,disv5,disv9,dmin,dt,du5,du9,dv5,dv9,supo
                                                 ^^^
./downscaling_temp.f90:83:52: warning: Value of local variable 'dv5' is never used [-Wunused-variable]
        real disu5,disu9,disv5,disv9,dmin,dt,du5,du9,dv5,dv9,supo
                                                     ^^^
./downscaling_temp.f90:83:56: warning: Value of local variable 'dv9' is never used [-Wunused-variable]
        real disu5,disu9,disv5,disv9,dmin,dt,du5,du9,dv5,dv9,supo
                                                         ^^^
./downscaling_temp.f90:83:60: warning: Value of local variable 'supo' is never used [-Wunused-variable]
        real disu5,disu9,disv5,disv9,dmin,dt,du5,du9,dv5,dv9,supo
                                                             ^^^^
./downscaling_temp.f90:84:12: warning: Value of local variable 'vorm' is never used [-Wunused-variable]
        real vorm,vorz
             ^^^^
./downscaling_temp.f90:84:17: warning: Value of local variable 'vorz' is never used [-Wunused-variable]
        real vorm,vorz
                  ^^^^
./downscaling_temp.f90:86:17: warning: Value of local variable 'sc' is never used [-Wunused-variable]
        character sc*8,pt*9
                  ^^
./downscaling_temp.f90:86:22: warning: Value of local variable 'pt' is never used [-Wunused-variable]
        character sc*8,pt*9
                       ^^
./downscaling_temp.f90:92:12: warning: Value of local variable 'efan' is never used [-Wunused-variable]
        real efan(nd,ic),psl(nd,ic),pslm(ic),t2(nd,ic),t2m(ic)
             ^^^^
./downscaling_temp.f90:94:23: warning: Value of local variable 'ref' is never used [-Wunused-variable]
        integer ior(nd),ref(nptos),puce(neni)
                        ^^^
./downscaling_temp.f90:102:12: warning: Value of local variable 'ccmux' is never used [-Wunused-variable]
        real ccmux(nptos),ccmui(nptos)
             ^^^^^
./downscaling_temp.f90:102:25: warning: Value of local variable 'ccmui' is never used [-Wunused-variable]
        real ccmux(nptos),ccmui(nptos)
                          ^^^^^
flang-22  -fpic  -O2 -pedantic  -c  insol.f90 -o insol.o
flang-22  -fpic  -O2 -pedantic  -c  predictores_significativos.f90 -o predictores_significativos.o
./predictores_significativos.f90:55:15: warning: Value of local variable 'nulon' is never used [-Wunused-variable]
        integer nulon,nulat,nulev,nudays,ideb,ifin,ip
                ^^^^^
./predictores_significativos.f90:55:21: warning: Value of local variable 'nulat' is never used [-Wunused-variable]
        integer nulon,nulat,nulev,nudays,ideb,ifin,ip
                      ^^^^^
./predictores_significativos.f90:55:27: warning: Value of local variable 'nulev' is never used [-Wunused-variable]
        integer nulon,nulat,nulev,nudays,ideb,ifin,ip
                            ^^^^^
./predictores_significativos.f90:55:33: warning: Value of local variable 'nudays' is never used [-Wunused-variable]
        integer nulon,nulat,nulev,nudays,ideb,ifin,ip
                                  ^^^^^^
./predictores_significativos.f90:55:40: warning: Value of local variable 'ideb' is never used [-Wunused-variable]
        integer nulon,nulat,nulev,nudays,ideb,ifin,ip
                                         ^^^^
./predictores_significativos.f90:55:45: warning: Value of local variable 'ifin' is never used [-Wunused-variable]
        integer nulon,nulat,nulev,nudays,ideb,ifin,ip
                                              ^^^^
./predictores_significativos.f90:55:50: warning: Value of local variable 'ip' is never used [-Wunused-variable]
        integer nulon,nulat,nulev,nudays,ideb,ifin,ip
                                                   ^^
./predictores_significativos.f90:57:15: warning: Value of local variable 'is' is never used [-Wunused-variable]
        integer is
                ^^
./predictores_significativos.f90:62:17: warning: Value of local variable 'mdl' is never used [-Wunused-variable]
        character mdl*20,sc*8,pt*9,nomeb*90,nomef*90,ta*3,nta*1
                  ^^^
./predictores_significativos.f90:62:24: warning: Value of local variable 'sc' is never used [-Wunused-variable]
        character mdl*20,sc*8,pt*9,nomeb*90,nomef*90,ta*3,nta*1
                         ^^
./predictores_significativos.f90:62:29: warning: Value of local variable 'pt' is never used [-Wunused-variable]
        character mdl*20,sc*8,pt*9,nomeb*90,nomef*90,ta*3,nta*1
                              ^^
./predictores_significativos.f90:62:34: warning: Value of local variable 'nomeb' is never used [-Wunused-variable]
        character mdl*20,sc*8,pt*9,nomeb*90,nomef*90,ta*3,nta*1
                                   ^^^^^
./predictores_significativos.f90:62:43: warning: Value of local variable 'nomef' is never used [-Wunused-variable]
        character mdl*20,sc*8,pt*9,nomeb*90,nomef*90,ta*3,nta*1
                                            ^^^^^
./predictores_significativos.f90:62:52: warning: Value of local variable 'ta' is never used [-Wunused-variable]
        character mdl*20,sc*8,pt*9,nomeb*90,nomef*90,ta*3,nta*1
                                                     ^^
./predictores_significativos.f90:62:57: warning: Value of local variable 'nta' is never used [-Wunused-variable]
        character mdl*20,sc*8,pt*9,nomeb*90,nomef*90,ta*3,nta*1
                                                          ^^^
./predictores_significativos.f90:63:22: warning: Value of local variable 'he7m' is never used [-Wunused-variable]
        real he7(n,ic),he7m(ic)
                       ^^^^
./predictores_significativos.f90:65:74: warning: Value of local variable 'pseal' is never used [-Wunused-variable]
        real psl(n,ic),ut9(nger,ic),vt9(nger,ic),ut5(nger,ic),vt5(nger,ic),pseal(id)
                                                                           ^^^^^
./predictores_significativos.f90:66:12: warning: Value of local variable 'presor' is never used [-Wunused-variable]
        real presor(n,id)
             ^^^^^^
./predictores_significativos.f90:67:12: warning: Value of local variable 'xlat' is never used [-Wunused-variable]
        real xlat(ic),xlon(ic)
             ^^^^
./predictores_significativos.f90:67:21: warning: Value of local variable 'xlon' is never used [-Wunused-variable]
        real xlat(ic),xlon(ic)
                      ^^^^
./predictores_significativos.f90:68:30: warning: Value of local variable 'tm5' is never used [-Wunused-variable]
        real t5(n,ic),t8(n,ic),tm5(ic),tm8(ic)
                               ^^^
./predictores_significativos.f90:68:38: warning: Value of local variable 'tm8' is never used [-Wunused-variable]
        real t5(n,ic),t8(n,ic),tm5(ic),tm8(ic)
                                       ^^^
./predictores_significativos.f90:69:12: warning: Value of local variable 'pslm' is never used [-Wunused-variable]
        real pslm(ic),um9(ic),vm9(ic),um5(ic),vm5(ic),pslma(ic)
             ^^^^
./predictores_significativos.f90:69:21: warning: Value of local variable 'um9' is never used [-Wunused-variable]
        real pslm(ic),um9(ic),vm9(ic),um5(ic),vm5(ic),pslma(ic)
                      ^^^
./predictores_significativos.f90:69:29: warning: Value of local variable 'vm9' is never used [-Wunused-variable]
        real pslm(ic),um9(ic),vm9(ic),um5(ic),vm5(ic),pslma(ic)
                              ^^^
./predictores_significativos.f90:69:37: warning: Value of local variable 'um5' is never used [-Wunused-variable]
        real pslm(ic),um9(ic),vm9(ic),um5(ic),vm5(ic),pslma(ic)
                                      ^^^
./predictores_significativos.f90:69:45: warning: Value of local variable 'vm5' is never used [-Wunused-variable]
        real pslm(ic),um9(ic),vm9(ic),um5(ic),vm5(ic),pslma(ic)
                                              ^^^
./predictores_significativos.f90:69:53: warning: Value of local variable 'pslma' is never used [-Wunused-variable]
        real pslm(ic),um9(ic),vm9(ic),um5(ic),vm5(ic),pslma(ic)
                                                      ^^^^^
./predictores_significativos.f90:70:12: warning: Value of local variable 'ue5' is never used [-Wunused-variable]
        real ue5(id),ve5(id),he7ms(ic),he7mr(id)
             ^^^
./predictores_significativos.f90:70:20: warning: Value of local variable 've5' is never used [-Wunused-variable]
        real ue5(id),ve5(id),he7ms(ic),he7mr(id)
                     ^^^
./predictores_significativos.f90:70:28: warning: Value of local variable 'he7ms' is never used [-Wunused-variable]
        real ue5(id),ve5(id),he7ms(ic),he7mr(id)
                             ^^^^^
./predictores_significativos.f90:70:38: warning: Value of local variable 'he7mr' is never used [-Wunused-variable]
        real ue5(id),ve5(id),he7ms(ic),he7mr(id)
                                       ^^^^^
./predictores_significativos.f90:72:28: warning: Value of local variable 'he7ca' is never used [-Wunused-variable]
        character (len=6) :: he7ca(id)
                             ^^^^^
./predictores_significativos.f90:73:28: warning: Value of local variable 't8ca' is never used [-Wunused-variable]
        character (len=6) :: t8ca(id)
                             ^^^^
./predictores_significativos.f90:74:12: warning: Value of local variable 'te8' is never used [-Wunused-variable]
        real te8(id),te5(id)
             ^^^
./predictores_significativos.f90:74:20: warning: Value of local variable 'te5' is never used [-Wunused-variable]
        real te8(id),te5(id)
                     ^^^
./predictores_significativos.f90:75:12: warning: Value of local variable 'he7me' is never used [-Wunused-variable]
        real he7me(24)
             ^^^^^
./predictores_significativos.f90:76:12: warning: Value of local variable 'pres' is never used [-Wunused-variable]
        real pres(id),bar(id),den(ic)
             ^^^^
./predictores_significativos.f90:76:21: warning: Value of local variable 'bar' is never used [-Wunused-variable]
        real pres(id),bar(id),den(ic)
                      ^^^
./predictores_significativos.f90:76:29: warning: Value of local variable 'den' is never used [-Wunused-variable]
        real pres(id),bar(id),den(ic)
                              ^^^
./predictores_significativos.f90:77:30: warning: Value of local variable 'pred1m' is never used [-Wunused-variable]
        real pred1(npx,n,neni),pred1m(npx,neni),predh(n,neni),predhm(neni)
                               ^^^^^^
./predictores_significativos.f90:77:47: warning: Value of local variable 'predh' is never used [-Wunused-variable]
        real pred1(npx,n,neni),pred1m(npx,neni),predh(n,neni),predhm(neni)
                                                ^^^^^
./predictores_significativos.f90:77:61: warning: Value of local variable 'predhm' is never used [-Wunused-variable]
        real pred1(npx,n,neni),pred1m(npx,neni),predh(n,neni),predhm(neni)
                                                              ^^^^^^
./predictores_significativos.f90:81:15: warning: Value of local variable 'nor' is never used [-Wunused-variable]
        integer nor(nanx)
                ^^^
./predictores_significativos.f90:82:15: warning: Value of local variable 'indi1' is never used [-Wunused-variable]
        integer indi1(ic),indi2(ic)
                ^^^^^
./predictores_significativos.f90:82:25: warning: Value of local variable 'indi2' is never used [-Wunused-variable]
        integer indi1(ic),indi2(ic)
                          ^^^^^
./predictores_significativos.f90:83:15: warning: Value of local variable 'annor' is never used [-Wunused-variable]
        integer annor(n),mesr(n),diar(n)
                ^^^^^
./predictores_significativos.f90:83:24: warning: Value of local variable 'mesr' is never used [-Wunused-variable]
        integer annor(n),mesr(n),diar(n)
                         ^^^^
./predictores_significativos.f90:83:32: warning: Value of local variable 'diar' is never used [-Wunused-variable]
        integer annor(n),mesr(n),diar(n)
                                 ^^^^
./predictores_significativos.f90:84:22: warning: Value of local variable 'anno' is never used [-Wunused-variable]
        integer ior(n),anno,mes,dia,eqc(nptos)
                       ^^^^
./predictores_significativos.f90:84:27: warning: Value of local variable 'mes' is never used [-Wunused-variable]
        integer ior(n),anno,mes,dia,eqc(nptos)
                            ^^^
./predictores_significativos.f90:84:31: warning: Value of local variable 'dia' is never used [-Wunused-variable]
        integer ior(n),anno,mes,dia,eqc(nptos)
                                ^^^
./predictores_significativos.f90:84:35: warning: Value of local variable 'eqc' is never used [-Wunused-variable]
        integer ior(n),anno,mes,dia,eqc(nptos)
                                    ^^^
./predictores_significativos.f90:87:49: warning: Value of local variable 'ir' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,iana,ice,ien,ipos,ipu,ir,iv,jk,k,nan,ndcp
                                                  ^^
./predictores_significativos.f90:87:52: warning: Value of local variable 'iv' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,iana,ice,ien,ipos,ipu,ir,iv,jk,k,nan,ndcp
                                                     ^^
./predictores_significativos.f90:87:55: warning: Value of local variable 'jk' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,iana,ice,ien,ipos,ipu,ir,iv,jk,k,nan,ndcp
                                                        ^^
./predictores_significativos.f90:95:12: warning: Value of local variable 'dist' is never used [-Wunused-variable]
        real dist(nanx),dist1(npx,nanx),serin(nanx)
             ^^^^
./predictores_significativos.f90:95:23: warning: Value of local variable 'dist1' is never used [-Wunused-variable]
        real dist(nanx),dist1(npx,nanx),serin(nanx)
                        ^^^^^
./predictores_significativos.f90:95:39: warning: Value of local variable 'serin' is never used [-Wunused-variable]
        real dist(nanx),dist1(npx,nanx),serin(nanx)
                                        ^^^^^
./predictores_significativos.f90:96:12: warning: Value of local variable 'aaa' is never used [-Wunused-variable]
        real aaa(nanx)
             ^^^
./predictores_significativos.f90:98:18: warning: Value of local variable 'medh' is never used [-Wunused-variable]
        real md,sg,medh(neni),sigh(neni)
                   ^^^^
./predictores_significativos.f90:98:29: warning: Value of local variable 'sigh' is never used [-Wunused-variable]
        real md,sg,medh(neni),sigh(neni)
                              ^^^^
flang-22  -fpic  -O2 -pedantic  -c  pts_ref_est_pen.f90 -o pts_ref_est_pen.o
flang-22  -fpic  -O2 -pedantic  -c  pts_ref_est_pen_4int.f90 -o pts_ref_est_pen_4int.o
./pts_ref_est_pen_4int.f90:62:27: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 1.00000001490116119384765625e-1_4 is inexact [-Wreal-constant-widening]
              Vdmin(i,cont)=0.1
                            ^^^
clang-22 -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c registerDynamicSymbol.c -o registerDynamicSymbol.o
flang-22  -fpic  -O2 -pedantic  -c  calc_geoswind.f90 -o calc_geoswind.o
./calc_geoswind.f90:41:17: warning: Value of local variable 'for10' is never used [-Wunused-variable]
        character for10*50
                  ^^^^^
flang-22  -fpic  -O2 -pedantic  -c  calc_utm_rej_era5_penin.f90 -o calc_utm_rej_era5_penin.o
./calc_utm_rej_era5_penin.f90:24:15: warning: Value of local variable 'igrad' is never used [-Wunused-variable]
        integer igrad,imin,rseg,igrad1,imin1
                ^^^^^
./calc_utm_rej_era5_penin.f90:24:21: warning: Value of local variable 'imin' is never used [-Wunused-variable]
        integer igrad,imin,rseg,igrad1,imin1
                      ^^^^
./calc_utm_rej_era5_penin.f90:24:26: warning: Value of local variable 'rseg' is never used [-Wunused-variable]
        integer igrad,imin,rseg,igrad1,imin1
                           ^^^^
./calc_utm_rej_era5_penin.f90:24:31: warning: Value of local variable 'igrad1' is never used [-Wunused-variable]
        integer igrad,imin,rseg,igrad1,imin1
                                ^^^^^^
./calc_utm_rej_era5_penin.f90:24:38: warning: Value of local variable 'imin1' is never used [-Wunused-variable]
        integer igrad,imin,rseg,igrad1,imin1
                                       ^^^^^
./calc_utm_rej_era5_penin.f90:25:12: warning: Value of local variable 'rseg1' is never used [-Wunused-variable]
        real rseg1
             ^^^^^
./calc_utm_rej_era5_penin.f90:28:24: warning: Value of local variable 'r1' is never used [-Wunused-variable]
        double precision r1,r2,r3,r4,r5,r6,rad,rad1,xint,yint
                         ^^
./calc_utm_rej_era5_penin.f90:28:27: warning: Value of local variable 'r2' is never used [-Wunused-variable]
        double precision r1,r2,r3,r4,r5,r6,rad,rad1,xint,yint
                            ^^
./calc_utm_rej_era5_penin.f90:28:30: warning: Value of local variable 'r3' is never used [-Wunused-variable]
        double precision r1,r2,r3,r4,r5,r6,rad,rad1,xint,yint
                               ^^
./calc_utm_rej_era5_penin.f90:28:33: warning: Value of local variable 'r4' is never used [-Wunused-variable]
        double precision r1,r2,r3,r4,r5,r6,rad,rad1,xint,yint
                                  ^^
./calc_utm_rej_era5_penin.f90:28:36: warning: Value of local variable 'r5' is never used [-Wunused-variable]
        double precision r1,r2,r3,r4,r5,r6,rad,rad1,xint,yint
                                     ^^
./calc_utm_rej_era5_penin.f90:28:39: warning: Value of local variable 'r6' is never used [-Wunused-variable]
        double precision r1,r2,r3,r4,r5,r6,rad,rad1,xint,yint
                                        ^^
flang-22  -fpic  -O2 -pedantic  -c  calc_utmcandelasgrid.f90 -o calc_utmcandelasgrid.o
flang-22  -fpic  -O2 -pedantic  -c  training_part1_prec.f90 -o training_part1_prec.o
flang-22  -fpic  -O2 -pedantic  -c  training_part2_prec.f90 -o training_part2_prec.o
flang-22  -fpic  -O2 -pedantic  -c  training_temp.f90 -o training_temp.o
clang-22 -std=gnu23 -shared -L/usr/local/clang/lib64 -L/usr/local/clang22/lib -L/usr/local/clang22/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang21/lib/clang/22/lib/x86_64-unknown-linux-gnu -o CSTools.so calc_geoswind.o calc_utm_rej_era5_penin.o calc_utmcandelasgrid.o calculo_tempes_densi_sealevel.o clasif_era_pen_kmeans.o downscaling_prec.o downscaling_temp.o insol.o mod_csts.o mod_funcs.o predictores_significativos.o pts_ref_est_pen.o pts_ref_est_pen_4int.o registerDynamicSymbol.o training_part1_prec.o training_part2_prec.o training_temp.o -lflang_rt.runtime -lm
make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/CSTools/src'
make[2]: Nothing to be done for 'CSTools.so'.
make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/CSTools/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/CSTools/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/CSTools/src'
flang-22  -fpic  -O2 -pedantic  -c  mod_csts.f90 -o mod_csts.o
flang-22  -fpic  -O2 -pedantic  -c  mod_funcs.f90 -o mod_funcs.o
./mod_funcs.f90:228:45: warning: Value of local variable 'ser1' is never used [-Wunused-variable]
        real yy(n),xx(nvarx,n),res1(n),res(n),ser1(n),ser2(n),aa(n)
                                              ^^^^
./mod_funcs.f90:232:12: warning: Value of local variable 'yyes' is never used [-Wunused-variable]
        real yyes(n),sst,sse,cdet,cdeta,cdetp(nvarx),myy,incr
             ^^^^
./mod_funcs.f90:232:24: warning: Value of local variable 'sse' is never used [-Wunused-variable]
        real yyes(n),sst,sse,cdet,cdeta,cdetp(nvarx),myy,incr
                         ^^^
./mod_funcs.f90:232:39: warning: Value of local variable 'cdetp' is never used [-Wunused-variable]
        real yyes(n),sst,sse,cdet,cdeta,cdetp(nvarx),myy,incr
                                        ^^^^^
./mod_funcs.f90:1259:12: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 3.1415927410125732421875_4 is inexact [-Wreal-constant-widening]
        PI = 3.14159265
             ^^^^^^^^^^
./mod_funcs.f90:1263:12: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 9.98317182064056396484375e-1_4 is inexact [-Wreal-constant-widening]
        A0 = 0.998317208055891
             ^^^^^^^^^^^^^^^^^
./mod_funcs.f90:1293:15: warning: Value of uninitialized local variable 'normal' is used but never defined [-Wused-undefined-variable]
        INTEGER NORMAL(12)
                ^^^^^^
flang-22  -fpic  -O2 -pedantic  -c  calculo_tempes_densi_sealevel.f90 -o calculo_tempes_densi_sealevel.o
flang-22  -fpic  -O2 -pedantic  -c  pts_ref_est_pen.f90 -o pts_ref_est_pen.o
flang-22  -fpic  -O2 -pedantic  -c  pts_ref_est_pen_4int.f90 -o pts_ref_est_pen_4int.o
./pts_ref_est_pen_4int.f90:62:27: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 1.00000001490116119384765625e-1_4 is inexact [-Wreal-constant-widening]
              Vdmin(i,cont)=0.1
                            ^^^
clang-22 -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c registerDynamicSymbol.c -o registerDynamicSymbol.o
flang-22  -fpic  -O2 -pedantic  -c  calc_geoswind.f90 -o calc_geoswind.o
./calc_geoswind.f90:41:17: warning: Value of local variable 'for10' is never used [-Wunused-variable]
        character for10*50
                  ^^^^^
flang-22  -fpic  -O2 -pedantic  -c  calc_utm_rej_era5_penin.f90 -o calc_utm_rej_era5_penin.o
./calc_utm_rej_era5_penin.f90:24:15: warning: Value of local variable 'igrad' is never used [-Wunused-variable]
        integer igrad,imin,rseg,igrad1,imin1
                ^^^^^
./calc_utm_rej_era5_penin.f90:24:21: warning: Value of local variable 'imin' is never used [-Wunused-variable]
        integer igrad,imin,rseg,igrad1,imin1
                      ^^^^
./calc_utm_rej_era5_penin.f90:24:26: warning: Value of local variable 'rseg' is never used [-Wunused-variable]
        integer igrad,imin,rseg,igrad1,imin1
                           ^^^^
./calc_utm_rej_era5_penin.f90:24:31: warning: Value of local variable 'igrad1' is never used [-Wunused-variable]
        integer igrad,imin,rseg,igrad1,imin1
                                ^^^^^^
./calc_utm_rej_era5_penin.f90:24:38: warning: Value of local variable 'imin1' is never used [-Wunused-variable]
        integer igrad,imin,rseg,igrad1,imin1
                                       ^^^^^
./calc_utm_rej_era5_penin.f90:25:12: warning: Value of local variable 'rseg1' is never used [-Wunused-variable]
        real rseg1
             ^^^^^
./calc_utm_rej_era5_penin.f90:28:24: warning: Value of local variable 'r1' is never used [-Wunused-variable]
        double precision r1,r2,r3,r4,r5,r6,rad,rad1,xint,yint
                         ^^
./calc_utm_rej_era5_penin.f90:28:27: warning: Value of local variable 'r2' is never used [-Wunused-variable]
        double precision r1,r2,r3,r4,r5,r6,rad,rad1,xint,yint
                            ^^
./calc_utm_rej_era5_penin.f90:28:30: warning: Value of local variable 'r3' is never used [-Wunused-variable]
        double precision r1,r2,r3,r4,r5,r6,rad,rad1,xint,yint
                               ^^
./calc_utm_rej_era5_penin.f90:28:33: warning: Value of local variable 'r4' is never used [-Wunused-variable]
        double precision r1,r2,r3,r4,r5,r6,rad,rad1,xint,yint
                                  ^^
./calc_utm_rej_era5_penin.f90:28:36: warning: Value of local variable 'r5' is never used [-Wunused-variable]
        double precision r1,r2,r3,r4,r5,r6,rad,rad1,xint,yint
                                     ^^
./calc_utm_rej_era5_penin.f90:28:39: warning: Value of local variable 'r6' is never used [-Wunused-variable]
        double precision r1,r2,r3,r4,r5,r6,rad,rad1,xint,yint
                                        ^^
flang-22  -fpic  -O2 -pedantic  -c  calc_utmcandelasgrid.f90 -o calc_utmcandelasgrid.o
flang-22  -fpic  -O2 -pedantic  -c  clasif_era_pen_kmeans.f90 -o clasif_era_pen_kmeans.o
flang-22  -fpic  -O2 -pedantic  -c  downscaling_prec.f90 -o downscaling_prec.o
./downscaling_prec.f90:75:15: warning: Value of local variable 'nvar' is never used [-Wunused-variable]
        integer nvar
                ^^^^
./downscaling_prec.f90:77:15: warning: Value of local variable 'jt' is never used [-Wunused-variable]
        integer jt,jp
                ^^
./downscaling_prec.f90:77:18: warning: Value of local variable 'jp' is never used [-Wunused-variable]
        integer jt,jp
                   ^^
./downscaling_prec.f90:82:56: warning: Value of local variable 'ir' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,i7,iana,ice,ien,ipos,ips,ipu,ir,ire,iti,jk,k
                                                         ^^
./downscaling_prec.f90:82:67: warning: Value of local variable 'jk' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,i7,iana,ice,ien,ipos,ips,ipu,ir,ire,iti,jk,k
                                                                    ^^
./downscaling_prec.f90:83:15: warning: Value of local variable 'mesa' is never used [-Wunused-variable]
        integer mesa,nan,nan2,nanf,nanv,nen,nmm,np
                ^^^^
./downscaling_prec.f90:89:36: warning: Value of local variable 'puh' is never used [-Wunused-variable]
        integer anai(nanx),ana(nanx),puh(ic)
                                     ^^^
./downscaling_prec.f90:97:17: warning: Value of local variable 'sc' is never used [-Wunused-variable]
        character sc*8,pt*9,nomeb*90
                  ^^
./downscaling_prec.f90:97:22: warning: Value of local variable 'pt' is never used [-Wunused-variable]
        character sc*8,pt*9,nomeb*90
                       ^^
./downscaling_prec.f90:97:27: warning: Value of local variable 'nomeb' is never used [-Wunused-variable]
        character sc*8,pt*9,nomeb*90
                            ^^^^^
./downscaling_prec.f90:100:15: warning: Value of local variable 'annoa' is never used [-Wunused-variable]
        integer annoa
                ^^^^^
./downscaling_prec.f90:101:23: warning: Value of local variable 'eqc' is never used [-Wunused-variable]
        integer ior(nd),eqc(nptos)
                        ^^^
./downscaling_prec.f90:102:15: warning: Value of local variable 'ref' is never used [-Wunused-variable]
        integer ref(nptos),puce(neni),puen(neni,5001) 
                ^^^
./downscaling_prec.f90:104:15: warning: Value of local variable 'est' is never used [-Wunused-variable]
        integer est(nptos)
                ^^^
flang-22  -fpic  -O2 -pedantic  -c  downscaling_temp.f90 -o downscaling_temp.o
./downscaling_temp.f90:76:15: warning: Value of local variable 'ii' is never used [-Wunused-variable]
        integer ii,jp
                ^^
./downscaling_temp.f90:77:12: warning: Value of local variable 'sp' is never used [-Wunused-variable]
        real sp,dd
             ^^
./downscaling_temp.f90:77:15: warning: Value of local variable 'dd' is never used [-Wunused-variable]
        real sp,dd
                ^^
./downscaling_temp.f90:79:28: warning: Value of local variable 'it' is never used [-Wunused-variable]
        integer jv,kk,kki,ik,it,kp,imes,ida,ida2,idia,mi,mm
                             ^^
./downscaling_temp.f90:81:21: warning: Value of local variable 'i3' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,i7,iana,ice,ien,ipos,ips,ipu,ir,ire,iti,jk,k
                      ^^
./downscaling_temp.f90:81:24: warning: Value of local variable 'i4' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,i7,iana,ice,ien,ipos,ips,ipu,ir,ire,iti,jk,k
                         ^^
./downscaling_temp.f90:81:27: warning: Value of local variable 'i7' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,i7,iana,ice,ien,ipos,ips,ipu,ir,ire,iti,jk,k
                            ^^
./downscaling_temp.f90:81:39: warning: Value of local variable 'ien' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,i7,iana,ice,ien,ipos,ips,ipu,ir,ire,iti,jk,k
                                        ^^^
./downscaling_temp.f90:81:48: warning: Value of local variable 'ips' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,i7,iana,ice,ien,ipos,ips,ipu,ir,ire,iti,jk,k
                                                 ^^^
./downscaling_temp.f90:81:56: warning: Value of local variable 'ir' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,i7,iana,ice,ien,ipos,ips,ipu,ir,ire,iti,jk,k
                                                         ^^
./downscaling_temp.f90:81:63: warning: Value of local variable 'iti' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,i7,iana,ice,ien,ipos,ips,ipu,ir,ire,iti,jk,k
                                                                ^^^
./downscaling_temp.f90:81:67: warning: Value of local variable 'jk' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,i7,iana,ice,ien,ipos,ips,ipu,ir,ire,iti,jk,k
                                                                    ^^
./downscaling_temp.f90:82:15: warning: Value of local variable 'mesa' is never used [-Wunused-variable]
        integer mesa,nan,nan2,nanf,nanv,nen,nmm,np
                ^^^^
./downscaling_temp.f90:82:24: warning: Value of local variable 'nan2' is never used [-Wunused-variable]
        integer mesa,nan,nan2,nanf,nanv,nen,nmm,np
                         ^^^^
./downscaling_temp.f90:82:29: warning: Value of local variable 'nanf' is never used [-Wunused-variable]
        integer mesa,nan,nan2,nanf,nanv,nen,nmm,np
                              ^^^^
./downscaling_temp.f90:82:34: warning: Value of local variable 'nanv' is never used [-Wunused-variable]
        integer mesa,nan,nan2,nanf,nanv,nen,nmm,np
                                   ^^^^
./downscaling_temp.f90:82:43: warning: Value of local variable 'nmm' is never used [-Wunused-variable]
        integer mesa,nan,nan2,nanf,nanv,nen,nmm,np
                                            ^^^
./downscaling_temp.f90:82:47: warning: Value of local variable 'np' is never used [-Wunused-variable]
        integer mesa,nan,nan2,nanf,nanv,nen,nmm,np
                                                ^^
./downscaling_temp.f90:83:36: warning: Value of local variable 'dmin' is never used [-Wunused-variable]
        real disu5,disu9,disv5,disv9,dmin,dt,du5,du9,dv5,dv9,supo
                                     ^^^^
./downscaling_temp.f90:83:41: warning: Value of local variable 'dt' is never used [-Wunused-variable]
        real disu5,disu9,disv5,disv9,dmin,dt,du5,du9,dv5,dv9,supo
                                          ^^
./downscaling_temp.f90:83:44: warning: Value of local variable 'du5' is never used [-Wunused-variable]
        real disu5,disu9,disv5,disv9,dmin,dt,du5,du9,dv5,dv9,supo
                                             ^^^
./downscaling_temp.f90:83:48: warning: Value of local variable 'du9' is never used [-Wunused-variable]
        real disu5,disu9,disv5,disv9,dmin,dt,du5,du9,dv5,dv9,supo
                                                 ^^^
./downscaling_temp.f90:83:52: warning: Value of local variable 'dv5' is never used [-Wunused-variable]
        real disu5,disu9,disv5,disv9,dmin,dt,du5,du9,dv5,dv9,supo
                                                     ^^^
./downscaling_temp.f90:83:56: warning: Value of local variable 'dv9' is never used [-Wunused-variable]
        real disu5,disu9,disv5,disv9,dmin,dt,du5,du9,dv5,dv9,supo
                                                         ^^^
./downscaling_temp.f90:83:60: warning: Value of local variable 'supo' is never used [-Wunused-variable]
        real disu5,disu9,disv5,disv9,dmin,dt,du5,du9,dv5,dv9,supo
                                                             ^^^^
./downscaling_temp.f90:84:12: warning: Value of local variable 'vorm' is never used [-Wunused-variable]
        real vorm,vorz
             ^^^^
./downscaling_temp.f90:84:17: warning: Value of local variable 'vorz' is never used [-Wunused-variable]
        real vorm,vorz
                  ^^^^
./downscaling_temp.f90:86:17: warning: Value of local variable 'sc' is never used [-Wunused-variable]
        character sc*8,pt*9
                  ^^
./downscaling_temp.f90:86:22: warning: Value of local variable 'pt' is never used [-Wunused-variable]
        character sc*8,pt*9
                       ^^
./downscaling_temp.f90:92:12: warning: Value of local variable 'efan' is never used [-Wunused-variable]
        real efan(nd,ic),psl(nd,ic),pslm(ic),t2(nd,ic),t2m(ic)
             ^^^^
./downscaling_temp.f90:94:23: warning: Value of local variable 'ref' is never used [-Wunused-variable]
        integer ior(nd),ref(nptos),puce(neni)
                        ^^^
./downscaling_temp.f90:102:12: warning: Value of local variable 'ccmux' is never used [-Wunused-variable]
        real ccmux(nptos),ccmui(nptos)
             ^^^^^
./downscaling_temp.f90:102:25: warning: Value of local variable 'ccmui' is never used [-Wunused-variable]
        real ccmux(nptos),ccmui(nptos)
                          ^^^^^
flang-22  -fpic  -O2 -pedantic  -c  insol.f90 -o insol.o
flang-22  -fpic  -O2 -pedantic  -c  predictores_significativos.f90 -o predictores_significativos.o
./predictores_significativos.f90:55:15: warning: Value of local variable 'nulon' is never used [-Wunused-variable]
        integer nulon,nulat,nulev,nudays,ideb,ifin,ip
                ^^^^^
./predictores_significativos.f90:55:21: warning: Value of local variable 'nulat' is never used [-Wunused-variable]
        integer nulon,nulat,nulev,nudays,ideb,ifin,ip
                      ^^^^^
./predictores_significativos.f90:55:27: warning: Value of local variable 'nulev' is never used [-Wunused-variable]
        integer nulon,nulat,nulev,nudays,ideb,ifin,ip
                            ^^^^^
./predictores_significativos.f90:55:33: warning: Value of local variable 'nudays' is never used [-Wunused-variable]
        integer nulon,nulat,nulev,nudays,ideb,ifin,ip
                                  ^^^^^^
./predictores_significativos.f90:55:40: warning: Value of local variable 'ideb' is never used [-Wunused-variable]
        integer nulon,nulat,nulev,nudays,ideb,ifin,ip
                                         ^^^^
./predictores_significativos.f90:55:45: warning: Value of local variable 'ifin' is never used [-Wunused-variable]
        integer nulon,nulat,nulev,nudays,ideb,ifin,ip
                                              ^^^^
./predictores_significativos.f90:55:50: warning: Value of local variable 'ip' is never used [-Wunused-variable]
        integer nulon,nulat,nulev,nudays,ideb,ifin,ip
                                                   ^^
./predictores_significativos.f90:57:15: warning: Value of local variable 'is' is never used [-Wunused-variable]
        integer is
                ^^
./predictores_significativos.f90:62:17: warning: Value of local variable 'mdl' is never used [-Wunused-variable]
        character mdl*20,sc*8,pt*9,nomeb*90,nomef*90,ta*3,nta*1
                  ^^^
./predictores_significativos.f90:62:24: warning: Value of local variable 'sc' is never used [-Wunused-variable]
        character mdl*20,sc*8,pt*9,nomeb*90,nomef*90,ta*3,nta*1
                         ^^
./predictores_significativos.f90:62:29: warning: Value of local variable 'pt' is never used [-Wunused-variable]
        character mdl*20,sc*8,pt*9,nomeb*90,nomef*90,ta*3,nta*1
                              ^^
./predictores_significativos.f90:62:34: warning: Value of local variable 'nomeb' is never used [-Wunused-variable]
        character mdl*20,sc*8,pt*9,nomeb*90,nomef*90,ta*3,nta*1
                                   ^^^^^
./predictores_significativos.f90:62:43: warning: Value of local variable 'nomef' is never used [-Wunused-variable]
        character mdl*20,sc*8,pt*9,nomeb*90,nomef*90,ta*3,nta*1
                                            ^^^^^
./predictores_significativos.f90:62:52: warning: Value of local variable 'ta' is never used [-Wunused-variable]
        character mdl*20,sc*8,pt*9,nomeb*90,nomef*90,ta*3,nta*1
                                                     ^^
./predictores_significativos.f90:62:57: warning: Value of local variable 'nta' is never used [-Wunused-variable]
        character mdl*20,sc*8,pt*9,nomeb*90,nomef*90,ta*3,nta*1
                                                          ^^^
./predictores_significativos.f90:63:22: warning: Value of local variable 'he7m' is never used [-Wunused-variable]
        real he7(n,ic),he7m(ic)
                       ^^^^
./predictores_significativos.f90:65:74: warning: Value of local variable 'pseal' is never used [-Wunused-variable]
        real psl(n,ic),ut9(nger,ic),vt9(nger,ic),ut5(nger,ic),vt5(nger,ic),pseal(id)
                                                                           ^^^^^
./predictores_significativos.f90:66:12: warning: Value of local variable 'presor' is never used [-Wunused-variable]
        real presor(n,id)
             ^^^^^^
./predictores_significativos.f90:67:12: warning: Value of local variable 'xlat' is never used [-Wunused-variable]
        real xlat(ic),xlon(ic)
             ^^^^
./predictores_significativos.f90:67:21: warning: Value of local variable 'xlon' is never used [-Wunused-variable]
        real xlat(ic),xlon(ic)
                      ^^^^
./predictores_significativos.f90:68:30: warning: Value of local variable 'tm5' is never used [-Wunused-variable]
        real t5(n,ic),t8(n,ic),tm5(ic),tm8(ic)
                               ^^^
./predictores_significativos.f90:68:38: warning: Value of local variable 'tm8' is never used [-Wunused-variable]
        real t5(n,ic),t8(n,ic),tm5(ic),tm8(ic)
                                       ^^^
./predictores_significativos.f90:69:12: warning: Value of local variable 'pslm' is never used [-Wunused-variable]
        real pslm(ic),um9(ic),vm9(ic),um5(ic),vm5(ic),pslma(ic)
             ^^^^
./predictores_significativos.f90:69:21: warning: Value of local variable 'um9' is never used [-Wunused-variable]
        real pslm(ic),um9(ic),vm9(ic),um5(ic),vm5(ic),pslma(ic)
                      ^^^
./predictores_significativos.f90:69:29: warning: Value of local variable 'vm9' is never used [-Wunused-variable]
        real pslm(ic),um9(ic),vm9(ic),um5(ic),vm5(ic),pslma(ic)
                              ^^^
./predictores_significativos.f90:69:37: warning: Value of local variable 'um5' is never used [-Wunused-variable]
        real pslm(ic),um9(ic),vm9(ic),um5(ic),vm5(ic),pslma(ic)
                                      ^^^
./predictores_significativos.f90:69:45: warning: Value of local variable 'vm5' is never used [-Wunused-variable]
        real pslm(ic),um9(ic),vm9(ic),um5(ic),vm5(ic),pslma(ic)
                                              ^^^
./predictores_significativos.f90:69:53: warning: Value of local variable 'pslma' is never used [-Wunused-variable]
        real pslm(ic),um9(ic),vm9(ic),um5(ic),vm5(ic),pslma(ic)
                                                      ^^^^^
./predictores_significativos.f90:70:12: warning: Value of local variable 'ue5' is never used [-Wunused-variable]
        real ue5(id),ve5(id),he7ms(ic),he7mr(id)
             ^^^
./predictores_significativos.f90:70:20: warning: Value of local variable 've5' is never used [-Wunused-variable]
        real ue5(id),ve5(id),he7ms(ic),he7mr(id)
                     ^^^
./predictores_significativos.f90:70:28: warning: Value of local variable 'he7ms' is never used [-Wunused-variable]
        real ue5(id),ve5(id),he7ms(ic),he7mr(id)
                             ^^^^^
./predictores_significativos.f90:70:38: warning: Value of local variable 'he7mr' is never used [-Wunused-variable]
        real ue5(id),ve5(id),he7ms(ic),he7mr(id)
                                       ^^^^^
./predictores_significativos.f90:72:28: warning: Value of local variable 'he7ca' is never used [-Wunused-variable]
        character (len=6) :: he7ca(id)
                             ^^^^^
./predictores_significativos.f90:73:28: warning: Value of local variable 't8ca' is never used [-Wunused-variable]
        character (len=6) :: t8ca(id)
                             ^^^^
./predictores_significativos.f90:74:12: warning: Value of local variable 'te8' is never used [-Wunused-variable]
        real te8(id),te5(id)
             ^^^
./predictores_significativos.f90:74:20: warning: Value of local variable 'te5' is never used [-Wunused-variable]
        real te8(id),te5(id)
                     ^^^
./predictores_significativos.f90:75:12: warning: Value of local variable 'he7me' is never used [-Wunused-variable]
        real he7me(24)
             ^^^^^
./predictores_significativos.f90:76:12: warning: Value of local variable 'pres' is never used [-Wunused-variable]
        real pres(id),bar(id),den(ic)
             ^^^^
./predictores_significativos.f90:76:21: warning: Value of local variable 'bar' is never used [-Wunused-variable]
        real pres(id),bar(id),den(ic)
                      ^^^
./predictores_significativos.f90:76:29: warning: Value of local variable 'den' is never used [-Wunused-variable]
        real pres(id),bar(id),den(ic)
                              ^^^
./predictores_significativos.f90:77:30: warning: Value of local variable 'pred1m' is never used [-Wunused-variable]
        real pred1(npx,n,neni),pred1m(npx,neni),predh(n,neni),predhm(neni)
                               ^^^^^^
./predictores_significativos.f90:77:47: warning: Value of local variable 'predh' is never used [-Wunused-variable]
        real pred1(npx,n,neni),pred1m(npx,neni),predh(n,neni),predhm(neni)
                                                ^^^^^
./predictores_significativos.f90:77:61: warning: Value of local variable 'predhm' is never used [-Wunused-variable]
        real pred1(npx,n,neni),pred1m(npx,neni),predh(n,neni),predhm(neni)
                                                              ^^^^^^
./predictores_significativos.f90:81:15: warning: Value of local variable 'nor' is never used [-Wunused-variable]
        integer nor(nanx)
                ^^^
./predictores_significativos.f90:82:15: warning: Value of local variable 'indi1' is never used [-Wunused-variable]
        integer indi1(ic),indi2(ic)
                ^^^^^
./predictores_significativos.f90:82:25: warning: Value of local variable 'indi2' is never used [-Wunused-variable]
        integer indi1(ic),indi2(ic)
                          ^^^^^
./predictores_significativos.f90:83:15: warning: Value of local variable 'annor' is never used [-Wunused-variable]
        integer annor(n),mesr(n),diar(n)
                ^^^^^
./predictores_significativos.f90:83:24: warning: Value of local variable 'mesr' is never used [-Wunused-variable]
        integer annor(n),mesr(n),diar(n)
                         ^^^^
./predictores_significativos.f90:83:32: warning: Value of local variable 'diar' is never used [-Wunused-variable]
        integer annor(n),mesr(n),diar(n)
                                 ^^^^
./predictores_significativos.f90:84:22: warning: Value of local variable 'anno' is never used [-Wunused-variable]
        integer ior(n),anno,mes,dia,eqc(nptos)
                       ^^^^
./predictores_significativos.f90:84:27: warning: Value of local variable 'mes' is never used [-Wunused-variable]
        integer ior(n),anno,mes,dia,eqc(nptos)
                            ^^^
./predictores_significativos.f90:84:31: warning: Value of local variable 'dia' is never used [-Wunused-variable]
        integer ior(n),anno,mes,dia,eqc(nptos)
                                ^^^
./predictores_significativos.f90:84:35: warning: Value of local variable 'eqc' is never used [-Wunused-variable]
        integer ior(n),anno,mes,dia,eqc(nptos)
                                    ^^^
./predictores_significativos.f90:87:49: warning: Value of local variable 'ir' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,iana,ice,ien,ipos,ipu,ir,iv,jk,k,nan,ndcp
                                                  ^^
./predictores_significativos.f90:87:52: warning: Value of local variable 'iv' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,iana,ice,ien,ipos,ipu,ir,iv,jk,k,nan,ndcp
                                                     ^^
./predictores_significativos.f90:87:55: warning: Value of local variable 'jk' is never used [-Wunused-variable]
        integer i1,i2,i3,i4,iana,ice,ien,ipos,ipu,ir,iv,jk,k,nan,ndcp
                                                        ^^
./predictores_significativos.f90:95:12: warning: Value of local variable 'dist' is never used [-Wunused-variable]
        real dist(nanx),dist1(npx,nanx),serin(nanx)
             ^^^^
./predictores_significativos.f90:95:23: warning: Value of local variable 'dist1' is never used [-Wunused-variable]
        real dist(nanx),dist1(npx,nanx),serin(nanx)
                        ^^^^^
./predictores_significativos.f90:95:39: warning: Value of local variable 'serin' is never used [-Wunused-variable]
        real dist(nanx),dist1(npx,nanx),serin(nanx)
                                        ^^^^^
./predictores_significativos.f90:96:12: warning: Value of local variable 'aaa' is never used [-Wunused-variable]
        real aaa(nanx)
             ^^^
./predictores_significativos.f90:98:18: warning: Value of local variable 'medh' is never used [-Wunused-variable]
        real md,sg,medh(neni),sigh(neni)
                   ^^^^
./predictores_significativos.f90:98:29: warning: Value of local variable 'sigh' is never used [-Wunused-variable]
        real md,sg,medh(neni),sigh(neni)
                              ^^^^
flang-22  -fpic  -O2 -pedantic  -c  training_part1_prec.f90 -o training_part1_prec.o
flang-22  -fpic  -O2 -pedantic  -c  training_part2_prec.f90 -o training_part2_prec.o
flang-22  -fpic  -O2 -pedantic  -c  training_temp.f90 -o training_temp.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/CSTools/src'
installing to /data/gannet/ripley/R/packages/tests-clang/CSTools.Rcheck/00LOCK-CSTools/00new/CSTools/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (CSTools)