- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The following invalid code with a cyclic dependency consumes all ressources on my Linux machine. It may make sense to limit the virtual memory for reproducing with ifort/ifx 21.3:
subroutine s(x)
implicit character (a-z)
character(len=len(y)+1) :: x
character(len=len(x)+1) :: y
end
You have been warned...
Thanks,
Harald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Another issue that you reported is fixed, @Harald1, with this release of ifort 2021.6.0 that is part of oneAPI HPC Toolkit 2022.2.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I didn't try compiling on Linux; I didn't want to hang my machine.
I did try it on my Windows laptop since the power button is handy. No hang, no running out of memory! I did get an ICE.
I filed a bug for you, CMPLRIL0-34117. I'll let you know when it's fixed and you can try again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Another issue that you reported is fixed, @Harald1, with this release of ifort 2021.6.0 that is part of oneAPI HPC Toolkit 2022.2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Indeed this is now fixed.
Thanks,
Harald
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page