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

Command Lines

teclis77
Beginner
4,085 Views
I found some differences from an executable file generated by Visual Fortran and by Compiler Fortran with the same sources files, dll and static libraries.
In the command prompt I simply use

ifort *.f /libs:dll my_dynamic_libraries.lib /link my_static_libraries.lib

but I found some substantial differences...

How can I know which is the complete command lines used by Visual Studio?

Best Regards

Teclis
0 Kudos
22 Replies
Steven_L_Intel1
Employee
561 Views
I am not sure of anything. But I've gone as far as I can in suggesting general steps. The next step is to debug the code to find out where the computations differ and why.
0 Kudos
teclis77
Beginner
561 Views
Thank you for your very useful help; now we were able to restrict the search to a problem in the use of a CernLib routine call. We had compiled this routine in a DLL file and we will look there for additional details in the next times.

Moreover, we found a solution by calling the CernLib routine directly from the main.

Best Regards.

Teclis
0 Kudos
Reply