- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
We have installed the Intel oneAPI Base and HPC tool Kit. We are facing below issues.
Please help us.
Below is the screenshot for your reference.
Regards
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You're not using Intel Fortran in that compile - it looks to me like gfortran. You're also using nonstandard syntax which Intel Fortran accepts (I format without width, extraneous parentheses on a WRITE) but gfortran does not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I checked and while compiling the model, I am getting following error in Easy 5 model. Please support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Such questions and requests should be posted in a forum that is related to the software in question: Easy5 . As Steve Lionel said, the issues and questions have nothing to do with the Intel OneAPI Fortran compiler. Ifort compiles the following code without complaints, despite the extra parentheses:
program easy
character(20) para_desc(100)
real para_val(100)
write(1,101)((trim(para_desc(i))), para_val(i))
101 format(A,',',G)
end
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
More to the point - you are NOT using Intel Fortran here, but rather some other, non-Intel compiler. It's not appropriate to ask for help with this here.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page