Graphics
Intel® graphics drivers and software, compatibility, troubleshooting, performance, and optimization
22647 Discussions

I built an application using Intel Fortran Visual Studio, It runs nicel on my PC, but won't run on other PCs. What am I missing?

idata
Employee
2,128 Views

I built an application using Intel Fortran Visual Studio, It runs nicel on my PC, but won't run on other PCs. What am I missing?

0 Kudos
3 Replies
Allan_J_Intel1
Employee
748 Views

If you need assistance with the Intel Fortran software, I recommend checking below for assistance.

Fortran Compiler Support

 

http://www.intel.com/software/products/support/index.htm http://www.intel.com/software/products/support/index.htm

Email address: mailto:quadsupport@mailbox.intel.com quadsupport@mailbox.intel.com

0 Kudos
DSilv11
Valued Contributor III
748 Views

I am a hardware guy, but I would check to see that all the required DLL's are included with your build.

Likely the DLL is resident on your system as part of the compiler, but not in the package you transport to the other systems

0 Kudos
idata
Employee
748 Views

Yes, I understand the issue; I need to include the DLLs in my build. How do I do that? I am using Interl Fortran professional with MS Vis Stidio 11.1.067

Do I include them with a compiler switch? If so, what is it. I tried one that was suggested (/MT) and it may have included some DLLs, but not all., Do I need to list the DLLs in the compile or link command? If so, what is the list of DLLs I need? This should be simple, but so far, I haven't figured it out.

0 Kudos
Reply