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

Need to embed compiler librariries to work

okbi_z_
Einsteiger
710Aufrufe

 

Greeting's I create a dll using f90 source code as well as an "Intel® Parallel Studio XE 2017" compiler,

my executable works very well on my machine because I have the compiler,

but I Launch on another machine I also need a fortran compiler ...

Unthinkable, I need my executable to embed the necessary libraries in order to run on a neutral machine windows Thank you for helping me

0 Kudos
2 Antworten
mecej4
Geehrter Beitragender III
710Aufrufe

On the machine that does not have the compiler package, you need to install the redistributable package https://software.intel.com/en-us/articles/redistributables-for-intel-parallel-studio-xe-2017-composer-edition-for-windows .

TimP
Geehrter Beitragender III
710Aufrufe

If you don't use parallel libraries you may be able to set static link property /MT

Antworten