- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good! to hear that and thank you for replying. Yoshiro

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page