This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Help with gfortran


Hello everyone,
I am trying to find the way to call the fortran pre-processor prior than the
gfortran compiler. I have to compile my code wrote with MPI calls
on a single proc computer, and I don't know how not to compile #ifdef MPI ... #endif
instructions. It works on another computer using the intel fortran compiler
with the '-fpp' option which call the pre-processor first.
Be shure that I checked the GNU gcc and gfortran documentation first,
unfortunately without any success.
I will appreciate any help.


Thanks.

Sébastien Le Roux


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]