- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi. I would appreciate some links that explain the options required for building a gcc C application that invokes pre-existing Intel Fortran subroutines and functions. This would include compilation and link options. A quick rundown would be great if that's easier. Also, indications for replacing gcc with Intel C/C++ would be of interest; the application does not use parallel processing.
Jay
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Really the only thing of interest is to use ifort instead of ld to link. You may need to specify -cxxlib on this command. Most everything else should just work. As for replacing gcc with Intel C++, we try very hard to make it possible to just swap out the command in your makefile for icc or icpc, as needed. Try it and see. If you need Intel C++ help, you can ask in its forum.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page