Skip to content

Instantly share code, notes, and snippets.

@shrx
Created May 15, 2017 10:04
Show Gist options
  • Save shrx/19f45946ccd938edf68280cc77b06cca to your computer and use it in GitHub Desktop.
Save shrx/19f45946ccd938edf68280cc77b06cca to your computer and use it in GitHub Desktop.
make avx build log
g++ -O3 -Wall -march=core2 -mavx -fopenmp lib/gpunb.avx.cpp -c -o gpunb.avx.o
lib/gpunb.avx.cpp: In function ‘void* amalloc64(size_t)’:
lib/gpunb.avx.cpp:85:35: warning: ignoring return value of ‘int posix_memalign(void**, size_t, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
(void)posix_memalign(&ptr, 64, n);
^
lib/gpunb.avx.cpp: In function ‘void GPUNB_open(int)’:
lib/gpunb.avx.cpp:95:9: warning: ‘ptr’ may be used uninitialized in this function [-Wmaybe-uninitialized]
jparr2 = (v4sf *)amalloc64(sizeof(v4sf) * (nbmax+3));
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/gpunb.avx.cpp:94:9: warning: ‘ptr’ may be used uninitialized in this function [-Wmaybe-uninitialized]
jparr1 = (v4sf *)amalloc64(sizeof(v4sf) * (nbmax+3));
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -O3 -Wall -march=core2 -mavx -fopenmp lib/gpupot.avx.cpp -c -o gpupot.avx.o
gfortran -O3 -Wall -march=core2 -mavx -fopenmp intgrt.omp.f -c -o intgrt.o
intgrt.omp.f:310:0:
TIME = TSAVE
Warning: ‘tsave’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -O3 -Wall -march=core2 -mavx -c -o gpucor.o gpucor.f
gpucor.f:194:13:
30 NNB2 = 0.9*NBMAX
1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
gpucor.f:258:12:
NBP = A3
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gpucor.f:639:0:
DTJ = DTR*(1.0D-04*DTR**2*FR2/DV2)**0.1
Warning: ‘fr2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gpucor.f:576:0:
ELSE IF (KZ(38).EQ.2.AND.DF2.GT.0.0001*FR2) THEN
Warning: ‘df2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gpucor.f:367:0:
ETIDE = ETIDE + BODY(I)*(0.5*W2DOT*DTR - WDOT)*DTR
Warning: ‘wdot’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gpucor.f:367:0: Warning: ‘w2dot’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -O3 -Wall -march=core2 -mavx -c -o nbintp.o nbintp.f
nbintp.f:309:0:
IF (LIST(1,2*IPAIR-1).GT.0) NSTEPB = NSTEPB + 1
Warning: ‘ipair’ may be used uninitialized in this function [-Wmaybe-uninitialized]
g++ -O3 -Wall -march=core2 -mavx -c lib/cnbint.cpp
In file included from lib/cnbint.cpp:5:0:
lib/v4sf.h: In constructor ‘v4sf::v4sf(double)’:
lib/v4sf.h:19:27: warning: narrowing conversion of ‘f’ from ‘double’ to ‘float’ inside { } [-Wnarrowing]
val = (_v4sf){f, f, f, f};
^
lib/v4sf.h:19:27: warning: narrowing conversion of ‘f’ from ‘double’ to ‘float’ inside { } [-Wnarrowing]
lib/v4sf.h:19:27: warning: narrowing conversion of ‘f’ from ‘double’ to ‘float’ inside { } [-Wnarrowing]
lib/v4sf.h:19:27: warning: narrowing conversion of ‘f’ from ‘double’ to ‘float’ inside { } [-Wnarrowing]
lib/v4sf.h: In constructor ‘v4sf::v4sf(unsigned int)’:
lib/v4sf.h:22:27: warning: narrowing conversion of ‘f’ from ‘unsigned int’ to ‘float’ inside { } [-Wnarrowing]
val = (_v4sf){f, f, f, f};
^
lib/v4sf.h:22:27: warning: narrowing conversion of ‘f’ from ‘unsigned int’ to ‘float’ inside { } [-Wnarrowing]
lib/v4sf.h:22:27: warning: narrowing conversion of ‘f’ from ‘unsigned int’ to ‘float’ inside { } [-Wnarrowing]
lib/v4sf.h:22:27: warning: narrowing conversion of ‘f’ from ‘unsigned int’ to ‘float’ inside { } [-Wnarrowing]
lib/v4sf.h: In constructor ‘v4sf::v4sf(const double*, bool)’:
lib/v4sf.h:47:21: warning: narrowing conversion of ‘(double)(* p)’ from ‘double’ to ‘float’ inside { } [-Wnarrowing]
val = (_v4sf){p[0], p[1], p[2], p[3]};
~~~^
lib/v4sf.h:47:27: warning: narrowing conversion of ‘(double)(*(p + 8u))’ from ‘double’ to ‘float’ inside { } [-Wnarrowing]
val = (_v4sf){p[0], p[1], p[2], p[3]};
~~~^
lib/v4sf.h:47:33: warning: narrowing conversion of ‘(double)(*(p + 16u))’ from ‘double’ to ‘float’ inside { } [-Wnarrowing]
val = (_v4sf){p[0], p[1], p[2], p[3]};
~~~^
lib/v4sf.h:47:39: warning: narrowing conversion of ‘(double)(*(p + 24u))’ from ‘double’ to ‘float’ inside { } [-Wnarrowing]
val = (_v4sf){p[0], p[1], p[2], p[3]};
~~~^
gfortran -O3 -Wall -march=core2 -mavx -c -o nbint.o nbint.f
nbint.f:392:0:
IF (LIST(1,2*IPAIR-1).GT.0) NSTEPB = NSTEPB + 1
Warning: ‘ipair’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -O3 -Wall -march=core2 -mavx -c -o start.o start.f
gfortran -O3 -Wall -march=core2 -mavx -c -o adjust.o adjust.f
adjust.f:271:12:
ICR = TTOT/TCR
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
adjust.f:328:19:
NNBMAX = NBZERO*SQRT(FLOAT(N)/FLOAT(NZERO))
1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
gfortran -O3 -Wall -march=core2 -mavx -c -o energy2.o energy2.f
gfortran -O3 -Wall -march=core2 -mavx -c -o phicor.o phicor.f
gfortran -O3 -Wall -march=core2 -mavx -c -o cmfirr.o cmfirr.f
gfortran -O3 -Wall -march=core2 -mavx -c -o cmfirr2.o cmfirr2.f
cmfirr2.f:1:39:
SUBROUTINE CMFIRR2(I,NNB,KLIST,XI,XID,FIRR,FD)
1
Warning: Unused dummy argument ‘xi’ at (1) [-Wunused-dummy-argument]
cmfirr2.f:1:43:
SUBROUTINE CMFIRR2(I,NNB,KLIST,XI,XID,FIRR,FD)
1
Warning: Unused dummy argument ‘xid’ at (1) [-Wunused-dummy-argument]
gfortran -O3 -Wall -march=core2 -mavx -c -o checkl2.o checkl2.f
checkl2.f:156:11:
LJ = 1 + 0.2*FLOAT(NNB)
1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
gfortran -O3 -Wall -march=core2 -mavx -c -o kspert.o kspert.f
gfortran -O3 -Wall -march=core2 -mavx -c -o swap.o swap.f
swap.f:17:14:
I = N*XR1
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
swap.f:27:14:
J = N*XR2
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -O3 -Wall -march=core2 -mavx -c -o scale.o scale.f
scale.f:313:0:
ZKIN = ZCM/(mscale*vscale**2)
Warning: ‘zcm’ may be used uninitialized in this function [-Wmaybe-uninitialized]
scale.f:314:0:
POT = PCM*lscale/mscale**2
Warning: ‘pcm’ may be used uninitialized in this function [-Wmaybe-uninitialized]
scale.f:110:0:
NSING = N - 2*NBIN0
Warning: ‘nsing’ may be used uninitialized in this function [-Wmaybe-uninitialized]
scale.f:67:0:
ILAST = KZ(11) + 1
Warning: ‘ilast’ may be used uninitialized in this function [-Wmaybe-uninitialized]
g++ -O3 -Wall -march=core2 -mavx -c lib/wtime.cpp
g++ -O3 -Wall -march=core2 -mavx -fopenmp -c lib/cxvpred.cpp
g++ -c gpuirr.s -o gpuirr.o
gfortran -O3 -Wall -march=core2 -mavx -c -o jpred.o jpred.f
gfortran -O3 -Wall -march=core2 -mavx -c -o jpred2.o jpred2.f
gfortran -O3 -Wall -march=core2 -mavx -c -o fpcorr2.o fpcorr2.f
gfortran -O3 -Wall -march=core2 -mavx -c -o repair.o repair.f
gfortran -O3 -Wall -march=core2 -mavx -c -o sweep2.o sweep2.f
gfortran -O3 -Wall -march=core2 -mavx -c -o ksres3.o ksres3.f
gfortran -O3 -Wall -march=core2 -mavx -c -o check3.o check3.f
gfortran -O3 -Wall -march=core2 -mavx -c -o bhplot.o bhplot.f
bhplot.f:11:0:
REAL*8 XI(8),XCM(3),VCM(3)
Warning: ‘xi[2]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
bhplot.f:18:0:
IBH = 0
Warning: ‘ibh’ may be used uninitialized in this function [-Wmaybe-uninitialized]
bhplot.f:19:0:
JBH = 0
Warning: ‘jbh’ may be used uninitialized in this function [-Wmaybe-uninitialized]
bhplot.f:191:0:
I3 = L
Warning: ‘i3’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -O3 -Wall -march=core2 -mavx -c -o fpoly0.o fpoly0.f
gfortran -O3 -Wall -march=core2 -mavx -c -o kspinit.o kspinit.f
gfortran -O3 -Wall -march=core2 -mavx -c -o kspreg.o kspreg.f
cp -f gpunb.avx.o gpunb.o
cp -f gpupot.avx.o gpupot.o
cp -f *.o ./Build
make sse -C ./Build -f /home/shrx/fortran/testi/Nbody6/GPU2/Makefile.build -j4 avx=enable chainmode=archain ksblock=on
make[1]: Entering directory '/home/shrx/fortran/testi/Nbody6/GPU2/Build'
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o assess.o ../../Block/assess.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o bindat.o ../../Block/bindat.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o binev.o ../../Block/binev.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o binout.o ../../Block/binout.f
../../Block/binout.f:59:18:
K = 2 + LOG10(A0/SEMI)/LOG10(2.0)
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
../../Block/binout.f:71:14:
K = 1 + 10.0*SQRT(ECC2)
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
../../Block/binout.f:77:18:
K = 2 + LOG10(EB/EB0)/LOG10(2.0)
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
../../Block/bindat.f:33:26:
EB(JPAIR) = CM(1,IMERGE)*CM(2,IMERGE)*HM(IMERGE)/BODYCM
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:69:26:
EB(JPAIR) = BODY(J1)*BODY(J2)*H(JPAIR)/
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:86:26:
EB(JPAIR) = BODYJ1*BODYJ2*H(JPAIR)/BODYCM
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:90:23:
ECC(JPAIR) = SQRT(ECC2)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:92:22:
PB(JPAIR) = DAYS*SEMI*SQRT(ABS(SEMI)/BODYCM)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:105:23:
ECM(JPAIR) = 0.5*VJ2 - POTJ
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:109:27:
ECM(JPAIR) = ECM(JPAIR) + HT/(BODY(ICM) + 1.0E-20)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:111:23:
RCM(JPAIR) = SQRT((X(1,ICM) - RDENS(1))**2 +
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:118:14:
AS(1) = TIME + TOFF
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:119:14:
AS(2) = RSCALE
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:120:14:
AS(3) = RTIDE
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:121:14:
AS(4) = RC
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:122:14:
AS(5) = TPHYS
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:123:14:
AS(6) = -1.5*(TIDAL(1)*ZMASS**2)**0.3333
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:126:20:
AS(K+7) = E(K)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:128:15:
AS(18) = SBCOLL
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:129:15:
AS(19) = BBCOLL
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:130:15:
AS(20) = ZKIN
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:131:15:
AS(21) = POT
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:132:15:
AS(22) = EBIN0
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:133:15:
AS(23) = EBIN
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:134:15:
AS(24) = ESUB
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:135:15:
AS(25) = EMERGE
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:136:15:
AS(26) = BE(3)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:137:15:
AS(27) = ZMASS
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:138:15:
AS(28) = ZMBIN
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:139:15:
AS(29) = CHCOLL
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/bindat.f:140:15:
AS(30) = ECOLL
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o binpop.o ../../Block/binpop.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o block.o ../../Block/block.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o bodies.o ../../Block/bodies.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o brake.o ../../Block/brake.f
../../Block/bodies.f:13:0:
IBODY = MIN(5**K,NTOT)
Warning: ‘k’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o brake2.o ../../Block/brake2.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o brake3.o ../../Block/brake3.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o brake4.o ../../Block/brake4.f
../../Block/brake2.f:249:0:
DT1 = DTMS*(RL1 - RADIUS(J1))/(RTMS - RADIUS(J1))
Warning: ‘dtms’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o bsetid.o ../../Block/bsetid.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o chaos.o ../../Block/chaos.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o chaos0.o ../../Block/chaos0.f
../../Block/chaos.f:401:23:
IN = 1 + FAC*360.0/(TWOPI*22.5)
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o check.o ../../Block/check.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o checkl.o ../../Block/checkl.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o chrect.o ../../Block/chrect.f
../../Block/checkl.f:155:11:
LJ = 1 + 0.2*FLOAT(NNB)
1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o circ.o ../../Block/circ.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o clint.o ../../Block/clint.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o cloud.o ../../Block/cloud.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o cloud0.o ../../Block/cloud0.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o cmbody.o ../../Block/cmbody.f
../../Block/cmbody.f:1:30:
SUBROUTINE CMBODY(ENERGY,NSYS)
1
Warning: Unused dummy argument ‘energy’ at (1) [-Wunused-dummy-argument]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o cmcorr.o ../../Block/cmcorr.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o cmfreg.o ../../Block/cmfreg.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o coal.o ../../Block/coal.f
../../Block/coal.f:1:35:
SUBROUTINE COAL(IPAIR,KW1,KW2,MASS)
1
Warning: Unused dummy argument ‘kw2’ at (1) [-Wunused-dummy-argument]
../../Block/cmfreg.f:243:0:
IF (RIJ2.GT.RPERT2) THEN
Warning: ‘rpert2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/cmfreg.f:187:0:
IF (L.EQ.I2) GO TO 45
Warning: ‘i2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/cmfreg.f:40:0:
BODYIN = 1.0/BODY(I)
Warning: ‘bodyin’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/cmbody.f:544:0:
ICOMP = I4
Warning: ‘i4’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/cmbody.f:628:0:
WRITE (6,85) IQCOLL, NAME1, NAME2, ZM*SMU, RCOLL, EB, DP, ECC
Warning: ‘zm’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/cmbody.f:119:0:
WRITE (6,200) NAME(JX), ECCX, RX, SEMIX*(1.0 - ECCX),
Warning: ‘semix’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/cmbody.f:119:0:
WRITE (6,200) NAME(JX), ECCX, RX, SEMIX*(1.0 - ECCX),
Warning: ‘jx’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/cmbody.f:108:0:
IF (RIP.GT.RIP0) GO TO 5
Warning: ‘rip0’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o comenv.o ../../Block/comenv.f
../../Block/comenv.f:404:0:
IF(KW.EQ.4) AJ1 = (FAGE1*MC1 + FAGE2*MC22)/(MC1 + MC22)
Warning: ‘fage2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/comenv.f:402:0:
AJ1 = TM1*(FAGE1*MC1 + FAGE2*MC22)/(MC1 + MC22)
Warning: ‘fage1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/comenv.f:361:0:
TB = (SEPL/AURSUN)*SQRT(SEPL/(AURSUN*(MC1+MC2)))
Warning: ‘sepl’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o core.o ../../Block/core.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o corerd.o ../../Block/corerd.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o cputim.o ../../Block/cputim.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o data.o ../../Block/data.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o decide.o ../../Block/decide.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o define.o ../../Block/define.f
../../Block/decide.f:1:55:
SUBROUTINE DECIDE(IPAIR,JCL,SEMI,ECC,EMAX,EMIN,TC,TG,EDAV,IQ)
1
Warning: Unused dummy argument ‘tc’ at (1) [-Wunused-dummy-argument]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o deform.o ../../Block/deform.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o deform2.o ../../Block/deform2.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o degen.o ../../Block/degen.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o delay.o ../../Block/delay.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o derqp3.o ../../Block/derqp3.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o derqp4.o ../../Block/derqp4.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o dgcore.o ../../Block/dgcore.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o difsy3.o ../../Block/difsy3.f
../../Block/derqp4.f:256:0:
IF (R(IM).GT.RP0) GO TO 50
Warning: ‘rp0’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o difsy4.o ../../Block/difsy4.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o dtchck.o ../../Block/dtchck.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o eccmod.o ../../Block/eccmod.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o ecirc.o ../../Block/ecirc.f
../../Block/ecirc.f:1:41:
SUBROUTINE ECIRC(RP,ES0,I1,I2,ICIRC,TG,TC,ECC1,EDOT)
1
Warning: Unused dummy argument ‘icirc’ at (1) [-Wunused-dummy-argument]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o edot.o ../../Block/edot.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o efac2.o ../../Block/efac2.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o efac3.o ../../Block/efac3.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o endreg.o ../../Block/endreg.f
../../Block/efac3.f:44:10:
Y = LOG10(ZETA)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/efac2.f:44:10:
Y = LOG10(ZETA)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o energy.o ../../Block/energy.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o erel3.o ../../Block/erel3.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o erel4.o ../../Block/erel4.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o escape.o ../../Block/escape.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o events.o ../../Block/events.f
../../Block/escape.f:123:25:
ILIST(2*NCORR+1) = DATAN(A3)*180.0/3.14159
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
../../Block/escape.f:124:25:
ILIST(2*NCORR+2) = DATAN(A4)*180.0/3.14159
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
../../Block/events.f:105:23:
KK = ZM/4.0 + 1
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
../../Block/events.f:116:31:
KK = ZM/4.0 + 1
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o evolve.o ../../Block/evolve.f
../../Block/evolve.f:43:11:
NK = TCR0/TK
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
../../Block/evolve.f:201:15:
NK = TCR0/TK
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o expand.o ../../Block/expand.f
../../Block/events.f:86:0:
& EMESC, DEGRAV, E(3), ZMX*SMU, TURN, NS, NB
Warning: ‘zmx’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o expand2.o ../../Block/expand2.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o expel.o ../../Block/expel.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o extend.o ../../Block/extend.f
../../Block/evolve.f:124:0:
JMIN = LIST(LMIN,J1)
Warning: ‘lmin’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o fbulge.o ../../Block/fbulge.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o fclose.o ../../Block/fclose.f
../../Block/escape.f:314:0:
SEMI = -0.5*BODYCM/H(JPAIR)
Warning: ‘jpair’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/escape.f:102:0:
& (X(3,JMIN) - RDENS(3))**2
Warning: ‘jmin’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/escape.f:313:0:
BODYCM = CM(3,IM) + CM(4,IM)
Warning: ‘im’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o fcloud.o ../../Block/fcloud.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o fcorr.o ../../Block/fcorr.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o fdisk.o ../../Block/fdisk.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o fhalo.o ../../Block/fhalo.f
../../Block/fcorr.f:116:0:
ECDOT = ECDOT - 0.5*BODY(I)*VI2*(VFAC**2 - 1.0)
Warning: ‘vfac’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o ficorr.o ../../Block/ficorr.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o findj.o ../../Block/findj.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o findm.o ../../Block/findm.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o flyby.o ../../Block/flyby.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o fnuc.o ../../Block/fnuc.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o fpcorr.o ../../Block/fpcorr.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o fpert.o ../../Block/fpert.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o fpoly1.o ../../Block/fpoly1.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o fpoly2.o ../../Block/fpoly2.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o freeze.o ../../Block/freeze.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o gcinit.o ../../Block/gcinit.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o gcint.o ../../Block/gcint.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o giant.o ../../Block/giant.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o giant3.o ../../Block/giant3.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o gntage.o ../../Block/gntage.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o grrad.o ../../Block/grrad.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o hcorr.o ../../Block/hcorr.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o hiarch.o ../../Block/hiarch.f
../../Block/hcorr.f:55:0:
ZMU1 = ZM1*(ZM2 - DM)/BODY(J)
Warning: ‘zm2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/hcorr.f:55:0: Warning: ‘zm1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/hiarch.f:167:17:
IDEG = 360.0*FAC/TWOPI
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
../../Block/hiarch.f:235:15:
NK = (TTOT - TLAST(IL))/TK0(IL)
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
../../Block/hiarch.f:236:16:
NK1 = (TTOT - TLAST(IL))/TK
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o hicirc.o ../../Block/hicirc.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o hidat.o ../../Block/hidat.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o higrow.o ../../Block/higrow.f
../../Block/higrow.f:343:19:
NK = 1 + 10.0*ECC1/(1.0 - ECC1)
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o himax.o ../../Block/himax.f
../../Block/hidat.f:49:0:
SEMI1 = -0.5*BODY(ICM)/H(JPAIR)
Warning: ‘semi1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/hidat.f:77:0:
ECC2 = (1.0 - RJ/SEMI)**2 + TD2**2/(BODYCM*SEMI)
Warning: ‘ecc2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/hidat.f:50:0:
ECC1 = (1.0 - R(JPAIR)/SEMI1)**2 +
Warning: ‘ecc1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/hidat.f:202:0:
P0 = DAYS*SEMI*SQRT(ABS(SEMI)/BODYCM)
Warning: ‘bodycm’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o himax2.o ../../Block/himax2.f
../../Block/higrow.f:338:0:
PCRIT = 0.99*QPERI*(1.0 - PERT)
Warning: ‘pert’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o himod.o ../../Block/himod.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o hipop.o ../../Block/hipop.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o hirect.o ../../Block/hirect.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o histab.o ../../Block/histab.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o hivel.o ../../Block/hivel.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o hmdot.o ../../Block/hmdot.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o hmdot2.o ../../Block/hmdot2.f
../../Block/hmdot.f:1:40:
SUBROUTINE HMDOT(J,IMERGE,M1,KW,MC,DMS,RNEW,ITERM)
1
Warning: Unused dummy argument ‘mc’ at (1) [-Wunused-dummy-argument]
../../Block/hmdot2.f:1:48:
SUBROUTINE HMDOT2(J,IGHOST,IMERGE,M1,KW,MC,DMS,RNEW,ITERM)
1
Warning: Unused dummy argument ‘mc’ at (1) [-Wunused-dummy-argument]
../../Block/hivel.f:35:0:
& SQRT(VL2)
Warning: ‘vl2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/hivel.f:34:0:
WRITE (29,3) TIME+TOFF, LI, NAME(LI), SQRT(RL2),
Warning: ‘rl2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o hotsys.o ../../Block/hotsys.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o hrdiag.o ../../Block/hrdiag.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o hrplot.o ../../Block/hrplot.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o hut.o ../../Block/hut.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o hut2.o ../../Block/hut2.f
../../Block/hut2.f:123:0:
oa0 = oa
Warning: ‘oa0’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o iblock.o ../../Block/iblock.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o ichain.o ../../Block/ichain.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o imf.o ../../Block/imf.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o imf2.o ../../Block/imf2.f
../../Block/imf.f:32:0:
X1 = XM
Warning: ‘x1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o imfbd.o ../../Block/imfbd.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o impact.o ../../Block/impact.f
../../Block/impact.f:715:24:
INC = 360.0*ANGLE/TWOPI
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o induce.o ../../Block/induce.f
../../Block/imfbd.f:26:0:
REAL*8 XX,LOM,UPM,LM,UM,ZM
Warning: ‘zm’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o inext.o ../../Block/inext.f
../../Block/induce.f:68:11:
IN = 1 + FAC*360.0/(TWOPI*22.5)
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o input.o ../../Block/input.f
../../Block/impact.f:242:0:
IF (JCL.GT.N.AND.PMIN.GT.4.0*SEMIX.AND.
Warning: ‘semix’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/impact.f:100:0:
RIJ = SQRT(RJMIN2)
Warning: ‘rjmin2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o insert.o ../../Block/insert.f
../../Block/insert.f:39:14:
LSTAR = LI + FLOAT(NNTB - LI)*FAC
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
../../Block/insert.f:47:18:
LSTAR = LSTAR + FLOAT(NNTB - LSTAR)*FAC
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o instar.o ../../Block/instar.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o intide.o ../../Block/intide.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o jacobi.o ../../Block/jacobi.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o kepler.o ../../Block/kepler.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o kick.o ../../Block/kick.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o kick2.o ../../Block/kick2.f
../../Block/kick.f:87:0:
IN = I1
Warning: ‘in’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o kozai.o ../../Block/kozai.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o ksapo.o ../../Block/ksapo.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o kscorr.o ../../Block/kscorr.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o ksin2.o ../../Block/ksin2.f
../../Block/ksin2.f:130:21:
IMOD = 1 + LOG(STEP(ICM)/TK)/0.69
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o ksinit.o ../../Block/ksinit.f
../../Block/ksinit.f:272:21:
IMOD = 1 + LOG(STEP(NTOT)/TK)/0.69
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o ksint.o ../../Block/ksint.f
../../Block/ksint.f:639:17:
KMOD = RANGE*GMIN/MAX(GI,1.0D-10)
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o ksintp.o ../../Block/ksintp.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o kslist.o ../../Block/kslist.f
../../Block/ksintp.f:510:17:
KMOD = RANGE*GMIN/MAX(GI,1.0D-10)
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o ksmod.o ../../Block/ksmod.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o ksperi.o ../../Block/ksperi.f
../../Block/ksint.f:727:0:
SEMI1 = 2.0/RX - VIJ2/(BODY(I) + BODY(JCLOSE))
Warning: ‘vij2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/ksint.f:729:0:
ECC2 = (1.0-RX/SEMI1)**2 + RRD**2/(BODY(I)+BODY(JCLOSE))
Warning: ‘rrd’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/ksint.f:712:0:
IF (FIJ.GT.FMAX) THEN
Warning: ‘fmax’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/ksint.f:650:0:
TK = ZMOD*TK
Warning: ‘zmod’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/ksint.f:81:0:
RP = SQRT(RX2)
Warning: ‘rx2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/ksintp.f:598:0:
SEMI1 = 2.0/RX - VIJ2/(BODY(I) + BODY(JCLOSE))
Warning: ‘vij2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/ksintp.f:600:0:
ECC2 = (1.0-RX/SEMI1)**2 + RRD**2/(BODY(I)+BODY(JCLOSE))
Warning: ‘rrd’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/ksintp.f:521:0:
TK = ZMOD*TK
Warning: ‘zmod’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/ksintp.f:583:0:
IF (FIJ.GT.FMAX) THEN
Warning: ‘fmax’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/ksperi.f:66:0:
TIME = TIME - DT
Warning: ‘dt’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o kspert2.o ../../Block/kspert2.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o kspoly.o ../../Block/kspoly.f
../../Block/kspoly.f:252:0:
STEP(I1) = ZMOD*STEP(I1)
Warning: ‘zmod’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/kspert2.f:176:0:
A3 = XK(3) - XI(6)
Warning: ‘xk[5]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/kspert2.f:175:0:
A2 = XK(2) - XI(5)
Warning: ‘xk[4]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/kspert2.f:174:0:
A1 = XK(1) - XI(4)
Warning: ‘xk[3]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/kspert2.f:184:0:
V3 = VK(3) - VI(6)
Warning: ‘vk[5]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/kspert2.f:183:0:
V2 = VK(2) - VI(5)
Warning: ‘vk[4]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/kspert2.f:182:0:
V1 = VK(1) - VI(4)
Warning: ‘vk[3]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o kspred.o ../../Block/kspred.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o ksrect.o ../../Block/ksrect.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o ksreg.o ../../Block/ksreg.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o ksres.o ../../Block/ksres.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o ksres2.o ../../Block/ksres2.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o ksrot.o ../../Block/ksrot.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o ksterm.o ../../Block/ksterm.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o kstide.o ../../Block/kstide.f
../../Block/ksterm.f:185:12:
NBP = MIN(ALPHA*SQRT(FLOAT(NNB)*RS(ICM))/(RS(ICM)**2),ZNBMAX)
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o lagr.o ../../Block/lagr.f
../../Block/kstide.f:41:0:
ZF = 4.0
Warning: ‘zf’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o lagr2.o ../../Block/lagr2.f
../../Block/lagr2.f:54:15:
NM = DM*FLOAT(N-NPAIRS)
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
../../Block/lagr2.f:127:15:
NPCRIT = SQRT(FLOAT(N - NPAIRS))
1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o levels.o ../../Block/levels.f
../../Block/levels.f:23:14:
J = 1 - LOG(STEP(I))*FAC
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
../../Block/levels.f:27:14:
J = 1 - LOG(STEPR(I))*FAC
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o magbrk.o ../../Block/magbrk.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o matrix.o ../../Block/matrix.f
../../Block/lagr2.f:256:0:
IF (NAME(I).LE.NAM1.OR.
Warning: ‘nam2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o mdot.o ../../Block/mdot.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o merge.o ../../Block/merge.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o merge2.o ../../Block/merge2.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o mix.o ../../Block/mix.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o mloss.o ../../Block/mloss.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o mlwind.o ../../Block/mlwind.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o modify.o ../../Block/modify.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o mrenv.o ../../Block/mrenv.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o mtrace.o ../../Block/mtrace.f
../../Block/mrenv.f:144:0:
tautms = MAX(0.d0,MIN(1.d0,(tebgb/tetms-A)/(1.d0-A)))
Warning: ‘tebgb’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o mydump.o ../../Block/mydump.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o nbhist.o ../../Block/nbhist.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o nblist.o ../../Block/nblist.f
../../Block/nbhist.f:22:14:
J = 1 + LOG(ZZ)*FAC
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
../../Block/mdot.f:27:0:
REAL*8 RJ,HJ,TJ2,VORB2,VWIND2,IVSQM,OMV2,DTXMIN,DMXMAX,DELET
Warning: ‘ivsqm’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/mdot.f:1019:0:
IF (IGHOST.GT.0) I = II
Warning: ‘ii’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/mdot.f:349:0:
IF(NAME(ICM).GT.0)THEN
Warning: ‘icm’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/mdot.f:352:0:
MASS(2) = BODY(I2)*ZMBAR
Warning: ‘i2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/mdot.f:614:0:
DJORB = DJT + DJGR
Warning: ‘djt’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/mdot.f:619:0:
IF(ABS(DJORB).GT.TINY.AND.(DTXMIN.GT.0.D0.OR.DIFF.EQ.0.D0))THEN
Warning: ‘diff’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o nbody6.o ../../Block/nbody6.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o nbpot.o ../../Block/nbpot.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o nbrem.o ../../Block/nbrem.f
../../Block/nbpot.f:19:0:
JP = J - N
Warning: ‘jp’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o nbrest.o ../../Block/nbrest.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o nbsort.o ../../Block/nbsort.f
../../Block/nbsort.f:61:11:
IG = I*FAC
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
../../Block/nbsort.f:64:16:
INC = (NBLIST(IG) - I)*FAC
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
../../Block/nbsort.f:90:16:
INC = (I - NBLIST(IG))*FAC
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o nbtide.o ../../Block/nbtide.f
../../Block/nbsort.f:42:0:
LP(LMIN) = LP(LMIN) + 1
Warning: ‘lmin’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o newreg.o ../../Block/newreg.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o newsys.o ../../Block/newsys.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o newtev.o ../../Block/newtev.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o newton.o ../../Block/newton.f
../../Block/newtev.f:58:0:
WRITE (6,12) NAME(N+IPAIR), NAME(I), IM
Warning: ‘i’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o nstab.o ../../Block/nstab.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o ntint.o ../../Block/ntint.f
../../Block/nstab.f:276:8:
real*8 function acosh(x)
1
Warning: ‘acosh’ declared at (1) is also the name of an intrinsic. It can only be called via an explicit interface or if declared EXTERNAL. [-Wintrinsic-shadow]
../../Block/nstab.f:225:10:
n=sigma
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
../../Block/nstab.f:112:10:
n=sigma
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o offset.o ../../Block/offset.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o orbit.o ../../Block/orbit.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o output.o ../../Block/output.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o peri.o ../../Block/peri.f
../../Block/output.f:110:12:
NNB = FLOAT(NNB)/FLOAT(N - NPAIRS)
1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
../../Block/output.f:130:11:
I6 = TSTAR*TTOT
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
../../Block/output.f:144:17:
NEFF = ZMASS**2/SUM
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
../../Block/output.f:302:14:
AS(1) = TTOT
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:304:14:
AS(3) = RBAR
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:305:14:
AS(4) = ZMBAR
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:306:14:
AS(5) = RTIDE
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:307:14:
AS(6) = TIDAL(4)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:308:14:
AS(7) = RDENS(1)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:309:14:
AS(8) = RDENS(2)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:310:14:
AS(9) = RDENS(3)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:311:15:
AS(10) = TTOT/TCR
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:312:15:
AS(11) = TSTAR
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:313:15:
AS(12) = VSTAR
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:314:15:
AS(13) = RC
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:316:15:
AS(15) = VC
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:317:15:
AS(16) = RHOM
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:318:15:
AS(17) = CMAX
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:319:15:
AS(18) = RSCALE
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:320:15:
AS(19) = RSMIN
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:321:15:
AS(20) = DMIN1
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:332:21:
BODYS(I) = BODY(I)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:334:24:
XS(K,I) = X(K,I)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:335:24:
VS(K,I) = XDOT(K,I)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:362:38:
BODYS(JG) = CM(2,IM)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:363:38:
BODYS(J1) = CM(1,IM2)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:364:39:
BODYS(JG2) = CM(2,IM2)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:367:42:
BODYS(2*JP-1) = CM(3,IM)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:368:40:
BODYS(2*JP) = CM(4,IM)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:369:39:
BODYS(JG2) = CM(2,IM2)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:373:38:
BODYS(JG) = CM(2,IM)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:374:39:
BODYS(JG2) = CM(2,IM2)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:377:42:
BODYS(2*JP-1) = CM(3,IM2)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:378:40:
BODYS(2*JP) = CM(4,IM2)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:387:26:
BODYS(J1) = CM(1,IM)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:388:25:
BODYS(J) = CM(2,IM)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:397:29:
XS(K,J1) = X1(K,1)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:398:29:
XS(K,J) = X1(K,2)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:399:29:
VS(K,J1) = V1(K,1)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:400:29:
VS(K,J) = V1(K,2)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:409:30:
BODYS(I1) = CM(3,IM)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:410:30:
BODYS(I2) = CM(4,IM)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:411:30:
BODYS(J2) = CM(2,IM)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:412:29:
BODYS(J) = CM(3,IM) + CM(4,IM)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:428:33:
XS(K,I1) = X1(K,3)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:429:34:
XS(K,I2) = X1(K,4)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:430:33:
VS(K,I1) = V1(K,3)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:431:34:
VS(K,I2) = V1(K,4)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:432:35:
XS(K,ICM2) = X(K,J2)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:433:35:
VS(K,ICM2) = XDOT(K,J2)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:476:25:
BODYS(I) = BODY(I)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:478:28:
XS(K,I) = X(K,I) - RG(K)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:479:28:
VS(K,I) = XDOT(K,I) - VG(K)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:484:22:
AS(K) = RG(K)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:485:24:
AS(K+3) = VG(K)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:486:24:
AS(K+6) = RDENS(K)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:488:19:
AS(10) = TTOT
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:489:19:
AS(11) = RBAR
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:490:19:
AS(12) = TSTAR
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:491:19:
AS(13) = VSTAR
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:512:29:
XS(K,NP) = (X(K,I) - RDENS(K))*RBAR
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:513:29:
VS(K,NP) = XDOT(K,I)*VSTAR
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:515:26:
BODYS(NP) = BODY(I)*SMU
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:522:29:
XS(K,NP) = (X(K,I) - RG(K) - RDENS(K))*RBAR
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:523:29:
VS(K,NP) = (XDOT(K,I) - VG(K))*VSTAR
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/output.f:525:26:
BODYS(NP) = BODY(I)*SMU
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o permit.o ../../Block/permit.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o pfac.o ../../Block/pfac.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o plpot1.o ../../Block/plpot1.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o pnpert2.o ../../Block/pnpert2.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o poti.o ../../Block/poti.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o premsf.o ../../Block/premsf.f
../../Block/premsf.f:11:16:
PRE3 = 7.432d-2 - 9.43d-2*M + 7.439d-2*M**2
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/premsf.f:14:16:
PRE1 = -4.00772d0 + 4.00772d0*M
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/premsf.f:15:16:
PRE2 = 8.5656d0 - 8.5656d0*M
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/premsf.f:16:16:
PRE3 = -4.50678d0 + 4.56118d0*M
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/premsf.f:19:16:
PRE1 = 1.60324d0 + 2.20401d0*M - 0.60433d0*M**2
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/premsf.f:21:16:
PRE2 = -4.56878d0 - 4.05305d0*M + 1.24575*M**2
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/premsf.f:23:16:
PRE3 = 3.01153 + 1.85745*M - 0.64290d0*M**2
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o proto_star.o ../../Block/proto_star.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o qpmod3.o ../../Block/qpmod3.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o qpmod4.o ../../Block/qpmod4.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o qtides.o ../../Block/qtides.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o quad.o ../../Block/quad.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o ran2.o ../../Block/ran2.f
../../Block/ran2.f:12:25:
*NTAB=32,NDIV=1+IMM1/NTAB,EPS=1.2d-7,RNMX=1.d0-EPS)
1
Warning: Integer division truncated to constant ‘67108861’ at (1) [-Winteger-division]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o rchain.o ../../Block/rchain.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o reflct.o ../../Block/reflct.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o regint.o ../../Block/regint.f
../../Block/regint.f:208:13:
30 NNB2 = 0.9*NNBMAX
1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
../../Block/regint.f:271:12:
NBP = A3
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o remove.o ../../Block/remove.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o rename.o ../../Block/rename.f
../../Block/rename.f:1:23:
SUBROUTINE RENAME
1
Warning: ‘rename’ declared at (1) is also the name of an intrinsic. It can only be called via an explicit interface or if declared EXTERNAL. [-Wintrinsic-shadow]
../../Block/regint.f:367:0:
ETIDE = ETIDE + BODY(I)*(0.5*W2DOT*DTR - WDOT)*DTR
Warning: ‘wdot’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/regint.f:367:0: Warning: ‘w2dot’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o reset.o ../../Block/reset.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o reset2.o ../../Block/reset2.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o resolv.o ../../Block/resolv.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o rkint.o ../../Block/rkint.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o rl.o ../../Block/rl.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o roche.o ../../Block/roche.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o rpmax.o ../../Block/rpmax.f
../../Block/rpmax.f:1:47:
REAL*8 FUNCTION RPMAX(M1,M2,VSTAR,DV,PERI)
1
Warning: Unused dummy argument ‘peri’ at (1) [-Wunused-dummy-argument]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o rpmax2.o ../../Block/rpmax2.f
../../Block/rpmax2.f:20:16:
R21 = R2/R1
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/rpmax2.f:25:16:
R21 = R1/R2
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/rpmax2.f:35:19:
PP = B(1)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/rpmax2.f:38:19:
PP = B(2)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/rpmax2.f:45:10:
Z = P(1) + (R21**5/M21**2)*P(2)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o rpmin.o ../../Block/rpmin.f
../../Block/rpmin.f:1:46:
REAL*8 FUNCTION RPMIN(M1,M2,VSTAR,H,PERI)
1
Warning: Unused dummy argument ‘peri’ at (1) [-Wunused-dummy-argument]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o rsort.o ../../Block/rsort.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o search.o ../../Block/search.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o setup.o ../../Block/setup.f
../../Block/setup.f:434:11:
1 V1=2.*RAN2(IDUM)-1.
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/setup.f:435:11:
V2=2.*RAN2(IDUM)-1.
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../Block/setup.f:460:14:
NCALL = 1000 + 100.0/RI**2
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
../../Block/setup.f:506:14:
NCALL = 1000 + 100.0/RI**2
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o setup2.o ../../Block/setup2.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o shrink.o ../../Block/shrink.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o sort1.o ../../Block/sort1.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o spinup.o ../../Block/spinup.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o spiral.o ../../Block/spiral.f
../../Block/spiral.f:269:14:
nstep = 1 + 100.0*sqrt(ABS(time - time0)/taux)
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
../../Block/spiral.f:292:22:
nstep = 500*(1.0 + 100.0/TC)
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o stability.o ../../Block/stability.f
../../Block/stability.f:1:49:
real*8 function stability(mm1,mm2,mm3,ein,eout,inc)
1
Warning: Unused dummy argument ‘ein’ at (1) [-Wunused-dummy-argument]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o stabl3.o ../../Block/stabl3.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o stabl4.o ../../Block/stabl4.f
../../Block/spiral.f:352:0:
& 0.21*MC2/SMU*RC2**2)*spin2
Warning: ‘rc2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/spiral.f:518:0:
& 0.21*MC1/SMU*RC1**2)*meanmotion
Warning: ‘rc1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o stablz.o ../../Block/stablz.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o star.o ../../Block/star.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o start3.o ../../Block/start3.f
../../Block/star.f:309:0:
tn = tscls(1) + tgb*((mt - mc1)/(mc2 - mc1))
Warning: ‘tgb’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/start3.f:281:0:
IF (ITERM.LT.0) THEN
Warning: ‘iterm’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/start3.f:201:0:
X(K,J) = X3(K,LL) + CM(K)
Warning: ‘imin’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o start4.o ../../Block/start4.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o status.o ../../Block/status.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o stepi.o ../../Block/stepi.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o stepk.o ../../Block/stepk.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o steps.o ../../Block/steps.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o stumpf.o ../../Block/stumpf.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o subint.o ../../Block/subint.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o subsys.o ../../Block/subsys.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o sweep.o ../../Block/sweep.f
../../Block/subsys.f:64:0:
ICOMP = JLIST(LX)
Warning: ‘lx’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/sweep.f:32:0:
JMIN = J
Warning: ‘jmin’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o synch.o ../../Block/synch.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o tail0.o ../../Block/tail0.f
../../Block/synch.f:343:14:
nstep = 1 + 100.0*sqrt(ABS(time - time0)/taux)
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o tcirc.o ../../Block/tcirc.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o tides.o ../../Block/tides.f
../../Block/tides.f:44:19:
R2 = RATIO(K)**2
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o tides2.o ../../Block/tides2.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o tides3.o ../../Block/tides3.f
../../Block/tides3.f:1:48:
SUBROUTINE TIDES3(QPERI,M1,M2,VSTAR,HI,ECC,DE)
1
Warning: Unused dummy argument ‘ecc’ at (1) [-Wunused-dummy-argument]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o touch.o ../../Block/touch.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o tperi.o ../../Block/tperi.f
../../Block/synch.f:435:0:
& 0.21*MC2/SMU*RC2**2)*spin2
Warning: ‘rc2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/synch.f:429:0:
& 0.21*MC1/SMU*RC1**2)*spin1
Warning: ‘rc1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o tpert.o ../../Block/tpert.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o trans3.o ../../Block/trans3.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o trans4.o ../../Block/trans4.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o trdot.o ../../Block/trdot.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o trdot2.o ../../Block/trdot2.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o trflow.o ../../Block/trflow.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o triple.o ../../Block/triple.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o tstab.o ../../Block/tstab.f
../../Block/tstab.f:23:15:
NK = 1 + 10.0*ECC1/(1.0 - ECC1)
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o tstep.o ../../Block/tstep.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o units.o ../../Block/units.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o unpert.o ../../Block/unpert.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o update.o ../../Block/update.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o verify.o ../../Block/verify.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o xtrnl0.o ../../Block/xtrnl0.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o xtrnld.o ../../Block/xtrnld.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o xtrnlf.o ../../Block/xtrnlf.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o xtrnlp.o ../../Block/xtrnlp.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o xtrnlt.o ../../Block/xtrnlt.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o xtrnlv.o ../../Block/xtrnlv.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o xvpred.o ../../Block/xvpred.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o zare.o ../../Block/zare.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o zcnsts.o ../../Block/zcnsts.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o zero.o ../../Block/zero.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o zfuncs.o ../../Block/zfuncs.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o kstran2.o ../../Block/kstran2.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o qstab.o ../../Block/qstab.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o arc.o ../../ARchain/arc.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o cfuncs.o ../../ARchain/cfuncs.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o chain.o ../../ARchain/chain.f
f951: Warning: Nonconforming tab character in column 1 of line 1187 [-Wtabs]
../../ARchain/arc.f:1878:9:
kp=dtime/period
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
../../ARchain/arc.f:1743:27:
& gom,energyj,energrj)
1
Warning: Unused dummy argument ‘energrj’ at (1) [-Wunused-dummy-argument]
../../ARchain/arc.f:1658:27:
& gom,energyj,energrj,ind)
1
Warning: Unused dummy argument ‘energrj’ at (1) [-Wunused-dummy-argument]
../../ARchain/arc.f:359:11:
& (dT,Va,spina,acc,dcmv,df,dfGR,dspin)
1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
../../Block/zfuncs.f:882:0:
real*8 lam1,lam2,m1,logm,logl
Warning: ‘lam2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../Block/zfuncs.f:957:0:
celamf = lam2 + sqrt(menv)*(lam1 - lam2)
Warning: ‘lam1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o chstab.o ../../ARchain/chstab.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o cstab2.o ../../ARchain/cstab2.f
../../ARchain/cstab2.f:101:0:
& SEMI, SEMI1, PCRIT/PMIN, 180.*ALPHA/3.14
Warning: ‘pcrit’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o cstab4.o ../../ARchain/cstab4.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o emax1.o ../../ARchain/emax1.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o erel.o ../../ARchain/erel.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o grbin.o ../../ARchain/grbin.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o hpsort.o ../../ARchain/hpsort.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o inclin.o ../../ARchain/inclin.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o ksphys.o ../../ARchain/ksphys.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o physks.o ../../ARchain/physks.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o pnpert.o ../../ARchain/pnpert.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o r2sort.o ../../ARchain/r2sort.f
../../ARchain/pnpert.f:90:0:
& +.25d0*(147+188*eta)*(m/r)*rd**2-15/4.*(19+2*eta)*vv*rd**2)
Warning: ‘vv’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o absorb.o ../../ARint/absorb.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o bhstab.o ../../ARint/bhstab.f
../../ARint/bhstab.f:42:22:
ISTAB = PMIN/SEMIGR
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o bhstat.o ../../ARint/bhstat.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o chdata.o ../../ARint/chdata.f
../../ARint/chdata.f:35:21:
BODYJ(I) = BODYC(I)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../ARint/chdata.f:38:24:
XJ(K,I) = XCH(LK) + X(K,ICH)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../../ARint/chdata.f:39:24:
VJ(K,I) = VCH(LK) + XDOT(K,ICH)
1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o chfind.o ../../ARint/chfind.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o chfirr.o ../../ARint/chfirr.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o chinit.o ../../ARint/chinit.f
f951: Warning: Nonconforming tab character in column 1 of line 167 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 168 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 172 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 225 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 226 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 230 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 254 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 255 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 259 [-Wtabs]
../../ARint/chfirr.f:1:28:
SUBROUTINE CHFIRR(I,IR,XI,XIDOT,FIRR,FD)
1
Warning: Unused dummy argument ‘ir’ at (1) [-Wunused-dummy-argument]
../../ARint/chinit.f:118:0:
RLK2 = (X4(1,L) - X4(1,K))**2 + (X4(2,L) - X4(2,K))**2 +
Warning: ‘rlk2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../ARint/chinit.f:140:0:
ICH = JLIST(LX)
Warning: ‘lx’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o chlist.o ../../ARint/chlist.f
../../ARint/chlist.f:1:26:
SUBROUTINE CHLIST(II)
1
Warning: Unused dummy argument ‘ii’ at (1) [-Wunused-dummy-argument]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o chmod.o ../../ARint/chmod.f
../../ARint/chmod.f:1:22:
SUBROUTINE CHMOD(ISUB,KCASE,IESC,JESC)
1
Warning: ‘chmod’ declared at (1) is also the name of an intrinsic. It can only be called via an explicit interface or if declared EXTERNAL. [-Wintrinsic-shadow]
../../ARint/chmod.f:1077:5:
99 CONTINUE
1
Warning: Label 99 at (1) defined but not used
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o chpert.o ../../ARint/chpert.f
../../ARint/chpert.f:126:0:
IF (I.EQ.I1.OR.I.EQ.I2) GO TO 30
Warning: ‘i2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../ARint/chpert.f:126:0: Warning: ‘i1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o chpot.o ../../ARint/chpot.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o chterm2.o ../../ARint/chterm2.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o chterm.o ../../ARint/chterm.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o const.o ../../ARint/const.f
../../ARint/chmod.f:1064:0:
WRITE (6,48) NAMEC(IESC),NAMEC(JESC), 1.0/RINV(IBIN)
Warning: ‘ibin’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../ARint/chmod.f:53:0:
RJMIN2 = RIJ2
Warning: ‘rjmin2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o cpertj.o ../../ARint/cpertj.f
../../ARint/cpertj.f:80:0:
IF (I.EQ.I1.OR.I.EQ.I2) GO TO 30
Warning: ‘i2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../ARint/cpertj.f:80:0: Warning: ‘i1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o cpertx.o ../../ARint/cpertx.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o decorr.o ../../ARint/decorr.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o expel2.o ../../ARint/expel2.f
../../ARint/cpertx.f:73:0:
IF (I.EQ.I1.OR.I.EQ.I2) GO TO 10
Warning: ‘i2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../../ARint/cpertx.f:86:0:
IF (I.EQ.I1.OR.I.EQ.I2) GO TO 30
Warning: ‘i1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o fchain.o ../../ARint/fchain.f
f951: Warning: Nonconforming tab character in column 1 of line 173 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 174 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 178 [-Wtabs]
../../ARint/fchain.f:1:28:
SUBROUTINE FCHAIN(I,IR,XI,XIDOT,FIRR,FD)
1
Warning: Unused dummy argument ‘ir’ at (1) [-Wunused-dummy-argument]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o ffdot.o ../../ARint/ffdot.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o ghost.o ../../ARint/ghost.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o infall.o ../../ARint/infall.f
../../ARint/infall.f:24:19:
REAL*8 G0(3),RVEC(3),VVEC(3)
1
Warning: Unused variable ‘g0’ declared at (1) [-Wunused-variable]
../../ARint/infall.f:1:37:
SUBROUTINE INFALL(IBH,IESC,NBH2,ISUB)
1
Warning: Unused dummy argument ‘nbh2’ at (1) [-Wunused-dummy-argument]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o inject.o ../../ARint/inject.f
../../ARint/inject.f:25:5:
1 RX = 1.0
1
Warning: Label 1 at (1) defined but not used
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o kcpert.o ../../ARint/kcpert.f
f951: Warning: Nonconforming tab character in column 1 of line 164 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 165 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 169 [-Wtabs]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o reduce.o ../../ARint/reduce.f
../../ARint/infall.f:109:0:
VI2 = VI2 + (XDOT4(K,IESC) - XDOT4(K,LX))**2
Warning: ‘vi2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o reinit.o ../../ARint/reinit.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o renew.o ../../ARint/renew.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o setsys.o ../../ARint/setsys.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o tchain.o ../../ARint/tchain.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o xcpred.o ../../ARint/xcpred.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o xtpert2.o ../../ARint/xtpert2.f
gfortran -fPIC -Wall -O3 -ffast-math -march=core2 -mavx -c -o xtpert.o ../../ARint/xtpert.f
gfortran -lstdc++ -fopenmp -B /usr/share/libhugetlbfs -Wl,--hugetlbfs-link=B -Wall -O3 -ffast-math -march=core2 -mavx adjust.o assess.o bindat.o binev.o binout.o binpop.o block.o bodies.o brake.o brake2.o brake3.o brake4.o bsetid.o chaos.o chaos0.o check.o checkl.o chrect.o circ.o clint.o cloud.o cloud0.o cmbody.o cmcorr.o cmfirr.o cmfreg.o coal.o comenv.o core.o corerd.o cputim.o data.o decide.o define.o deform.o deform2.o degen.o delay.o derqp3.o derqp4.o dgcore.o difsy3.o difsy4.o dtchck.o eccmod.o ecirc.o edot.o efac2.o efac3.o endreg.o energy.o erel3.o erel4.o escape.o events.o evolve.o expand.o expand2.o expel.o extend.o fbulge.o fclose.o fcloud.o fcorr.o fdisk.o fhalo.o ficorr.o findj.o findm.o flyby.o fnuc.o fpcorr.o fpert.o fpoly1.o fpoly2.o freeze.o gcinit.o gcint.o giant.o giant3.o gntage.o grrad.o hcorr.o hiarch.o hicirc.o hidat.o higrow.o himax.o himax2.o himod.o hipop.o hirect.o histab.o hivel.o hmdot.o hmdot2.o hotsys.o hrdiag.o hrplot.o hut.o hut2.o iblock.o ichain.o imf.o imf2.o imfbd.o impact.o induce.o inext.o input.o insert.o instar.o intgrt.o intide.o jacobi.o kepler.o kick.o kick2.o kozai.o ksapo.o kscorr.o ksin2.o ksinit.o ksint.o ksintp.o kslist.o ksmod.o ksperi.o kspert2.o kspoly.o kspred.o ksrect.o ksreg.o ksres.o ksres2.o ksrot.o ksterm.o kstide.o lagr.o lagr2.o levels.o magbrk.o matrix.o mdot.o merge.o merge2.o mix.o mloss.o mlwind.o modify.o mrenv.o mtrace.o mydump.o nbhist.o nbint.o nblist.o nbody6.o nbpot.o nbrem.o nbrest.o nbsort.o nbtide.o newreg.o newsys.o newtev.o newton.o nstab.o ntint.o offset.o orbit.o output.o peri.o permit.o pfac.o plpot1.o pnpert2.o poti.o premsf.o proto_star.o qpmod3.o qpmod4.o qtides.o quad.o ran2.o rchain.o reflct.o regint.o remove.o rename.o reset.o reset2.o resolv.o rkint.o rl.o roche.o rpmax.o rpmax2.o rpmin.o rsort.o scale.o search.o setup.o setup2.o shrink.o sort1.o spinup.o spiral.o stability.o stabl3.o stabl4.o stablz.o star.o start.o start3.o start4.o status.o stepi.o stepk.o steps.o stumpf.o subint.o subsys.o swap.o sweep.o synch.o tail0.o tcirc.o tides.o tides2.o tides3.o touch.o tperi.o tpert.o trans3.o trans4.o trdot.o trdot2.o trflow.o triple.o tstab.o tstep.o units.o unpert.o update.o verify.o xtrnl0.o xtrnld.o xtrnlf.o xtrnlp.o xtrnlt.o xtrnlv.o xvpred.o zare.o zcnsts.o zero.o zfuncs.o kstran2.o qstab.o arc.o cfuncs.o chain.o chstab.o cstab2.o cstab4.o emax1.o erel.o grbin.o hpsort.o inclin.o ksphys.o physks.o pnpert.o r2sort.o absorb.o bhstab.o bhstat.o chdata.o chfind.o chfirr.o chinit.o chlist.o chmod.o chpert.o chpot.o chterm2.o chterm.o const.o cpertj.o cpertx.o decorr.o expel2.o fchain.o ffdot.o ghost.o infall.o inject.o kcpert.o reduce.o reinit.o renew.o setsys.o tchain.o xcpred.o xtpert2.o xtpert.o check3.o checkl2.o cmfirr2.o energy2.o fpcorr2.o gpucor.o jpred2.o jpred.o ksres3.o nbintp.o phicor.o repair.o sweep2.o bhplot.o fpoly0.o kspinit.o kspreg.o gpuirr.o gpunb.o gpupot.o wtime.o cnbint.o cxvpred.o -o nbody6
ld.hugetlbfs: --hugetlbfs-link is deprecated. Migrate to --hugetlbfs-align.
/usr/bin/ld: gpuirr.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status
/home/shrx/fortran/testi/Nbody6/GPU2/Makefile.build:151: recipe for target 'sse' failed
make[1]: *** [sse] Error 1
make[1]: Leaving directory '/home/shrx/fortran/testi/Nbody6/GPU2/Build'
Makefile:68: recipe for target 'avx' failed
make: *** [avx] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment