Giter Site home page Giter Site logo

Comments (3)

awvwgk avatar awvwgk commented on September 20, 2024

Which version of the Intel compiler? I remember a discussion on false positives Intel runtime checks while working together with the DFTB+ team.

from dftd4.

ajmay81 avatar ajmay81 commented on September 20, 2024

The latest (2020.4.304):

> ifort -v
ifort version 19.1.3.304

The case of passing undefined memory address has been reported since forever with every version of the compiler I can remember, I don't really know whether that is actually valid or not if the routine never uses it, but we nonetheless inserted zero size allocations to avoid those ourselves because of the otherwise general usefulness of the run-time checking. The bounds issue I really don't know about, it could well be a false positive.

from dftd4.

awvwgk avatar awvwgk commented on September 20, 2024

Sorry, I was mixing up passing alloctable arrays to optional dummy arguments here, which were buggy with Intel runtime checks at some point. At least this is how I implemented this part of D4 in DFTB+.

I will see if I can backport the DFTB+ D4 implementation to this repository.
See: https://github.com/dftbplus/dftbplus/blob/a076cd3/prog/dftb%2B/lib_dftb/encharges.F90#L940-L1019

from dftd4.

Related Issues (20)

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.