Quantcast
Channel: Intel® Fortran Composer XE
Viewing all articles
Browse latest Browse all 1424

Moving to iFort from gFortran

$
0
0

From a command line, I had a couple of scripts which did the following:

To compile:

          gFortran -c %1.f95

Then to put each object and MOD into a static library:

          ar r MyLib.a %1.o %1,mod

And finally to compile the main program, link it, and create an EXE

gfortran -o Test Test.f90 MyLib.a

I would like to do the same with iFort, xilink, etc. How do I accomplish this ? PS, I hate make so please don't suggest it.

Thanks,

Brooks Van Horn


Viewing all articles
Browse latest Browse all 1424

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>