Giter VIP home page Giter VIP logo

Comments (6)

WenxianLi avatar WenxianLi commented on August 26, 2024

Hi,
Generally, if the code compiles successfully, the problem you described is not expected. Could you please make sure that:

  1. The script/command/input files are exactly identical for your two runs.
  2. Make sure you did a fresh compile from the very beginning(start a new compilation with make clean), which means you didn't not mix any of the existing object files (.o files from the old version of gcc, etc) as well as mod file (mod) within the build. AFAIK, if that happens it might lead to your problem. Also, beware of the existing libraries such as LAPACK/BLAS, if they are not proper upgrade, things would occurs, either.

Best,
wx

from grasp.

tspejo avatar tspejo commented on August 26, 2024

from grasp.

tspejo avatar tspejo commented on August 26, 2024

from grasp.

jinzhezhang020 avatar jinzhezhang020 commented on August 26, 2024

Dear Gedimnas Gaigalas and Per Jönsson,
I'm glad to receive your reply! That helps me a lot.
According to your description, I made changes to the librang90 library and modified diaga1.f90 to diaga5.f90 and diaga1_I.f90 to diaga5_I.f90 so that IAT has the intent(inout). Then, I used the make clean command to clean the compilation environment and recompiled the package. Finally, I got exactly the same result as in the manual.
With best regards,
Jinzhe

from grasp.

jinzhezhang020 avatar jinzhezhang020 commented on August 26, 2024

Dear Wenxian,
Thank you for your reply.
I made changes to the librang90 library and modified diaga1.f90 to diaga5.f90 and diaga1_I.f90 to diaga5_I.f90 so that IAT has the intent(inout). Then, I got exactly the same result as in the manual.
With best regards,
Jinzhe

from grasp.

WenxianLi avatar WenxianLi commented on August 26, 2024

@jinzhezhang020 Great!Glad to know the problem is solved.

from grasp.

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.