|
The Intel® Fortran preprocessor included with the compiler can be called directly from the command line, invoked from the ifort command, or invoked from the Microsoft Visual Studio IDE.To use the Fortran Preprocessor from the command line via the ifort compiler driver, call the preprocessor using the Intel Fortran compiler with the -fpp (Linux* or Mac* OS) or /fpp (Windows) compiler option (e.g.: ifort -fpp -c foo.f). By default, the specified files are then compiled and linked. To retain the intermediate (.i or .i90) file, specify the -save-temps (Linux and Mac OS) or /Qsave_temps (Windows) option.
|
Intel® Fortran Compiler for Linux* - Can I Invoke fpp from the command line?
Per informazioni complete sulle ottimizzazioni del compilatore, consultare l'Avviso sull'ottimizzazione
