Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Two ICEs

Wei_J_3
Beginner
314 Views
Case 1: It is simpler
Compiling with Intel(R) Visual Fortran Compiler 17.0.1.143 [IA-32]...
FieldBounday.F90
fortcom: Fatal: There has been an internal compiler error (C0000005).
compilation aborted for E:\20170520\Program\20180609PICMCIMM\20180609PICMCIMM\code\pic\FieldBounday.F90 (code 1)
 
Module ModuleFieldBoundary
  Use ModuleControlFlow
  Use ModuleField
  Use ModuleParticleBoundary
  !Use ModuleParticleBoundary
  Implicit none
     Type FieldBoundary
                        !Integer(4) :: XStart=0,XEnd=1
                         Integer(4) :: FieldBoundaryModel=10
                         Integer(4) :: Timer=0,Period
                         Real(8) :: Dt=Inputdt
                         Real(8) :: Frequency(2)=(/13.56d6,2.d6/),Voltage(2)=(/200.d0,100.d0/)
                         Real(8) :: V1=0.d0,V2=0.d0
                         Real(8) :: Vdc=0.d0!-20.d0
                         Contains
                         !procedure :: Init=>InitilalizationFieldBounday
                         !procedure :: Updater=>UpdaterFieldBounday
     
     EndType FieldBoundary

    contains
end  Module ModuleFieldBoundary
0 Kudos
1 Reply
Steve_Lionel
Honored Contributor III
314 Views

One would need the sources for all the dependent modules to do anything with this. Have you tried it with 18.0.3?

0 Kudos
Reply