GithubHelp home page GithubHelp logo

pvo's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

sspeng

pvo's Issues

XLF on BG/Q does not mangle Fortran names

PVO does not compile on BlueGene/Q since we use the same names for C and Fortran subroutines. This works find on systems where Fortran names are mangled (e.g., by adding an underscore). However, the XLF compiler does so only when given the flag "-qextname".

One option to cope with this issue would be to make the language part of the symbol name. NetCDF uses this approach by prefexing C routines with nc_, Fortran 70 routines by nf_ and Fortran 90 by nf90_.

On BG/Q code is stored in the data section

The fname.sh assumes that the "pvo_symbol" symbol is placed in the text section ("T") but xlf places it in the data section ("D"). This makes the fname.sh script fail.

Compiler flags not passed to fname.sh

On BlueGene/Q we need to pass "-qextname" to the fortran compiler. This can be achieved by adding -DCMAKE_Fortran_FLAGS-"-qextname" to the cmake invocation but these flags are not passed to the fname.sh.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.