1 / 4

G95 Fortran on GENSER code

GENSER meeting, 25 July 2006. G95 Fortran on GENSER code. Rafi Yaari CERN PH/SFT. Recommendations. Download g95 Compile your latest version Use the options listed in the next page Fix the eventual compilation errors

Télécharger la présentation

G95 Fortran on GENSER code

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. GENSER meeting, 25July 2006 G95 Fortran on GENSER code Rafi Yaari CERN PH/SFT

  2. Recommendations • Download g95 • Compile your latest version • Use the options listed in the next page • Fix the eventual compilation errors • Run the tests, and compare • Make a new release, or use conditional macros • if you get Compilation errors that you can’t fix, or the compiler crashes contact Andy Vaught • if you get Run-time errors which you can’t overcome, or results disagree significantly: build a debug-library using -g and use gdb or send me a copy!

  3. Options used g95 -c -w -fstatic -ffixed-length-line-132 [-fsloppy-char] [-g] [-fbound-check] where -fstatic  -fno-automatic -fsloppy-char : prevents type checks when printing char variable Link against CERNLIBs built with g77

  4. Patches ~/rafig/public/g95p/”generator”/patches Patches are made by unix command: diff -u file.orig file.new

More Related