where to find intel parallel studio's command line in win10? - intel-fortran

After installed the parallel studio xe 2015 cluster, I want to build the fortran from the command line (rather than through visual studio). The release notes show me the way like
However, in the start up menu , I would not find neither. Then where can I find the intel 64 command like and build the intel fortran complier? Thanks

It looks to me as if none of the compilers or tools got installed. It could be that the required Visual Studio was not installed (a Fortran-only Visual Studio environment is installed for commercial and academic licenses.) Please ask in https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/ and provide more details of your environment and what you have installed. It would be especially useful for you to rerun the Parallel Studio XE installer and take screenshots of any messages it displays.

Related

ifort: error #10037: could not find 'link' in Visual Studio

I have tried to run a Fortran code (.FOR) using Visual Studio 2019 and installed Intel OneAPI basic toolkits.
when I run a Fortran code I receive "ifort: error #10037: could not find 'link'". Does anyone know the solution?
Thanks.
You need Microsoft Visual Studio configured to include C++ for Desktop Applications. See https://www.intel.com/content/www/us/en/developer/articles/guide/installing-microsoft-visual-studio-2019-for-use-with-intel-compilers.html for more details. You might need to do a Change/Modify of the Intel oneAPI HPC Toolkit (from the Windows Settings > Apps dialog) to get it recognized.

How to use the Fortran compiler in Intel Parallel Studio XE with Visual Studio

I am trying to debug a Fortran code. I have installed Intel Parallel Studio XE which includes the iFort compiler and Microsoft Visual Studio. During the installation of Intel Parallel Studio XE, it showed a message saying it's now integrated with Visual Studio 2019 but when I try to create a new project in Visual Studio, it does not show an option for Intel Fortran Compiler, so I cannot create a Fortran project.
Any ideas on how to use the Intel Fortran compiler with Visual Studio?
Thanks!
I found the solution... posting here so that it can help others who might stumble upon the same problem. You need to install the Desktop development with C++ workload in Visual Studio. Refer to the links below:
https://software.intel.com/en-us/forums/intel-fortran-compiler/topic/843126
https://software.intel.com/en-us/articles/intel-parallel-studio-xe-compilers-required-microsoft-visual-studio

how to create .exe from CEF source code on windows (without using Visual studio)

i have downloaded CEF binaries from the link http://opensource.spotify.com/cefbuilds/index.html as successfully created a .sln file using VS 2017.
But now our requirement is to compile the cef binaries on windows through MinGW or through command line(Do not want to use Microsoft visual studio).
can someone helpme out with this thing?
Only Visual Studio is officially supported to build CEF on Windows. You'll unlikely be successful to make a different compiler work in a reasonable time.
There is also ways to compile a VS project via the command line. Example: msbuild project.sln /Flags... For more details have a look at this stackoverflow link
If you ever want to compile libcef (Chromium) for Windows, the whole build is entirely command-line only despite using the Visual Studio compiler.
There is a free edition of Visual Studio called Visual Studio Community (used to be Visual Studio Express):
https://www.visualstudio.com/vs/community/
Also, if you are a small company, you might want to check out Microsoft's Action Pack for 400 EUR/year which includes 3 Visual Studio Prof. subscriptions.
Have a look at the CEF wiki:
https://bitbucket.org/chromiumembedded/cef/wiki/MasterBuildQuickStart.md
I do not have enough points to comment on Eugen. Maybe someone can edit.
I think Eugen is right, and VS is a must. I suggest flowing also this link to learn how to build CEF programmatically and on different OS.

Any way to install ifort without installing visual studio previously in Windows?

I was drawn crazy this several days to make ifort work in my windows Os. Everytime I installed Ms visual studio firstly and then installed ifort as suggested, I could not find ifort when I was trying to build in the visual studio. What's more, if I ignore the visual studio and solely install ifort, the complier will complain during compiling compland throw me error message like
could not find 'link'
I do numerous searching for the solution but none works. Some suggest I can adjust the parallel studio setting, but I didn't find parallel in the ifort folder.
intel visual fortran demand windows development environment
Could not find link when solely install ifort
You're using a VERY old version. But this version does include a Visual Studio environment. If you have a commercial or academic license, go back to the Intel Registration Center and download the installer that says "Includes Microsoft Visual Studio Shell" (doesn't have _novsshell, _ia32 or _intel64 in the filename).
It would be better, of course, if you were to use a more current version.

"program can't start because msvcp100.dll is missing" for Every single code

This error is taking toll of my training schedule.
Everytime I create any C++ application in my VS2010, It runs fine on my machine but if I run it on different machine, It starts with this error.
Error goes if I copy msvcp100.dll in System Folder then it shouts for some other DLL. It requires some 5-6 different DLLs.
Most irritating part is even if I write a simple Console based Addition program, It gives this error.
(I should not but)I would have agree if I design some fancy forms and all... But for simple Addition program????
Am I missing out somethings in Settings? or VS2010 to blame??
Somewhat related question: this But this problem seems different
By default, MSVC projects are set to link against the dynamic run time library which generates a dependency on the visual C++ run time redistributable. As you have already found out, this dependency is not guaranteed so your install utility has to install the visual c++ run time first.
You can avoid this by changing your project settings. Load the project properties and go to: "Configuration Properties"/"C/C++"/"Code Generation"
In the item labelled "Runtime Library", select "Multi Threaded (/MT)"
for the release version"Multi Threaded Debug (/MTd)" for the debug version.
You have to be careful while doing this that all the other libraries that your application links are also compiled against the static run time.
You need to have Visual C++ Libraries installed if you want to run your app.
Using the compiler options to change the runtime library worked for me ("Configuration Properties"/"C/C++"/"Code Generation". In the item labelled "Runtime Library", select "Multi Threaded (/MT)" for the release version and "Multi Threaded Debug (/MTd)" for the debug version). I did have to do both the debug and the release to get the release to work. Don't know why (it is possible that I did not do it correct the first time).
Note: I was using VC2010 Express version on Windows 7 to compile. I tested on an old XP machine.
Another note: MS information at http://msdn.microsoft.com/en-us/library/2kzt1wy3(v=vs.100).aspx
If you have installed a new copy of Windows on your computer or have reinstalled one then you will come across an error called "The program can’t start because MSVCP100.dll is missing from your computer. Try reinstalling the program to fix the problem." on your computer.
The basic reason behind this error is that the Visual C++ doesn’t get installed when you reinstall or install a fresh copy of Windows operating system. In order to check Visual C++ is installed on your PC or not, open Control Panel → All Programs and Features and then search for Visual C++ in the software list. If you don’t find the software installed there then you have to install it.
I would suggest, first of all, install the Visual C++ 2010 package and check if it has solved msvcp100.dll missing error or not. If the issue is not resolved by the Microsoft Visual C++ 2010 then install 2013 or 2015 versions of Microsoft Visual C++. Here is the list of download links of Microsoft Visual C++ for both x86 and x64 architectures:
Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)
Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)
Visual C++ Redistributable Packages for Visual Studio 2013
Visual C++ Redistributable for Visual Studio 2015
→ The latest supported Visual C++ downloads
I hope, now you are able to fix “The program can’t start because MSVCP100.dll is missing error on your computer. To know more details, you can follow this guide.
Thanks

Resources