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

Concerning warnings with gfortran 12 and 13 #42

Open
dennisklein opened this issue Dec 21, 2023 · 5 comments
Open

Concerning warnings with gfortran 12 and 13 #42

dennisklein opened this issue Dec 21, 2023 · 5 comments

Comments

@dennisklein
Copy link
Contributor

GCC 12, CMake 3.25, Debian 12:

loading initial cache file /tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/tmp/geant3/geant3-cache-RelWithDebInfo.cmake
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The Fortran compiler identification is GNU 12.2.0
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Check for working Fortran compiler: /usr/bin/gfortran - skipped
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Build/geant3
[  0%] Generating geant321_dict.cxx, libgeant321_rdict.pcm, libgeant321.rootmap
[  0%] Building Fortran object CMakeFiles/geant321.dir/added/loadmod.F.o
(..)
[  2%] Building Fortran object CMakeFiles/geant321.dir/gbase/grun.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gbase/gffgo.F:56:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   56 |       CALL FFKEY ('CUTS',CUTGAM,16,'REAL')
      |                         1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gbase/gffgo.F:61:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   61 |       CALL FFKEY ('GEOM',LGEOM ,20,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gbase/gffgo.F:62:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   62 |       CALL FFKEY ('GET ',LGET  ,20,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gbase/gffgo.F:64:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   64 |       CALL FFKEY ('HSTA',LHSTA ,20,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gbase/gffgo.F:74:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   74 |       CALL FFKEY ('PLOT',LPLOT ,20,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gbase/gffgo.F:75:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   75 |       CALL FFKEY ('PRIN',LPRIN ,20,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gbase/gffgo.F:77:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   77 |       CALL FFKEY ('RGET',LRGET ,20,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gbase/gffgo.F:78:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   78 |       CALL FFKEY ('RSAV',LRSAVE,20,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gbase/gffgo.F:79:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   79 |       CALL FFKEY ('RNDM',NRNDM , 2,'INTEGER')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gbase/gffgo.F:81:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   81 |       CALL FFKEY ('SAVE',LSAVE ,20,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gbase/gffgo.F:82:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   82 |       CALL FFKEY ('SETS',LSETS ,20,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gbase/gffgo.F:83:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   83 |       CALL FFKEY ('STAT',LSTAT ,20,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gbase/gffgo.F:84:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   84 |       CALL FFKEY ('SWIT',ISWIT ,10,'INTEGER')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gbase/gffgo.F:87:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   87 |       CALL FFKEY ('VIEW',LVIEW ,20,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gbase/gffgo.F:97:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   97 |       CALL FFKEY ('SCAL',ISLIST,MSLIST,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
[  2%] Building Fortran object CMakeFiles/geant321.dir/gcons/gevkev.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gbase/ginit.F:340:21:

  191 |       CALL UCTOH(DFLT,IDFLT,4,4)
      |                      2
......
  340 |       CALL UCTOH(MEC,NAMEC,4,MAXMEC*4)
      |                     1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gbase/ginit.F:341:22:

  191 |       CALL UCTOH(DFLT,IDFLT,4,4)
      |                      2
......
  341 |       CALL UCTOH(MEC1,NAMEC1,4,MAXME1*4)
      |                      1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
[  2%] Building Fortran object CMakeFiles/geant321.dir/gcons/gfcoul.F.o
(...)
[ 28%] Building Fortran object CMakeFiles/geant321.dir/ghrout/higsel.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/ghits/gsdigi.F:167:32:

  164 |             DO 23 ITR=1,NTRM1,2
      |                                                                        2
......
  167 |                CALL MVBITS(LTRA(ITR+1),0,16,IQ(JDID+NK),0)
      |                                1
Warning: Array reference at (1) out of bounds (2 > 1) in loop beginning at (2)
[ 28%] Building Fortran object CMakeFiles/geant321.dir/ghrout/higxpt.F.o
(...)
[ 31%] Building Fortran object CMakeFiles/geant321.dir/giopa/grleas.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/giopa/gfout.F:316:58:

  288 |          CALL FZOUT(LUN,IXCONS,JRUNG,1,'L',2,NUH,IUHEAD)
      |                                                 2         
......
  316 |                CALL FZOUT(LUN,IDIV,JNAMES(NKEY),0,'L',2,1,JKEY)
      |                                                          1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/giopa/gfout.F:319:57:

  288 |          CALL FZOUT(LUN,IXCONS,JRUNG,1,'L',2,NUH,IUHEAD)
      |                                                 2        
......
  319 |                CALL FZOUT(LUN,IDIV,ISLINK(NKL),0,'L',2,1,JKEY)
      |                                                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
[ 31%] Building Fortran object CMakeFiles/geant321.dir/giopa/grout.F.o
[ 31%] Building Fortran object CMakeFiles/geant321.dir/giopa/grsave.F.o
[ 31%] Building Fortran object CMakeFiles/geant321.dir/giopa/grmdir.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/giopa/grget.F:77:23:

   70 |          CALL UCTOH(KLEY,LKEY,4,76)
      |                         2
......
   77 |       CALL UCTOH(KEYSU,KEY,4,4)
      |                       1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
[ 31%] Building Fortran object CMakeFiles/geant321.dir/giopa/gsave.F.o
[ 31%] Building Fortran object CMakeFiles/geant321.dir/gkine/gfvert.F.o
[ 31%] Building Fortran object CMakeFiles/geant321.dir/gkine/gfkine.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/giopa/grsave.F:68:23:

   61 |          CALL UCTOH(KLEY,LKEY,4,76)
      |                         2
......
   68 |       CALL UCTOH(KEYSU,KEY,4,4)
      |                       1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
[ 31%] Building Fortran object CMakeFiles/geant321.dir/gkine/gludky.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/giopa/gsave.F:106:57:

  101 |          CALL FZOUT(LUN,IXCONS,JRUNG,1,'L',2,2,IUHEAD)
      |                                               2          
......
  106 |                CALL FZOUT(LUN,IXCONS,JLINK(IL),0,'L',2,1,I)
      |                                                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/giopa/gsave.F:124:57:

  101 |          CALL FZOUT(LUN,IXCONS,JRUNG,1,'L',2,2,IUHEAD)
      |                                               2          
......
  124 |                CALL FZOUT(LUN,IXDIV ,JLINK(IL),0,'L',2,1,I)
      |                                                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
[ 31%] Building Fortran object CMakeFiles/geant321.dir/gkine/glundi.F.o
(...)
[ 49%] Building Fortran object CMakeFiles/geant321.dir/miguti/exprnf.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/miface/gmorin.F:461:20:

  283 |       CALL VZERO(MATIDS,4000)
      |                 2   
......
  461 |          CALL VZERO(AGEA,100)
      |                    1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
[ 49%] Building Fortran object CMakeFiles/geant321.dir/miguti/randc.F.o
(...)
[ 72%] Building Fortran object CMakeFiles/geant321.dir/erdecks/ertrnt.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/erdecks/ertrak.F:115:18:

  114 |       CALL VZERO (IEPRED ,   MXPRED)
      |                  2
  115 |       CALL VZERO (ERXOUT , 3*MXPRED)
      |                  1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
[ 72%] Building Fortran object CMakeFiles/geant321.dir/erdecks/erxyzc.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/comad/gcomad.F:145:21:

  115 |          IADD=GCADDI(LQ(8))
      |                     2
......
  145 |          IADD=GCADDI(JUDCAY)
      |                     1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)).
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/comad/gcomad.F:153:21:

  113 |          IADD=GCADDF(ZMED)
      |                     2
......
  153 |          IADD=GCADDF(GPOS)
      |                     1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-2)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/comad/gcomad.F:163:21:

  113 |          IADD=GCADDF(ZMED)
      |                     2
......
  163 |          IADD=GCADDF(SINMUL)
      |                     1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/comad/gcomad.F:181:21:

  113 |          IADD=GCADDF(ZMED)
      |                     2
......
  181 |          IADD=GCADDF(EPSIX0)
      |                     1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/comad/gcomad.F:187:21:

  113 |          IADD=GCADDF(ZMED)
      |                     2
......
  187 |          IADD=GCADDF(GFLUPR)
      |                     1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-2)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/comad/gcomad.F:189:21:

  113 |          IADD=GCADDF(ZMED)
      |                     2
......
  189 |          IADD=GCADDF(GPHRAT)
      |                     1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-2)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/comad/gcomad.F:193:21:

  113 |          IADD=GCADDF(ZMED)
      |                     2
......
  193 |          IADD=GCADDF(COFS)
      |                     1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-3)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/comad/gcomad.F:231:21:

  113 |          IADD=GCADDF(ZMED)
      |                     2
......
  231 |          IADD=GCADDF(VECT)
      |                     1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/comad/gcomad.F:233:21:

  113 |          IADD=GCADDF(ZMED)
      |                     2
......
  233 |          IADD=GCADDF(POLAR)
      |                     1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/comad/gcomad.F:251:21:

  113 |          IADD=GCADDF(ZMED)
      |                     2
......
  251 |          IADD=GCADDF(AIEL)
      |                     1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/comad/gcomad.F:261:21:

  113 |          IADD=GCADDF(ZMED)
      |                     2
......
  261 |          IADD=GCADDF(ERPLI)
      |                     1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-2)
[ 72%] Building Fortran object CMakeFiles/geant321.dir/erdecks/eufilp.F.o
[ 72%] Building Fortran object CMakeFiles/geant321.dir/erdecks/eufill.F.o
[ 73%] Building Fortran object CMakeFiles/geant321.dir/erdecks/eufilv.F.o
[ 73%] Building Fortran object CMakeFiles/geant321.dir/erdecks/evolio.F.o
[ 73%] Building Fortran object CMakeFiles/geant321.dir/erpremc/trprop.F.o
[ 73%] Building Fortran object CMakeFiles/geant321.dir/erpremc/trptsd.F.o
[ 73%] Building Fortran object CMakeFiles/geant321.dir/erpremc/trptsc.F.o
[ 73%] Building Fortran object CMakeFiles/geant321.dir/erpremc/trprfn.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/erdecks/eufilv.F:46:18:

   42 |       CALL UCOPY (EIN(1), ERRIN(1),  15)
      |                  2
......
   46 |       CALL UCOPY (NUMV(1),NUMVER(1),NEPRED)
      |                  1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)).
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/erdecks/eufilv.F:46:26:

   42 |       CALL UCOPY (EIN(1), ERRIN(1),  15)
      |                          2
......
   46 |       CALL UCOPY (NUMV(1),NUMVER(1),NEPRED)
      |                          1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)).
[ 73%] Building Fortran object CMakeFiles/geant321.dir/erpremc/trs1s2.F.o
(...)
[ 80%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzform.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/minicern/mzebra.F:83:18:

   71 |       CALL VZERO (NQOFFT,66)
      |                  2
......
   83 |       CALL VZERO (NQLN, 28)
      |                  1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/minicern/mzebra.F:84:18:

   71 |       CALL VZERO (NQOFFT,66)
      |                  2
......
   84 |       CALL VZERO (LQJZ, 16)
      |                  1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
[ 80%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzflag.F.o
[ 80%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzgar1.F.o
[ 80%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzgsta.F.o
[ 80%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzinco.F.o
[ 80%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzinqd.F.o
[ 80%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzinqs.F.o
[ 80%] Building Fortran object CMakeFiles/geant321.dir/minicern/mziocf.F.o
[ 80%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzioch.F.o
[ 80%] Building Fortran object CMakeFiles/geant321.dir/minicern/mziocr.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/minicern/mzinco.F:41:18:

   39 |       CALL VZERO (IQUEST,100)
      |                  2
   40 |       CALL VZERO (IQVID,18)
   41 |       CALL VZERO (NQPHAS,15)
      |                  1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/minicern/mzinco.F:195:19:

   39 |       CALL VZERO (IQUEST,100)
      |                  2 
......
  195 |       CALL VZERO  (IQDATE,7)
      |                   1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
[ 81%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzixco.F.o
[ 81%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzlink.F.o
[ 81%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzlift.F.o
[ 81%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzlint.F.o
[ 81%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzmove.F.o
[ 81%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzlogl.F.o
[ 81%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzmaps.F.o
[ 81%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzneed.F.o
[ 81%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzpudx.F.o
[ 81%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzrelb.F.o
[ 81%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzpush.F.o
[ 82%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzrell.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/minicern/mzlift.F:166:35:

   64 |           CALL UCOPY (NAME,NQID,NIO+5)
      |                           2        
......
  166 |           CALL UCOPY (LQ(KQS+IQLN),NQIOCH,NQNIO+1)
      |                                   1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/minicern/mzlift.F:231:39:

   64 |           CALL UCOPY (NAME,NQID,NIO+5)
      |                           2            
......
  231 |       CALL UCOPY (IQ(KQSP+LIOD+IXIO+1),NQIOCH,NQNIO+1)
      |                                       1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
[ 82%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzresv.F.o
[ 82%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzrelx.F.o
[ 82%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzsdiv.F.o
[ 82%] Building Fortran object CMakeFiles/geant321.dir/minicern/mztabf.F.o
[ 82%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzstor.F.o
[ 82%] Building Fortran object CMakeFiles/geant321.dir/minicern/mztabc.F.o
[ 82%] Building Fortran object CMakeFiles/geant321.dir/minicern/mztabh.F.o
[ 82%] Building Fortran object CMakeFiles/geant321.dir/minicern/mztabm.F.o
[ 82%] Building Fortran object CMakeFiles/geant321.dir/minicern/mztabr.F.o
[ 82%] Building Fortran object CMakeFiles/geant321.dir/minicern/mztabs.F.o
[ 83%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzvers.F.o
[ 83%] Building Fortran object CMakeFiles/geant321.dir/minicern/mztabx.F.o
[ 83%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzwipe.F.o
[ 83%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzwork.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/minicern/mzstor.F:112:18:

   71 |       CALL VZERO (NQOFFT,32)
      |                  2
......
  112 |       CALL VZERO (KQT,27)
      |                  1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
[ 83%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzxref.F.o
[ 83%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzxrup.F.o
[ 83%] Building Fortran object CMakeFiles/geant321.dir/minicern/nzleft.F.o
[ 83%] Building Fortran object CMakeFiles/geant321.dir/minicern/qnext.F.o
[ 83%] Building Fortran object CMakeFiles/geant321.dir/minicern/prob.F.o
[ 83%] Building Fortran object CMakeFiles/geant321.dir/minicern/ranlux.F.o
[ 83%] Building Fortran object CMakeFiles/geant321.dir/minicern/ranmar.F.o
[ 83%] Building Fortran object CMakeFiles/geant321.dir/minicern/rfact.F.o
[ 83%] Building Fortran object CMakeFiles/geant321.dir/minicern/rnormx.F.o
[ 83%] Building Fortran object CMakeFiles/geant321.dir/minicern/rinv.F.o
[ 84%] Building Fortran object CMakeFiles/geant321.dir/minicern/rfinv.F.o
[ 84%] Building Fortran object CMakeFiles/geant321.dir/minicern/rnorml.F.o
[ 84%] Building Fortran object CMakeFiles/geant321.dir/minicern/rnpssn.F.o
[ 84%] Building Fortran object CMakeFiles/geant321.dir/minicern/sbit0.F.o
[ 84%] Building Fortran object CMakeFiles/geant321.dir/minicern/sbit1.F.o
[ 84%] Building Fortran object CMakeFiles/geant321.dir/minicern/sbyt.F.o
[ 84%] Building Fortran object CMakeFiles/geant321.dir/minicern/sortzv.F.o
[ 84%] Building Fortran object CMakeFiles/geant321.dir/minicern/timed.F.o
[ 84%] Building Fortran object CMakeFiles/geant321.dir/minicern/timel.F.o
[ 85%] Building Fortran object CMakeFiles/geant321.dir/minicern/tmprnt.F.o
[ 85%] Building Fortran object CMakeFiles/geant321.dir/minicern/traceq.F.o
[ 85%] Building Fortran object CMakeFiles/geant321.dir/minicern/ubits.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/minicern/sortzv.F:32:72:

   32 |    10 CALL SORTTI (A,INDEX,N)
      |                                                                        1
Warning: Type mismatch in argument 'a' at (1); passed REAL(4) to INTEGER(4)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/minicern/sortzv.F:35:72:

   35 |    20 CALL SORTTC(A,INDEX,N)
      |                                                                        1
Warning: Type mismatch in argument 'a' at (1); passed REAL(4) to INTEGER(4)
[ 85%] Building Fortran object CMakeFiles/geant321.dir/minicern/ucopiv.F.o
[ 85%] Building Fortran object CMakeFiles/geant321.dir/minicern/ublow.F.o
[ 85%] Building Fortran object CMakeFiles/geant321.dir/minicern/ubunch.F.o
[ 85%] Building Fortran object CMakeFiles/geant321.dir/minicern/ucopy2.F.o
[ 85%] Building Fortran object CMakeFiles/geant321.dir/minicern/ucopy.F.o
[ 85%] Building Fortran object CMakeFiles/geant321.dir/minicern/uctoh.F.o
[ 85%] Building Fortran object CMakeFiles/geant321.dir/minicern/uctoh1.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/minicern/lnxgs/ublow.F:22:20:

   22 |       data iblan1/x'20202000'/
      |                    1
Warning: Hexadecimal constant at (1) uses nonstandard X instead of Z
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/minicern/lnxgs/ublow.F:23:19:

   23 |       data mask1/x'000000ff'/
      |                   1
Warning: Hexadecimal constant at (1) uses nonstandard X instead of Z
[ 85%] Building Fortran object CMakeFiles/geant321.dir/minicern/ufill.F.o
(...)
[ 93%] Building Fortran object CMakeFiles/geant321.dir/gdraw/gdrwsc.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gdraw/gdrawt.F:38:22:

   37 |       CALL IGQ('TXCI',AITXCO)
      |                      2
   38 |       CALL IGQ('TXFP',AITXFO)
      |                      1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
[ 93%] Building Fortran object CMakeFiles/geant321.dir/gdraw/gdsarc.F.o
(...)
[ 97%] Building Fortran object CMakeFiles/geant321.dir/gdraw/greswk.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gdraw/gkxyz.F:114:44:

   59 |       CALL GDFR3D(XZERO,1,UOR,VOR)
      |                          2                  
......
  114 |             CALL GDFR3D(Q(IPOINT+3*IPF-1),2,U,V)
      |                                            1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gdraw/gkxyz.F:114:46:

   59 |       CALL GDFR3D(XZERO,1,UOR,VOR)
      |                              2                
......
  114 |             CALL GDFR3D(Q(IPOINT+3*IPF-1),2,U,V)
      |                                              1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gdraw/gkxyz.F:181:42:

   59 |       CALL GDFR3D(XZERO,1,UOR,VOR)
      |                          2                
......
  181 |          CALL GDFR3D(Q(IPOINT+3*IPF-1),NP,U,V)
      |                                          1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gdraw/gkxyz.F:181:44:

   59 |       CALL GDFR3D(XZERO,1,UOR,VOR)
      |                              2              
......
  181 |          CALL GDFR3D(Q(IPOINT+3*IPF-1),NP,U,V)
      |                                            1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
[ 97%] Building Fortran object CMakeFiles/geant321.dir/gdraw/gspe3d.F.o
(...)
[100%] Building CXX object CMakeFiles/geant321.dir/geant321_dict.cxx.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gcalor/gcalor.F:1848:11:

 1847 |    30 DO 40 I =1,60
      |                                                                        2
 1848 |    40 IPEC(I) =0
      |           1
Warning: Array reference at (1) out of bounds (60 > 13) in loop beginning at (2)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gcalor/gcalor.F:1854:11:

 1849 |       DO 50 I =1,2114
      |                                                                        2
......
 1854 |    50 ESPS(I) = 0.D0
      |           1
Warning: Array reference at (1) out of bounds (2114 > 481) in loop beginning at (2)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gcalor/gcalor.F:1856:11:

 1855 |       DO 60 I = 4515,4849
      |                                                                        2
 1856 |    60 ESPS(I) = 0.D0
      |           1
Warning: Array reference at (1) out of bounds (4515 > 481) in loop beginning at (2)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gcalor/gcalor.F:1856:11:

 1855 |       DO 60 I = 4515,4849
      |                                                                        2
 1856 |    60 ESPS(I) = 0.D0
      |           1
Warning: Array reference at (1) out of bounds (4849 > 481) in loop beginning at (2)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gcalor/gcalor.F:4612:14:

 4611 |    40 DO 50 I=1,60
      |                                                                        2
 4612 |          IPEC(I)=0
      |              1
Warning: Array reference at (1) out of bounds (60 > 13) in loop beginning at (2)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gcalor/gcalor.F:4621:14:

 4620 |       DO 60 I=1,2114
      |                                                                        2
 4621 |          ESPS(I)=0.0
      |              1
Warning: Array reference at (1) out of bounds (2114 > 481) in loop beginning at (2)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gcalor/gcalor.F:4624:14:

 4623 |       DO 70 I= 4515,4849
      |                                                                        2
 4624 |          ESPS(I)=0.D0
      |              1
Warning: Array reference at (1) out of bounds (4515 > 481) in loop beginning at (2)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gcalor/gcalor.F:4624:14:

 4623 |       DO 70 I= 4515,4849
      |                                                                        2
 4624 |          ESPS(I)=0.D0
      |              1
Warning: Array reference at (1) out of bounds (4849 > 481) in loop beginning at (2)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gcalor/gcalor.F:19157:22:

 7882 |       CALL GRNDM(RND1,1)
      |                 2     
......
19157 |            CALL GRNDM(R,1)
      |                      1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gcalor/gcalor.F:19164:22:

 7882 |       CALL GRNDM(RND1,1)
      |                 2     
......
19164 |            CALL GRNDM(R,1)
      |                      1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.zBs/build/Source/geant3/gcalor/gcalor.F:19171:22:

 7882 |       CALL GRNDM(RND1,1)
      |                 2     
......
19171 |            CALL GRNDM(R,1)
      |                      1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
[100%] Linking CXX shared library libgeant321.so
[100%] Built target geant321

I am not really familiar with Fortran nor with geant3, but at least the array reference out of bounds warnings sound concerning to me. Someone more knowledgable can hopefully decide if those can be ignored and ideally also for the other warnings.

@dennisklein
Copy link
Contributor Author

GCC 13, CMake 3.27, Fedora 39:

loading initial cache file /tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/tmp/geant3/geant3-cache-RelWithDebInfo.cmake
CMake Deprecation Warning at CMakeLists.txt:27 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- The C compiler identification is GNU 13.2.1
-- The CXX compiler identification is GNU 13.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/lib64/ccache/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/lib64/ccache/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The Fortran compiler identification is GNU 13.2.1
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Check for working Fortran compiler: /usr/bin/gfortran - skipped
CMake Deprecation Warning at cmake/Geant3BuildLibrary.cmake:14 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.
Call Stack (most recent call first):
  CMakeLists.txt:60 (include)


-- Configuring done (1.0s)
-- Generating done (0.1s)
-- Build files have been written to: /tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Build/geant3
[  0%] Generating geant321_dict.cxx, libgeant321_rdict.pcm, libgeant321.rootmap
[  0%] Building Fortran object CMakeFiles/geant321.dir/gbase/geamon.F.o
[  0%] Building Fortran object CMakeFiles/geant321.dir/gbase/gffgo.F.o
[  0%] Building Fortran object CMakeFiles/geant321.dir/gbase/gfhead.F.o
[  0%] Building Fortran object CMakeFiles/geant321.dir/added/loadmod.F.o
[  0%] Building Fortran object CMakeFiles/geant321.dir/gbase/gfrung.F.o
[  1%] Building Fortran object CMakeFiles/geant321.dir/gbase/ggclo2.F.o
[  1%] Building Fortran object CMakeFiles/geant321.dir/gbase/ggclos.F.o
[  1%] Building Fortran object CMakeFiles/geant321.dir/gbase/ghclos.F.o
[  1%] Building Fortran object CMakeFiles/geant321.dir/gbase/gfhsta.F.o
[  1%] Building Fortran object CMakeFiles/geant321.dir/gbase/glast.F.o
[  1%] Building Fortran object CMakeFiles/geant321.dir/gbase/ginit.F.o
[  1%] Building Fortran object CMakeFiles/geant321.dir/gcinit.F.o
[  1%] Building Fortran object CMakeFiles/geant321.dir/gbase/gbhsta.F.o
[  1%] Building Fortran object CMakeFiles/geant321.dir/gbase/gprint.F.o
[  1%] Building Fortran object CMakeFiles/geant321.dir/gbase/getver.F.o
[  1%] Building Fortran object CMakeFiles/geant321.dir/gbase/getnum.F.o
[  1%] Building Fortran object CMakeFiles/geant321.dir/gbase/gmail.F.o
[  1%] Building Fortran object CMakeFiles/geant321.dir/gbase/glook.F.o
[  1%] Building Fortran object CMakeFiles/geant321.dir/gbase/gphead.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gbase/gffgo.F:56:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   56 |       CALL FFKEY ('CUTS',CUTGAM,16,'REAL')
      |                         1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gbase/gffgo.F:61:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   61 |       CALL FFKEY ('GEOM',LGEOM ,20,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gbase/gffgo.F:62:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   62 |       CALL FFKEY ('GET ',LGET  ,20,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gbase/gffgo.F:64:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   64 |       CALL FFKEY ('HSTA',LHSTA ,20,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gbase/gffgo.F:74:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   74 |       CALL FFKEY ('PLOT',LPLOT ,20,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gbase/gffgo.F:75:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   75 |       CALL FFKEY ('PRIN',LPRIN ,20,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gbase/gffgo.F:77:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   77 |       CALL FFKEY ('RGET',LRGET ,20,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gbase/gffgo.F:78:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   78 |       CALL FFKEY ('RSAV',LRSAVE,20,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gbase/gffgo.F:79:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   79 |       CALL FFKEY ('RNDM',NRNDM , 2,'INTEGER')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gbase/gffgo.F:81:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   81 |       CALL FFKEY ('SAVE',LSAVE ,20,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gbase/gffgo.F:82:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   82 |       CALL FFKEY ('SETS',LSETS ,20,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gbase/gffgo.F:83:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   83 |       CALL FFKEY ('STAT',LSTAT ,20,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gbase/gffgo.F:84:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   84 |       CALL FFKEY ('SWIT',ISWIT ,10,'INTEGER')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gbase/gffgo.F:87:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   87 |       CALL FFKEY ('VIEW',LVIEW ,20,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gbase/gffgo.F:97:25:

   53 |       CALL FFKEY ('ANNI',IANNI , 1,'INTEGER')
      |                         2
......
   97 |       CALL FFKEY ('SCAL',ISLIST,MSLIST,'MIXED')
      |                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gbase/ginit.F:340:21:

  191 |       CALL UCTOH(DFLT,IDFLT,4,4)
      |                      2
......
  340 |       CALL UCTOH(MEC,NAMEC,4,MAXMEC*4)
      |                     1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gbase/ginit.F:341:22:

  191 |       CALL UCTOH(DFLT,IDFLT,4,4)
      |                      2
......
  341 |       CALL UCTOH(MEC1,NAMEC1,4,MAXME1*4)
      |                      1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
[  1%] Building Fortran object CMakeFiles/geant321.dir/gbase/gprung.F.o
(...)
[ 27%] Building Fortran object CMakeFiles/geant321.dir/ghrout/higclu.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/ghits/gsdigi.F:167:32:

  164 |             DO 23 ITR=1,NTRM1,2
      |                                                                        2
......
  167 |                CALL MVBITS(LTRA(ITR+1),0,16,IQ(JDID+NK),0)
      |                                1
Warning: Array reference at (1) out of bounds (2 > 1) in loop beginning at (2)
[ 27%] Building Fortran object CMakeFiles/geant321.dir/ghrout/ghetun.F.o
(...)
[ 31%] Building Fortran object CMakeFiles/geant321.dir/giopa/grmdir.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/giopa/grget.F:77:23:

   70 |          CALL UCTOH(KLEY,LKEY,4,76)
      |                         2
......
   77 |       CALL UCTOH(KEYSU,KEY,4,4)
      |                       1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/giopa/gfout.F:316:58:

  288 |          CALL FZOUT(LUN,IXCONS,JRUNG,1,'L',2,NUH,IUHEAD)
      |                                                 2         
......
  316 |                CALL FZOUT(LUN,IDIV,JNAMES(NKEY),0,'L',2,1,JKEY)
      |                                                          1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/giopa/gfout.F:319:57:

  288 |          CALL FZOUT(LUN,IXCONS,JRUNG,1,'L',2,NUH,IUHEAD)
      |                                                 2        
......
  319 |                CALL FZOUT(LUN,IDIV,ISLINK(NKL),0,'L',2,1,JKEY)
      |                                                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
[ 31%] Building Fortran object CMakeFiles/geant321.dir/giopa/grout.F.o
[ 31%] Building Fortran object CMakeFiles/geant321.dir/giopa/gsave.F.o
[ 31%] Building Fortran object CMakeFiles/geant321.dir/giopa/grsave.F.o
[ 31%] Building Fortran object CMakeFiles/geant321.dir/gkine/gfkine.F.o
[ 31%] Building Fortran object CMakeFiles/geant321.dir/gkine/gfvert.F.o
[ 31%] Building Fortran object CMakeFiles/geant321.dir/gkine/gludky.F.o
[ 31%] Building Fortran object CMakeFiles/geant321.dir/gkine/glund.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/giopa/gsave.F:106:57:

  101 |          CALL FZOUT(LUN,IXCONS,JRUNG,1,'L',2,2,IUHEAD)
      |                                               2          
......
  106 |                CALL FZOUT(LUN,IXCONS,JLINK(IL),0,'L',2,1,I)
      |                                                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/giopa/gsave.F:124:57:

  101 |          CALL FZOUT(LUN,IXCONS,JRUNG,1,'L',2,2,IUHEAD)
      |                                               2          
......
  124 |                CALL FZOUT(LUN,IXDIV ,JLINK(IL),0,'L',2,1,I)
      |                                                         1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/giopa/grsave.F:68:23:

   61 |          CALL UCTOH(KLEY,LKEY,4,76)
      |                         2
......
   68 |       CALL UCTOH(KEYSU,KEY,4,4)
      |                       1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
[ 31%] Building Fortran object CMakeFiles/geant321.dir/gkine/glundi.F.o
(...)
[ 49%] Building Fortran object CMakeFiles/geant321.dir/miguti/gtiso.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/miface/gmorin.F:461:20:

  283 |       CALL VZERO(MATIDS,4000)
      |                 2   
......
  461 |          CALL VZERO(AGEA,100)
      |                    1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
[ 49%] Building Fortran object CMakeFiles/geant321.dir/miguti/randc.F.o
(...)
[ 72%] Building Fortran object CMakeFiles/geant321.dir/erdecks/ertrak.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/comad/gcomad.F:145:21:

  115 |          IADD=GCADDI(LQ(8))
      |                     2
......
  145 |          IADD=GCADDI(JUDCAY)
      |                     1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)).
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/comad/gcomad.F:153:21:

  113 |          IADD=GCADDF(ZMED)
      |                     2
......
  153 |          IADD=GCADDF(GPOS)
      |                     1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-2)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/comad/gcomad.F:163:21:

  113 |          IADD=GCADDF(ZMED)
      |                     2
......
  163 |          IADD=GCADDF(SINMUL)
      |                     1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/comad/gcomad.F:181:21:

  113 |          IADD=GCADDF(ZMED)
      |                     2
......
  181 |          IADD=GCADDF(EPSIX0)
      |                     1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/comad/gcomad.F:187:21:

  113 |          IADD=GCADDF(ZMED)
      |                     2
......
  187 |          IADD=GCADDF(GFLUPR)
      |                     1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-2)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/comad/gcomad.F:189:21:

  113 |          IADD=GCADDF(ZMED)
      |                     2
......
  189 |          IADD=GCADDF(GPHRAT)
      |                     1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-2)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/comad/gcomad.F:193:21:

  113 |          IADD=GCADDF(ZMED)
      |                     2
......
  193 |          IADD=GCADDF(COFS)
      |                     1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-3)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/comad/gcomad.F:231:21:

  113 |          IADD=GCADDF(ZMED)
      |                     2
......
  231 |          IADD=GCADDF(VECT)
      |                     1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/comad/gcomad.F:233:21:

  113 |          IADD=GCADDF(ZMED)
      |                     2
......
  233 |          IADD=GCADDF(POLAR)
      |                     1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/comad/gcomad.F:251:21:

  113 |          IADD=GCADDF(ZMED)
      |                     2
......
  251 |          IADD=GCADDF(AIEL)
      |                     1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/comad/gcomad.F:261:21:

  113 |          IADD=GCADDF(ZMED)
      |                     2
......
  261 |          IADD=GCADDF(ERPLI)
      |                     1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-2)
[ 72%] Building Fortran object CMakeFiles/geant321.dir/erdecks/ertrch.F.o
[ 72%] Building Fortran object CMakeFiles/geant321.dir/erdecks/ertrgo.F.o
[ 72%] Building Fortran object CMakeFiles/geant321.dir/erdecks/erxyzc.F.o
[ 72%] Building Fortran object CMakeFiles/geant321.dir/erdecks/ertrnt.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/erdecks/ertrak.F:115:18:

  114 |       CALL VZERO (IEPRED ,   MXPRED)
      |                  2
  115 |       CALL VZERO (ERXOUT , 3*MXPRED)
      |                  1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
[ 72%] Building Fortran object CMakeFiles/geant321.dir/erdecks/eufill.F.o
[ 72%] Building Fortran object CMakeFiles/geant321.dir/erdecks/eufilp.F.o
[ 73%] Building Fortran object CMakeFiles/geant321.dir/erdecks/eufilv.F.o
[ 73%] Building Fortran object CMakeFiles/geant321.dir/erpremc/trprop.F.o
[ 73%] Building Fortran object CMakeFiles/geant321.dir/erpremc/trprfn.F.o
[ 73%] Building Fortran object CMakeFiles/geant321.dir/erdecks/evolio.F.o
[ 73%] Building Fortran object CMakeFiles/geant321.dir/erpremc/trptsc.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/erdecks/eufilv.F:46:18:

   42 |       CALL UCOPY (EIN(1), ERRIN(1),  15)
      |                  2
......
   46 |       CALL UCOPY (NUMV(1),NUMVER(1),NEPRED)
      |                  1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)).
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/erdecks/eufilv.F:46:26:

   42 |       CALL UCOPY (EIN(1), ERRIN(1),  15)
      |                          2
......
   46 |       CALL UCOPY (NUMV(1),NUMVER(1),NEPRED)
      |                          1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)).
[ 73%] Building Fortran object CMakeFiles/geant321.dir/erpremc/trptsd.F.o
(...)
[ 82%] Building Fortran object CMakeFiles/geant321.dir/minicern/mzneed.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/minicern/mzebra.F:83:18:

   71 |       CALL VZERO (NQOFFT,66)
      |                  2
......
   83 |       CALL VZERO (NQLN, 28)
      |                  1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/minicern/mzebra.F:84:18:

   71 |       CALL VZERO (NQOFFT,66)
      |                  2
......
   84 |       CALL VZERO (LQJZ, 16)
      |                  1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/minicern/mzinco.F:41:18:

   39 |       CALL VZERO (IQUEST,100)
      |                  2
   40 |       CALL VZERO (IQVID,18)
   41 |       CALL VZERO (NQPHAS,15)
      |                  1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/minicern/mzinco.F:195:19:

   39 |       CALL VZERO (IQUEST,100)
      |                  2 
......
  195 |       CALL VZERO  (IQDATE,7)
      |                   1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/minicern/mzstor.F:112:18:

   71 |       CALL VZERO (NQOFFT,32)
      |                  2
......
  112 |       CALL VZERO (KQT,27)
      |                  1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
[ 82%] Building Fortran object CMakeFiles/geant321.dir/minicern/mztabc.F.o
[ 82%] Building Fortran object CMakeFiles/geant321.dir/minicern/mztabf.F.o
[ 82%] Building Fortran object CMakeFiles/geant321.dir/minicern/mztabh.F.o
[ 82%] Building Fortran object CMakeFiles/geant321.dir/minicern/mztabm.F.o
[ 82%] Building Fortran object CMakeFiles/geant321.dir/minicern/mztabr.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/minicern/mzlift.F:166:35:

   64 |           CALL UCOPY (NAME,NQID,NIO+5)
      |                           2        
......
  166 |           CALL UCOPY (LQ(KQS+IQLN),NQIOCH,NQNIO+1)
      |                                   1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/minicern/mzlift.F:231:39:

   64 |           CALL UCOPY (NAME,NQID,NIO+5)
      |                           2            
......
  231 |       CALL UCOPY (IQ(KQSP+LIOD+IXIO+1),NQIOCH,NQNIO+1)
      |                                       1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
[ 82%] Building Fortran object CMakeFiles/geant321.dir/minicern/mztabs.F.o
(...)
[ 86%] Building Fortran object CMakeFiles/geant321.dir/minicern/uoptc.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/minicern/lnxgs/ublow.F:22:20:

   22 |       data iblan1/x'20202000'/
      |                    1
Warning: Hexadecimal constant at (1) uses nonstandard X instead of Z
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/minicern/lnxgs/ublow.F:23:19:

   23 |       data mask1/x'000000ff'/
      |                   1
Warning: Hexadecimal constant at (1) uses nonstandard X instead of Z
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/minicern/sortzv.F:32:72:

   32 |    10 CALL SORTTI (A,INDEX,N)
      |                                                                        1
Warning: Type mismatch in argument ‘a’ at (1); passed REAL(4) to INTEGER(4)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/minicern/sortzv.F:35:72:

   35 |    20 CALL SORTTC(A,INDEX,N)
      |                                                                        1
Warning: Type mismatch in argument ‘a’ at (1); passed REAL(4) to INTEGER(4)
[ 86%] Building Fortran object CMakeFiles/geant321.dir/minicern/utrans.F.o
(...)
[ 93%] Building Fortran object CMakeFiles/geant321.dir/gdraw/gdrwsc.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gdraw/gdrawt.F:38:22:

   37 |       CALL IGQ('TXCI',AITXCO)
      |                      2
   38 |       CALL IGQ('TXFP',AITXFO)
      |                      1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
[ 93%] Building Fortran object CMakeFiles/geant321.dir/gdraw/gdsarc.F.o
(...)
[ 97%] Building Fortran object CMakeFiles/geant321.dir/gdraw/gunliv.F.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gdraw/gkxyz.F:114:44:

   59 |       CALL GDFR3D(XZERO,1,UOR,VOR)
      |                          2                  
......
  114 |             CALL GDFR3D(Q(IPOINT+3*IPF-1),2,U,V)
      |                                            1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gdraw/gkxyz.F:114:46:

   59 |       CALL GDFR3D(XZERO,1,UOR,VOR)
      |                              2                
......
  114 |             CALL GDFR3D(Q(IPOINT+3*IPF-1),2,U,V)
      |                                              1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gdraw/gkxyz.F:181:42:

   59 |       CALL GDFR3D(XZERO,1,UOR,VOR)
      |                          2                
......
  181 |          CALL GDFR3D(Q(IPOINT+3*IPF-1),NP,U,V)
      |                                          1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gdraw/gkxyz.F:181:44:

   59 |       CALL GDFR3D(XZERO,1,UOR,VOR)
      |                              2              
......
  181 |          CALL GDFR3D(Q(IPOINT+3*IPF-1),NP,U,V)
      |                                            1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
[ 97%] Building Fortran object CMakeFiles/geant321.dir/gdraw/gviewf.F.o
(...)
[100%] Building CXX object CMakeFiles/geant321.dir/geant321_dict.cxx.o
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gcalor/gcalor.F:1848:11:

 1847 |    30 DO 40 I =1,60
      |                                                                        2
 1848 |    40 IPEC(I) =0
      |           1
Warning: Array reference at (1) out of bounds (60 > 13) in loop beginning at (2)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gcalor/gcalor.F:1854:11:

 1849 |       DO 50 I =1,2114
      |                                                                        2
......
 1854 |    50 ESPS(I) = 0.D0
      |           1
Warning: Array reference at (1) out of bounds (2114 > 481) in loop beginning at (2)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gcalor/gcalor.F:1856:11:

 1855 |       DO 60 I = 4515,4849
      |                                                                        2
 1856 |    60 ESPS(I) = 0.D0
      |           1
Warning: Array reference at (1) out of bounds (4515 > 481) in loop beginning at (2)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gcalor/gcalor.F:1856:11:

 1855 |       DO 60 I = 4515,4849
      |                                                                        2
 1856 |    60 ESPS(I) = 0.D0
      |           1
Warning: Array reference at (1) out of bounds (4849 > 481) in loop beginning at (2)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gcalor/gcalor.F:4612:14:

 4611 |    40 DO 50 I=1,60
      |                                                                        2
 4612 |          IPEC(I)=0
      |              1
Warning: Array reference at (1) out of bounds (60 > 13) in loop beginning at (2)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gcalor/gcalor.F:4621:14:

 4620 |       DO 60 I=1,2114
      |                                                                        2
 4621 |          ESPS(I)=0.0
      |              1
Warning: Array reference at (1) out of bounds (2114 > 481) in loop beginning at (2)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gcalor/gcalor.F:4624:14:

 4623 |       DO 70 I= 4515,4849
      |                                                                        2
 4624 |          ESPS(I)=0.D0
      |              1
Warning: Array reference at (1) out of bounds (4515 > 481) in loop beginning at (2)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gcalor/gcalor.F:4624:14:

 4623 |       DO 70 I= 4515,4849
      |                                                                        2
 4624 |          ESPS(I)=0.D0
      |              1
Warning: Array reference at (1) out of bounds (4849 > 481) in loop beginning at (2)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gcalor/gcalor.F:19157:22:

 7882 |       CALL GRNDM(RND1,1)
      |                 2     
......
19157 |            CALL GRNDM(R,1)
      |                      1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gcalor/gcalor.F:19164:22:

 7882 |       CALL GRNDM(RND1,1)
      |                 2     
......
19164 |            CALL GRNDM(R,1)
      |                      1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
/tmp/jenkins-FairRootGroup-FairSoft-PR-515-1.0rP/build/Source/geant3/gcalor/gcalor.F:19171:22:

 7882 |       CALL GRNDM(RND1,1)
      |                 2     
......
19171 |            CALL GRNDM(R,1)
      |                      1
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
[100%] Linking CXX shared library libgeant321.so
[100%] Built target geant321

@fuhlig1
Copy link
Contributor

fuhlig1 commented Dec 22, 2023

I am not sure if this is related.
On my mac with XCode 15 anf gfortran 13.2 I can't run a geant3 simulation. The execution stops with a segmentation violation.

@ihrivnac
Copy link
Contributor

Hi @fuhlig1 ,

Thank you for reporting the issue. I get the similar warnings on macOS with XCode 14, but since they don't prevent running the VMC tests, I didn't pay attention to them.

There was already open an ALICE JIRA ticket about the segmentation violation with XCode 15, where @pzhristov also reported that we get also a segmentation violation with Fluka VMC. We are investigating.

@fuhlig1
Copy link
Contributor

fuhlig1 commented Dec 22, 2023

Probably this isn't an issue with gcc 13. I checked on another Mac with an older version of XCode (14.0) but the same version of gfortran and there our test suite runs without errors.

@pzhristov
Copy link
Contributor

Xcode 14.2 with gfortran 13.2 works, while Xcode 15.1 with the same gfortran version doesn't. I have the impression gfortran was not recompiled and we have a mismatch in brew.

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

4 participants