- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello everybody,
I'm facing a curious bug (it takes one year to find it with my colleague). Here an example:
It seems to be corrected in the last version (11.1.069). I just want to report it.
Best Regards,
I'm facing a curious bug (it takes one year to find it with my colleague). Here an example:
[fortran]program mainOne year ago, I was using intel 10.1.022 and now we are using intel 11.1.056. This program run. But when I change it like that:
implicit none
!$OMP CRITICAL (TOTO)
print *, 'Hello World...'
!$OMP END CRITICAL (TOTO)
end program main
[/fortran]
[fortran]program mainIt bugs with a message: "Segmentation Fault occured".
implicit none
!$OMP CRITICAL (WRITE)
print *, 'Hello World...'
!$OMP END CRITICAL (WRITE)
end program main
[/fortran]
It seems to be corrected in the last version (11.1.069). I just want to report it.
Best Regards,
Link Copied
0 Replies

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