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

A bug report

Yoshiro_N_
Beginner
620 Views

Dear developers,

I would like to report a bug in ifort version 15.0.3 in SUSE Linux Enterprise Server 11.3(x86_64):

---

      program t
      implicit none
      integer, parameter :: o2d(1)=1
      integer            :: nloc(1,1),pauli(1,1),mom(1)
      integer            :: ih,ii
      do ii=1,1
        mom(:)=matmul((/(sum(nloc(ih,o2d(:))),ih=1,1)/),pauli(:,:))
      end do
      end program

--

This source code compiling with the ifort gives a catastrophic error. I somehow avoid this error by separating the problematic sentence(mom...). I hope that this problem will be solved in the future. Thank you very much in advance.

Best regards,

Yoshiro

 

0 Kudos
2 Replies
Steven_L_Intel1
Employee
620 Views

Yoshiro,

Thanks for the report. I can reproduce the problem in 15.0.3, but it seems as if it is fixed for the 16.0 compiler that should be out by the end of August.

0 Kudos
Yoshiro_N_
Beginner
620 Views

Good! to hear that and thank you for replying. Yoshiro

0 Kudos
Reply