gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 14 and Version 15 of compiling


Ignore:
Timestamp:
Dec 4, 2018, 7:36:06 PM (6 years ago)
Author:
gallmei
Comment:

cosmetics

Legend:

Unmodified
Added
Removed
Modified
  • compiling

    v14 v15  
    77
    88You may compile your code via
    9    make [VAR=val | ...]
     9{{{
     10make [VAR=val | ...]
     11}}}
    1012with VAR = ...
    1113
    1214 * FORT:
    1315  * FORT = ifort,gfortran,...
    14   * FORT = /path/to/intel/compiler/ifort
     16  * FORT = /path/to/compiler/mycompiler
    1517
    1618 * MODE:
     
    7274 3) In order to get the most optimized code, you may use e.g.
    7375 {{{
    74  make MODE=lto ARGS="-fopenmp -march=native"
     76 make FORT=gfortran MODE=lto ARGS="-march=native"
     77 }}}
     78 {{{
     79 make FORT=ifort MODE=opt3 ARGS="-xHost"
    7580 }}}
    7681