* installing *source* package ‘OBsMD’ ...
** this is package ‘OBsMD’ version ‘12.0’
** package ‘OBsMD’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using Fortran compiler: ‘GNU Fortran (GCC) 14.2.0’
using SDK: ‘MacOSX11.3.sdk’
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c init.c -o init.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c obsmd.f -o obsmd.o
obsmd.f:218:14:

  218 |       END DO
      |                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
obsmd.f:233:19:

  233 |            END DO
      |                         1
Warning: Nonconforming tab character at (1) [-Wtabs]
obsmd.f:236:29:

  236 |       ENDIF
      |                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
obsmd.f:1088:15:

 1088 |       GO TO 5
      |                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
obsmd.f:1156:15:

 1156 |       GO TO 5
      |                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
obsmd.f:5971:72:

 5971 |            TOPDES(J,K) = TOPROW(ITOP(J),K)
      |                                                                        1
Warning: Line truncated at (1) [-Wline-truncation]
obsmd.f:1334:8:

 1334 |       T=X(IJ)
      |        1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
obsmd.f:1340:8:

 1340 |       T=X(IJ)
      |        1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
obsmd.f:1347:8:

 1347 |       T=X(IJ)
      |        1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
obsmd.f:1353:8:

 1353 |       T=X(IJ)
      |        1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
obsmd.f:1355:9:

 1355 |   135 TT=X(L)
      |         1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
obsmd.f:1392:8:

 1392 |       T=X(I+1)
      |        1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
obsmd.f:1417:8:

 1417 |       T=X(IJ)
      |        1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
obsmd.f:1424:8:

 1424 |       T=X(IJ)
      |        1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
obsmd.f:1426:12:

 1426 |        Y(I)=TY
      |            1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
obsmd.f:1434:8:

 1434 |       T=X(IJ)
      |        1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
obsmd.f:1436:12:

 1436 |        Y(J)=TY
      |            1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
obsmd.f:1443:8:

 1443 |       T=X(IJ)
      |        1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
obsmd.f:1445:12:

 1445 |        Y(I)=TY
      |            1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
obsmd.f:1448:9:

 1448 |   235 TT=X(L)
      |         1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
obsmd.f:1453:12:

 1453 |        Y(K)=TTY
      |            1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
obsmd.f:1488:8:

 1488 |       T=X(I+1)
      |        1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
obsmd.f:1497:14:

 1497 |        Y(K+1)=TY
      |              1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
obsmd.f:6044:15:

 6044 |                   RR=R
      |                     1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
obsmd.f:6339:12:

 6339 |  20   IX1 = AMOD(R,1.)*4194304. + 0.5
      |            1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
obsmd.f:5933:13:

 5933 |       DELTAD=DBEST-DSTART
      |             1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
obsmd.f:6064:36:

 6064 |       DOUBLE PRECISION DV(100,32,32),DV2(100,32,32)
      |                                    1
Warning: Array 'dv' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
obsmd.f:6064:51:

 6064 |       DOUBLE PRECISION DV(100,32,32),DV2(100,32,32)
      |                                                   1
Warning: Array 'dv2' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
obsmd.f:1556:21:

 1556 |      #         alpha0,alpha1,rn,binom,eps,re,im,x1,x2,x3,x4,
      |                     1
Warning: Unused variable 'alpha0' declared at (1) [-Wunused-variable]
obsmd.f:1556:28:

 1556 |      #         alpha0,alpha1,rn,binom,eps,re,im,x1,x2,x3,x4,
      |                            1
Warning: Unused variable 'alpha1' declared at (1) [-Wunused-variable]
obsmd.f:1558:39:

 1558 |      #         a1,b1,c1,a2,b2,c2,alpha2
      |                                       1
Warning: Unused variable 'alpha2' declared at (1) [-Wunused-variable]
obsmd.f:1555:36:

 1555 |       DOUBLE PRECISION   a,b,c,z,w,f,f1,f2,gamm,tol,test,pi,machep,re2,
      |                                    1
Warning: Unused variable 'f' declared at (1) [-Wunused-variable]
obsmd.f:1555:70:

 1555 |       DOUBLE PRECISION   a,b,c,z,w,f,f1,f2,gamm,tol,test,pi,machep,re2,
      |                                                                      1
Warning: Unused variable 're2' declared at (1) [-Wunused-variable]
obsmd.f:1556:31:

 1556 |      #         alpha0,alpha1,rn,binom,eps,re,im,x1,x2,x3,x4,
      |                               1
Warning: Unused variable 'rn' declared at (1) [-Wunused-variable]
obsmd.f:1557:59:

 1557 |      #         coeff1,coeff2,coeff3,coeff4,temp1,temp2,term,
      |                                                           1
Warning: Unused variable 'term' declared at (1) [-Wunused-variable]
obsmd.f:1965:55:

 1965 |       DOUBLE PRECISION  a,b,c,w,f,alpha0,alpha1,rn,gamm,term,machep,
      |                                                       1
Warning: Unused variable 'gamm' declared at (1) [-Wunused-variable]
obsmd.f:4855:58:

 4855 |      #         ff4(0:nmax),coeff1,coeff2,c1(0:80),c2(0:80),c3(0:80),
      |                                                          1
Warning: Unused variable 'c2' declared at (1) [-Wunused-variable]
obsmd.f:4854:32:

 4854 |      #         f1(0:80),f2(0:80),f3(0:80),f4(0:80),ff3(0:nmax),eps,
      |                                1
Warning: Unused variable 'f2' declared at (1) [-Wunused-variable]
obsmd.f:4853:14:

 4853 |      #     psi,rn,t1(0:80),t2(0:80),t3(0:80),t4(0:80),test,machep,pi,
      |              1
Warning: Unused variable 'psi' declared at (1) [-Wunused-variable]
obsmd.f:4853:35:

 4853 |      #     psi,rn,t1(0:80),t2(0:80),t3(0:80),t4(0:80),test,machep,pi,
      |                                   1
Warning: Unused variable 't2' declared at (1) [-Wunused-variable]
obsmd.f:4294:56:

 4294 |      #       ff4(0:nmax),coeff1,coeff2,c1(0:80),c2(0:80),c3(0:80),
      |                                                        1
Warning: Unused variable 'c2' declared at (1) [-Wunused-variable]
obsmd.f:4293:30:

 4293 |      #       f1(0:80),f2(0:80),f3(0:80),f4(0:80),ff3(0:nmax),eps,
      |                              1
Warning: Unused variable 'f2' declared at (1) [-Wunused-variable]
obsmd.f:4292:16:

 4292 |      #       psi,rn,t1(0:80),t2(0:80),t3(0:80),t4(0:80),test,machep,pi,
      |                1
Warning: Unused variable 'psi' declared at (1) [-Wunused-variable]
obsmd.f:4292:37:

 4292 |      #       psi,rn,t1(0:80),t2(0:80),t3(0:80),t4(0:80),test,machep,pi,
      |                                     1
Warning: Unused variable 't2' declared at (1) [-Wunused-variable]
obsmd.f:3763:65:

 3763 |      #         g3(0:nmax),g4(0:nmax),g5(0:nmax),x,x1,x2,x3,x4,psi,rn,
      |                                                                 1
Warning: Unused variable 'psi' declared at (1) [-Wunused-variable]
obsmd.f:3204:49:

 3204 |      #         temp,temp1,temp2,temp3,temp4,temp5,temp6,temp7,temp8,
      |                                                 1
Warning: Unused variable 'temp5' declared at (1) [-Wunused-variable]
obsmd.f:3204:55:

 3204 |      #         temp,temp1,temp2,temp3,temp4,temp5,temp6,temp7,temp8,
      |                                                       1
Warning: Unused variable 'temp6' declared at (1) [-Wunused-variable]
obsmd.f:3204:61:

 3204 |      #         temp,temp1,temp2,temp3,temp4,temp5,temp6,temp7,temp8,
      |                                                             1
Warning: Unused variable 'temp7' declared at (1) [-Wunused-variable]
obsmd.f:3204:67:

 3204 |      #         temp,temp1,temp2,temp3,temp4,temp5,temp6,temp7,temp8,
      |                                                                   1
Warning: Unused variable 'temp8' declared at (1) [-Wunused-variable]
obsmd.f:2703:41:

 2703 |      #         coeff,coeff1,coeff2,coeff3,coeff4,x,x1,x2,x3,x4,
      |                                         1
Warning: Unused variable 'coeff3' declared at (1) [-Wunused-variable]
obsmd.f:2703:48:

 2703 |      #         coeff,coeff1,coeff2,coeff3,coeff4,x,x1,x2,x3,x4,
      |                                                1
Warning: Unused variable 'coeff4' declared at (1) [-Wunused-variable]
obsmd.f:2702:49:

 2702 |      #         temp,temp1,temp2,temp3,temp4,temp5,temp6,temp7,temp8,
      |                                                 1
Warning: Unused variable 'temp5' declared at (1) [-Wunused-variable]
obsmd.f:2702:55:

 2702 |      #         temp,temp1,temp2,temp3,temp4,temp5,temp6,temp7,temp8,
      |                                                       1
Warning: Unused variable 'temp6' declared at (1) [-Wunused-variable]
obsmd.f:2702:61:

 2702 |      #         temp,temp1,temp2,temp3,temp4,temp5,temp6,temp7,temp8,
      |                                                             1
Warning: Unused variable 'temp7' declared at (1) [-Wunused-variable]
obsmd.f:2702:67:

 2702 |      #         temp,temp1,temp2,temp3,temp4,temp5,temp6,temp7,temp8,
      |                                                                   1
Warning: Unused variable 'temp8' declared at (1) [-Wunused-variable]
obsmd.f:2148:37:

 2148 |      #         temp,temp1,temp2,temp3,temp4,temp5,temp6,temp7,
      |                                     1
Warning: Unused variable 'temp3' declared at (1) [-Wunused-variable]
obsmd.f:2148:43:

 2148 |      #         temp,temp1,temp2,temp3,temp4,temp5,temp6,temp7,
      |                                           1
Warning: Unused variable 'temp4' declared at (1) [-Wunused-variable]
obsmd.f:2148:49:

 2148 |      #         temp,temp1,temp2,temp3,temp4,temp5,temp6,temp7,
      |                                                 1
Warning: Unused variable 'temp5' declared at (1) [-Wunused-variable]
obsmd.f:2148:61:

 2148 |      #         temp,temp1,temp2,temp3,temp4,temp5,temp6,temp7,
      |                                                             1
Warning: Unused variable 'temp7' declared at (1) [-Wunused-variable]
obsmd.f:2147:66:

 2147 |      #         et2,term1,term2,term3,term4,term5,term6,term7,term8,
      |                                                                  1
Warning: Unused variable 'term8' declared at (1) [-Wunused-variable]
obsmd.f:113:21:

  113 |      *A(MAXN,MAXTERM),AA(MAXTERM,MAXTERM),ATEM(MAXTERM,MAXTERM),
      |                     1
Warning: Array 'a' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
obsmd.f:113:41:

  113 |      *A(MAXN,MAXTERM),AA(MAXTERM,MAXTERM),ATEM(MAXTERM,MAXTERM),
      |                                         1
Warning: Array 'aa' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
obsmd.f:113:63:

  113 |      *A(MAXN,MAXTERM),AA(MAXTERM,MAXTERM),ATEM(MAXTERM,MAXTERM),
      |                                                               1
Warning: Array 'atem' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
obsmd.f:119:42:

  119 |       INTEGER NTERM,NN,NFAC,M,I,J,K,II,BAR,OLOOP,
      |                                          1
Warning: Unused variable 'bar' declared at (1) [-Wunused-variable]
obsmd.f:110:35:

  110 |      *MEAN,ROOTN,MXNORM,SUMNORM,DEL,COND,WCRIT,PSCAL,
      |                                   1
Warning: Unused variable 'del' declared at (1) [-Wunused-variable]
obsmd.f:121:19:

  121 |      *OCOUNT,ISTART,INUNIT,OUNIT,NLOW,INFO,
      |                   1
Warning: Unused variable 'istart' declared at (1) [-Wunused-variable]
obsmd.f:119:35:

  119 |       INTEGER NTERM,NN,NFAC,M,I,J,K,II,BAR,OLOOP,
      |                                   1
Warning: Unused variable 'k' declared at (1) [-Wunused-variable]
obsmd.f:110:23:

  110 |      *MEAN,ROOTN,MXNORM,SUMNORM,DEL,COND,WCRIT,PSCAL,
      |                       1
Warning: Unused variable 'mxnorm' declared at (1) [-Wunused-variable]
obsmd.f:9:27:

    9 |       DOUBLE PRECISION odel,optop(ntop),oprob(cols+1),osigtop(ntop)
      |                           1
Warning: Unused variable 'odel' declared at (1) [-Wunused-variable]
obsmd.f:119:48:

  119 |       INTEGER NTERM,NN,NFAC,M,I,J,K,II,BAR,OLOOP,
      |                                                1
Warning: Unused variable 'oloop' declared at (1) [-Wunused-variable]
obsmd.f:110:16:

  110 |      *MEAN,ROOTN,MXNORM,SUMNORM,DEL,COND,WCRIT,PSCAL,
      |                1
Warning: Unused variable 'rootn' declared at (1) [-Wunused-variable]
obsmd.f:110:31:

  110 |      *MEAN,ROOTN,MXNORM,SUMNORM,DEL,COND,WCRIT,PSCAL,
      |                               1
Warning: Unused variable 'sumnorm' declared at (1) [-Wunused-variable]
obsmd.f:5668:56:

 5668 |       DOUBLE PRECISION A(MAXN0,MAXCOL),AA(MAXCOL,MAXCOL),Z(MAXCOL)
      |                                                        1
Warning: Array 'aa' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
obsmd.f:5666:35:

 5666 |       DOUBLE PRECISION DTOP(MXSTRT),XBEST(MAXN1)
      |                                   1
Warning: Array 'dtop' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
obsmd.f:5673:47:

 5673 |       INTEGER TOPROW(MXSTRT,MAXN1),ITOP(MXSTRT),ND,IZ,JJ
      |                                               1
Warning: Array 'itop' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
obsmd.f:5673:34:

 5673 |       INTEGER TOPROW(MXSTRT,MAXN1),ITOP(MXSTRT),ND,IZ,JJ
      |                                  1
Warning: Array 'toprow' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
obsmd.f:5314:72:

 5314 |       term6=term6*gamm(c)*sin(pi*b)*cos(pi*eps)*(-1)**k*et1
      |                                                                        ^
Warning: 'term6' may be used uninitialized [-Wmaybe-uninitialized]
obsmd.f:4857:20:

 4857 |      #         term6,temp1,coeff,coeff3,coeff4,fff1(0:nmax),ff1(0:nmax),
      |                    ^
note: 'term6' was declared here
obsmd.f:3930:72:

 3930 |       et1=-et1
      |                                                                        ^
Warning: 'et1' may be used uninitialized [-Wmaybe-uninitialized]
obsmd.f:3768:30:

 3768 |      #         coeff,temp1,et1,et2,e1(0:nmax),e2(0:nmax),e3(0:nmax),
      |                              ^
note: 'et1' was declared here
obsmd.f:4029:72:

 4029 |         et2=sum+coeff*temp2
      |                                                                        ^
Warning: 'temp2' may be used uninitialized [-Wmaybe-uninitialized]
obsmd.f:3762:54:

 3762 |       DOUBLE PRECISION   a,b,c,w,re,im,gamm,temp,temp2,g1(0:nmax),g2,
      |                                                      ^
note: 'temp2' was declared here
obsmd.f:4110:72:

 4110 |       e2(0)=et2
      |                                                                        ^
Warning: 'et2' may be used uninitialized [-Wmaybe-uninitialized]
obsmd.f:3768:34:

 3768 |      #         coeff,temp1,et1,et2,e1(0:nmax),e2(0:nmax),e3(0:nmax),
      |                                  ^
note: 'et2' was declared here
obsmd.f:3312:72:

 3312 |         et1=sum+coeff*temp
      |                                                                        ^
Warning: 'temp' may be used uninitialized [-Wmaybe-uninitialized]
obsmd.f:3204:19:

 3204 |      #         temp,temp1,temp2,temp3,temp4,temp5,temp6,temp7,temp8,
      |                   ^
note: 'temp' was declared here
obsmd.f:3412:72:

 3412 |         et2=sum+coeff*temp2
      |                                                                        ^
Warning: 'temp2' may be used uninitialized [-Wmaybe-uninitialized]
obsmd.f:3204:31:

 3204 |      #         temp,temp1,temp2,temp3,temp4,temp5,temp6,temp7,temp8,
      |                               ^
note: 'temp2' was declared here
obsmd.f:2810:72:

 2810 |         et1=sum+coeff*temp
      |                                                                        ^
Warning: 'temp' may be used uninitialized [-Wmaybe-uninitialized]
obsmd.f:2702:19:

 2702 |      #         temp,temp1,temp2,temp3,temp4,temp5,temp6,temp7,temp8,
      |                   ^
note: 'temp' was declared here
obsmd.f:2910:72:

 2910 |         et2=sum+coeff*temp2
      |                                                                        ^
Warning: 'temp2' may be used uninitialized [-Wmaybe-uninitialized]
obsmd.f:2702:31:

 2702 |      #         temp,temp1,temp2,temp3,temp4,temp5,temp6,temp7,temp8,
      |                               ^
note: 'temp2' was declared here
obsmd.f:2258:72:

 2258 |       et1=-et1
      |                                                                        ^
Warning: 'temp' may be used uninitialized [-Wmaybe-uninitialized]
obsmd.f:2148:19:

 2148 |      #         temp,temp1,temp2,temp3,temp4,temp5,temp6,temp7,
      |                   ^
note: 'temp' was declared here
obsmd.f:2356:72:

 2356 |         et2=sum+coeff*temp2
      |                                                                        ^
Warning: 'temp2' may be used uninitialized [-Wmaybe-uninitialized]
obsmd.f:2148:31:

 2148 |      #         temp,temp1,temp2,temp3,temp4,temp5,temp6,temp7,
      |                               ^
note: 'temp2' was declared here
obsmd.f:1644:10:

 1644 |       if (flag .eq. 1)then
      |          ^
Warning: 'flag' may be used uninitialized [-Wmaybe-uninitialized]
obsmd.f:1554:18:

 1554 |       integer flag,flag2,neps
      |                  ^
note: 'flag' was declared here
obsmd.f:1714:72:

 1714 |         re=((one-w)**a)*f1
      |                                                                        ^
Warning: 'w' may be used uninitialized [-Wmaybe-uninitialized]
obsmd.f:1555:34:

 1555 |       DOUBLE PRECISION   a,b,c,z,w,f,f1,f2,gamm,tol,test,pi,machep,re2,
      |                                  ^
note: 'w' declared here
obsmd.f:328:72:

  328 |      */coef4*IPER
      |                                                                        ^
Warning: 'iper' may be used uninitialized [-Wmaybe-uninitialized]
obsmd.f:116:42:

  116 |      *BFI0(MAXNMD),QI0,P1,P2,P3,RE,IM,IPER,det(2),
      |                                          ^
note: 'iper' was declared here
obsmd.f:354:72:

  354 |                                 PTOP(NLOW)=PMI0(MDCNT)
      |                                                                                              ^
Warning: 'nlow' may be used uninitialized [-Wmaybe-uninitialized]
obsmd.f:121:37:

  121 |      *OCOUNT,ISTART,INUNIT,OUNIT,NLOW,INFO,
      |                                     ^
note: 'nlow' was declared here
obsmd.f:411:72:

  411 |                   oprob(1)=prob0/(1.D0+sum)
      |                                                                                ^
Warning: 'prob0' may be used uninitialized [-Wmaybe-uninitialized]
obsmd.f:115:50:

  115 |      *Z(MAXTERM),PTOP(MAXNMD),SIGTOP(MAXNMD),PROB0,
      |                                                  ^
note: 'prob0' was declared here
clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o OBsMD.so init.o obsmd.o -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/14.2.0 -L/opt/gfortran/lib -lemutls_w -lheapt_w -lgfortran -lquadmath -F/Library/Frameworks/R.framework/.. -framework R
ld: warning: could not create compact unwind for _allocate_tramp_ctrl: does not use standard frame
ld: warning: could not create compact unwind for ___gcc_nested_func_ptr_created: does not use standard frame
ld: warning: could not create compact unwind for ___gcc_nested_func_ptr_deleted: does not use standard frame
ld: warning: could not create compact unwind for ___emutls_get_address: does not use standard frame
ld: warning: could not create compact unwind for _fix6_: does not use standard frame
ld: warning: could not create compact unwind for _fix5b_: does not use standard frame
ld: warning: could not create compact unwind for _fix5a_: does not use standard frame
ld: warning: could not create compact unwind for _fix4b_: does not use standard frame
ld: warning: could not create compact unwind for _fix4a_: does not use standard frame
ld: warning: could not create compact unwind for _fix1_: does not use standard frame
ld: warning: could not create compact unwind for _hyp_: does not use standard frame
ld: warning: could not create compact unwind for _dpodi_: does not use standard frame
ld: warning: could not create compact unwind for _dpoco_: does not use standard frame
ld: warning: could not create compact unwind for _eval_: does not use standard frame
ld: warning: could not create compact unwind for _obm_: does not use standard frame
ld: warning: could not create compact unwind for _omd_: does not use standard frame
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.5/OBsMD.Rcheck/00LOCK-OBsMD/00new/OBsMD/libs
** generating debug symbols (dSYM)
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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 (OBsMD)