Quantcast
Channel: Intel® Software - Intel® Visual Fortran Compiler for Windows*
Viewing all articles
Browse latest Browse all 5691

Error with CONTIGUOUS

$
0
0

Here is another strange error I am getting when I add the CONTIGUOUS flag to a dummy argument in a recursive subroutine.

If I add to ExpressionParser.f the following line of code (its on line 129)

      CONTIGUOUS:: NML      

causes

gwf2bas7_OWHM.fpp to crash (it does call the function on line 2889) which has

             RMLT(:,:,M)=EqnEval(LINE,MLTNAM(:M-1),RMLT(:,:,:M-1),     !MODULE ExpressionParser WHICH CALCULATES EXPRESSION FROM STRING
     +                                                    .TRUE.,.TRUE.)

     
The error message I get is:

Error    21    Compilation Aborted (code 1)    C:\~\gwf2bas7_OWHM.fpp    1
    
and

C:\~\gwf2bas7_OWHM.fpp: catastrophic error: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report.  Note: File and line given may not be explicit cause of this error.
compilation aborted for C:\~\gwf2bas7_OWHM.fpp (code 1)

I reattached the same project with the previous problem fixed, but includes only the one added statement that causes the crash.

AttachmentSize
Downloadapplication/zipVS2012_SLN_new.zip10.18 MB

Viewing all articles
Browse latest Browse all 5691

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>