gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 12 and Version 13 of compiling


Ignore:
Timestamp:
Jan 11, 2016, 9:18:03 AM (8 years ago)
Author:
jweil
Comment:

g95 is deprecated

Legend:

Unmodified
Added
Removed
Modified
  • compiling

    v12 v13  
    88== Choosing a Compiler ==
    99
    10 By default the Makefile uses the first supported compiler which is found on your system (ifort, gfortran, g95, sunf95 or pgf95 - in this order). But you can also tell the Makefile which compiler to use, by doing e.g.:
     10By default the Makefile uses the first supported compiler which is found on your system (ifort, gfortran, sunf95 or pgf95 - in this order). But you can also tell the Makefile which compiler to use, by doing e.g.:
    1111
    1212{{{
     
    1717
    1818{{{
    19 make FORT=/opt/g95-install/bin/g95
     19make FORT=~/SolarisStudio12.4-linux-x86-bin/solarisstudio12.4/bin/sunf95
    2020}}}
    2121