- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The attached code
when compiled using oneAPI 2024.2 finds 5 negative pivots after factorization
when compiled using oneAPI 2024.1 finds 6 negative pivots.
The correct solution is the second one.
I first compiled the code choosing oneAPI 2024.1
I ran the program in the release folder
Then I compiled the code choosing oneAPI 2024.2:
I ran the program in the release folder
if I compare the two text files (which I renamed) I get many differences:
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @pierangelo,
I was not able to reproduce the issue so far, I'm getting 6 pivot points with 2024.2.1. I think you tried 2024.2.0; I don't think recent minor update was responsible for the differences between what you see and what I see but who knows. Can you try 2024.2.1 to see if this would fix your issue?
"
Compiling with Intel® Fortran Compiler 2024.2.1 [Intel(R) 64]... ifx /nologo /O2 /module:"x64\Release\\" /object:"x64\Release\\" /libs:static /threads /Qmkl:parallel /c /Qlocation,link,"C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.34.31933\bin\HostX64\x64" /Qm64 "C:\Users\CheckPardisoFact\oneAPI_2024.1\oneAPI_2024.f90" Linking... Link /OUT:"x64\Release\oneAPI_2024.exe" /INCREMENTAL:NO /NOLOGO /MANIFEST /MANIFESTFILE:"x64\Release\oneAPI_2024.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /SUBSYSTEM:CONSOLE /IMPLIB:"C:\Users\CheckPardisoFact\oneAPI_2024.1\x64\Release\oneAPI_2024.lib" -qnextgen -qm64 "x64\Release\oneAPI_2024.obj" Embedding manifest... mt.exe /nologo /outputresource:"C:\Users\CheckPardisoFact\oneAPI_2024.1\x64\Release\oneAPI_2024.exe;#1" /manifest "x64\Release\oneAPI_2024.exe.intermediate.manifest" oneAPI_2024 - 0 error(s), 0 warning(s)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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