[CIG-SEISMO] Can't install newer version

Manos Klouvidakis manosdor2013 at gmail.com
Wed Oct 19 02:35:43 PDT 2016


I tried to install the new version of sw4 but I had some errors in one
of the codes.


I attached the file with errors in order to tell me how i will solve this.


Thanks in advance,


Manos Klouvidakis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.geodynamics.org/pipermail/cig-seismo/attachments/20161019/81d5ffcf/attachment-0001.html>
-------------- next part --------------
[root at localhost sw4v1.9]# make
/bin/mkdir -p optimize
cd optimize; g++ -O -I../src -c ../src/main.C 
/bin/mkdir -p optimize
cd optimize; g++ -O -I../src -c ../src/EW.C 
/bin/mkdir -p optimize
cd optimize; g++ -O -I../src -c ../src/Sarray.C 
cd optimize; g++ -O -I../src -DEW_MADEBY=\"root\"  -DEW_OPT_LEVEL=\"OPTIMIZE\" -DEW_COMPILER=\""/usr/bin/g++"\" -DEW_LIBDIR=\"/lib\" -DEW_INCDIR=\"/include\" -DEW_HOSTNAME=\""localhost.localdomain"\" -DEW_WHEN=\""Sun Oct 16 20:46:15 EEST 2016"\" -c ../src/version.C
/bin/mkdir -p optimize
cd optimize; g++ -O -I../src -c ../src/parseInputFile.C 
/bin/mkdir -p optimize
cd optimize; g++ -O -I../src -c ../src/ForcingTwilight.C 
/bin/mkdir -p optimize
cd optimize; g++ -O -I../src -c ../src/curvilinearGrid.C 
/bin/mkdir -p optimize
cd optimize; f77 -O2 -c ../src/boundaryOp.f
/bin/mkdir -p optimize
cd optimize; f77 -O2 -c ../src/bcfort.f
/bin/mkdir -p optimize
cd optimize; f77 -O2 -c ../src/twilightfort.f
/bin/mkdir -p optimize
cd optimize; f77 -O2 -c ../src/rhs4th3fort.f
/bin/mkdir -p optimize
cd optimize; g++ -O -I../src -c ../src/parallelStuff.C 
/bin/mkdir -p optimize
cd optimize; g++ -O -I../src -c ../src/Source.C 
/bin/mkdir -p optimize
cd optimize; g++ -O -I../src -c ../src/MaterialProperty.C 
/bin/mkdir -p optimize
cd optimize; g++ -O -I../src -c ../src/MaterialData.C 
/bin/mkdir -p optimize
cd optimize; g++ -O -I../src -c ../src/material.C 
/bin/mkdir -p optimize
cd optimize; g++ -O -I../src -c ../src/setupRun.C 
/bin/mkdir -p optimize
cd optimize; g++ -O -I../src -c ../src/solve.C 
/bin/mkdir -p optimize
cd optimize; f77 -O2 -c ../src/solerr3.f
/bin/mkdir -p optimize
cd optimize; g++ -O -I../src -c ../src/Parallel_IO.C 
/bin/mkdir -p optimize
cd optimize; g++ -O -I../src -c ../src/Image.C 
/bin/mkdir -p optimize
cd optimize; g++ -O -I../src -c ../src/GridPointSource.C 
/bin/mkdir -p optimize
cd optimize; g++ -O -I../src -c ../src/MaterialBlock.C 
/bin/mkdir -p optimize
cd optimize; f77 -O2 -c ../src/testsrc.f
/bin/mkdir -p optimize
cd optimize; g++ -O -I../src -c ../src/TimeSeries.C 
/bin/mkdir -p optimize
cd optimize; g++ -O -I../src -c ../src/sacsubc.C 
/bin/mkdir -p optimize
cd optimize; g++ -O -I../src -c ../src/SuperGrid.C 
/bin/mkdir -p optimize
cd optimize; f77 -O2 -c ../src/addsgd.f
../src/addsgd.f: In subroutine `addsgd4':
../src/addsgd.f:38: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                        1
../src/addsgd.f:48: (continued):
           real*8  u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                       2
Invalid declaration of or reference to symbol `ifirst' at (2) [initially seen at (1)]
../src/addsgd.f:38: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                1
../src/addsgd.f:48: (continued):
           real*8  u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                              2
Invalid declaration of or reference to symbol `ilast' at (2) [initially seen at (1)]
../src/addsgd.f:38: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                       1
../src/addsgd.f:48: (continued):
           real*8  u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                                    2
Invalid declaration of or reference to symbol `jfirst' at (2) [initially seen at (1)]
../src/addsgd.f:38: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                               1
../src/addsgd.f:48: (continued):
           real*8  u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                                           2
Invalid declaration of or reference to symbol `jlast' at (2) [initially seen at (1)]
../src/addsgd.f:38: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                                      1
../src/addsgd.f:48: (continued):
           real*8  u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                                                 2
Invalid declaration of or reference to symbol `kfirst' at (2) [initially seen at (1)]
../src/addsgd.f:38: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                                              1
../src/addsgd.f:48: (continued):
           real*8  u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                                                        2
Invalid declaration of or reference to symbol `klast' at (2) [initially seen at (1)]
../src/addsgd.f:38: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                        1
../src/addsgd.f:55: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                   2
Invalid declaration of or reference to symbol `ifirst' at (2) [initially seen at (1)]
../src/addsgd.f:38: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                1
../src/addsgd.f:55: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                           2
Invalid declaration of or reference to symbol `ilast' at (2) [initially seen at (1)]
../src/addsgd.f:38: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                       1
../src/addsgd.f:55: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                                  2
Invalid declaration of or reference to symbol `jfirst' at (2) [initially seen at (1)]
../src/addsgd.f:38: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                               1
../src/addsgd.f:55: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                                          2
Invalid declaration of or reference to symbol `jlast' at (2) [initially seen at (1)]
../src/addsgd.f:38: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                                      1
../src/addsgd.f:55: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                                                 2
Invalid declaration of or reference to symbol `kfirst' at (2) [initially seen at (1)]
../src/addsgd.f:38: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                                              1
../src/addsgd.f:55: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                                                         2
Invalid declaration of or reference to symbol `klast' at (2) [initially seen at (1)]
../src/addsgd.f:36: 
           subroutine addsgd4( dt, h, up, u, um, rho, 
                                      1
../src/addsgd.f:65: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `up' at (2) [initially seen at (1)]
../src/addsgd.f:36: 
           subroutine addsgd4( dt, h, up, u, um, rho, 
                                          1
../src/addsgd.f:65: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `u' at (2) [initially seen at (1)]
../src/addsgd.f:36: 
           subroutine addsgd4( dt, h, up, u, um, rho, 
                                             1
../src/addsgd.f:65: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `um' at (2) [initially seen at (1)]
../src/addsgd.f:36: 
           subroutine addsgd4( dt, h, up, u, um, rho, 
                                                 1
../src/addsgd.f:65: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `rho' at (2) [initially seen at (1)]
../src/addsgd.f:37: 
        *               dcx, dcy, dcz, strx, stry, strz, cox, coy, coz, 
                        1
../src/addsgd.f:65: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `dcx' at (2) [initially seen at (1)]
../src/addsgd.f:37: 
        *               dcx, dcy, dcz, strx, stry, strz, cox, coy, coz, 
                             1
../src/addsgd.f:65: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `dcy' at (2) [initially seen at (1)]
../src/addsgd.f:37: 
        *               dcx, dcy, dcz, strx, stry, strz, cox, coy, coz, 
                                  1
../src/addsgd.f:65: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `dcz' at (2) [initially seen at (1)]
../src/addsgd.f:37: 
        *               dcx, dcy, dcz, strx, stry, strz, cox, coy, coz, 
                                       1
../src/addsgd.f:65: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `strx' at (2) [initially seen at (1)]
../src/addsgd.f:37: 
        *               dcx, dcy, dcz, strx, stry, strz, cox, coy, coz, 
                                             1
../src/addsgd.f:65: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `stry' at (2) [initially seen at (1)]
../src/addsgd.f:37: 
        *               dcx, dcy, dcz, strx, stry, strz, cox, coy, coz, 
                                                   1
../src/addsgd.f:65: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `strz' at (2) [initially seen at (1)]
../src/addsgd.f:37: 
        *               dcx, dcy, dcz, strx, stry, strz, cox, coy, coz, 
                                                         1
../src/addsgd.f:65: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `cox' at (2) [initially seen at (1)]
../src/addsgd.f:37: 
        *               dcx, dcy, dcz, strx, stry, strz, cox, coy, coz, 
                                                              1
../src/addsgd.f:65: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `coy' at (2) [initially seen at (1)]
../src/addsgd.f:37: 
        *               dcx, dcy, dcz, strx, stry, strz, cox, coy, coz, 
                                                                   1
../src/addsgd.f:65: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `coz' at (2) [initially seen at (1)]
../src/addsgd.f: In subroutine `addsgd6':
../src/addsgd.f:137: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                        1
../src/addsgd.f:147: (continued):
           real*8 u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                      2
Invalid declaration of or reference to symbol `ifirst' at (2) [initially seen at (1)]
../src/addsgd.f:137: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                1
../src/addsgd.f:147: (continued):
           real*8 u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                             2
Invalid declaration of or reference to symbol `ilast' at (2) [initially seen at (1)]
../src/addsgd.f:137: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                       1
../src/addsgd.f:147: (continued):
           real*8 u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                                   2
Invalid declaration of or reference to symbol `jfirst' at (2) [initially seen at (1)]
../src/addsgd.f:137: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                               1
../src/addsgd.f:147: (continued):
           real*8 u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                                          2
Invalid declaration of or reference to symbol `jlast' at (2) [initially seen at (1)]
../src/addsgd.f:137: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                                      1
../src/addsgd.f:147: (continued):
           real*8 u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                                                2
Invalid declaration of or reference to symbol `kfirst' at (2) [initially seen at (1)]
../src/addsgd.f:137: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                                              1
../src/addsgd.f:147: (continued):
           real*8 u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                                                       2
Invalid declaration of or reference to symbol `klast' at (2) [initially seen at (1)]
../src/addsgd.f:137: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                        1
../src/addsgd.f:154: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                   2
Invalid declaration of or reference to symbol `ifirst' at (2) [initially seen at (1)]
../src/addsgd.f:137: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                1
../src/addsgd.f:154: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                           2
Invalid declaration of or reference to symbol `ilast' at (2) [initially seen at (1)]
../src/addsgd.f:137: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                       1
../src/addsgd.f:154: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                                  2
Invalid declaration of or reference to symbol `jfirst' at (2) [initially seen at (1)]
../src/addsgd.f:137: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                               1
../src/addsgd.f:154: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                                          2
Invalid declaration of or reference to symbol `jlast' at (2) [initially seen at (1)]
../src/addsgd.f:137: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                                      1
../src/addsgd.f:154: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                                                 2
Invalid declaration of or reference to symbol `kfirst' at (2) [initially seen at (1)]
../src/addsgd.f:137: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                                              1
../src/addsgd.f:154: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                                                         2
Invalid declaration of or reference to symbol `klast' at (2) [initially seen at (1)]
../src/addsgd.f:135: 
           subroutine addsgd6( dt, h, up, u, um, rho, 
                                      1
../src/addsgd.f:164: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `up' at (2) [initially seen at (1)]
../src/addsgd.f:135: 
           subroutine addsgd6( dt, h, up, u, um, rho, 
                                          1
../src/addsgd.f:164: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `u' at (2) [initially seen at (1)]
../src/addsgd.f:135: 
           subroutine addsgd6( dt, h, up, u, um, rho, 
                                             1
../src/addsgd.f:164: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `um' at (2) [initially seen at (1)]
../src/addsgd.f:135: 
           subroutine addsgd6( dt, h, up, u, um, rho, 
                                                 1
../src/addsgd.f:164: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `rho' at (2) [initially seen at (1)]
../src/addsgd.f:136: 
        *               dcx, dcy, dcz, strx, stry, strz, cox, coy, coz, 
                        1
../src/addsgd.f:164: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `dcx' at (2) [initially seen at (1)]
../src/addsgd.f:136: 
        *               dcx, dcy, dcz, strx, stry, strz, cox, coy, coz, 
                             1
../src/addsgd.f:164: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `dcy' at (2) [initially seen at (1)]
../src/addsgd.f:136: 
        *               dcx, dcy, dcz, strx, stry, strz, cox, coy, coz, 
                                  1
../src/addsgd.f:164: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `dcz' at (2) [initially seen at (1)]
../src/addsgd.f:136: 
        *               dcx, dcy, dcz, strx, stry, strz, cox, coy, coz, 
                                       1
../src/addsgd.f:164: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `strx' at (2) [initially seen at (1)]
../src/addsgd.f:136: 
        *               dcx, dcy, dcz, strx, stry, strz, cox, coy, coz, 
                                             1
../src/addsgd.f:164: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `stry' at (2) [initially seen at (1)]
../src/addsgd.f:136: 
        *               dcx, dcy, dcz, strx, stry, strz, cox, coy, coz, 
                                                   1
../src/addsgd.f:164: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `strz' at (2) [initially seen at (1)]
../src/addsgd.f:136: 
        *               dcx, dcy, dcz, strx, stry, strz, cox, coy, coz, 
                                                         1
../src/addsgd.f:164: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `cox' at (2) [initially seen at (1)]
../src/addsgd.f:136: 
        *               dcx, dcy, dcz, strx, stry, strz, cox, coy, coz, 
                                                              1
../src/addsgd.f:164: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `coy' at (2) [initially seen at (1)]
../src/addsgd.f:136: 
        *               dcx, dcy, dcz, strx, stry, strz, cox, coy, coz, 
                                                                   1
../src/addsgd.f:164: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `coz' at (2) [initially seen at (1)]
../src/addsgd.f: In subroutine `addsgd4c':
../src/addsgd.f:230: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                        1
../src/addsgd.f:240: (continued):
           real*8 u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                      2
Invalid declaration of or reference to symbol `ifirst' at (2) [initially seen at (1)]
../src/addsgd.f:230: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                1
../src/addsgd.f:240: (continued):
           real*8 u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                             2
Invalid declaration of or reference to symbol `ilast' at (2) [initially seen at (1)]
../src/addsgd.f:230: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                       1
../src/addsgd.f:240: (continued):
           real*8 u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                                   2
Invalid declaration of or reference to symbol `jfirst' at (2) [initially seen at (1)]
../src/addsgd.f:230: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                               1
../src/addsgd.f:240: (continued):
           real*8 u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                                          2
Invalid declaration of or reference to symbol `jlast' at (2) [initially seen at (1)]
../src/addsgd.f:230: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                                      1
../src/addsgd.f:240: (continued):
           real*8 u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                                                2
Invalid declaration of or reference to symbol `kfirst' at (2) [initially seen at (1)]
../src/addsgd.f:230: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                                              1
../src/addsgd.f:240: (continued):
           real*8 u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                                                       2
Invalid declaration of or reference to symbol `klast' at (2) [initially seen at (1)]
../src/addsgd.f:230: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                        1
../src/addsgd.f:247: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                   2
Invalid declaration of or reference to symbol `ifirst' at (2) [initially seen at (1)]
../src/addsgd.f:230: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                1
../src/addsgd.f:247: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                           2
Invalid declaration of or reference to symbol `ilast' at (2) [initially seen at (1)]
../src/addsgd.f:230: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                       1
../src/addsgd.f:247: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                                  2
Invalid declaration of or reference to symbol `jfirst' at (2) [initially seen at (1)]
../src/addsgd.f:230: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                               1
../src/addsgd.f:247: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                                          2
Invalid declaration of or reference to symbol `jlast' at (2) [initially seen at (1)]
../src/addsgd.f:230: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                                      1
../src/addsgd.f:247: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                                                 2
Invalid declaration of or reference to symbol `kfirst' at (2) [initially seen at (1)]
../src/addsgd.f:230: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                                              1
../src/addsgd.f:247: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                                                         2
Invalid declaration of or reference to symbol `klast' at (2) [initially seen at (1)]
../src/addsgd.f:228: 
           subroutine addsgd4c( dt, up, u, um, rho, 
                                    1
../src/addsgd.f:257: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `up' at (2) [initially seen at (1)]
../src/addsgd.f:228: 
           subroutine addsgd4c( dt, up, u, um, rho, 
                                        1
../src/addsgd.f:257: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `u' at (2) [initially seen at (1)]
../src/addsgd.f:228: 
           subroutine addsgd4c( dt, up, u, um, rho, 
                                           1
../src/addsgd.f:257: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `um' at (2) [initially seen at (1)]
../src/addsgd.f:228: 
           subroutine addsgd4c( dt, up, u, um, rho, 
                                               1
../src/addsgd.f:257: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `rho' at (2) [initially seen at (1)]
../src/addsgd.f:229: 
        *               dcx, dcy, strx, stry, jac, cox, coy,
                        1
../src/addsgd.f:257: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `dcx' at (2) [initially seen at (1)]
../src/addsgd.f:229: 
        *               dcx, dcy, strx, stry, jac, cox, coy,
                             1
../src/addsgd.f:257: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `dcy' at (2) [initially seen at (1)]
../src/addsgd.f:229: 
        *               dcx, dcy, strx, stry, jac, cox, coy,
                                  1
../src/addsgd.f:257: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `strx' at (2) [initially seen at (1)]
../src/addsgd.f:229: 
        *               dcx, dcy, strx, stry, jac, cox, coy,
                                        1
../src/addsgd.f:257: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `stry' at (2) [initially seen at (1)]
../src/addsgd.f:229: 
        *               dcx, dcy, strx, stry, jac, cox, coy,
                                              1
../src/addsgd.f:257: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `jac' at (2) [initially seen at (1)]
../src/addsgd.f:229: 
        *               dcx, dcy, strx, stry, jac, cox, coy,
                                                   1
../src/addsgd.f:257: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `cox' at (2) [initially seen at (1)]
../src/addsgd.f:229: 
        *               dcx, dcy, strx, stry, jac, cox, coy,
                                                        1
../src/addsgd.f:257: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `coy' at (2) [initially seen at (1)]
../src/addsgd.f: In subroutine `addsgd6c':
../src/addsgd.f:305: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                        1
../src/addsgd.f:315: (continued):
           real*8 u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                      2
Invalid declaration of or reference to symbol `ifirst' at (2) [initially seen at (1)]
../src/addsgd.f:305: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                1
../src/addsgd.f:315: (continued):
           real*8 u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                             2
Invalid declaration of or reference to symbol `ilast' at (2) [initially seen at (1)]
../src/addsgd.f:305: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                       1
../src/addsgd.f:315: (continued):
           real*8 u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                                   2
Invalid declaration of or reference to symbol `jfirst' at (2) [initially seen at (1)]
../src/addsgd.f:305: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                               1
../src/addsgd.f:315: (continued):
           real*8 u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                                          2
Invalid declaration of or reference to symbol `jlast' at (2) [initially seen at (1)]
../src/addsgd.f:305: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                                      1
../src/addsgd.f:315: (continued):
           real*8 u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                                                2
Invalid declaration of or reference to symbol `kfirst' at (2) [initially seen at (1)]
../src/addsgd.f:305: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                                              1
../src/addsgd.f:315: (continued):
           real*8 u(3,ifirst:ilast,jfirst:jlast,kfirst:klast)
                                                       2
Invalid declaration of or reference to symbol `klast' at (2) [initially seen at (1)]
../src/addsgd.f:305: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                        1
../src/addsgd.f:322: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                   2
Invalid declaration of or reference to symbol `ifirst' at (2) [initially seen at (1)]
../src/addsgd.f:305: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                1
../src/addsgd.f:322: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                           2
Invalid declaration of or reference to symbol `ilast' at (2) [initially seen at (1)]
../src/addsgd.f:305: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                       1
../src/addsgd.f:322: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                                  2
Invalid declaration of or reference to symbol `jfirst' at (2) [initially seen at (1)]
../src/addsgd.f:305: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                               1
../src/addsgd.f:322: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                                          2
Invalid declaration of or reference to symbol `jlast' at (2) [initially seen at (1)]
../src/addsgd.f:305: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                                      1
../src/addsgd.f:322: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                                                 2
Invalid declaration of or reference to symbol `kfirst' at (2) [initially seen at (1)]
../src/addsgd.f:305: 
        *               ifirst, ilast, jfirst, jlast, kfirst, klast, beta )
                                                              1
../src/addsgd.f:322: (continued):
           integer ifirst, ilast, jfirst, jlast, kfirst, klast
                                                         2
Invalid declaration of or reference to symbol `klast' at (2) [initially seen at (1)]
../src/addsgd.f:303: 
           subroutine addsgd6c( dt, up, u, um, rho, 
                                    1
../src/addsgd.f:332: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `up' at (2) [initially seen at (1)]
../src/addsgd.f:303: 
           subroutine addsgd6c( dt, up, u, um, rho, 
                                        1
../src/addsgd.f:332: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `u' at (2) [initially seen at (1)]
../src/addsgd.f:303: 
           subroutine addsgd6c( dt, up, u, um, rho, 
                                           1
../src/addsgd.f:332: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `um' at (2) [initially seen at (1)]
../src/addsgd.f:303: 
           subroutine addsgd6c( dt, up, u, um, rho, 
                                               1
../src/addsgd.f:332: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `rho' at (2) [initially seen at (1)]
../src/addsgd.f:304: 
        *               dcx, dcy, strx, stry, jac, cox, coy,
                        1
../src/addsgd.f:332: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `dcx' at (2) [initially seen at (1)]
../src/addsgd.f:304: 
        *               dcx, dcy, strx, stry, jac, cox, coy,
                             1
../src/addsgd.f:332: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `dcy' at (2) [initially seen at (1)]
../src/addsgd.f:304: 
        *               dcx, dcy, strx, stry, jac, cox, coy,
                                  1
../src/addsgd.f:332: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `strx' at (2) [initially seen at (1)]
../src/addsgd.f:304: 
        *               dcx, dcy, strx, stry, jac, cox, coy,
                                        1
../src/addsgd.f:332: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `stry' at (2) [initially seen at (1)]
../src/addsgd.f:304: 
        *               dcx, dcy, strx, stry, jac, cox, coy,
                                              1
../src/addsgd.f:332: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `jac' at (2) [initially seen at (1)]
../src/addsgd.f:304: 
        *               dcx, dcy, strx, stry, jac, cox, coy,
                                                   1
../src/addsgd.f:332: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `cox' at (2) [initially seen at (1)]
../src/addsgd.f:304: 
        *               dcx, dcy, strx, stry, jac, cox, coy,
                                                        1
../src/addsgd.f:332: (continued):
           if( beta .eq. 0d0 ) return;
           2
Invalid declaration of or reference to symbol `coy' at (2) [initially seen at (1)]
Makefile:203: recipe for target 'optimize/addsgd.o' failed
make: *** [optimize/addsgd.o] Error 1
[root at localhost sw4v1.9]# 


More information about the CIG-SEISMO mailing list