Changes between Version 3 and Version 4 of FortranApps


Ignore:
Timestamp:
Jun 15, 2007, 2:23:03 PM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FortranApps

    v3 v4  
    5151call boinc_finish(0)
    5252}}}
     53
     54== Intel FORTRAN compiler ==
     55
     56-ax<codes> generate code specialized for processors specified by <codes>
     57           while also generating generic IA-32 code.  <codes> includes
     58           one or more of the following characters:
     59
     60    K  Intel Pentium III and compatible Intel processors
     61
     62    W  Intel Pentium 4 and compatible Intel processors
     63
     64    N  Intel Pentium 4 and compatible Intel processors.  Enables new
     65       optimizations in addition to Intel processor-specific optimizations
     66
     67    P  Intel Core(TM) Duo processors, Intel Core(TM) Solo processors, Intel
     68       Pentium 4 and compatible Intel processors with Streaming SIMD
     69       Extensions 3 (SSE3) instruction support
     70
     71    B  Intel Pentium M and compatible Intel processors
     72
     73btw, you should not use the -x options!