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

Compiler option to change location for compiler generated object files?

chauvjo
Novice
498 Views

Does the Intel Fortran compiler have an option to control where the compiler puts the object files other than the current working directory?  That is, is there an option to tell the compiler to put the object files in a specific directory?

Thanks...

0 Kudos
1 Reply
mecej4
Honored Contributor III
498 Views

The standard Linux/Unix option to specify an output file is -c -o <filepath>.

 

0 Kudos
Reply