gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 13 and Version 14 of windows


Ignore:
Timestamp:
Apr 23, 2010, 9:45:23 AM (15 years ago)
Author:
jweil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows

    v13 v14  
    33
    44== Step 1: Downloading the code ==
     5
     6=== For normal users ===
     7 1. [wiki:GiBUUDownload#Gettingfullaccess  Get your  login account] or just [http://gibuu.physik.uni-giessen.de/GiBUU/login login].
     8 2. Download the [http://gibuu.physik.uni-giessen.de/GiBUU/browser/releases/ tar-ball] to your system.
     9     * Please take care, that the path where you store the tar-ball does not include blanks.
     10     * Especially "C:\Dokumente und Einstellungen\..." is no good, but "C:\work\" is fine!
    511
    612=== For GiBUU developers ===
     
    4955       * Especially "C:\Dokumente und Einstellungen\..." is no good, but "C:\GiBUU" is fine!
    5056    5. Click on "ok", and then "yes" to create the checkout directory.
    51      
    5257
    53 === For normal users ===
    54  1. [wiki:GiBUUDownload#Gettingfullaccess  Get your  login account] or just [http://gibuu.physik.uni-giessen.de/GiBUU/login login].
    55  2. Download the [http://gibuu.physik.uni-giessen.de/GiBUU/browser/releases/ tar-ball] to your system.
    56      * Please take care, that the path where you store the tar-ball does not include blanks.
    57      * Especially "C:\Dokumente und Einstellungen\..." is no good, but "C:\work\" is fine!
    5858
    5959== Step 2: Compiling & Running GiBUU ==
     
    7373      Now unpack the tar-ball
    7474      {{{ 
    75       tar xzf tarballName.tgz
     75      tar -xzf tarballName.tgz
    7676      }}}
    7777    * If you used svn to get the code, then simply "cd" to the code directory,             e.g.
     
    8181 5. Go to workingCode and type
    8282    {{{
    83     make renew
     83    make
    8484    }}}
    85     and thereafter
     85 6. After make is done, you will find the executable "GiBUU.x" in the "testRun" directory, where you can run GiBUU with the command
    8686    {{{
    87     make bw FORT=gfortran-4
    88     }}}
    89  6. After make is done, you will find the executable "main.x" in the "testRun" directory, where you can run GiBUU with the command
    90     {{{
    91     ./main.x < jobCardName
     87    ./GiBUU.x < jobCardName
    9288    }}}
    9389    Sample jobcards are available in testRun/jobCards, cf.  also [wiki:FAQ our FAQ page] for more informations.