Re: problems with ifort

From: Edward (Ted) Mansell (mansell AT ou.edu)
Date: Fri Nov 12 2004 - 11:59:12 MST

  • Next message: Vincent Wood: "help"

    > Compiling and linking...
    > f90 -O -o cpex08 cpexcc.f cpex08.f -L/usr/local/ncarg/lib -lncarg -lncarg_gks
    > -lncarg_c -lX11 -lm
    > f90: Befehl nicht gefunden.
    >
    > The compile and link failed."
    >
    > What did I wrong?
    > Thanks for your help
    > Katja
    >

    For non-German speakers, "Befehl nicht gefunden" = "command not found"

    You need to one of the following:

    A) modify the ncargf90 (and ncargf77, too, I guess) scripts to call ifort instead of f90. (You should check the scripts, anyway, to be sure that the compile options are correct for ifort.)

    or

    B) Somewhere in your path create a symbolic link between ifort and f90 (for example, "ln -s /pathtoifort/ifort f90"

    -- Ted
    _______________________________________________
    ncarg-talk mailing list
    ncarg-talk AT unknown
    http://mailman.ucar.edu/mailman/listinfo/ncarg-talk



    This archive was generated by hypermail 2b29 : Fri Nov 12 2004 - 13:32:26 MST