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

How to start to compile.

Lucia_R_
Beginner
651 Views

I`m doing my final year proyect . I´m studing the forces in the box of a wind turbine offshore. I´m using to diferents programs, Fast and ADAMS/view. To join both programs I have to compile some files from Fast and include them in ADAMS. I have to use the Intel Visual Fortran Compiler, but I don't know how to start. I have the file that I have to compile, but I don´t know where I have to put it to compile it with the cmd, or if I can use de Microsoft Visual Studio, how I have to do it.

Could you help me, please?

0 Kudos
2 Replies
TimP
Honored Contributor III
651 Views

According to the .pdf I found by web search, ADAMS/view supports only user C code, not Fortran. One would think that C interoperability features of Fortran would enable its usage equivalent to C, but apparently ADAMS doesn't support it.

Unlike when I struggled with ADAMS over a decade ago, ADAMS docs now refer you to on-line documentation accessible to a licensed installation, so I don't think many people on this forum will be able to shed light on it.

I have no idea whether their customer support has improved over all those years, but you're not likely to succeed in using this forum as a substitute.

There are several guides on basic usage of ifort unconnected to ADAMS.

0 Kudos
Steven_L_Intel1
Employee
651 Views

Lucia,

If you're looking for general information on how to use Intel Fortran to compile sources, the on-disk documentation has a "Start Here" link on the title page that leads you through the basics, either from the command line or from Visual Studio. You can see the help either in Visual Studio (Help > Intel Visual Fortran Composer XE 2013 > Intel Visual Fortran Composer XE 2013 Help, or from Start > Intel Parallel Studio XE 2013 > Documentation.

If there is some specific aspect of building you need help with, ask here. I don't know whart ADAMS is looking for - it could be an object file, static library or DLL. As Tim suggests, if ADAMS supports something written in C, this should be doable in Fortran but it may require some effort to understand how to write a Fortran interface that is acceptable to ADAMS.

0 Kudos
Reply