Questions and Answers

0 Like 0 Dislike

Cheng Chen

warning in compiling analysis.dll when compiling GEBT.exe
Dear author:
There are many warnings when I compile 'analysis.dll' with 'makeC_win,' but the 'analysis.dll' is finally generated.
I tried to calculate two examples, both of which can complete the calculation.          
I'd like to know the reason for this warning. Does it affect the calculation results? How to eliminate this warning.
The results of the operation in the CMD are as follows.
Thanks.

gfortran    -O3  -c GlobalDataFun.f90
gfortran   -O3  -c InternalData.f90
gfortran    -O3  -c TimeFunction.f90
gfortran   -O3  -c PrescribedCondition.f90
gfortran   -O3  -c Preprocess.f90
gfortran   -O3  -c Element.f90
gfortran    -O3  -c Member.f90
gfortran   -O3  -c System.f90
gfortran    -O3  -c Solve.f90
gfortran   -O3  -c blas.for
gfortran   -O3  -c lapack.for
gfortran   -O3  -c arpack.f
arpack.f:2242:33:
           call dvout (logfil, 1, rnorm0, ndigit,
                                 1
Warning: Rank mismatch in argument 'sx' at (1) (rank-1 and scalar) [-Wargument-mismatch]
arpack.f:2244:33:
           call dvout (logfil, 1, rnorm, ndigit,
                                 1
Warning: Rank mismatch in argument 'sx' at (1) (rank-1 and scalar) [-Wargument-mismatch]
arpack.f:2275:32:
          call dvout (logfil, 1, rnorm, ndigit,
                                1
Warning: Rank mismatch in argument 'sx' at (1) (rank-1 and scalar) [-Wargument-mismatch]
arpack.f:2670:35:
             call ivout (logfil, 1, j, ndigit,
                                   1
.......

gfortran    -O3  -c EigenSolve.f90
gfortran   -O3  -c analysis.f90
gfortran  -O3 -shared GlobalDataFun.o InternalData.o TimeFunction.o PrescribedCondition.o Preprocess.o Element.o Member.o System.o  Solve.o  blas.o lapack.o arpack.o EigenSolve.o analysis.o  -o  Analysis.dll -L. MA28.dll

Report abuse

Chosen Answer

  1. 0 Like 0 Dislike

    Anonymous

    It will not affect the results. The warning is from a package (arpack) we used. Please ask your future question inside Prof. Yu's research group in the cloud at https://cdmhub.org/groups/yugroup/forum to get a quick answer. 

    Cancel Report abuse

    Please login to answer the question.

0 Responses

No other responses made.