Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28484 Discussions

Download Intel oneAPI 2022.2 with Fortran Compiler Build 2021.6.0 for Windows

Cathi
Novice
2,423 Views

Hi Community,

to use user subroutines (written in FORTRAN programming language) with Simufact Forming 2023.2, additional programs are required.
For Windows:
• Intel oneAPI 2022.2 with Fortran compiler version 2021.6.0
• Microsoft Visual Studio 2022 v17.1.7.7

I am now looking for a download/license of the software. I can only ever find the latest version 2023.2.

I hope you can help me.

regards, Cathi

0 Kudos
1 Solution
Cathi
Novice
2,382 Views

OK, only the latest version of OneAPI is available for download.
I will ask Simufact what needs to be adapted manually.
Many thanks for your help!

View solution in original post

0 Kudos
17 Replies
Arjen_Markus
Honored Contributor I
2,407 Views

Intel oneAPI does not require a license, Visual Studio does. But you can build programs and libraries outside Visual Studio, should there be a need ;).

0 Kudos
Cathi
Novice
2,401 Views

I have Microsoft Visual Studio, including the license.

I need Intel oneAPI 2022.2 with Fortran compiler version 2021.6.0 as download. I can't find the download on the Intel homepage.

0 Kudos
Cathi
Novice
2,383 Views

OK, only the latest version of OneAPI is available for download.
I will ask Simufact what needs to be adapted manually.
Many thanks for your help!

0 Kudos
diegodk
Beginner
2,178 Views

I keep reading Cathi's question and I can't find where she asks for a oneAPI license. I'm pretty sure that is not what she asked. In fact, I'm sure she asked: "where can I get Intel oneAPI 2022.2 with Fortran compiler version 2021.6.0 for Windows"

 

I know that because that is what she wrote in her question.

0 Kudos
andrew_4619
Honored Contributor II
2,384 Views

OneAPI is free, only the latest version is available for download. The only difference for you is probably some install paths/environment versions you need to look at Simufact scripts or however it does things.

0 Kudos
diegodk
Beginner
2,178 Views

I keep reading Cathi's question and I can't find where she asks for a oneAPI license. I'm pretty sure that is not what she asked. In fact, I'm sure she asked: "where can I get Intel oneAPI 2022.2 with Fortran compiler version 2021.6.0 for Windows"

 

I know that because that is what she wrote in her question.

0 Kudos
AlHill
Super User
2,167 Views

@diegodk   Double posting is not allowed.   And, let Cathi and the moderator discuss this.

 

Doc (not an Intel employee or contractor)
[Maybe Windows 12 will be better]

0 Kudos
diegodk
Beginner
2,162 Views

wow that solved the problem.

0 Kudos
AlHill
Super User
2,157 Views

@diegodk   If you have a question/problem, start your own thread.

 

Doc (not an Intel employee or contractor)
[Maybe Windows 12 will be better]

0 Kudos
diegodk
Beginner
2,154 Views

@Cathi, in case you are still wondering, you cant have access to previous versions of oneAPI unless you have purchased a commercial license, something all "answers" here missed. Solved here: https://community.intel.com/t5/oneAPI-Registration-Download/Where-can-I-find-older-versions-2021-3-of-Intel-OneAPI-Base/m-p/1323750 by @ArpanB_Intel , an actual moderator.

0 Kudos
bruceuts
Beginner
1,765 Views

Why does Intel only provide the latest OneAPI? You must know that for many software, the latest version always has some compatible bugs.

0 Kudos
Steve_Lionel
Honored Contributor III
1,760 Views

If you buy support, you can download earlier versions. The latest version fixes bugs, it's rare that it introduces them. 

0 Kudos
bruceuts
Beginner
1,758 Views

Thanks for your timely reply. Please see the attached link: https://github.com/orgs/OpenRadioss/discussions/1449

 

```
thanks for your interest on OpenRadioss, and sorry for the issue you face.

This is because of some changes done by INTEL in their new oneAPI compiler 2024.

Please uninstall it and install the 2023.2.0 version of the Intel oneAPI (and HPC) package.
This one should work.

Hope it helps you ?

Thanks and best regards,
```

0 Kudos
bruceuts
Beginner
1,757 Views

And interestingly, some of previous versions can be downloaded using this link: 

https://community.intel.com/t5/oneAPI-Registration-Download/Where-can-I-find-older-versions-2021-3-of-Intel-OneAPI-Base/m-p/1324008#M1716

 

It means that Intel provides earlier versions freely. But if you want to download them, it would be a tedious task to find the link.

0 Kudos
JohnNichols
Valued Contributor III
1,731 Views

Intel does not provide early versions freely and using an earlier version is not a good idea if you are doing real work.  

I left a note on the github page you are all referring to  in your posts, it is 20 minutes work to download your required program to a clean machine with VS 2022 - Community, that does not need a license and the latest oneapi including the just released patches again no license.

Following the VS instructions for cmake, I never use cmake, so I just followed the instructions and the cmake loaded and showed 2 errors. The path for the c compiler and it told you how to fix it in great detail in the error message.  You should ask that question on the C++ compiler or the oneapi install page, as it gave no Fortran errors. 

I suggest that you spend your time solving the problem of using the latest and stop hunting for the snarks.  

I would say whatever version of oneapi you use you will have this problem, the paths are now pretty standard.  

The fact that the developer cannot provide an update on the cmake to the latest free products is interesting.  The fact that the developer cannot provide a much simpler SLN solution is also interesting.  

If it does not have a GUI to look at the models, and the output then you should not use it.  

 

diegodk1
Beginner
1,518 Views

Thanks John. Yes, you are right. One should fix the code, not hack the compiler version. The problem is that the code in question has made itself relevant in industry by clever MBAs that think they can write code, and not scientists. Fixed the problem by fixing the code.

0 Kudos
JohnNichols
Valued Contributor III
1,490 Views

clever MBAs  is at best an oxymoron, or maybe drop the oxygen.  

0 Kudos
Reply