GithubHelp home page GithubHelp logo

Comments (12)

joabro avatar joabro commented on August 11, 2024

cc @brucefan1983

from gpumd.

brucefan1983 avatar brucefan1983 commented on August 11, 2024

from gpumd.

joabro avatar joabro commented on August 11, 2024

from gpumd.

brucefan1983 avatar brucefan1983 commented on August 11, 2024

from gpumd.

joabro avatar joabro commented on August 11, 2024

@brucefan1983 I have just found out that this problem occurs even though I am running the simulation on a node with a single GPU. I will change the title and description accordingly.

from gpumd.

brucefan1983 avatar brucefan1983 commented on August 11, 2024

from gpumd.

joabro avatar joabro commented on August 11, 2024

Here are the input files:
test_vel100_nvt_lan_T100_Tc200_dump1000_run100000.tar.gz
As well as the potential:
ols_original_model_1_2x2x2_orders_2-3_tol1e-08.tar.gz

from gpumd.

brucefan1983 avatar brucefan1983 commented on August 11, 2024

Thanks for your inputs. I have solved the problem. It is bug in the code related to the neighbor list construction/update. Some arrays only have a length of N (number of atoms), but when the cutoff distance is 0.1 Angstrom (I recommended this to you, sorry), the number of bins exceeds N, which results in some invalid memory access. For the time being, I have disabled neighbor list construction/update for the FCP potential (need -DUSE_FCP in the makefile), becasue we don't need the neighbor list at all for this potential.

For your inputs, I would like to mention that, to use NetCDF, you need to build it according to the manual:

https://gpumd.zheyongfan.org/index.php/NetCDF_setup
https://gpumd.zheyongfan.org/index.php/The_dump_position_keyword

Without the compute command, your inputs run correctly in my laptop now.

Zheyong

from gpumd.

brucefan1983 avatar brucefan1983 commented on August 11, 2024

Sorry, I have a typo,
Without the compute command
should be
Without the dump_position command

from gpumd.

joabro avatar joabro commented on August 11, 2024

Thank for the taking care of this so quickly @brucefan1983. I have now been able to run all the calculations without any issues.

By the way, I have already installed netcdf according to the instructions that you refer to. It would, however, be great if GPUMD could have support for other, especially more recent, versions of netcdf. Is this something that you are working on?

I suppose it should be possible to close this issue, right?

from gpumd.

brucefan1983 avatar brucefan1983 commented on August 11, 2024

from gpumd.

brucefan1983 avatar brucefan1983 commented on August 11, 2024

Since this bug was fixed I close this issue now.

from gpumd.

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.